Jul 23, 2004 #1 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.
Jul 23, 2004 #2 Stiddy IS-IT--Management Joined Dec 5, 2001 Messages 781 Location US 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 Upvote 0 Downvote
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
Aug 3, 2004 #3 jrsimmo Technical User Joined Apr 1, 2002 Messages 53 Location US 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 Upvote 0 Downvote
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
Aug 24, 2004 #4 sushveer Technical User Joined Jun 20, 2003 Messages 176 Location US 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 Upvote 0 Downvote
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
Sep 21, 2004 #5 Loran MIS Joined Apr 6, 2000 Messages 6 Location US 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 Upvote 0 Downvote
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