- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /etc/lvmconf/lvm_lock
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
03-08-2002 11:34 AM
03-08-2002 11:34 AM
I am running make_tape_recovery on my server (10.20) and got the following message in between (the command completed successfully though):
Cannot lock "/etc/lvmconf//lvm_lock" still trying ......
I know the lvm_lock file, preventing from two lvm commands update/access the lvmtab file simultaneously. But do I need to concern about this message ? Is this common ?
Thanks for your inputs ..
Shiju
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 11:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 12:22 PM
03-08-2002 12:22 PM
Re: /etc/lvmconf/lvm_lock
What you don't want to do is remove the lock
file and that'll end up corrupting lvmtab file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 12:49 PM
03-08-2002 12:49 PM
Re: /etc/lvmconf/lvm_lock
Thanks for your replies. I 've checked the syslog file and found make_tape_recovery invoked 'vgsync' commands for all VGs. At the same time, it was doing other LVM commands like 'vgcfgbackup', 'vgexport' etc.
So probably that was the reason !
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 12:53 PM
03-08-2002 12:53 PM
Re: /etc/lvmconf/lvm_lock
you may want to check the vg for which this vgsync command and the vgcfgbackup commands clashed. Normally the commands are issued one by one and so it should not be a problem. There would be a delay in the vgsync command if the vg is not sync, i.e. if a couple of extents or lv are out of sync in the mirror. I've not observed this errors in my make_recovery routines. So this is not a common problem.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 01:12 PM
03-08-2002 01:12 PM
Re: /etc/lvmconf/lvm_lock
Couple of things:
1) I 've seen 'vgsync' and other LVM commands running at the same time ( same seconds ) in syslog file.
2) The message started when it was accessing vg00 ( which is mirrored ), but repeated on vg03 ( which is not mirrored !).
Does this make any sense ?
I think these messages are not there if I execute make_recovery ( not make_tape_recovery)
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 01:17 PM
03-08-2002 01:17 PM
Re: /etc/lvmconf/lvm_lock
check your crontab file and see if the root id has scheduled vgsync / vgcfgbackup in the cron.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 01:29 PM
03-08-2002 01:29 PM
Re: /etc/lvmconf/lvm_lock
There is no crontab file itself and no other scheduled jobs ! No other root logins too !
Shiju