MOMServer.MSI

You can do a command-line installation directly on the target computer if you have local administrator rights on the target computer.

Note   The command-line options for MOMServer.msi must be uppercase, and the values of the options are case sensitive.Use this syntax to install the Administrator and Operator consoles:

Msiexec.exe /i CDdrive\MOMServer.msi 
ADDLOCAL="MOMXUI" 
MOM_SERVER="ManagementServerComputerName" /q

Use this syntax to install the MOM Server, the Administrator and Operator consoles, and the Microsoft Connector Framework (MCF):

Msiexec.exe /i MOMServer.msi 
CONFIG_GROUP="ManagementGroupName" 
ADDLOCAL="MOMXServer,MOMXUI,MCF" ACTIONSUSER="ActionAccountName" 
ACTIONSDOMAIN="DomainName" ACTIONSPASSWORD="AccountPassword" 
MOM_DB_SERVER="DatabaseServerComputerName" 
MOM_SERVER="ManagementServerComputerName" 
DAS_ACCOUNT="DASAccountName" 
DAS_PASSWORD="DASAccountPassword" DAS_DOMAIN="DomainName"/qn

Table 7.3 provides information about the parameters you use to install the MOM Server, the Administrator and Operator consoles, and the Microsoft Connector Framework (MCF).

Table 7.3 Parameters for MOMServer.MSI

Parameter

Values

Description

ADDLOCAL

ALL - Installs all the MOM components

MOMXDB - Installs the MOM database

MOMXServer - Installs the MOM Management Server

MCF - Installs the MOM Connector Framework (requires MOMXServer)

MMPC - Installs the MOM Product Connector (requires MCF)

MOMWebConsole - Installs the MOM Web console (requires MOMXServer)

MOMXUI - Installs the MOM Administrator and Operator consoles

The default is "MOMXDB,MOMXServer,MOMXUI"

The MOM components you want to install on the local computer. Separate multiple components with commas.

For features, such as MCF, that have prerequisite components, the ADDLOCAL parameter requires that the prerequisite component be either already installed or included in the ADDLOCAL string. For example, installing MCF during a clean install would require ADDLOCAL="MOMXServer,MCF".

ADDLOCAL values are case-sensitive.

ACTIONSUSER

{Account Name}

The user account name for the Management Server Action Account.

Note

Used for Management Server installations only; should not be provided during a database-only installation.

ACTIONSPASSWORD

{Password}

The password of the account to use for the Management Server Action Account, if you want to use an account other than the default Local System account.

ACTIONSDOMAIN

{Domain Name}

The domain of an account to use for the Management Server Action Account, if you want to use an account other than the default Local System account.

MOM_DB_SERVER

{Computer Name}

The name of the computer that hosts the MOM database.

Note

Used only for a Management Server installation where no database is present, either in the ADDLOCAL choices or on the computer.

MOM_SERVER

{Computer Name}

The name of the computer that hosts the MOM Management Server. The default is the local computer. You must specify this parameter for the console installation.

Note

Used during a user interface installation when a server is not installed on the same computer. It is optional information during any user interface installation.

DB_SIZE

N/A

The initial size of the MOM database in MB. The default is 1000 MB.

SQLSVR_INSTANCE

{Computer Name[\{Instance Name}]}

The specific SQL Server instance where the MOM operations database will be installed. You must use this option to install MOM with a named SQL server instance.

DAS_ ACCOUNT

{User Name}

The user account name for the DAS service that inserts and reads data from the MOM database.

Note

Required for database, Management Server, and MMPC installations.

DAS_ PASSWORD

{Password}

The DAS accounts password.

DAS_ DOMAIN

{Domain Name}

The DAS accounts domain.

PIDKEY

See CD case or product information.

Required for silent installs of the retail versions.

CONFIG_GROUP

{Management Group Name}

The name of the management group.

ENABLE_ERROR_REPORTING

0 - Turns reporting off

1 - Turns reporting on

The default is 0.

Turns on and off the automatic reporting of errors to Microsoft.

QUEUE_ERROR_REPORTS

0 - Reports are automatically sent to Microsoft.

1 - Reports must be approved before being sent to Microsoft.

The default is 0.

Determines whether error reports are automatically sent to Microsoft or queued until they are approved.

Note

Valid only if ENABLE_ERROR_REPORTING=1 is included.

REQUIRE_AUTH_COMMN

0 - Mutual authentication is not enabled

1 - Mutual authentication is enabled

The default is 1.

Determines whether communication between MOM Servers and agents requires mutual authentication.

Note

Valid only during database installation.

DATA_DIR

The default is "SYSTEMDRIVE\SQL Server install path\MSSQL$InstanceName\Data".

The directory where the SQL Server OnePoint database file (EeaData) should be stored.

Note

Valid only during database installation.

LOG_DIR

The default is "SYSTEMDRIVE\SQL Server install path\MSSQL$InstanceName\Data".

The directory where the SQL Server OnePoint database log file (EeaLog.ldf) should be stored.

SQL_PORT

The default is 1433.

The port on which the SQL Server instance that has the MOM database is running.

Note

Valid only for MOM server installation when the database is not located on the local computer.

Note

Necessary only when the SQL Server instance the MOM database is installed on has turned off named pipes.

CLUSTERINSTALL

1 - The installation is intended for a secondary cluster node

Provided only for the installation of secondary cluster nodes (after the first node is installed).