HP e3000 MPE/iX System Software Maintenance Manual (Release C.75.00) (30216-90344)
Appendix D
Backdating Your System
Performing the Backdate
203
7. Log on, start the spooler, and streams device.
:HELLO MANAGER.SYS,INSTALL;HIPRI
:LIMIT 1,1
:SPOOLER LP;OPENQ
:STREAMS streams_device
where streams_device is the device number. A common streams_device value is 10.
An LP device must be configured in SYSGEN. Already spooled and streamed messages might display.
8. At this point, you need to stop any daemons which may have started automatically upon starting the system.
a. Run the posix shell (sh.hpbin.sys)
b. Stop diagmond. This cannot be done with STMSHUT or the CSTM SSU command. Use kill -9 from
the posix shell.
ps -ef | grep diagmond
Use the pid number (2nd column, 1st column is 0) in a kill command, as follows:
kill -9 pidnumber
Here is an example:
$ ps -ef | grep diagmond
0 10486 1 0 Jan 01 0:05 /usr/sbin/stm/uut/bin/sys/diagmond
$ kill -9 10486
$ ps -ef | grep diagmond
$ <<-- nothing returned, since process is gone -->>
c. Exit the shell (exit).
Restore FOS and SUBSYS
Refer to “Creating the CSLT Using AUTOINST” in Chapter 5, “Modifying Your System,” for additional
information about these steps.
1. Run AUTOINST.
:RUN AUTOINST.INSTALL.SYS
2. Select option 4 FOS, SUBSYS and reply to the tape request.
Please choose and enter the number corresponding to the software
you want to install.
1 PowerPatch Only
2 SUBSYS (Add-On) and PowerPatch
3 FOS, SUBSYS, and PowerPatch
4 FOS, SUBSYS, (Installation only)
5 SUBSYS only, (Add-on only)
6 Exit
Enter your choice 4
3. Reply to prompt for LDEV number.
CAUTION Failure to specify an LDEV number will result in a program hang while writing to tape. If
this occurs, a tape request will keep reappearing and will not take the specified LDEV
number as input.