Function
This command performs the silent installation.
By reading from previously created file which containing necessary information for installation, this command can perform the installation automatically.
Note
Do not execute multiple swSilentSetup command simultaneously.
Required privileges
[Windows]
The Administrators group user privileges are required.
[UNIX]
System administrator (superuser) privileges are required.
Syntax
[Windows]
DVD-ROM drive:\swSilentSetup.bat -t < installation type> -f < path ofthe installation information file> |
[UNIX]
DVD-ROM drive/ swSilentSetup.sh -t < installation type> -f < path of the installation information file> |
Options
Specify the installation type for silent installation:
sqc-em: perform silent installation for Enterprise Manager.
sqc-m: perform silent installation for Manager.
sqc-pm: perform silent installation for ProxyManager.
sqc-a-sv: perform silent installation for Agent for Server.
sqc-a-biz: perform silent installation for Agent for Business.
sqc-cl: perform silent installation for Operation Management Client.
Specify the absolute path of the installation information file for silent installation.
Refer to "Create an installation information file" in the Installation Guide for more information about installation information file.
Return values
0: Normal termination
2: Error in parameter specification.
4: Error in installation information file specification.
34: Installer was executed doubly.
35: Install failed because inconsistent installation exists.
36: There is a mistake in the value of installation parameter, or prerequisite condition is not matched.
Other: Other error
Usage example
[Windows]
D:\swSilentSetup.bat -t sqc-a-sv -f D:\tools\Sample\SilentInstall\sqc_ag_pm_win.csv |
[UNIX]
/mnt/swSilentSetup.sh -t sqc-a-biz -f /mnt/tools/Sample/SilentInstall/sqc_ag_pm_ux.csv |
Execution results/Output format
Check the return value to determine normal termination.
Check the return value to determine abnormal termination.
The return values and their content and actions are as shown below.
Return value | Content | Corrective measure |
---|---|---|
2 | Command parameter specification error | Modify the command parameter and try again. |
4 | Installation information file specification error | Modify the format of the installation information file and try again. |
34 | Doubly execution error | If Uninstallation and Management (middleware) is running, terminate and try again. Also, make sure the following process is not running. [Windows] run.exe [UNIX] run.sh If the process mentioned above is running, installation or uninstallation of the product is running. Wait until the termination of the process, then try again. |
35 | Inconsistent installation error | Start the Uninstallation and Management (middleware), solve the inconsistent problem and try again. |
36 | Silent installation error | Make sure the installation condition in "Installation Conditions and Resource Estimation", Installation Guide, is matched. Also confirm the installtion parameter in installation informatin and try again. |
Other | Other error | Contact a Fujitsu SE. |