1844201 Members
2465 Online
110229 Solutions
New Discussion

Re: nfs

 
SOLVED
Go to solution
Brian Keenan
Advisor

nfs

Hi,

I'm trying to NFS mount a filesystem from one HP-UX B.11.00 U 9000/800 server to another using the command as root user:
mount -F nfs jdcn2:/apps/prd1app/applmgr/1103/admin/common/tmp

I get the error
Permission Denied.

This was NFS mounted before a reboot of the servers and is set to automatical NFS mount on boot.

Any ideas?

regards


Brian
8 REPLIES 8
Pete Randall
Outstanding Contributor

Re: nfs

Brian,

If that's the whole command you used, there's something missing. You're telling it what to mount (jdcn2:/apps/prd1app/applmgr/1103/admin/common/tmp) but not where to mount it. I'm not sure that would give you a permission denied message but I can't see how it's going to work, anyway.

Pete

Pete
harry d brown jr
Honored Contributor

Re: nfs


What does /etc/fstab show?

live free or die
harry
Live Free or Die
Leif Halvarsson_2
Honored Contributor

Re: nfs

Hi
If you have this in your /etc/fstab you only need to type "mount -a". Try this and chek for error messages.
Brian Keenan
Advisor

Re: nfs

Hi,

Tried:
mount -F nfs jdcn2:/apps/prd1app/applmgr/1103/admin/common/tmp /apps/prd1app/applmgr/1103/admin/common/tmp
Permission Denied

line from /etc/fstab
jdcn2:/apps/prd1app/applmgr/1103/admin/common/tmp /apps/prd1app/applmgr/1103/adm
in/common/tmp nfs rw,suid 0 0
Jeff Schussele
Honored Contributor

Re: nfs

Hi Brian,

As Pete stated you need to give a mount point on the importing system.
If it Perm Denied again then check the export statement on the exporting server.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Brian Keenan
Advisor

Re: nfs

Export statement from /ect/exports
/apps/prd1app/applmgr/1103/admin/common/tmp -anon=65534
Pete Randall
Outstanding Contributor
Solution

Re: nfs

Brian,

So, you're trying to mount it to /apps/prd1app/applmgr/1103/admin/common/tmp. Have you checked the permissions/existence of this mount point? Do a "mount" and see if there's something already there. Granted, I'm guessing at this point but this is odd.

Pete

Pete
Brian Keenan
Advisor

Re: nfs

Hi,

I've found that /apps/prd1app/applmgr is locally mounted.
Will unmount this and then repeat NFS mount.

regards

Brian