Installation manual

Section 5 F Upgrading Software on Client-Server Systems
62
Installing and Upgrading ENVOX
r
Configuration Software on DEC VAX and DEC AXP Systems (Revision B May 1998)
5.3.1 Determining Database Structure and Statistics
Before upgrading ENVOX version P3.4, determine the database
structure and statistics of your system. This information is used to
determine the size to make the new databases after the software
upgrade.
Determine the database structure and statistics as described in the steps
below.
Step 1: Log into the SYBASE account as follows:
Username: SYBASE
Password: your_password
The DCL prompt appears.
Step 2: Enter the following command at the DCL prompt:
$ isql/u=”sa”/password=”sa_password”/output=show_dev_alloc.out
Step 3: Enter the following command at the SYBASE prompts:
1> use sybsystemprocs
2> go
1> show_dev_alloc
2> go
1> exit
Step 4: Enter the following command at the DCL prompt:
$ print show_dev_alloc.out
Save the printout of the show_dev_alloc.out file for future
reference in case you need to return to the previous
configuration.
The DCL prompt appears.
5