HP-UX share NFS (exportfs/showmount/share dfs)

** Myself
exportfs
exportfs –i /dir
 
Mountnfs
showmount –e <hostname>
mount –F nfs <hostname>:/dir /dir
 
For hp-ux for user access eq root
/etc/dfs/dfstab
/usr/sbin/share -F nfs -o anon=0,rw -d "" /backup –
/usr/sbin/share -F nfs -o anon=0,rw -d "" /usr/sap/trans –
 
if not reboot
shareall
 
verify
share
 
for client (Example /usr/sap/trans)
add /etc/fstab
<server name>:/usr/sap/trans /usr/sap/trans nfs defaults 0 0

0 comments:

Loading