Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tivoli

Status
Not open for further replies.

johndavies

Technical User
Joined
Oct 2, 2003
Messages
9
Location
GB
Does anyone know if theres are command to locate an endpoint via the cli, instead of using the gui.
 
wlookup -ar Endpoint

will list all endpoints



if the endpoint has a common name, like maybe va123wks01

then try grep to search for specific common names such as

wlookup -ar Endpoint | grep -i va

HTH-Stiddy
 
Another command that is useful is the wgateway command.
If used without any options, will show what endpoints are associated with what gateway.

Regards,
-Jim
 
Hi Johndavies

Yes.you can run this command from TMR server :

wep ls |grep <endpoint_name>

sushveer
IBM certified specialist-p-series AIX5L System Administration
AIX/SOLARIS/WEBSPHERE-MQ/TIVOLI Administrator
 
The CLI command 'wgetallinst' will also list your endpoints.
Use as follows from the TMR or Gateway:

#wgetallinst Endpoint | grep <endpoint_name>

Loran Swymer
swymerl@mont.disa.mil
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top