- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: map files in /etc/lvmconf, how to restore if l...
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
11-01-2007 07:54 PM
11-01-2007 07:54 PM
map files in /etc/lvmconf, how to restore if lost???
is the same command will be used to have the lost map files back in /etc/lvmconf?????
or how can i have all the conf and map files back in /etc/lvmconf if accidently deleted some of them.
my cluster in backend run command to start oracle db and sap instance. 2 nodes db and ap1. cluster switching is enabled. presently cluster is successfully running if switched to ap node and is run on db node giving lv related errors as unable to deactivate volume group xyz e.t.c e.t.c
regards,
adeel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2007 08:03 PM
11-01-2007 08:03 PM
Re: map files in /etc/lvmconf, how to restore if lost???
for each vg you need to excute
vgexport -p -v -s -m /etc/lvmconf/vgname.map vgname
mathmad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2007 09:14 PM
11-01-2007 09:14 PM
Re: map files in /etc/lvmconf, how to restore if lost???
Sounds as though the service is not terminating all the processes associated with application, therefore not able to deactivate the logical volumes, causing you the problem.
Ensure that the service is terminating correctly and that all processes for the application sre stopped.
Mike.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2007 02:33 PM
11-04-2007 02:33 PM
Re: map files in /etc/lvmconf, how to restore if lost???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 05:16 PM
11-07-2007 05:16 PM
Re: map files in /etc/lvmconf, how to restore if lost???
To save the volume group map files you need to export the vg configuration to map files by using following command:
vgexport -p -s -m /tmp/vg_name.conf /dev/vg_name
thanks