- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Connect 2 hosts with fiber
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-28-2006 05:10 PM
03-28-2006 05:10 PM
I've done it with 100MB/turnover cable.
Can it be done with fiber?
lots like 50-80GB
Direct route
Going from an HP to an IBM
tar -cvf - 80GBdir| remsh RS_node "(cd /data; tar -xvf -)"
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 05:51 PM
03-28-2006 05:51 PM
Re: Connect 2 hosts with fiber
this sounds right, but depending on your fiber swicth, you might net get any significant increase.
you might get significant increase by removing the '-v' option in tar (unless you have very few files)
Jean-Yves Picard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 05:54 PM
03-28-2006 05:54 PM
Re: Connect 2 hosts with fiber
Also when doing following keep in mind that, HP tar understands only 10KB. so on IBM, you will have to tell IBM tar to get 10KB.
tar -cvf - 80GBdir| remsh RS_node "(cd /data; tar -xvf -)"
Should be modified as follows.
tar -cvf - 80GBdir| remsh RS_node "(cd /data; tar -xv -b 10 -f -)"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 05:55 PM
03-28-2006 05:55 PM
Re: Connect 2 hosts with fiber
You can also create special VLAN with just two ports if using CISCO switch.
But crossover (turnover) cable is better solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 08:34 PM
03-28-2006 08:34 PM
SolutionWithout a switch you can also set the MTU on each interface to 9000 (jumbo frames), not that that makes much difference to transmission rates on a fast server.
Tar is not the fastest method, but it does give you some cross-platform compatibility. However, remember the 32bit/2Gb file size limit! You may need 64 bit gtar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2006 02:24 AM
03-29-2006 02:24 AM
Re: Connect 2 hosts with fiber
I don't believe this is true.
HP man for tar says
b Use the next arg argument as the blocking factor for archive
records. The default is 20; the maximum is at least 20.
However, if the f - modifier is used to specify standard
input, the default blocking factor is 1.
IBM man tar has default and max 20 and
For output to ordinary files with the -f flag, you can save disk space by using a blocking
factor that matches the size of disk blocks (for example, the -b4 flag for 2048-byte disk
blocks).
But this does tranfer faster.
tar -cf - 80GBfile|remsh ibm2 "(cd /data;tar -x -b4 -f -)"
Vladimir,Steve, You have done this! Was it faster? And how do you configure the interfaces?
Compatibility is the big issue. I have 9 80GB IBM filesystems I need to present to the HP server. The tar is just a start.
NFS mount seems the only answer so far.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 01:18 AM
03-30-2006 01:18 AM
Re: Connect 2 hosts with fiber
How was the interface configured? Speed 1000 bps and MTU 9000 (jumbo frames) each.
If I had your problem, I would also choose NFS because tar has to be used. Without need of tar I would choose ftp or rcp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 01:42 AM
03-30-2006 01:42 AM
Re: Connect 2 hosts with fiber
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 03:10 AM
03-30-2006 03:10 AM
Re: Connect 2 hosts with fiber
hyper fabric connection going from an HP to an IBM?
That is not possible!
Even in TRU64 cluster gigabit ethernet is OK as cluster interconnect for Oracle RAC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 03:44 AM
03-30-2006 03:44 AM
Re: Connect 2 hosts with fiber
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 04:03 AM
03-30-2006 04:03 AM
Re: Connect 2 hosts with fiber
I did this On Solaris machines where there is support for running IP over Fibre-Channel and it worked great. Plumbing iP over 2G-FC esentialy gives you a 2Gbit network pipe.
I am not just sure if HP-uX and AIX has support for running IP over FC intrfaces.
I can suggest you also try using cross-over Gigabit connection -- IF both your HP and IBM machines have 'em.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 07:20 AM
03-30-2006 07:20 AM
Re: Connect 2 hosts with fiber
It looks like we will be going from an HP shop to an IBM shop due mostly to requirements and cost.
looking at IBM550Q or IBM570 for expandability HP just does not have a cost competitive product in the high midrange market.
570 to rx4640 rx7620
We need an 8 processor expandable to 16
It looks like IBM is going to win this one.