DCE Installation, Configuration, and Management Guide

Configuring NonStop DCE
HP NonStop DCE Installation, Configuration, and Management Guide429552-005
4-4
Setting Up an Initial DCE Cell
h. For each virtual host, enter this command at a TACL prompt:
SCF INFO SUBNET $ZTCnn.*
where nn corresponds to an appropriate entry in $SYSTEM.ZTCPIP.HOSTS.
Verify that the LOOP-BACK subnet has an IP address of 127.0.0.1.
2. Verify that the machine’s time is synchronized to within five minutes of the times of
the other machines in the cell.
3. Verify that the TNS DCE shared run-time library (SRL) or the TNS/R or TNS/E
DCE user library (UL) is correctly secured for read and execute access by the
permitted users of NonStop DCE:
a. Find the library based on the location chosen for it during installation. The
default location is $SYSTEM.ZDCE.LDCE.
b. At a TACL prompt, enter a command similar to:
FUP INFO $SYSTEM.ZDCE.LDCE
4. If you are configuring a CDS server, verify that:
a. TMF is running.
b. NonStop SQL/MP is installed and initialized.
c. The DCE privuser has write and read access to the system NonStop SQL/MP
catalog.
The CDS server NonStop SQL/MP compilation has already been done by HP, and
NonStop SQL/MP registration is done automatically by dce_config.
Setting Up an Initial DCE Cell
Repeat this procedure for each virtual host in the cell:
1. At a TACL prompt, logon as the super ID (255,255).
2. Execute an OSS shell by entering this command at a TACL prompt:
OSH
3. Set the DCEVH environment variable by entering:
export DCEVH=hostname
where hostname is the hostname assigned to the virtual host being configured.
The name assigned to the virtual host being configured is determined by the
TCPIP_PROCESS_NAME or DCEVH environment variable as follows:
Note. The default location of the DCE library in D3x RVUs was
$SYSTEM.ZSRL.LDCE. In subsequent RVUs, the file system does not allow creation
of the NonStop DCE SRL in the ZSRL subvolume; therefore, the default location of the
SRL was changed to $SYSTEM.ZDCE.LDCE.