If you plan to use Cloudscape for the database in which the UDDI Registry data will be held, perform this task to setup and install the UDDI Registry database to use the supplied Cloudscape database.
Before you begin
See "Choice of database product to be used as the persistence store" to decide which database product you should use as your persistence store before proceeding further with this task.
This task is part of a parent task: Installing the UDDI Registry into a deployment manager cell. You should complete this task at the appropriate step in the parent task.
To install the UDDI Registry onto the z/OS platform, access Unix System Services (USS), using for example telnet or Open Edition MVS, then issue the Unix commands described in this task.
Why and when to perform this task
This task configures Cloudscape on the host where you want to run the UDDI Registry. Cloudscape is supplied with WebSphere Application Server.
In this task you will invoke a script called setupuddi.jacl, specifying the target node and application server into which the UDDI Registry is to be deployed. If the target application server is running when you invoke setupuddi.jacl, the script stops the server and restarts the server after it has completed its operations.
Steps for this task
You should either run this script from the UDDIReg/scripts subdirectory where it is located, or copy it to some other suitable directory. Note that the wsadmin command is located in the bin subdirectory of the deployment manager node.
The syntax for calling this script for Cloudscape is:wsadmin.sh -f setupuddi.jacl deploymgrpath servername nodename discoveryURLprefix pathtodb > setupuddi.log
where
The setupuddi.jacl script:
This script deploys the UDDI Registry into the configuration under the deployment manager, and then does a Synchronization to install it into the specified server.
Note: The setup script, setupuddi.jacl, cannot be used to install the UDDI Registry application into a clustered application server. It is possible to cluster the UDDI Registry application by installing UDDI into an unclustered application server using the setup script, and then cluster that application server.
What to do next
Return to the next step in the parent task Installing the UDDI Registry into a deployment manager cell.