Utility
|
Execution location
|
Description
|
ASBMAN
|
Local or remote to the AppServer installation
|
Starts, stops, adds AppServer agents, trims AppServer agents, and queries status for an AppServer instance and its AppServer agent.
|
ASCONFIG
|
Local to the AppServer installation files
|
Validates the syntax of AppServer configurations in the ubroker.properties file. (Never needed if you always use OpenEdge Management or OpenEdge Explorer.)
|
NSCONFIG
|
Local to the AppServer installation files
|
Validates the syntax of NameServer configurations in the ubroker.properties file. (Never needed if you always use OpenEdge Management or OpenEdge Explorer.)
|
NSMAN
|
Local or remote to the NameServer machine
|
Starts, stops, and queries status for a NameServer.
|
PROADSV
|
Local to the AppServer installation
|
Starts, stops, and queries status for the AdminServer on UNIX. In Windows, you start the AdminService as a Windows service using the Services applet in the Control Panel.
|
To do this task . . .
|
Use these steps or commands . . .
|
Start or stop the AdminService in Windows
|
From the Windows Control Panel, choose Administrative Tools, then choose Services; choose the AdminService for OpenEdge, and click either Start, Restart, or Stop
|
Start the AdminServer on UNIX
|
proadsv -start
|
Start the AdminServer on UNIX using a specified port
|
proadsv -port port-number -start
|
Query the AdminServer on UNIX
|
proadsv -host host-name -user user-name -query
|
Stop the AdminServer on UNIX
|
proadsv -stop -port port-number
|
View a NameServer configuration in the ubroker.properties file
|
nsconfig -name Name-Server
|
Validate the syntax and view the configurations of all NameServer instances defined within a specified property file
|
nsconfig -propfile property-file-path -validate
|
Start a local NameServer
|
nsman -name Name-Server -start
|
nsman -name Name-Server -host host-name
-port port-number -user user-name -start |
|
Query a local NameServer
|
nsman -name Name-Server -query
|
Query a remote NameServer3
|
nsman -name Name-Server -host host-name
-port port-number -user user-name -query |
Stop a local NameServer
|
nsman -name Name-Server -stop
|
Stop a remote NameServer4
|
nsman -name Name-Server -host host-name
-port port-number -user user-name -stop |
View an AppServer configuration in the ubroker.properties file
|
asconfig -name AppServer-name
|
Validate the syntax and view the configurations of all AppServer instances defined within a specified property file
|
asconfig -propfile property-file-path -validate
|
Start a local AppServer
|
asbman -name AppServer-name -start
|
Start a remote AppServer5
|
asbman -name AppServer-name -host host-name
-port port-number -user user-name -start |
Query a local AppServer
|
asbman -name AppServer-name -query
|
Query a remote AppServer6
|
asbman -name AppServer-name -host host-name
-user user-name -query |
Query summary of connected clients
|
asbman -name AppServer-name -listclients
|
Query detail of connected client
|
asbman -name AppServer-name -clientdetail connection-handle
|
Add AppServer agents to a local AppServer
|
asbman -name AppServer-name -addservers #
|
Add AppServer agents to a remote AppServer7
|
asbman -name AppServer-name -host host-name
-user -addservers # |
Trim AppServer agents from a local AppServer
|
asbman -name AppServer-name -trimservers #
|
Trim AppServer agents from a remote AppServer8
|
asbman -name AppServer-name -host host-name
-user user-name -trimservers # |
Stop a local AppServer
|
asbman -name AppServer-name -stop
|
Stop a local AppServer
|
asbman -name AppServer-name -host host-name
-port port-number -user user-name -stop |