- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS file lock migration
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
Discussions
Discussions
Discussions
Forums
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
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
тАО02-14-2009 05:55 AM
тАО02-14-2009 05:55 AM
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-14-2009 07:29 AM
тАО02-14-2009 07:29 AM
Re: NFS file lock migration
http://docs.hp.com/en/T1442-90015/ch01s04.html
please check above link,
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-14-2009 11:02 PM
тАО02-14-2009 11:02 PM
Solutionthis is a mechanism to transfer the NFS File LOcks when an NFS package switches on to the other node of the SG cluster.
typically the NFS locks are kept in one of the NFS Directories in the running node on one of the exported file systems by the NFS package. and a copy of this is kept in /var/statmon/sm directory, which is synced in 5 seconds.
in the event of the NFS package failover to the adoptive node or the other nodes tge NFS locks that are maintained in one of the Direactories in the exported NFS directories of the NFS Exported package ar ecopied again in the /var/statmon/sm directory and/or viceversa so that when the package starts on the other node the old file information is again read from the NFS Exported FS to the /var/statmon/sm.
so this is used for the migration of the NFS File locks from one node to the other in the event of NFS package Failover.
regards
sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-17-2009 05:06 AM
тАО02-17-2009 05:06 AM
Re: NFS file lock migration
Can you please correct if am i wrong on the below steps for configuring the nfm.flm file.
Step 1:
create one directory for file locking.
step 2:
edit the file
and update in NFS_FLM_HOLDING_DIR
Apart from this do we need carryout any other task.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-18-2009 08:28 AM
тАО02-18-2009 08:28 AM
Re: NFS file lock migration
I just searched in google and could find:
http://docs.hp.com/en/T1442-90018/ch02s03.html
If Linux, you could get better response if you ask this in Linux forum
If HP-UX, let's other answer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-18-2009 01:31 PM
тАО02-18-2009 01:31 PM
Re: NFS file lock migration
Rajesh
this is very well related to HANFS on HP-UX.
PLease refer to the following link
http://docs.hp.com/en/B5140-90039/ch02s04.html#bcfbeaaf
see the expample in there.
YOu shall need to do following
1) in the hanfs.sh yiu need to do put the entries as
NFS_FILE_LOCK_MIGRATION=1
NFS_FLM_SCRIPT="${0%/*}/nfs1.flm"
2) You shall need to create a directory on one of the LVs of the VGs that are being exported using the hanfs.sh and keep that directory empty viz in the exapmple
"/pkg1a/state"
then edit the nfs1.flm as
NFS_FLM_HOLDING_DIR="/pkg1a/state"
PROPAGATE_INTERVAL=5
3)ONLY if you are also using an nfs.mon script to monitor the NFS FLM Activity then,edit the nfs.mon withthe following entries
NFS_FILE_LOCK_MIGRATION=1 NFS_FLM_SCRIPT="${0%/*}nfs1.flm"
Please refer to the detailed link for all the information aboutt configuring the NFS FLM.
regards
sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2009 06:07 AM
тАО02-19-2009 06:07 AM
Re: NFS file lock migration
Thanks for the responce and i am very much statisfied with the document provided.
Special thanks to sujit.......& Johnson
Regards
Rajesh