TS/MP Release Supplement
SCF Command Reference for the ACS Subsystem
HP NonStop TS/MP Release Supplement—546055-006
8-10
ACS Subsystem-specific SCF Commands
ALTER Command
Use the ALTER command to modify the configuration of an existing ACS subsystem.
This command changes only the attributes specified in the command; the values for all
unspecified attributes remain unchanged. The rules for the new attributes are the same
as in the
ADD command.
The
ALTER command modifies the ACS subsystem configuration file (BCINI). The
new configuration values are retained until they are modified by another
ALTER
command.
The
LOG1 and LOG2 options of the ALTER command have been updated to make
the
logfile-name optional. If the specified file is not supplied for LOG1 or LOG2
options, that log is disabled. If both logs are unusable or disabled, ACS uses
$0.”EMS”:”ALL”
for log messages.
Syntax Summary
ALTER [/OUT <file-spec>/] <object-spec>
[, DOMAIN <domain-name>]
[, { ALL } ,{ENABLE | DISABLE} ]
[, LOG1 [<logfile-name>:<format>:<filter>]]
[, LOG2 [<logfile-name>:<format>:<filter>]]
[, ACSCTL <acsctl-file>]
[, HIGHPINROUTS {ON | OFF}]
Syntax Description
OUT file-spec
specifies a file for the output of this command. The file can be on the same
physical system as the ACS subsystem or on any system in the same Expand
network.
Example 8-2. Adding an ACS object to the remote system \PLUTO
ADD ACS \PLUTO.$ZACS, DOMAIN "PLUTO" , &
ALL , ENABLE , &
LOG1 \PLUTO.$VOL9.LOGFILES.LOG1:"EMS":"ALL" , &
LOG2 \PLUTO.$VOL9.LOGFILES.LOG2:"TEXT":"ERROR" , &
ACSCTL \PLUTO.$SYSTEM.ZACS.ACSCTL
Note. Before issuing this command, you must do the following:
1. Stop the TS/MP server classes and PATHMON process.
2. Stop the ACS subsystem.










