- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Data move
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
03-24-2004 01:45 PM
03-24-2004 01:45 PM
Data move
I have one HP server with a directly attached storage having a mix of raw volumes and the file systems. Now we want to remove the directly attached storage from this server and move the data to SAN (EMC). For this purpose we plan to fix one additional fibre card in the server and connect it to the SAN.
Can you please advise the ways to move the data from existing storage to SAN? I'm going out of thought because of exsiting raw volumes.
Regards
Vikas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 01:49 PM
03-24-2004 01:49 PM
Re: Data move
# cd /orig_dir
find . | cpio -pdumv /newFS
As far as raw volumes are concerned, you will need to either backup/restore or do some sort of export if it is a database.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 02:00 PM
03-24-2004 02:00 PM
Re: Data move
I would if possible mount the san and the old storage system at the same time.
Lets say we have /oldfs and /newfs created on the san.
cd /oldfs
mv * /newfs
It preserves permissions very nicely.
That will work on cooked filesystems.
For raw fileystems I don't have an answer other than make_tape_recovery boot off the tape and restore to the new volumes. I have used this to successfully transfer raw filesytems, though I immediately laid the data down afterwards.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 02:11 PM
03-24-2004 02:11 PM
Re: Data move
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 02:16 PM
03-24-2004 02:16 PM
Re: Data move
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 02:19 PM
03-24-2004 02:19 PM
Re: Data move
you could add your san storage into your vg's, mirror the data, unmirror your direct attached drives, vgreduce the direct attached drives.
and if you haven't striped your lv's, you could add your san storage into your vg's, pvmove the data, vgreduce the direct attached drives