HP e3000 MPE/iX System Software Maintenance Manual (Release C.75.00) (30216-90344)
Chapter 5
Modifying Your System
5.11 Securing the System
125
:LOG logid,STOP
where logid — the ID number for each logging process to be stopped.
Record the names of the logging processes, if you want to restart them later. Record the names on
your checklist.
10. Prepare additional manually installed products.
a. If you have ALLBASE/SQL already installed on your system, issue starts for each DBEnvironment
before you back up the system. Refer to the ALLBASE/SQL Database Administration Guide for more
information. Briefly, you need to:
• Identify all your ALLBASE/SQL databases, type:
:STORE @.@.@;;FCRANGE=-491/-491;SHOW
•Run ISQL.PUB.SYS and issue a STARTDBE command. This ensures that the DBEnvironment is
logically consistent in the event that it has not been accessed since a system failure occurred.
•Run SQLUTIL.PUB.SYS and issue the STORE command to backup each DBEnvironment.
• Log files are not stored using this command. In addition, you should use the SHOWDBE command to
ensure that all parameters are OK.
b. If you have ALLBASE/4GL already on your system, unload all existing ALLBASE/4GL applications.
For information on unloading ALLBASE/4GL applications, refer to the HP ALLBASE/4GL Developer
Administration Manual.
c. If you are installing AutoRestart/iX for the first time, install AutoRestart/iX before you run AUTOINST.
Refer to the AutoRestart/iX Reference Manual for installation instructions.
11. If you have a current full backup, you may proceed to Step 13.
If you do not already have a current full backup, proceed to Step 12.
Backup the System
12. Backup the system using STORE with the DIRECTORY parameter.
a. Specify a class name.
:FILE SYSGTAPE;DEV=dev_number
where device_number is the DAT class name or LDEV number of the tape device. Specify this value if
you are using a DAT or any device that has a class name other than TAPE.
b. Mount a write-enabled tape and create an SLT.
:SYSGEN
sysgen>TAPE
sysgen>EXIT
c. If you are prompted for lockwords on system files, record the names of each system file as prompted,
then type the lockword and continue with the backup. You will need to restore these lockwords later
in “Setting Passwords and Lockwords.” Record the names on your checklist.
d. Dismount the tape, label as SLT with date, time and system version.
e. Mount another blank tape and backup your user files.
:FILE T;DEV=TAPE
:STORE @.@.SYS,@.@.@-@.@.SYS;*T;DIRECTORY;SHOW
or