Synopsis
[Windows]
mpowebsetup.bat [-u] |
[UNIX]
mpowebsetup [-u] |
Description
Use this command to set up a Web server.
Options
-u
Removes the Web server setup.
Return Values
Return value | Meaning |
---|---|
0 | Normal termination |
1 or more | Abnormal termination |
Command Location
Windows | <Systemwalker Operation Manager installation directory>\mpwalker.jm\mpjmweb\bin |
Solaris | /opt/FJSVjmweb/bin |
Privilege Required
System administrator (user belonging to the Administrator group or superuser) privileges are required.
Cautions
If the mpowebsetup command is executed after the setup has already been performed, such as immediately after installing this product, the command will end normally without performing the setup. Similarly, if "mpowebsteup -u" is executed after the setup has been removed, the command will end normally without removing the setup.
Before executing the mpowebsetup command, stop Systemwalker Operation Manager by using the poperationmgr command. Immediately after executing the mpowebsetup command, start Systemwalker Operation Manager by using the soperationmgr command for the settings to take effect.
Examples
Set up a Web server.
[Windows]
mpowebsetup.bat |
[UNIX]
mpowebsetup |
Remove the Web server setup.
[Windows]
mpowebsetup.bat -u |
[UNIX]
mpowebsetup -u |
Execution Results/Output Format
The following message is output to the standard output when the command terminates normally:
mpowebsetup command has been completed successfully. |
The following message is output to the standard error output when the command terminates abnormally:
Web server setup failed. |