- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- can you kill an lvmerge safely
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
06-27-2001 06:12 AM
06-27-2001 06:12 AM
Well, for what ever reason, the backup script that runs, splits our vols, and after runs an lvmerge for them, seems to have hung, from what it looks like to me.
In the processing listing there are 3 lvmerge processes, one for each drive. Top shows them sleeping and only actually having 4 seconds of time in the past 4 hours.
Can i kill them, and re-run the lvmerge? the drive is about a 1.2 gig, and doesnt normally take this much time to complete.
thank you
scott
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2001 06:28 AM
06-27-2001 06:28 AM
Re: can you kill an lvmerge safely
You need to find though the root source of the problem.. have a look at hardware availability with ioscan and syslog for more info. Do you see leds blinking on the disk? Is it actually doing something.
Hopefully you did get the merge syntax correct or you could be in use of your backup!
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2001 06:52 AM
06-27-2001 06:52 AM
SolutionAre your LVM patches up to date? There were problems some time ago on 10.20.
If the process running has 'hung' then I doubt that you will be able to kill it anyway. The only way out may be to reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2001 07:11 AM
06-27-2001 07:11 AM
Re: can you kill an lvmerge safely
I for some reason was not thinking of the "locking" only allowing one merge at a time to happen.
thank you again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 03:18 AM
07-16-2002 03:18 AM
Re: can you kill an lvmerge safely
It??s been awhile since your problem happened but maybe I can help you with this info.
To see if mirroring is hanged or not in my systems I do:
lvdisplay -v /dev/vg??/lvol? |grep stale|wc -l
then I see how much "stales" there is and issue the command again to see if that number is decreasing. If so, the process is running.
When you reache 0 the LV is completely merged.
Hope this helps.
SN