Management Server Setup
Management Server can be deployed on cloud or on-premise. Below is the guide to setting up the server within your IT infrastructure.
Last updated
Management Server can be deployed on cloud or on-premise. Below is the guide to setting up the server within your IT infrastructure.
Last updated
Login with root credentials. Type the password and press enter - password prompt will not show anything.
Find the network interface name by typing ifconfig
and pressing enter. Ignore “docker0” and “lo”. The other name will be the interface name.
For example, the interface name is ens160
in this case.
Type ethtool <interface_name>
and make sure the interface is connected and shows proper connection speed.
Speed should show 100Mb/s or 1000Mb/s. If the speed shows Unknown, There is something wrong with the VM settings, check if everything is correct from Vcenter.
Type nmtui
and press enter. The network configuration tui will appear on the screen.
Press ENTER on Edit a connection
Press up/down to highlight the correct network interface and press the right arrow key to pass to the button area. Press down key and highlight <Edit…>
option and press enter.
Navigate with up/down keys. If Automatic
is selected on IPv4 Configuration, press enter and select Manual
from the dropdown list.
Fill the necessary information according to the following screenshot. IP/netmask should be in CIDR format. You can toggle checkboxes with SPACE key.
Highlight OK
button and press enter to get back to the interface list menu.
Highlight Back
button and press enter to get back to the main menu.
Highlight Quit
button and press enter to exit the configuration utility.
Type reboot
and press enter to reboot the server. When you see the login page again, check the network connection.