- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can I preserve my users data in vg00 ?
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-16-2001 05:32 AM
04-16-2001 05:32 AM
I am trying to avoid bringing my users data from backup. Normally, I vgexport my other volume groups and import them back after my installation (done that for other servers with no users data on vg00). I don't imagine I can vgexport my vg00 since all filesystems has to be umounted and that's not possible when the system is running. Since I have a mirror of vg00, I thought of breaking the mirror and put the mirror disk on a new volume group. Is this a viable solution and if so how do I go about it? TIA Haitham
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 05:42 AM
04-16-2001 05:42 AM
Solutiongo for the "preview" option of vgexport: create a mapfile without distroying the Volume Group.
vgexport -p -m -v vg00.map /dev/vg00
then put vg00.map on a safe place :)
good luck,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 05:44 AM
04-16-2001 05:44 AM
Re: Can I preserve my users data in vg00 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 06:23 AM
04-16-2001 06:23 AM
Re: Can I preserve my users data in vg00 ?
make_recovery -Av -d /dev/rmt/0m
(ioscan -fnkCtape)
if no space on tape
make_net_recovery -s igniteserver -x inc_entire=vg00
Get ignite from software.hp.com/products/IUX/
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 12:47 PM
04-16-2001 12:47 PM
Re: Can I preserve my users data in vg00 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 01:05 PM
04-16-2001 01:05 PM
Re: Can I preserve my users data in vg00 ?
I am not sure if you still need this information, but of course you can do vgexport/vgimport on vg00. Just must start in the maintenance mode. To do this:
reboot your system
stop automatic start
answer y to interact with ISL
having prompt ISL> issue: hpux -lm
after a short while you'll be in the maintenance mode,
with vg00 in non active state. Then you can vgexport vg00 and then vgimport.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 01:55 PM
04-16-2001 01:55 PM
Re: Can I preserve my users data in vg00 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 05:50 AM
04-18-2001 05:50 AM
Re: Can I preserve my users data in vg00 ?
vgexport -p -v -m mapfile.map -s /dev/vgXX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 06:17 AM
04-18-2001 06:17 AM
Re: Can I preserve my users data in vg00 ?
vgexport -p -v -s -m /tmp/vg01.map /dev/vg01
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 06:54 AM
04-19-2001 06:54 AM
Re: Can I preserve my users data in vg00 ?
I'm rather interested in this thread. I have a machine with 10.20 and 11.0 installed.
If I do a
vgexport -m test.map -s -p -v vg00
I get the ascii map file with some mapping between numerical ids and names of the logical volumes.
When I boot the other system I can import the volumegroup with the test.map, without really exporting it. Things seem to work fine. If I'm not interested in the exact mapping of the names I think without map it will be fine, too.
The idea is to access a volumegroup from both systems without exporting/importing them on every reboot. Does this work or am I on the way of messing things up.
Do you know wether vgexport does anything more to the physical data in the volumegroup. I would expect that after a shutdown of the system the data in the volumegroup should all be written to disk and the volumegroup can be safely used from the second operating system.
Any experiences with this.
Thanks in advance.