Operating System - HP-UX
1752794 Members
6433 Online
108789 Solutions
New Discussion

Re: Permission Denied error while mounting azure data box on hp-ux11

 
dibbi
New Member

Permission Denied error while mounting azure data box on hp-ux11

Hi Everyone,

I'm trying to mount Azure databox onto HP-UX 11 server. I could see data box details if i use #showmount -e <databox Ip> but while trying to mount it i'm facing the issue saying permission denied.

This same data box mounted both on linux and windows servers but not on Unix servers. Could someone help me out on this.

PKJ
1 REPLY 1
Jaganraj_J
HPE Pro

Re: Permission Denied error while mounting azure data box on hp-ux11

This is due to name resolution issue on NFS Server.

Do an nslookup to NFS Client on NFS Server.

nfs_server# nslookup nfs_client

Check the ouput and make sure that NFS server is able to resolve the hostname of NFS client.

Check /etc/hosts  file and make sure the NFS clinet name is mentioned with ipaddress

Check /etc/nsswitch.conf file and make sure for hosts: files is mentioned


I am a HPE Employee

Accept or Kudo