![]() |
|
|
|
|
|||||||
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| why is this command not working? | wrapster | UNIX for Advanced & Expert Users | 1 | 05-02-2008 06:11 AM |
| Exportfs | simka | AIX | 4 | 02-26-2008 05:38 AM |
| cd command not working | er_aparna | Shell Programming and Scripting | 7 | 07-07-2006 10:38 PM |
| help on rcp,exportfs | mxms755 | UNIX for Dummies Questions & Answers | 0 | 04-05-2006 11:36 PM |
| last command not working | antalexi | SUN Solaris | 3 | 08-04-2005 07:22 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Exportfs command not working
Hi All,
Here is one peculiar problem I am facing with exportfs command. I have exported these following directories in /etc/dfs/dfstab file /home -access=rx26-156:dhl-6a.digitalindiasw.net /opt -ro /dev -access=rx26-156 /etc/opt -root=rx26-156 then after saving the file when I am executing the exportfs command : # exportfs -a here is the error I am getting: /sbin/sh[2]: /home: Execute permission denied. /sbin/sh[3]: /opt: Execute permission denied. /sbin/sh[4]: /dev: Execute permission denied. /sbin/sh[5]: /etc/opt: Execute permission denied. Please help out |
| Forum Sponsor | ||
|
|
|
|||
|
On Solaris, the proper syntax for the /etc/dfs/dfstab file consists of executable lines that begin with the share command.
Like so: share [-F fstype] [ -o options] [-d "<text>"] <pathname> [resource] Here's an exmaple: share -F nfs -o rw=@192.168.1.0/24 -d "hostname:/export/d0" /export/d0 |
|
|||
|
Hi All,
1. I am using /etc/dfs/dfstab because in HP-UX v11.31 the /etc/exports file got replaced by /etc/dfs/dfstab 2. Do I have to convert the file systems of the exported directories to nfs file system otherwise it won't work?? |
|||
| Google UNIX.COM |
| Thread Tools | |
| Display Modes | |
|
|