The command line tool "inoadmin" offers functionality for performing low-level administrative operations on the CentraSite Registry Repository. The functionality provided by inoadmin includes:
Starting and stopping the CentraSite Registry Repository.
Maintaining the internal database that houses the CentraSite Registry Repository.
Configuring port numbers used by the CentraSite Registry Repository.
Configuring Secure Communication between the CentraSite Registry Repository and the CentraSite Application Server Tier.
The practical use of the tool is described in the scenarios documented in the preceding sections.
The tool is located in the directory <CentraSiteInstallDir>\bin. If you call inoadmin without parameters, you receive a summary of the command syntax and the available functions.
You can use environment variables to configure the inoadmin behavior:
Environment variable | Purpose |
---|---|
INOADMIN_OUTPUT_TXT |
Determines whether the inoadmin output is displayed as an XML document or as a formatted table. If the value is null (i.e. if the value is not defined), the inoadmin output is displayed as an XML document. If any non-null value is specified, a formatted table is displayed. |
INOADMIN_NO_MESSAGE_OUTPUT |
Determines whether progress status messages are output while inoadmin calls are running. If this variable is null (i.e. if the value is not defined), all progress status messages are output. If any other value is set for this variable, the progress status messages are suppressed and only the result is displayed. |
INOADMIN_RUN_AS_JOB |
Creates a job log that contains status information generated while inoadmin is running. |
If you use inoadmin within a command script, you can use the return status to verify the successful completion of the command. A zero return status means that the command executed successfully, whereas a non-zero return status means that the command did not execute successfully.
webMethods Command Central is a tool that release managers, infrastructure engineers, system administrators and operators can use to perform administrative tasks from a single location. Command Central can assist with the following configuration, management and monitoring tasks:
Infrastructure engineers can see at a glance which products and fixes are installed where, and can easily compare installations to find discrepancies.
System administrators can configure environments using a single web UI, command-line tool or API, so maintenance can be performed with a minimum of effort and risk.
Release managers can prepare and deploy changes to multiple servers using command-line scripting for simpler, safer lifecycle management.
Operators can monitor server status and health, as well as start and stop servers from a single location. They can also configure alerts to be sent to them in case of unplanned outages
For more information, see the Command Central documentation.