NonStop SOAP 4.1 User's Manual
Generating the NonStop SOAP 4 SDL File from the NonStop SOAP 3 SDR File
The SoapAdminCL tool enables you to generate the NonStop SOAP 4 SDL file from the NonStop
SOAP 3 SDR file to migrate services from NonStop SOAP 3 to NonStop SOAP 4.
For information about the SDL file, see “NonStop SOAP 4 Service Description Language” (page 153).
To generate the NonStop SOAP 4 SDL file from the NonStop SOAP 3 SDR file using the
SoapAdminCL tool, complete the following steps:
1. Set the OSS environment variable SOAP_SDLDB_LOC to the Guardian location where the
SDR file is available:
OSS> export SOAP_SDLDB_LOC=\<vol-name>.<subvol-name>
For example:
OSS> export SOAP_SDLDB_LOC=\$data.sdrdb
where,
$data
is the volume name.
sdrdb
is the subvolume name.
2. Go to the OSS location where you want to generate the SDL file.
3. To generate the SDL file, run the SoapAdminCL tool with the following options:
OSS> SoapAdminCL -e <SDL file name>
[-pathway [-env <space separated Pathmon environment list>]]
[-process [-env <space separated Process environment list>]]
[-casesensitive]
where,
-e
specifies the SDL file you want to generate from an existing NonStop SOAP 3 SDR file.
<SDL file name>
specifies the name of the SDL file. This is a mandatory parameter when the –e flag is set.
-pathway
specifies that the attributes for the Pathway services in the SDR file must be extracted to
the SDL file. This is an optional parameter.
To export the attributes for specific Pathway services, use the –env option with the
–pathway option:
-env <space separated Pathmon environment list>
specifies that the attributes for Pathway services, entered in the <space separated
Pathmon environment list> in the SDR file, must be extracted to the SDL file
only.
-process
specifies that the attributes for the NonStop processes in the SDR file must be extracted to
the SDL file. This is an optional parameter.
To export the attributes for specific NonStop processes, use the –env option with the
–process option:
-env <space separated Process environment list>
specifies that the attributes for NonStop processes, entered in the <space separated
Process environment list> in the SDR file, must be extracted to the SDL file
only.
The SoapAdminCL Tool 201










