- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Data migration: Windows to HP-UX
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
09-08-2008 11:27 AM
09-08-2008 11:27 AM
Data migration: Windows to HP-UX
I have a need to move ~1TB of files from a Windows server to an HP-UX server. Has anyone here performed this kind of data migration? If so, what methods or tools did you employ? Both systems are SAN connected, so goal is to avoid using the Ethernet if possible. Something like Tivoli SANergy seems promising, has anyone used it? Thanks for your thoughts on this!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2008 11:31 AM
09-08-2008 11:31 AM
Re: Data migration: Windows to HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2008 12:30 PM
09-08-2008 12:30 PM
Re: Data migration: Windows to HP-UX
Either way both are going to be over Ethernet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2008 06:03 PM
09-08-2008 06:03 PM
Re: Data migration: Windows to HP-UX
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2008 08:30 PM
09-08-2008 08:30 PM
Re: Data migration: Windows to HP-UX
of the data being moved. 1TB might be more
than I'd try to move at one time, if I were
using conventional methods (FTP, ...).
ASCII FTP (or one of the X2Y programs) lets
you adjust line endings on text files, but
you need to know on which files to use it,
and which not to wreck that way.
Zip+UnZip has some text-file recognition
and conversion capability, which could be
useful in some cases. Zip 3.0 and UnZip 6.0
offer large-file capability, too, but I'd
tend to bite off less than 1TB at a time when
using those programs (especially if temporary
storage is constrained).
A more detailed description of the
requirements would be a good place to start,
however.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2008 05:48 AM
09-09-2008 05:48 AM
Re: Data migration: Windows to HP-UX
The files are all small (~500 kb) and there are literally millions of them. ~1 TB worth.
Going over Ethernet is too slow and not an option. We are looking at utilizing the higher bandwidth of the Fibre Channel SAN to facilitate this. Some options we are evaluating:
1. Tivoli SANergy. It's a cross-platform NFS driver that routes the data traffic over fibre channel for much higher throughput than traditional NFS-over-ethernet.
2. Inserting some intermediate server that is able to read/write filesystems understood by both Windows and HP-UX. Perhaps a SAN attached Linux server.
3. Some solution based on SAMBA
Thoughts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2008 10:09 AM
09-09-2008 10:09 AM
Re: Data migration: Windows to HP-UX
I don't see how #3 would help. Samba doesn't really do anything with your underlying storage. File copies would still go over the network.
I have never heard of the Tivoli product before.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2008 11:41 AM
09-09-2008 11:41 AM
Re: Data migration: Windows to HP-UX
For myself, using EMC storage, I'd just use the 'associate' command to the join the disks and use a symmir command to mirror or sync the data on them. Then run a symmir split command and voila your data is copied (disk-2-disk, no network traffic) and then take those new disks and mount them up where I need them.
If you have different SAN storage, see if they have similar options.
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2008 12:54 PM
09-09-2008 12:54 PM
Re: Data migration: Windows to HP-UX
Rita, SAN disk is an EMC Clariion. Yes, we can present storage from this array to either HP-UX or Windows. The problem with cloning the volume is that HP-UX cannot mount an NTFS filesystem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2008 04:29 PM
09-09-2008 04:29 PM
Re: Data migration: Windows to HP-UX
If the servers are near one from another, personally I would just plug a crossover ethernet cable between two cards, set them to a private network address and use FTP. If that's not possible and there's just a switch between them, it doesn't matter much as long as your portgroups are not too much oversubscribed.
FTP runs almost at wire speed, so at 1Gb/s we're talking about around 3 hours to transfer 1TB which is not that long (if my calculations are correct), when compared to another fancier solution that involves installing a third party software.
Since you're copying many files, rsync might be an interesting option... if will take a while for the transfer to start initially, but if it is interrupted, you will at least be able to restart where you were.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2008 05:04 PM
09-09-2008 05:04 PM
Re: Data migration: Windows to HP-UX
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2008 07:37 AM
09-10-2008 07:37 AM
Re: Data migration: Windows to HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2008 11:10 AM
09-10-2008 11:10 AM
Re: Data migration: Windows to HP-UX
Our tar to raw SAN lun test worked nicely. We used cygwin on the windows server and simply tar'd a large test directory tree to the raw SAN lun (no partitions, no filesystems). Then we changed the presentation of the lun to the HP-UX server and tar xvf the device file and sure enough, there was all our data!! Even though it requires copying everything twice, it was still *much* faster than FTP.
I think we're going to take the tar-to-SAN approach. We can write some simple shell scripts on the HP-UX box to set all the ownership and permissions and whatnot.
Thanks all for your ideas and input!