Restarting the Appliance
ssh user_name@domain_name:10022sudo exavaultctl -o restartLast updated
A hard reboot (for example, a "hard restart" in VMware) can leave services unable to restart correctly. Use the graceful procedure below so the appliance shuts down cleanly and your data stays consistent across reboots.
Connect to the appliance over SSH on port 10022, or through the virtual console provided by your VM environment.
To connect over SSH, open a Terminal or Command Prompt and run:
ssh user_name@domain_name:10022For Virtual Console access, refer to the documentation for your virtual environment.
Log in. If you do not know the username and password, contact Support. Then run:
sudo exavaultctl -o restartThe restart can take up to 10 minutes.
Last updated