Find out which nodes have the disk mounted

Everything about buying, using, and managing OpenVMS systems not covered by other sections.
Post Reply
User avatar

Topic author
jane.doe
Site Admin
Member
Posts: 9
Joined: Tue May 21, 2019 9:23 am
Reputation: 0
Status: Offline
Contact:

Find out which nodes have the disk mounted

Post by jane.doe » Mon Jun 17, 2019 8:51 am

How can I find out which nodes in the cluster have a given disk mounted? There is mount count, but that only gives you the number.
No good deed goes unpunished, no act of charity goes unresented.

User avatar

martinv
Master
Posts: 101
Joined: Fri Jun 14, 2019 11:05 pm
Reputation: 0
Location: Goslar, Germany
Status: Offline
Contact:

Re: Find out which nodes have the disk mounted

Post by martinv » Mon Jun 17, 2019 9:39 am

The SHOW DEVICE /FULL output has a line "Volume is also mounted on ..."
Working hard for something we don't care about is called stress;
working hard for something we love is called passion.
(Simon Sinek)

User avatar

Topic author
jane.doe
Site Admin
Member
Posts: 9
Joined: Tue May 21, 2019 9:23 am
Reputation: 0
Status: Offline
Contact:

Re: Find out which nodes have the disk mounted

Post by jane.doe » Tue Jun 18, 2019 1:12 am

Oh, right. Thanks.
No good deed goes unpunished, no act of charity goes unresented.

User avatar

m_detommaso
Valued Contributor
Posts: 66
Joined: Thu Jun 06, 2019 6:57 am
Reputation: 0
Location: Brindisi (Italy)
Status: Offline
Contact:

Re: Find out which nodes have the disk mounted

Post by m_detommaso » Tue Jun 18, 2019 6:01 am

You can also use the following DCL command,

$ pipe sho dev /full disk_name: | search sys$pipe "Volume is also mounted"

/Maurizio
Last edited by m_detommaso on Tue Jun 18, 2019 6:04 am, edited 2 times in total.

Post Reply