- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- General
- >
- Re: moving a disk and its file system to new hardw...
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
10-14-2009 03:10 AM
10-14-2009 03:10 AM
I have 2 very large file systems on a disk in my local rx2660 (11i v3) and I need to ship this disk to be installed in its sister rx2660. The receiving site has very little UNIX experience.
Any step by step you might have would be greatly appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-14-2009 03:26 AM
10-14-2009 03:26 AM
Re: moving a disk and its file system to new hardware
Could you post a bdf output of this filesystem?
The easiest is to create an instruction for your remote admin to import the volume group on the sister RX.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-14-2009 03:27 AM
10-14-2009 03:27 AM
Re: moving a disk and its file system to new hardware
That's a very basic outline of what I think needs to be done. Hopefully it will be of some help.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-14-2009 03:41 AM
10-14-2009 03:41 AM
Solutioncat /tmp/mapfile.map
(and type over the data in this file on the new server (ore copy the data over some other way)
install the disk in the new server
ask the receving side to recreate the map file
let them create a new vg group file
(see previus replay)
insf -v to create the new hartware flies
vgimport -m /tmp/mapfile.map /dev/dsk/newhartware1 /dev/dsk/newhartware2
After that a vgchange -a y "new vg"
and the file systems are now mountable...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-17-2009 07:40 PM
12-17-2009 07:40 PM
Re: moving a disk and its file system to new hardware
Scenario 1
System A :your Fs located
#bdf
#vgdisplay -v vgxx | grep "PV Name"
#umount
#vgchange -a n vgxx
#vgexport -s -m /tmp/vgxx.map
copy this map file to System B through CD/Tap etc
fbackup -f /dev/rmt/0m -i /tmp/vgxx.map
Physically detach the disk and connect to System B
System B
Physically attach the disks of vgxx
#frecover -f /dev/rmt/0m -i /tmp/vgxx.map -xv
#ioscan -fnC disk:confirm all disk are detected and claimed
#mkdir /dev/vgxx
#ll /dev/*/group : find out unused minor number
#mknod /dev/vgxx/group c 64 0xXX0000
#vgimport -s -m /tmp/vgxx.map vgxx
#vgchange -a y vgxx
#mkdir /mnt | create all mount point
#vgdisplay -v vgxx :confirm all PV/Lv
# mount /dev/vgxx/
#vi /etc/fstab : edit fstab
#bdf -v
Now verify your FS/ file
=================================================================
Scenario 2
take FS backup to tap by using tar/fbackup/cpio etc
copy to system B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-21-2009 11:49 AM
12-21-2009 11:49 AM
Re: moving a disk and its file system to new hardware
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP