- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /etc/exports question
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 09:38 AM
03-14-2006 09:38 AM
"/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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 09:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 04:10 PM
03-14-2006 04:10 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 09:14 AM
03-15-2006 09:14 AM
Re: /etc/exports question
worked, thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 01:38 PM
03-15-2006 01:38 PM
Re: /etc/exports question
just type
#exportfs -av
to re-export file system with new config file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 04:21 PM
03-15-2006 04:21 PM
Re: /etc/exports question
#exportfs -av to export the filesystem and get export filesystem list