Auxiliary Tasks for Hyper-V Deployment
Last updated
Last updated
Log in to the DPX Master Server appliance through the Hyper-V 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.
Run the nmtui
command to open the NetworkManager Text User Interface to modify the DPX Master Server appliance’s hostname or IP address to match what was previously set in the DNS.
From the main menu, select Edit a connection.
On the NetworkManager Text User Interface, use the arrow keys to navigate. Select Edit a connection and press Enter. Under Ethernet, select the interface (e.g. eth0) to modify. Navigate to Edit... and press Enter.
Note. In addition to Ethernet, the DPX Master Server has two additional devices
docker_gwbridge
anddocker0
. Do not modify any settings related to these two bridge devices.
On the Edit Connection screen, navigate to IPv4 CONFIGURATION field until Automatic is selected. Press Enter. Select Manual and press Enter. Navigate to Show (beside IPv4 CONFIGURATION) and press Enter. Beside each setting, navigate to Add and press Enter. Input the network parameters as described below that are specific to your environment as previously defined in the DNS settings:
Navigate to and select OK and press Enter to save and exit.
Run the hyperv-init.sh
script. This will reset docker, update the dpx.jnlp
file, and backup the original dpx.jnlp
to dpx.jnlp.<timestamp>
where is the system time when the copy occurred.
Navigate to the /opt/catalogic
directory. Issue the make stop
command and wait for all processes to 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 user interface.
Finally, restart the DPX Master Server virtual appliance.
Log in to the DPX Master Server appliance through the Hyper-V 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.
Run the nmtui
command to open the NetworkManager Text User Interface to modify the DPX Master Server appliance’s hostname or IP address to match what was previously set in the DNS.
Select Set system hostname and press Enter. Change the old name to the new hostname. Ensure that a unique hostname is provided as previously defined in the environment DNS.
Navigate to Quit and press Enter to exit the NetworkManager Text User Interface tool.
Reboot the DPX Master Server appliance.
Once the DPX Master Server appliance has restarted, log in through the Hyper-V console or connect to the DPX Master Server appliance through SSH. Use the username of dpxadmin and the previously set password.
Verify that the system hostname change succeeded by issuing either of the commands: hostname
or hostnamectl
Run the hyperv-init.sh
script. This will reset docker, update the dpx.jnlp
file, and backup the original dpx.jnlp
to dpx.jnlp.<timestamp>
where is the system time when the copy occurred.