Installing NerveCenter - Doing Silent and Remote Installations on Windows - Editing the Installation Configuration File -
Previous: Creating a Source Directory     Next: Running Setup from the Command Line

Editing the Installation Configuration File

Whether you are doing a silent or remote installation, you must edit the installation configuration file, setup.iss. This file lets you specify any configurable NerveCenter option.


Note    If you are enabling SNMP v3 traps, check the Services applet in the Windows Control panel to make sure that the MS Trap Service or the OV Trap Service is stopped and disabled.


 
  To edit the installation configuration file:

  1. From the source directory, open setup.iss in a text editor.
  2. Edit the file, specifying your configuration options.

Caution    If you plan to use SMS to install NerveCenter onto more than one system, make sure that the settings in the setup.iss file are valid for all those installations. You may need to create separate install packages for variations of the installation procedure, such as the NerveCenter Client only on a system.


The configuration options are similar to the options you specify in the Setup GUI. See Running Setup on Windows for more details.


Note    0 is equivalent to False, 1 is equivalent to True.


The following table lists the sections in the file that you can and cannot edit.

Sections in the Installation Configuration File   

Description

Section

Do not change this section.

[InstallShield Silent]

Version=v3.00.000

File=Response File

Do not change this section.

[Application]

Name=OPEN NerveCenter

Version=3.70.001

Company=OPEN

Do not change this section.

[DlgOrder]

Dlg0=Welcome-0

Count=5

Dlg1=AskDestPath-0

Dlg2=SelectFolder-0

Dlg3=SdAskOptions-0

Dlg4=SdFinish-0

By default, security is not configured. To configure security, comment out this section and uncomment the next section.

;To say no to both security options

[SdAskOptions-0]

Component-type=string

Component-count=0

Result=1

By default, security is not configured. To configure security, comment out the previous section and uncomment this section.

Do not change the names of the groups.

;To say yes to both security options

;[SdAskOptions-0]

;Component-type=string

;Component-count=2

;Component-0=NerveCenter Admins

;Component-1=NerveCenter Users

Do not change this section.

[Welcome-0]

Result=1

To install NerveCenter in another directory, or to specify a different HP OpenView directory, edit this section.

[AskDestPath-0]

szTargetPath=c:\Program files\OPENSERVICE\ NerveCenter\

szOVPAPath=c:\OpenView\

Result=1

Type your license key here. If you have more than one license key, separate them with semicolons (;).

[License-0]

LicenseKey=

Select the components you want to install.

[AppSelection-0]

bInstallServer=1

bInstallClient=1

bInstallAdmin=1

bInstallPlatformIntegration=0

bInstallWebServerIntegration=1

bInstallOnlineBooks=0

bInstallCrystal=0

Do not change this section.

[ForceShutdown-0]

bForceShutdown=1

Edit this section to change platform adapter configuration options.

[PlatformIntegration-0]

bOVPA=1

bPAServer=1

bUnicenterSupport=1

bNetcoolSupport=1

bPAServerAsService=1

bPAServerAutoStart=1

Edit this section to change web server configuration options.

szWebServer=IIS ; Possible values (case sensitive): {IIS, PWS, NETSCAPE}

bRunAsService=1

bAutoStartService=1

bRestartWebServer=1

bForceInstall=1

szWebCollectorIP=*

nWebCollectorPort=32550

Edit this section to change server configuration options.

[ServerConfiguration-0]

MibName=NerveCtr.mib

bAutoStartService=1

nServerConnectionPort=32504

nSNMPRetries=3

nSNMPRetryInterval=10

nDefaultSNMPPort=161

bEnableDiscovery=0

nTrapperConnPort=32506

nCLIConnPort=32507

nInformPort=32505

nDBRetryInterval=2 ; in minutes

nAlarmHistoryDepth=20

bNCNoSecurity=FALSE

bProcessUnknownTraps=True

bApplyAllMasksForEachTrap=True

bEnableSocketLogging=No

Result=1

Edit this section to change log management options.

[ServerLogConfiguration-0]

nMaximumLogEntryAge=120

nMaximumLogFileSize=1024

nMaximumNumberOfRecords=1800

nLogDeletionPercentage=30

Edit this section to configure mail and pager actions.

[ActionsConfiguration-0]

;Sample Format

;ExchangeProfile=userjoe

;ExchangePassword=passwdjoe

;SMTPHost=smtphost

;PauseString=9,

ExchangeProfile=

ExchangePassword=

SMTPHost=

TouchPulse=Touch

PagerNumber=

PauseString=

Result=1

Edit this section if a network management platform is going to provide node information.

[NodeSourceConfiguration-0]

;Sample Formats:

;Host=sunny

;nHostPort=6024

;WantedCapabilities=capability1,capability2,capability3

;SystemObjectIds=OID1,OID2,OID3

;OpcHostName=norm

;OpcHostPort=6028

Host=

nHostPort=

Method=Manual

WantedCapabilities=

SystemObjectIds=

OpcHostName=

OpcHostPort=

Result=1

AckInforms=1

Edit this section to create IP filters that limit the nodes NerveCenter can detect and to enable Discovery.

[IPConfiguration-0]

;Sample Format

;SubnetMaskEx=Subnet1,Mask1:Subnet2,Mask2,Exclu2

; Choices below are none, all, filter

;IPDiscoverNodes=none

; Choices are 1 for True, 0 for False

;EnableDiscovery=

SubnetMaskEx=

IPDiscoverNodes=filter

EnableDiscovery=1

Edit this section to configure Inform hosts.

[NodeNotification-0]

;Sample Format

;NodeNotify1=host1 port1 EVENT_AND_SYMBOL minseverity1 prop1

;NodeNotify2=host2 port2 EVENT minseverity2 prop2

;ex: NodeNotify1=sunny 6024 EVENT_AND_SYMBOL 0

NodeNotify1=

Result=1

Edit this section to change NerveCenter's program group.

[SelectFolder-0]

szResultFolder=NerveCenter

Result=1

Do not change this section.

[SdStartCopy-0]

Result=1

Do not change this section.

[SdFinish-0]

bOpt1=0

bOpt2=0

Result=1

Edit this section if you are installing OVPA.


Note    If you enable SNMP v3 traps, you must disable MS Trap service (bMSTrap=0).

[TrapService-0]

bMSTrap=1

Edit this section to enable NerveCenter to receive SNMP v3 traps.

[TrapConfig-0]

bNCV3Traps=0


 

  1. Save and close the file.

After you finish editing the file, you can run Setup.


Previous: Creating a Source Directory

Next: Running Setup from the Command Line

Please send comments or corrections to Information Development
This file was last updated on 10 October 2000