Page 1 of 1

Find out which nodes have the disk mounted

Posted: Mon Jun 17, 2019 8:51 am
by jane.doe
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.

Re: Find out which nodes have the disk mounted

Posted: Mon Jun 17, 2019 9:39 am
by martinv
The SHOW DEVICE /FULL output has a line "Volume is also mounted on ..."

Re: Find out which nodes have the disk mounted

Posted: Tue Jun 18, 2019 1:12 am
by jane.doe
Oh, right. Thanks.

Re: Find out which nodes have the disk mounted

Posted: Tue Jun 18, 2019 6:01 am
by m_detommaso
You can also use the following DCL command,

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

/Maurizio