TS/MP 2.5 Release Supplement

Example 3 Adding an ACS object to the local system \MARS
ADD ACS $ZACS, DOMAIN "MARS" , &
ALL , ENABLE , &
LOG1 $VOL1.LOGFILES.LOG1:"EMS":"ALL" , &
LOG2 $VOL1.LOGFILES.LOG2:"TEXT":"ERROR", &
ACSCTL $SYSTEM.ZACS.ACSCTL
Example 4 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
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.
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.
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
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.
OUT file-spec
specifies the name of the ACS object. The fully qualified object-spec has the format:object-spec
[ ACS ] [ system-name.]$ZACS
system-name is the physical, Guardian name of the system in which the object is being
added and configured.
If you have specified the SCF object type (ACS) or any portion of the object name (acs-spec)
in a prior ASSUME command, you can omit it in this command. For information on the ASSUME
command, see the SCF Reference Manual.
If you have not used a prior ASSUME command and you omit system-name, the command
defaults to the local physical system.
specifies the domain name of the ACS subsystem being altered.DOMAIN "
domain-name"
domain-name is a string from one to seven alphanumeric characters enclosed in double
quotes ("). The first character must be an alphabet, for example, "MARS" or "MARS123".
68 SCF Command Reference for the ACS Subsystem