- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- error while taking backup with ignite
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
07-13-2009 03:43 AM
07-13-2009 03:43 AM
error while taking backup with ignite
i have tried with the exports also .....
nfs mount: server:/var/opt/ignite/recovery/archives/client: Permission denied
ERROR: Unable to mount or write
server:/var/opt/ignite/recovery/archives/client
On server you may need to:
mkdir -p /var/opt/ignite/recovery/archives/ client
chown bin:bin /var/opt/ignite/recovery/archives/ client
If the OS on server is 11.31 or later, vi /etc/dfs/dfstab. The
/etc/dfs/dfstab file on " server " should contain the entry: "share -F
nfs -o sec=sys,anon=2,rw=
/var/opt/ignite/recovery/archives/ client ". Where
replaced by a fully qualified client name.
After editing the /etc/dfs/dfstab file, run "shareall -F nfs"
If you need to change the owner of the directory,
you will also need to re-share the directory.
Otherwise, vi /etc/exports. The /etc/exports file on " server " should
contain the entry: "/var/opt/ignite/recovery/archives/ client
-anon=2,access= client ".
After editing the /etc/exports file, run exportfs -av
If you need to change the owner of the directory,
you will also need to re-export the directory.
See make_net_recovery(1M) for more information.
ERROR: Failed to Create NFS mount Archive directory.
======= 07/08/09 15:26:03 IST make_net_recovery completed unsuccessfully
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 03:54 AM
07-13-2009 03:54 AM
Re: error while taking backup with ignite
showmount -e hostname
where hostname is the intended NFS host.
That will at least show you if the NFS share you are trying to write to is present.
I's also like to see the full command line you are using for make_net_recovery
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 03:57 AM
07-13-2009 03:57 AM
Re: error while taking backup with ignite
The error clearly says that either you don't have the client image directory or exported with proper permission on ignite server.
check with "showmount -e" command on ignite server. It should show /var/opt/ignite/recovery/archives/clientname exported for this client.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 04:00 AM
07-13-2009 04:00 AM
Re: error while taking backup with ignite
You are not fulfilling the requirements as
ERROR: Unable to mount or write.
server:/var/opt/ignite/recovery/archives/client
You need to put this entry in /etc/exports of IGNITE Server
vi /etc/exports
/var/opt/ignite/recovery/archives/client
On server you may need to:
mkdir -p /var/opt/ignite/recovery/archives/ client
chown bin:bin /var/opt/ignite/recovery/archives/ client
What is your OS version pls ?
Regards
Sanjeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 04:04 AM
07-13-2009 04:04 AM
Re: error while taking backup with ignite
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 04:27 AM
07-13-2009 04:27 AM
Re: error while taking backup with ignite
check permissions of /var/opt/ignite/recovery/archives/ client
¿777?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 04:44 AM
07-13-2009 04:44 AM
Re: error while taking backup with ignite
IF you have 11.31 running procedure is little bit diffrent
If the OS on server is 11.31 or later, vi /etc/dfs/dfstab. The
/etc/dfs/dfstab file on " server " should contain the entry: "share -F
nfs -o sec=sys,anon=2,rw=
/var/opt/ignite/recovery/archives/ client ". Where
replaced by a fully qualified client name.
After editing the /etc/dfs/dfstab file, run "shareall -F nfs"
If you need to change the owner of the directory,
you will also need to re-share the directory.
Regards
Sanjeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 06:42 AM
07-13-2009 06:42 AM
Re: error while taking backup with ignite
you will also need to re-export the directory.
how to re-export the directory.?????????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 07:42 AM
07-13-2009 07:42 AM
Re: error while taking backup with ignite
exportfs -av
Regards
Sanjeev