Operating System - HP-UX
1832945 Members
2466 Online
110048 Solutions
New Discussion

Re: /etc/exports question

 
SOLVED
Go to solution
dictum9
Super Advisor

/etc/exports question

When I try to create a net recovery archive, I get the following error mesg:

"/var/opt/ignite/recovery/archives/ddm1s414" is already exported with options different from the ones Ignite-UX writes for network recovery archive creation. Review the options if you plan to use the directory for archive creation. See "/etc/exports" or exportfs.


cat /etc/exports

/var/opt/ignite/clients -anon=2
/var/opt/ignite/recovery/archives/ddm1s413 -anon=-1,access=ddm1s413
/var/opt/ignite/recovery/archives/ddm1s420 -anon=-1,access=ddm1s420
/var/opt/ignite/recovery/archives/ddm1s414 -anon=-1,access=ddm1s414
/var/opt/ignite/recovery/archives/ddm1s415 -anon=2,access=ddm1s415



What is going on and what can I do about it? It's clearly an issue with exporting.
5 REPLIES 5
DCE
Honored Contributor
Solution

Re: /etc/exports question



try forcing a re-read of the exports file

exportfs -av

This should put the current config into memory.

Also check the directory permissions

Dave
Sivakumar TS
Honored Contributor

Re: /etc/exports question


Hi,

try
#exportfs
to see the exported filesystems list

also make sure that the hostnames are defined properly in the /etc/hosts

then you try
#exportfs -a once more.

Regards,

Siva

Nothing is Impossible !
dictum9
Super Advisor

Re: /etc/exports question

exportfs -av

worked, thank you.
Nguyen Anh Tien
Honored Contributor

Re: /etc/exports question

Hi :)
just type
#exportfs -av
to re-export file system with new config file.
HP is simple
dipesh_2
Regular Advisor

Re: /etc/exports question

run
#exportfs -av to export the filesystem and get export filesystem list