Open System Services Management and Operations Guide (G06.25+, H06.03+)

Open System Services Monitor
Open System Services Management and Operations Guide527191-002
12-31
ALTER SERVER Command
The INODECACHE, LINKCACHE, and SQLTIMEOUT parameters are not valid
when the OSS message-queue server is specified in an ALTER SERVER
command.
OSS transport agent servers cannot be modified and are not a valid server type for
the ALTER SERVER command.
Examples
To change the configuration of the OSS name server process $ZPNS to use
processor 0 as its primary processor and processor 1 as its backup processor,
enter the following command:
ALTER /OUT CMDLOG/ SERVER #ZPNS, CPU 0, BACKUPCPU 1, &
INODECACHE 2048, LINKCACHE 4096
This command assigns the OSS name server process the default value of 4096
entries for its link cache and a value of 2048 entries for its inode cache. This
command also sends informational messages to the file CMDLOG.
To change the configuration of the OSS message-queue server process $ZMSGQ
to use processor 3 as its primary processor and processor 1 as its backup
processor, enter the following command:
ALTER /OUT CMDLOG/ SERVER #ZMSGQ, CPU 3, BACKUPCPU 1, &
MAXMSG 8192
This command assigns the OSS message-queue server process the value 8192 as
the maximum number of messages allowed on the message queue. This
command also sends informational messages to the file CMDLOG.
To change the OSS sockets local server process $ZPLS so that three attempts to
restart it in its primary or backup processor are made when its primary processor is
unavailable for more than 30 seconds during an automatic restart, enter the
following command:
ALTER /OUT CMDLOG/ SERVER #ZPLS, BACKUPCPUOK TRUE, &
MAXWAITTIME 30, AUTORESTART 3, DESIREDSTATE STARTED
This command also sends informational messages to the file CMDLOG.