- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_net_recovery
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
01-09-2006 09:05 PM
01-09-2006 09:05 PM
make_net_recovery
Unable to mount or write ignite_server:/ignite/archives/client_name.
the questions are :
1. Is NETAPPS is supported by Ignite , becuase now the archives directory is already in NFS mount point directory ?
2. If the answer is yes , how to change the configuration files ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 09:11 PM
01-09-2006 09:11 PM
Re: make_net_recovery
Dear eran,
Make sure the write permission is given to the share.
In /etc/exports in the concerned share give
-o root=host1:host2
and run
#exportfs -av
to re-export the share.
you can also try mounting the nfs mount from OS and try writing something in it to confirm the permissions.
With Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 09:13 PM
01-09-2006 09:13 PM
Re: make_net_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 09:14 PM
01-09-2006 09:14 PM
Re: make_net_recovery
Try as,
NFS Server:
# exportfs -iv -o root=
Example:
# exportfs -iv -o root=netapps /ignite/archives/client_name
NFS Client:
# mkdir /ignite/client_name
# mount nfsserver:/ignite/archives/client_name /ignite/client_name
If you are not getting any errors then you able to access the mount.
when you are getting errors then post that here.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 09:16 PM
01-09-2006 09:16 PM
Re: make_net_recovery
#2) Do you have write permission to that particular directory? If not, do so.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 09:17 PM
01-09-2006 09:17 PM
Re: make_net_recovery
# showmount -ad
It has to say the mounted file system information on NFS client side.
On server side,
# showmount -e
has to say that exported file system information.
check syslog.log file for any errors.
--
Muthu