...
When using mzsh
without running the platform, mzsh
enables you to startup or shutdown shut down the system and perform other tasks that are not dependent on having a Platform running.
The Platform server process is started by entering the following in the shell:
Code Block |
---|
MZ>mzsh <username>/<password> startup platform |
The following text will appear:
...
Using commands downloaded from Platform requires that the user is logged in. For further information about the Platform, see the /wiki/spaces/MD82/pages/3778529. If mzsh
is started in interactive mode, the system will prompt that username and password be entered:
...
or:
Code Block |
---|
$ mzsh mzadmin/<password> startup platform |
...
Code Block |
---|
$ mzsh startup platform |
Will This will generate the following message:
Code Block |
---|
Platform is already running. |
You can still only use mzsh
in either interactive or non-interactive mode as described earlier.
Note | ||
---|---|---|
| ||
Some commands are only available when the Platform is running. |
...