Operating System - HP-UX
1833053 Members
2644 Online
110049 Solutions
New Discussion

Re: mounting /usr/local/bin from HP_UX to Redhat LINUX

 
TCEQ UNIX
Advisor

mounting /usr/local/bin from HP_UX to Redhat LINUX

when I try to mount /usr/local/bin from HP11 to Redhat /usr/local/bin
mount -t nfs nfs:/usr/local/bin /hp/usr/local/bin

It refuses to mount. Any advice ?
mount: nfs:/usr/local/bin failed, reason given by server: Permission denied
He who does not slow down at the sight of a police car is usually parked.
4 REPLIES 4
Stefan Farrelly
Honored Contributor

Re: mounting /usr/local/bin from HP_UX to Redhat LINUX

Have you configured /etc/exports on your HP server and run exportfs -a to allow access ?
Im from Palmerston North, New Zealand, but somehow ended up in London...
harry d brown jr
Honored Contributor

Re: mounting /usr/local/bin from HP_UX to Redhat LINUX


On your linux box, have you exported your /usr/local/bin??

BTW, linux commands (binary) WILL NOT RUN on hpux!

Additionally, make sure no programs are running on your HPux box that are based out of /usr/local/bin.


live free or die
harry
Live Free or Die
Pete Randall
Outstanding Contributor

Re: mounting /usr/local/bin from HP_UX to Redhat LINUX

How is it exported on the HP side?


Pete


Pete
Darren Besler
New Member

Re: mounting /usr/local/bin from HP_UX to Redhat LINUX

Is there any firewalling on in the Redhat system - ipfilter/ipchains?