TS/MP Supplement for Limits Relief (G06.26+)

Use the standard Distributed Systems Management/Software Configuration Manager
(DSM/SCM) installation tool to install TS/MP 2.1, as documented in the softdoc. ACS
components are automatically installed in $SYSTEM.SYSnn.
2. Start SCF
This step starts the SCF management interface, which is typically located in the file
$SYSTEM.SYSTEM.SCF.
How to do it.
Use the TACL RUN command interactively or in an OBEY file, as follows:
1> SCF
After SCF is started, you can use the SETPROMPT command to change the prompt.
3. Configure the Domain Coordinator Process
($ZACS)
This step adds the ACS domain coordinator process ($ZACS) to the configuration database
(CONFIG) on the physical system that contains the ACS components and configures it.
How to do it.
Use the SCF ADD PROCESS command interactively or in an OBEY file. For example:
ASSUME PROCESS $ZZKRN
ADD PROCESS #ZACS, &
NAME $ZACS, &
PROGRAM $SYSTEM.SYSnn.BC, &
DEFAULTVOL $SYSTEM.SYSnn, &
PRIMARYCPU primary-cpu, &
STARTUPMSG "num", &
STARTMODE startmode, &
STOPMODE STANDARD, &
HOMETERM home-term
PROGRAM $SYSTEM.SYSnn.BC
specifies the physical filename of the ACS domain coordinator process. This file is
located in the ACS installation subvolume (ISV) of the ACS components.