HP Systems Insight Manager 6.0 Installation and Configuration Guide for Microsoft Windows

All errors, warnings or information messages are logged in the Systems Insight Manager.log. The installation
status of Systems Insight Manager and installed components appear in the silentstatus.xml file. These
files are created in the root of the system drive.
The silent.xml file contains the parameters below for the installation process.
Database information: Set <installSQLEXPR>
TRUE | FALSE
The following tag is used to install or not install SQL Server 2005 Express Edition SP3 during the silent
installation:
TRUE - used to install SQL Server 2005 Express Edition SP3
FALSE - used to not install SQL Server 2005 Express Edition SP3
For example: <installSQLEXPR>false</installSQLEXPR>
<dbUserName>
Provide a valid user account which is a member of the local admins group on the database server.
<dbDomain>
Provide the domain for the user account.
<dbHost>
This can be the local server or a remote system running SQL server or SQL Server 2005 Express Edition SP3.
Provide the host name or IP address of the database server.
<dbInstance>
Provide a valid existing instance name already running on the database server or specify a new instance
name if you want to install SQL Server 2005 Express Edition SP3 on the local server.
<dbName>
use the default 'master'.
<dbPort>
Use default 1433 or provide a valid port.
Systems Insight Manager service Information:
TRUE | FALSE
The following flag is used to configure an Oracle database during the silent installation:
dbOracle
TRUE - to use an Oracle database
FALSE - not to use an Oracle database
NOTE: When dbOracle is set to TRUE, installSQLEXPR should be set to false.
When installSQLEXPR is set to TRUE, dbOracle should be set to false.
The dbDomain and dbInstance parameters should not be set (left blank).
dbOracleJARFile - must be specified when using an Oracle database. This is used to provide the
location of the JDBC driver to be used to connect to the Oracle database.
For example, <dbOracleJARfile>c:\ojdbc14.jar</dbOracleJARfile>
<svcuserName>
Provide a valid local or domain user account which is a member of the local admins group.
<svcDomain>
Provide the domain for the user account.
Installation Location:
<baseInstallLocation>
and
<hpsimInstallLocation>
Silent install 37