Kbase P50508: How to verify the NameServer is running.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  28/10/2003 |
|
Status: Unverified
GOAL:
How to verify the NameServer is running.
FIX:
Unfortunately the command lines for the NameServer is very long and typically exceeds the visible length of the command string portion of a PS listing.
The processes behind the AdminServer is JAVA.
The following command checks on the status of the NameServer:
nsman -name <NS1 or the name of your NameServer> -query
The outputs should indicate (and allow you to script a check) to see if they are or are not running.
Standard responses for the NameServer are:
NameServer: NS1 not running (8313)
PROGRESS PATCH Version 9.1B17 as of August 29, 2001
Connecting to Progress AdminServer using rmi://localhost:20931/Chimera (8280)
Searching for NS1 (8288)
Connecting to NS1 (8276)
or
NameServer NS1 running on Host <hostname> Port 5162 Timeout 30 seconds.
There are no registered Application Services for this NameServer
Standard responses for the AdminServer are:
AdminServer not alive. (8543)
or
AdminServer is alive. (8545)