- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Move data to new storage
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
02-01-2005 11:40 PM
02-01-2005 11:40 PM
Move data to new storage
My Config: Four Fiscal LUNS (PV's) Make up a single Volume Group, it is not the root VG. There are 42 LV's in the volume group. Each LV is allocated across all four PV's. The LV's are for Data and program storage.. All LV's have filesystems (no raw storage). This is a HPUX 11.11 server (i.e. root@hpfiscal:/ # uname –r B.11.11)
--- Physical volumes ---
PV Name /dev/dsk/c9t0d3
PV Name /dev/dsk/c11t0d3 Alternate Link
PV Status available
Total PE 20476
Free PE 227
Autoswitch On
PV Name /dev/dsk/c11t0d2
PV Name /dev/dsk/c9t0d2 Alternate Link
PV Status available
Total PE 20476
Free PE 225
Autoswitch On
PV Name /dev/dsk/c11t0d4
PV Name /dev/dsk/c9t0d4 Alternate Link
PV Status available
Total PE 20476
Free PE 227
Autoswitch On
PV Name /dev/dsk/c9t0d1
PV Name /dev/dsk/c11t0d1 Alternate Link
PV Status available
Total PE 20476
Free PE 1975
Autoswitch On
I am open to suggestions but I know pvmove is a possibility. My new PVs will be alternate linked as well. Any comments/ideas are welcome?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2005 11:44 PM
02-01-2005 11:44 PM
Re: Move data to new storage
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2005 11:45 PM
02-01-2005 11:45 PM
Re: Move data to new storage
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 12:08 AM
02-02-2005 12:08 AM
Re: Move data to new storage
As told by others here and as told by me in your earlier thread, pvmove will not retain data in your original disk.
Having alternate link does not mean it is 2 copies. It is only 1 copy of the data. read my post in your previous thread.
If you are not planning to buy MirrorDisk/UX then you have to backup your data and restore to the new VG.
And before you close a thread it is forum etiquette to assign points to your respondent corresponding to the relevance of the reply to the resolution.
If you wish, you can assign "0" points, but if you do not assign points then people who refer to the thread in future may not know how relevant any response was.
Please go through the below link for more details
http://66.34.90.71/ITRCForumsEtiquette/
Please do not get offended. This is to make you to get more response for your questions too.
With regards,
Mohan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 02:37 AM
02-02-2005 02:37 AM
Re: Move data to new storage
Without mirror disk UX, you have to copy.
I have found vxdump/vxrestore the fastest in previous SAN migrations.
Create new vg's for the new SAN...
Then, shutdown your application(s), for example:
vxdump -0 -f - -s 1000000 -b 16 /oracle | (cd /zmnt/oracle ; vxrestore rf -)
Where /znmt/oracle is the new disks.
Do for each file system.
Then umount them all, backup your fstab file, edit it to point to the new vg's, then mount -a
Rgds...Geoff