HP e3000 MPE/iX Release 6.0 System Software Maintenance Manual (30216-90272)
Table Of Contents
- Preface
- 1 Introduction
- 2 Task Checklists
- 3 Planning for Your Task
- 4 Preparing Your System
- 5 Modifying Your System
- 6 Finishing the Process
- A Manually Installed Products
- B Configuration Tables
- C Managing Disk Space
- D Backdating Your System
- E CD-ROM Resources
- F HP Patch/iX Reference
- G HP Stage/iX Reference
- H Error Messages and Warnings
- A

162 AppendixA
Manually Installed Products
Installing HP ALLBASE/4GL
• Master titles
Once the upgrade is complete, each of the files created with HP4STOA must be input to
HP4ATOS. The applications need to be fully regenerated before they can be run.
Refer to the HP ALLBASE/4GL Developer Reference Manual Volume 2 for details on
HP4STOA and HP4ATOS.
NOTE
The following steps assume that your HP ALLBASE/4GL account is called
HP4GL. If you used another name, substitute it for HP4GL in these instructions.
1. Log on to the HP4GLaccount.
2. Set the HP4SPATH environment variable:
:SETVARHP4SPATH “HP4S.HP4GL”
3. Use HP4STOA to extract each of your applications and the system definitions.
For example, to extract the system definitions:
:BUILD SYSTEM.PUB;REC=-1276,,V,ASCII;DISC=10000
:HP4STOA.PUB.SYS "-uadminist
:password >SYSTEM.PUB"
Only the administrator user (administ) and password are needed when extracting
system definitions. You do not need to specify an application name.
For example, to extract the application source:
:BUILD APP1,PUB;REC=-1276,,V,ASCII;DISC=10000
:HP4STOA.PUB.SYS “-U DEVELOPER-USER
:PASSWORD -A APP1
:SECURITY-CODE < APP1.PUB”
:BUILD APPn.PUB;REC=-1276,,V,ASCII;DISC=10000
:HP4STOA.PUB.SYS “-U DEVELOPER-USER
:PASSWORD -A APPN
:SECURITY-CODE < APP N.PUB”
The record size and number of records allocated in the BUILD command is adequate for
most cases. In some extreme case, HP4STOA fails because the file limits (record size or
number of records allocated) are exceeded. If the limits are reached, purge the file and
rebuild it with a larger limit. Then, repeat the HP4STOA command.
The following applications do not need to be extracted from the environment because
they are part of the base environment delivered with the new version of HP
ALLBASE/4GL.
• administ
• developr
• example
• HPLIB000
• hpqm
• sqldemo