Installation and Upgrade Guide

Using DSM/SCM to Install SPRs
G06.24 Software Installation and Upgrade Guide528593-005
A-8
If Running INSTALL^TEMPLATES Is Required
3. Choose a location on $SYSTEM to keep updated template files:
tacl>volume $system.template
4. Rename any existing templates:
tacl> rename newres, oldres
tacl> rename newnres, oldnres
5. Run INSTALL^TEMPLATES to create updated template files:
tacl>install^templates newres newnres $system.ztempl
The following error message might occur when running the INSTALL^TEMPLATES
macro:
>$SYSTEM.SYSTEM.SCF /NAME $Z019,INV :INBUF.1,OUTV :OUTBUF.1/
Current Nonresident template file is: $SYSTEM.TEMPLATE.NEWNRES
TEMPLATE and NONRESIDENT files must be different:
$SYSTEM.TEMPLATE.NEWNRES
*** INSTALL^TEMPLATES: Terminated due to error ***
The message indicates that the template and nonresident files specified in the
INSTALL^TEMPLATES command are identical to those on the current subvolume. The
INSTALL^TEMPLATES macro tries to create the newres and newnres files, but stops
when it finds that these template files already exist.
To correct the problem:
Note. If you run the INSTALL^TEMPLATES macro with no arguments, you are prompted
to provide required information.
For information on the INSTALL^TEMPLATES arguments, print the usage notes:
-> volume $system.zinsaids
-> load /keep 1/ TACLMACS
-> install^templates /out outdev/ help
where outdev is the name of the desired output device.
Note. Running this macro on G-series systems permanently changes the location of the EMS
template files. DSM/SCM creates new EMS templates when it creates a new SYSnn. However,
when the new system is loaded, the old template files named in the last execution of
INSTALL^TEMPLATES are opened instead of the new files. To use the new RTMPLATE and
TEMPLATE EMS files created by DSM/SCM, use the SCF ALTER command:
-> ASSUME SUBSYS $ZZKRN
-> ALTER, RESIDENT_TEMPLATES $SYSTEM.SYSTEM.RTMPLATE, &
NONRESIDENT_TEMPLATES $SYSTEM.SYSTEM.TEMPLATE
The files newres and newnres are meant to be used as temporary names until the next
SYSGEN and system load.