Setting the Service Name Property (QProcessor)

The Service Name property identifies an entry in the services file that completes the definition of the communications link that Operations Sentinel uses to connect to the managed system. The Service Name property value defaults to spo_telnet, which assumes you are monitoring the system using TELNET. If you are monitoring using any other method, you must change this value by editing the Service Name property.

Multiple QProcessor systems can have the same Service Name, as long as their Network Names differ. This is useful for TELNET connections, since all TELNET servers generally listen on port 23.

The service name you enter depends on the type of communications link. The communication link can be one of the following: LAN-based connections, ping monitoring, or direct serial connections.

servicename   port/spo_telnet

where:servicename is the Service Name you specify here, and port is the TELNET listen port. On the managed system, the services file must include the line

telnet   port/tcp

where: servicename is the Service Name you specify here, and port is the SSH listen port. On the managed system, the services file must include the following line. If the SSH server on the monitored system does not use the services files, you must set the configuration of the SSH server to specify theport.

ssh   port/tcp

    • Terminal/communications server connections This port corresponds to the physical port on the terminal/communications server to which the managed system is connected. This physical port number is typically offset by a base value to indicate TELNET protocol (or SSH protocol). See the configuration guide for the specific terminal/communications server for the details. The services file on the Operations Sentinel server must include the line

servicename   port/spo_telnet

where:servicename is the Service Name you specify here, and port is the TELNET listen port. On the terminal/communications server, the services file must include the line

telnet   port/tcp

To change the service name

  1. Under the Managed Objects node in the navigation pane, click QProcessor Systems.

  2. In the display pane, click the desired system(s).

  3. In the details pane, change the Service Name property to the desired name. The name can consist of any sequence of characters, except a space, tab, newline, and the comment character (#). The name is case-sensitive.

  1. RHC.rml10_27\a your changes.