Chapter 4: Installing and Configuring a DSM
DSM Installation on bare metal using IBM Cloud
DSM Installation and Configuration Guide
Copyright 2009 - 2020 Thales Group. All rights reserved.
88
2. Open an SSH and log into the CLI via the public IP address of your bare metal system using cliadmin as the user
name. For example: ssh cliadmin@<public IP address>
The default cliadmin user password is cliadmin123. You will be prompted to change the default password.
3. Type network at the prompt to enter the network category command menu and follow the steps below. Note that
the IP addresses are used as examples:
4. Delete the default IP Address, type:
0001:vormetric$ network
0002:network$ ip address delete 192.168.10.1/16 dev eth0
5. Add private IP Address, type:
0002:network$ ip address add 10.114.160.214/26 dev eth0
6. Add public IP Address, type:
0002:network$ ip address add 169.53.182.122/28 dev eth1
7. Add default public gateway, type:
0002:network$ ip route add default table main.table via 169.53.182.113
8. Add default private gateway, type:
0002:network$ ip route add 10.0.0.0/8 table main.table via 10.114.160.193
9. Clear DNS, type:
0002:network$ dns clear
10. Add DNS1, type:
0002:network$ dns dns1 10.0.80.11
11. Add DNS2, type:
0002:network$ dns dns2 10.0.80.12
12. Change hostname. Go up one CLI level by typing ‘
up
’ at the prompt. Type:
0002:network$ up
0003:vormetric$ system
0004:system$ setinfo hostname dsm523.ibmcloud.com
13. Verify the IP address, at the prompt type:
0001:vormetric$ network
0002:network$ ip address show
14. To verify route settings, type:
0001:vormetric$ network
0002:network$ ip route show
15. To verify DNS settings, type:
0001:vormetric$ network
0002:network$ dns show
16. To verify hostname, type:
0001:vormetric$ system
0002:system$ setinfo show