Operating System - HP-UX
1836999 Members
2809 Online
110111 Solutions
New Discussion

NFS mount on cluster lock VG

 
daalman
Occasional Contributor

NFS mount on cluster lock VG

Hello,

Can anyone tell me if there are any risks in defining an NFS mount on a volume group which is also the cluster lock VG?


Thanks !

Shel
10 REPLIES 10
Victor Fridyev
Honored Contributor

Re: NFS mount on cluster lock VG

Hi,

If you build NFS as a package, there is not any risk, otherwise the VG can not be relocked.

HTH
Entities are not to be multiplied beyond necessity - RTFM
Stephen Doud
Honored Contributor

Re: NFS mount on cluster lock VG

Serviceguard was designed to use the cluster lock VG for data too, whether it be NFS-mounted or not. It is safe to use the cluster lock VG/PV for data activity.
daalman
Occasional Contributor

Re: NFS mount on cluster lock VG

Thanks for your comments.

Is it necessary to install the NFS toolkit in this case?
Kevin Wright
Honored Contributor

Re: NFS mount on cluster lock VG

the NFS toolkit should be used anytime you have an NFS enabled package. It is irrelevant to the cluster lock disk.
Prashant Zanwar_4
Respected Contributor

Re: NFS mount on cluster lock VG

It has to be a dedicated device for cluster lock, in order to see that this will be claimed first before cluster is formed..

Thanks and regards
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
Kent Ostby
Honored Contributor

Re: NFS mount on cluster lock VG

In regards to the previous post, it isn't needed for initial formation of the cluster ... only if a reformation is needed while cluster is up and running.

That being said, it doesn't have to be mounted at that time, just physically available.
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
Prashant Zanwar_4
Respected Contributor

Re: NFS mount on cluster lock VG

Agree... Good point..
Thx
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
Stephen Doud
Honored Contributor

Re: NFS mount on cluster lock VG

The NFS toolkit (B5140BA) provides sufficient functionality to build a mobile NFS Serviceguard package. This helps the system administrator avoid having to code scripts to do the same thing. The admin merely customizes the scripts with site-specific details and then applies the package. It's a time-saver, if you need one, and cheap at twice the price :)
John Bigg
Esteemed Contributor

Re: NFS mount on cluster lock VG

The HP NFS toolkit is also the only supported way to implement NFS in a robust fashion. In order to do the same thing manually you would need to edit the package template file generated by cmmakepkg in a way which is not supported by HP. Failure to do this will lead to stale NFS mounts.
daalman
Occasional Contributor

Re: NFS mount on cluster lock VG

Thank you all for your comments !