- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Logical Volume Manager
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
04-30-2002 11:06 AM
04-30-2002 11:06 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 11:13 AM
04-30-2002 11:13 AM
SolutionIt is not necessary that these files are created manually ! Everytime you modify anything with any VG, the changes will be deflected in the files in /etc/lvmconf. If you just do a vgextend/vgreduce/lvcreate ..etc, you could see a message appearing at last saying the 'modification has been done on /etc/lvmconf/vg??.?? file' or something similar. This is done by the LVM itself.
The map files are normally created when you do make_tape_recovery. Next time when you invoke this command, give -v option and check the messages.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 11:13 AM
04-30-2002 11:13 AM
Re: Logical Volume Manager
Those map files are created with vgexport -m command. (by hand or script)
This to do a vgimport on the system !
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 11:14 AM
04-30-2002 11:14 AM
Re: Logical Volume Manager
The .conf are created, as you say, with the vgcfgbackup command & can also be craeted/modified automatically by many of the vg & lv commands UNLESS you do -A n to suppress.
The .mapfile are created by the vgexport command when you use the -s parameter to write the file - believe vg_name.mapfile is the default filename & /etc/lvmconf is the default dir unless overridden with the -m parameter.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 11:14 AM
04-30-2002 11:14 AM
Re: Logical Volume Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 11:18 AM
04-30-2002 11:18 AM
Re: Logical Volume Manager
An addition: The make_tape_recovery invokes vgexport -p -s command for all VGs inorder to create those map files under default directory (/etc/lvmconf).
If you do this manually, you can give the map file location by giving -m option with vgexport.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 11:36 AM
04-30-2002 11:36 AM
Re: Logical Volume Manager
The mapfiles contains information about the no. of lvols that particular volume group has got , you can recreate it by vi command .However if you have lost the conf file and the system is up I would recommend that you list the disk devices and do vgexport and import to create these files back.
Manoj Srivastava