Auxiliary Tasks for VMware Deployment
Assigning or Changing the IP Address
To assign or change a static IP address, ensure that the virtual machine is powered on and complete the following steps:
Log in to the DPX Master Server appliance through the VMware console or connect to the DPX Master Server appliance through SSH with the dpxadmin username. For default credentials, see Connecting to DPX Master Server via SSH. When logging in for the first time, the password must be changed.
From a command line, enter
nmtui
to open the Network Manager Text User Interface.From the main menu, select Edit a connection, and then click OK or press Enter.
Select the network connection, then click Edit….
On the Edit Connection screen, enter an available static IP address that is not already in use.
Save the IP configuration by clicking OK.
Navigate to the
/opt/catalogic
directory. Issue themake stop
command and wait for all processes to stop.$ sudo -s $ cd /opt/catalogic $ make stop
Issue the
make start
command. Wait a few minutes for the Docker swarm to fully initialize before attempting to log in to the DPX web or desktop interface.$ make start
Finally, restart the DPX Master Server virtual appliance.
Changing the System Hostname
To assign a new system hostname, ensure that the virtual machine is powered on and complete the following steps:
Log in to the Master Server appliance through the VMware console or connect to the Master Server appliance through SSH with the dpxadmin username. For default credentials, see Connecting to DPX Master Server via SSH. When logging in for the first time, the password must be changed.
From a command line, enter
nmtui
to open the Network Manager Text User Interface.From the main menu, select Set system hostname, and then click OK.
In the Set Hostname dialog, enter the desired, resolvable hostname.
Save the hostname by clicking OK. A confirmation dialog will appear. Click OK again.
Restart the hostname service by issuing the following command:
$ sudo systemctl restart systemd-hostnamed`
Verify that the system hostname change succeeded by issuing either of the commands:
hostname
orhostnamectl
.
Last updated