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
12-26-2003 10:30 AM
12-26-2003 10:30 AM
I have a va7400 in a rp8400 in direct attach and the hp services goin to implement a swith SAN.
I need to backup the volumen groups before the implementation with the vgexport.
but i believe the vgexport delete remove my vg´s coniguration.
¿ Its correct ?...Exists any way the export the vg configuration.
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2003 11:00 AM
12-26-2003 11:00 AM
Re: vgexport
If you have a look at man pages of vgexport, yes you'll find that vgexport removes the volume group configuration and deletes the VG (including from lvmtab file). But there exixts other options, -p option which when used does not delete the configuration. So you have 2 options to backup the VG.
1. Create a map file for a VG (say vg01)
vgexport -v -p -s -m vg01.map vg01
(by using -s option, which shared mode, you need not worry about the device file changes).
2. Backup the VG using vgcfgbackup (have a look at man pages)
vgcfgbackup -v /dev/vg01
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2003 11:16 AM
12-26-2003 11:16 AM
Re: vgexport
Then vgfbackup and vgexport with the option -s is the same. ? vgexport alone -s is only a option for cluster enviroment or not?
Im confused and with that because the hpux is in 7x24 and I can not make tests of it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2003 11:51 AM
12-26-2003 11:51 AM
Re: vgexport
And let me explain -s option. Yes it is used for cluster but you can use it for non cluster machines too.
The best thing with this is, when you import the VG, you dont have to keep track of device files, becuase when you implement SAN i am sure all your disk device files will change. So below is the method i would suggest you to go with.
1. Create map files of all VG which are in va7400 using -s options as i said before.
2. Stop all application on that server and export all VG with out -p option (to delete the VG configuration, because you want to rebuild the configuration after the system is part of SAN and device files have changed)
3. Shutdown the system and connect the switches etc..or build your SAN.
4. Power up the system and make sure all SAN devices are up, system can see va7400, run ioscan to confirm.
5. import all VG using the map files you created with -s option.
6. activate the VG and mount them and start your aplications.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2003 02:12 PM
12-26-2003 02:12 PM
Re: vgexport
per vgexport manpages:
-s Sharable option, Series 800 only.
When the -s option is specified, -p, -v, and -m options must also be specified. A mapfile is created that can be used to create volume group entries on other systems in the high availability cluster (with the vgimport command).
Happy new year all,
T+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 05:03 AM
12-29-2003 05:03 AM
Re: vgexport
Maybe this is obvius question, but if -s option is only 800 series how can i know if my machine is 800 series?
I have a rp8400 and n4000
thanks a lot
E.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 05:07 AM