Linux MVS server commands

This table shows common Linux MVS server commands.

Command Syntax
Begins the MVS Installation. sh <extract.dir>/RocketMVSSetup.<version>.bin (where <version> is the version and build number in x.x.x.xxx form)
Uninstalls MVS. sh <MVS.install.dir>/../uninstallerdata/uninstall
Starts the MVS Server. service mv.serv start

systemctl start mv.serv

Stops the MVS Server. service mv.serv stop

systemctl stop mv.serv

Displays the status of the MVS Server.

For example, whether the MVS Server is running.

service mv.serv status

systemctl status mv.serv