1753731 Members
4799 Online
108799 Solutions
New Discussion юеВ

HP filesystem on IBM AIX

 
SOLVED
Go to solution
Larry Basford
Regular Advisor

HP filesystem on IBM AIX

Is there any way to mount an HP filesystem on an AIX system ? Or is there a common filesystem that can be userd?
Desaster recovery? Right !
12 REPLIES 12
Steven E. Protter
Exalted Contributor

Re: HP filesystem on IBM AIX

Shalom Larry,

NFS
CIFS/Samba

Either would do the trick. The NFS client is built into HP-UX. the NFS server is probably built into IBM AIX.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Pete Randall
Outstanding Contributor
Solution

Re: HP filesystem on IBM AIX

Can you use NFS? Set up the HP machine as an NFS server, export the filesystem, then mount it on the AIX box. See "man exportfs".


Pete

Pete
Robert-Jan Goossens
Honored Contributor

Re: HP filesystem on IBM AIX

Hi,

You can use NFS, export the filesystem on HPUX and mount it on AIX.

HPUX
# sam

Networking and communications
Networked filesystems
Exported local filesystems
Actions ->> add exported filesystem

AIX
# smit
communications applications and services
nfs
networked filesystems
add a filesystem for mounting

Hope this helps,
Robert-Jan
Geoff Wild
Honored Contributor

Re: HP filesystem on IBM AIX

NFS is your best option - you can't just take a disk from a HP-UX machine and plug it into an AIX one....

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Arunvijai_4
Honored Contributor

Re: HP filesystem on IBM AIX

Hello,

As others specified, you can easily configure and use "NFS". We have a pool of AIX servers sharing common folders from HP-UX and Solaris NFS servers.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Larry Basford
Regular Advisor

Re: HP filesystem on IBM AIX

I can read the NFS mounted disk OK I have used this option before. Thanks for the sugestion.

But
on AIX when I try to do a copy of 80GB NFS mounted I only get about 1 1/2 GB/hour.

Would I be better off tar to tape?

Or can I Fiber connect the systems to get a better transfer rate?

Direct connect two nics with a Xover cable and route directly?
Desaster recovery? Right !
Yogeeraj_1
Honored Contributor

Re: HP filesystem on IBM AIX

hi Larry,

speed of transfer between the two servers will depend greatly on the network connection between these two.

Ideally a direct fiber connection between the two servers wil give you the best performance.

hope this helps!

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Victor BERRIDGE
Honored Contributor

Re: HP filesystem on IBM AIX

Hi Larry,
I do remember seeing this sort of behaviour (speed...) and the best of all one way goes faster (+50% -to almost double) than the other, I tested with ftp and rcp and found the same phenomeon (but this was more than 2 years ago...) and the fastest way was using nfs with cpio...

All the best
Victor
Mark Ellzey
Valued Contributor

Re: HP filesystem on IBM AIX

Larry,

If you are only getting 1.5GB/hour, I would check the switch port. Be sure the speed and duplex setting on the switch port match those of your NIC card. I've seen this type of behaviour on hosts that had mis-matched NIC/Port settings.

Regards,
Mark