HP XP7 Command View Advanced Edition Mainframe Agent Installation and Configuration Guide (TK981-96005, May 2014)

/* COMMENT */
SETINIT PORT(24042) /* COMMENT */
Example of an invalid comment:
If you specify a comment as follows, the text /* ERROR COMMENT */ will be interpreted as a
part of the parameter instead of being interpreted as a comment:
SETINIT DEVN(7300, + /* ERROR COMMENT */
730F)
Notes during creation of initialization parameters
Do not specify an empty member as an initialization parameter when you start the XP7 mainframe
agent. Although empty members do not result in an error, information cannot be returned to Device
Manager or Replication Manager.
Details of initialization parameters
This subsection explains details of initialization parameters.
Format
SETINIT
[
1
PORT(port-number)]
[
1
RECVWAITTIME(reception-wait-time)]
[
1
HOSTNAME('host-identification-name')]
[
1
PREFIX('prefix','local-site's-DAD-ID')]
[
1
DEVN(start-device-number,end-device-number)]
[
1
LOGLEVEL(output-level)]
Parameters
PORT(port-number) ~ <numeric characters> ((1-65535)) <<24042>>
Specifies the XP7 mainframe agent port for TCP/IP communication with Device Manager or
Replication Manager. You cannot specify a port number that is being used by another job. Specify
a port number that is not being used in the system.
RECVWAITTIME(reception-wait-time) ~ <numeric characters> ((0-65535)) <<180>>
When TCP/IP communication with Device Manager or Replication Manager is performed, this
parameter specifies the wait time (in seconds) from when a receive request is initiated to when
data is received. A value of 0 means that the XP7 mainframe agent is to wait for data indefinitely.
Setting up XP7 mainframe agent34