Synopsis
[Windows]
swsilent.exe -i File [-y]
[UNIX]
<Server>
swsilent.sh -i File [-y]
<Client>
swsilent.exe -i File [-y]
Description
This command performs silent installation of Systemwalker Operation Manager.
Options
-i File
Specify silent installation information in full path. If blanks are contained in the middle, enclose them in double quotation marks ("").
-y
Specify when automatically restarting the system after silent installation.
Return Values
Return value | Meaning |
---|---|
0 | Normal termination |
Value other than 0 | Abnormal termination |
Command Location
Windows x86 | <drive>\MAIN\tool\sscmd |
Windows x64 (server) | <drive>\MAIN\tool\sscmd |
Windows x64 (client) | <drive>\Client\tool\sscmd |
Solaris | <drive>/Solaris/tool_unx/sscmd |
Linux | <drive>/Linux/tool_unx/sscmd |
HP-UX | <drive>/tool_unx/sscmd |
Privilege Required
System administrator (user belonging to the Administrators group or superuser) privileges are required.
When executing this command on Windows operating systems, do it on a Command Prompt opened with system administrator privileges.
Cautions
This command can be executed on servers and clients.
Since this command is silent, if an option error occurs, it is recorded in the following logs.
[Windows]
Windows directory\swsilent.log |
[Solaris]
<Server>
/var/tmp/swsilent.log |
<Client>
Windows directory\swsilent.log |
[HP-UX, AIX, Linux]
<Server>
/tmp/swsilent.log |
<Client>
Windows directory\swsilent.log |
Systemwalker Operation Manager will start automatically when installation is completed (Windows) for some conditions.
Systemwalker Operation Manager will not start when installation is completed under any of the following conditions:
Where Systemwalker Centric Manager has been installed
It is not a new installation
When Restart is required because the Microsoft Visual C++ 2005 Redistributable package installed is older than the version bundled with this product
Examples
The following examples perform silent installation according to the specified installation information file and automatically restart the system after installation.
[Windows x86]
f:\MAIN\tool\sscmd\swsilent.exe -i c:\swinst.ini -y
[Solaris]
/dev/cd0/Solaris/tool_unx/sscmd/swsilent.sh -i /work/swinst.ini -y
[Linux]
/dev/cd0/Linux/tool_unx/sscmd/swsilent.sh -i /work/swinst.ini -y