NonStop S-Series Hardware Installation and FastPath Guide (G06.29+)

FastPath Tasks: Required
HP NonStop S-Series Hardware Installation and FastPath Guide541880-002
E-38
4. Configure System Attributes
4b. Set System Name, Number, and Time
1. Start SCF:
> SCF
2. Specify the Kernel subsystem and display the current settings:
-> ASSUME SUBSYS $ZZKRN
-> INFO, DETAIL
3. Type a unique (within your Expand network) system name and system number:
-> ALTER, SYSTEM_NAME \sys-name , SYSTEM_NUMBER sys-number
4. Type system time attributes:
-> ALTER, DAYLIGHT_SAVING_TIME time , TIME_ZONE_OFFSET offset
time is { TABLE | USA66 | NONE } ; NONE is the default value.
offset is { [ + | - ] [ h ] h [ :mm ] } ; 0:00 is the default value.
For more information on time and offset, see the SCF ALTER command in the
SCF Reference Manual for the Kernel Subsystem.
5. Confirm the changes.
-> INFO
6. From a TACL prompt, verify that the $SYSTEM alternate key file does not point to
\NONAME.$SYSTEM.SYSTEM. USERIDAK.
-> FUP INFO $SYSTEM.SYSTEM.USERID,DETAIL
Look for the Alt File parameter, which should not point to the system name.
7. Exit SCF.
8. If your system arrived with Open System Services (OSS) preconfigured, then after
you change the system number (Step 3), you might experience a problem. The
Enscribe key-sequenced database file $SYSTEM.ZXOSSMON.ZOSSFSET, which
defines OSS filesets in the OSS file system, might refer to the old system number.
If it does, the OSS Monitor cannot open the database and the OSS file system
cannot be started. Any product that ships with an Enscribe key-sequenced file
might have this problem.
To prevent this situation, enter the following SCF commands after changing the
system number:
-> VOLUME $SYSTEM.ZXOSSMON
-> ALTER ZOSSFSET, ALTFILE (0,ZOSSFS00)
-> ALTER ZOSSFSET, ALTFILE (1,ZOSSFS01)
-> EXIT