Managing Registrations with Conductor Script
➤To make an iIS library distribution
1.Use the SetWorkspace command to make a particular workspace current.
2.Use the Open command to open the current workspace.
3.Use the ListPlans command to display iIS plans in the workspace.
4.Use the FindPlan command to make a particular plan current.
5.Use the CompilePlan command to create a TOOL project for the plan.
6.Use the MakeConductorDistribution command to generate an iIS library distribution.
The library distribution is saved in the FORTE_ROOT/appdist directory on the central server node in your iIS system.
The commands needed to make iIS library distributions, except for MakeConductorDistribution, are documented in the iPlanet UDS Fscript Reference Guide and summarized in the table below:
Command | Arguments | Function |
|
|
|
Close | Close the current | |
|
| workspace. |
IncludePublicPlan | plan_name | Include a |
|
| |
|
| the current workspace. |
ListPublicPlans | [match_string] | List the publicly available |
| [show_unintegrated] | plans in the repository. |
| [show_internal] |
|
ListWorkspaces | [verbose_flag] | List the workspaces in the |
|
| repository. |
NewWorkspace | workspace_name | Create a new workspace in |
|
| current repository. |
Open | [permissions] | Open the workspace |
| [workspace_password] | specified on the last |
|
| SetWorkspace command. |
SetRepos | repository_name | Set the name of the |
|
| repository for the next |
|
| Open command. |
SetWorkspace | workspace_name | Set the name of the |
|
| workspace for the next |
|
| Open command. |
|
|
|