- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgexport - vgimport
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
08-01-2006 11:02 PM
08-01-2006 11:02 PM
I want to change the location of my 2 fiber cards. (change the slot)
Is it enough to do the following:
make a backup
vgexport -p -s -m "mapfile" /dev/vgoracle
change the fiber cards
vgimport -s -m "mapfile" /dev/vgoracle
Regards, Alfons
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 11:07 PM
08-01-2006 11:07 PM
Re: vgexport - vgimport
Yes you are safe by doing a mapfile.
If have more disk you can also have a txt file, change it accordinglt to the new device names.
Also you MAY need to do a ioscan & insf -e
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 11:08 PM
08-01-2006 11:08 PM
Re: vgexport - vgimport
or you can do:
# mv /etc/lvmtab /tmp/lvmtab.ori
# vgscan -a
vgscan will build new lvmtab with your current disk
thanks
freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 11:09 PM
08-01-2006 11:09 PM
Solution1 backup the data - in case required.
2 vgexport -pv -s -m /tmp/vgxx.map /dev/vgxx
(If all ok here,then next step)
3 vgexport -vs -m /tmp/vgxx.map /dev/vgxx
4 Change firbre cards.
5 mkdir /dev/vgxx
6 mknod /dev/vgxx/group c 64 0x000000 (uniq minor number)
7 vgimport -pvs -m /tmp/vgxx /dev/vgxx
(If allok, then)
8 vgimport -vs -m /tmp/vgxx /dev/vgxx
9 vgchange -a y /dev/vgxx
10 mount all lvols under it and check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 11:12 PM
08-01-2006 11:12 PM
Re: vgexport - vgimport
Is it gone after the vgexport?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 11:16 PM
08-01-2006 11:16 PM
Re: vgexport - vgimport
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 11:23 PM
08-01-2006 11:23 PM
Re: vgexport - vgimport
the number 3 of RAC's 1st tread will destroy all your vginformation, so you need mkdir /dev/
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 11:28 PM
08-01-2006 11:28 PM
Re: vgexport - vgimport
1.umount all file system
2. vgchange -a n vgoracle
after that you can continue to step number 3 from RAC
thanks
freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 11:29 PM
08-01-2006 11:29 PM