TS/MP Release Supplement
SCF Command Reference for the ACS Subsystem
HP NonStop TS/MP Release Supplement—546055-006
8-15
ACS Subsystem-specific SCF Commands
For more information on the ACSCTL file syntax, see ACSCTL File Configuration.
Example 8-3
shows an old ACSCTL file and Example 8-4 shows a new ACSCTL file.
Note. Not following the above-mentioned procedures can produce an inconsistent ACS
environment. Any syntax error in the ACSCTL file will cause the CONTROL command to fail. All
new errors have been documented in the TS/MP Reference Manual.
Example 8-3. Old ACSCTL File
[ACS Domain]
# Name must match the name given in ADD ACS command
# And the system name must match the current system.
A = \A
[Pathway Domain]
# Multiple PATHMONs on the same system
%PMX = \A.$PM1:40, \A.$PM2:40, \A.$PM3:20
%PMY = \A.$PM4, \A.$PM5
[Owner Membership]
ACS.* = %PMX
ACS.SMITH = %PMY
Example 8-4. New ACSCTL File
[ACS Domain]
# Name must match the name given in ADD ACS command
# And the system name must match the current system.
A = \A
[Pathway Domain]
# Multiple PATHMONs on the same system
%PMX = \A.$PM1:40, \A.$PM2:60
%PMY = \A.$PM4, \A.$PM5
[Owner Membership]
ACS.* = %PMX
ACS.SMITH = %PMY










