- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Using show process/id=xxxxxx for a process not...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 06:55 PM
05-01-2006 06:55 PM
Thanks,
Chaim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 07:21 PM
05-01-2006 07:21 PM
SolutionKind Regards
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 07:24 PM
05-01-2006 07:24 PM
Re: Using show process/id=xxxxxx for a process not on local node
when the other node is in the same cluster, you can just specify its PID.
To view processes on remote nodes extern to your cluster, you may use SYSMAN, or e.g.
a package like JPI (I've added the releasenotes).
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 07:25 PM
05-01-2006 07:25 PM
Re: Using show process/id=xxxxxx for a process not on local node
process-ids (PIDs) are unique cluster-wide, so you can use a PID to obtain data for processes running on another node in the cluster.
As John already said, SHOW/PROC/CONT/ID=xxx only supports local PIDs.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 07:28 PM
05-01-2006 07:28 PM
Re: Using show process/id=xxxxxx for a process not on local node
Actually, I had confused the /continuous behavior and realized myself that without this qualifier I cane show a process using the unique PID.
Chaim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 08:34 PM
05-02-2006 08:34 PM
Re: Using show process/id=xxxxxx for a process not on local node
Rob.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 08:57 PM
05-02-2006 08:57 PM
Re: Using show process/id=xxxxxx for a process not on local node
>>>
Speaking of which, isn't it about time the SHOW SYSTEM command supported '/USER='?
<<<
Try /OWNER instead...
cu,
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 09:02 PM
05-02-2006 09:02 PM
Re: Using show process/id=xxxxxx for a process not on local node
Cheers Martin.