CORBA 2.6 Getting Started Guide for Java
NonStop Enterprise Java Beans (EJB)
NonStop CORBA 2.6 should not be installed on the same system as NonStop Enterprise Java Beans (EJB). You should
uninstall EJB before installing NonStop CORBA 2.6.
Perform Subsystem Resource Cleanup
A subsystem cleanup does not have to be done in all cases, but you may want to do a cleanup if NonStop CORBA is
already installed. If you have a system you want to install over or a system to clean up, then performing a subsystem
resource cleanup is advisable. A NonStop CORBA subsystem creates resources during installation and setup. It is
necessary to run the unconfigure script to remove these resources.
The script is divided into two phases. The first phase removes files created during installation. The second phase removes
TMF Resource Manager entities created by OTS Transaction Managers during subsystem startup.
Phase 1
To execute this phase of the script, you must have the subsystem's env.sh file sourced into your environment. You either
must use the same logon id as you used during the original installation of the subsystem, or you must be logged on as a
super user. For example, assuming the subsystem's prefix is "M", a successful first phase looks like this:
oss>> unconfigure
nsdstop must be run prior to running this script and
NSDCFGDB and NAMINGDB database files cannot be opened.
This will PERMANENTLY purge the NSDCFGDB and NAMINGDB databases.
Do you want to proceed (y/n):
y
$DATA01.MMD0406.NSDCFGDB PURGED.
1 FILE PURGED
$DATA01.MMD0404.NAMINGDB PURGED.
1 FILE PURGED
Phase 2
To execute this phase of the script, you must be logged on as a super user. For example, assuming the subsystem's prefix is
"M" and five processes were configured in the subsystem's otstm serverclass, a successful second phase looks like this:
oss>> unconfigure
This will PERMANENTLY purge the NSDCFGDB and NAMINGDB databases.
Do you want to proceed (y/n):
n
This will PERMANENTLY delete the TMF Resource Managers.
Do you want to proceed (y/n):
y
gtacl[9]: unable to propagate all environment variables
deleted RM NSOTSRMTX_MNO0
gtacl[9]: unable to propagate all environment variables
deleted RM NSOTSRMTX_MNO1
gtacl[9]: unable to propagate all environment variables
deleted RM NSOTSRMTX_MNO2
gtacl[9]: unable to propagate all environment variables
deleted RM NSOTSRMTX_MNO3