IBM Support

Support's Guide to Process Control Configuration

Question & Answer


Question

How do you configure the nco_pad configuration and property files?

Answer

The Support's guide to Process Automation configuration discusses common usage of the nco_pad command.
Example NCO_PA.conf file:
# Processes
nco_process 'NCOMS'
{
        Command '$OMNIHOME/bin/nco_objserv -name NCOMS -pa NCO_PA' run as 'nrv81'
        Host            =       'localhost'
        Managed         =       True
        RestartMsg      =       '${NAME} running as ${EUID} has been restored on ${HOST}.'
        AlertMsg        =       '${NAME} running as ${EUID} has died on ${HOST}.'
        RetryCount      =       0
        ProcessType     =       PaPA_AWARE
}
# Services
nco_service 'Core'
{
        ServiceType     =       Master
        ServiceStart    =       Auto
        process 'NCOMS' NONE
}
# no service
nco_service 'InactiveProcesses'
{
        ServiceType     =       Non-Master
        ServiceStart    =       Non-Auto
}
# Routing
nco_routing
{
        host 'localhost' 'NCO_PA'
}
#EOF
Example NCO_PA.props:
Connections: 100
Name: 'NCO_PA'
ConfigFile: '$NCHOME/omnibus/etc/NCO_PA.conf'
#PropsFile: '$NCHOME/omnibus/etc/NCO_PA.props'
PidFile: './var/NCO_PA.pid'
# MessageLog: '$OMNIHOME/log/NCO_PA.log'
RetryTime: 30
RogueTimeout: 60
KillProcessGroup: TRUE
# End of File

Support's Guide to Process Control Configuration:
Toggle between probes example script:

[{"Line of Business":{"code":"LOB45","label":"Automation"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Product":{"code":"SSSHTQ","label":"Tivoli Netcool\/OMNIbus"},"ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Version(s)"}]

Document Information

Modified date:
27 August 2021

UID

ibm16334273