- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite Make network recovery error
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-11-2004 05:23 AM
03-11-2004 05:23 AM
Thanks,
Richard
ERROR: WARNING: Failed creating symlink from clients lanic id to clients
hostname.
File exists (errno = 17)
WARNING: Could not open client status file
"/var/opt/ignite/recovery/client_mnt
/0x080009C4D4C5/recovery/client_status" :Permission denied
(errno =
13).
ERROR: Could not make directory:
/var/opt/ignite/recovery/client_mnt/0x080009
C4D4C5/recovery/2004-03-11,12:44: Permission denied (errno =
13)
ERROR: Failed creating the directory
/var/opt/ignite/recovery/client_mnt/0x08
0009C4D4C5/recovery/2004-03-11,12:44 Permission denied (errno
= 13) to
store configuration files for the client
ERROR: Failed to creaet NFS mount directories for configuration
files.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 05:29 AM
03-11-2004 05:29 AM
Re: Ignite Make network recovery error
Are you running this netrecovery as root on client? If yes, you need appropriate options in /etc/exports file on server. Root is always treated as unknown user unless specified.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 05:32 AM
03-11-2004 05:32 AM
Solutionroot in the NFS client by default will not get mapped to root in the NFS server.
Make sure ignite-ux server is exporting the NFS filesystems with the following options
-anon=2,access=
In the ignite-ux server
# mkdir -p /var/opt/ignite/recovery/archives/igniteclient1
# chown bin:bin /var/opt/ignite/recovery/archives/igniteclient1
# exportfs -iv -o -anon=2,access=igniteclient1 /var/opt/ignite/recovery/archives/igniteclient1
and then try the command. See if it helps
Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 05:35 AM
03-11-2004 05:35 AM
Re: Ignite Make network recovery error
showmount -e sdc9008
export list for sdc9008:
/ignite_images/ignite/recovery/archives/sdc9002.sdc.sentara.com sdc9002.sdc.sentara.com
/ignite_images/ignite/recovery/archives/sdc9007.sdc.sentara.com sdc9007.sdc.sentara.com
/ignite_images/ignite/clients (everyone)
/ignite_images/ignite/recovery/archives/sdc9001-fe1.sdc.sentara.com sdc9001-fe1.sdc.sentara.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 05:39 AM
03-11-2004 05:39 AM
Re: Ignite Make network recovery error
I am running it as root. Attached is the /etc/exports file from the ignite server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 05:45 AM
03-11-2004 05:45 AM
Re: Ignite Make network recovery error
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 05:50 AM
03-11-2004 05:50 AM
Re: Ignite Make network recovery error
C4D4C5/recovery/2004-03-11,12:44?
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 06:02 AM
03-11-2004 06:02 AM
Re: Ignite Make network recovery error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 06:23 AM
03-11-2004 06:23 AM
Re: Ignite Make network recovery error
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 07:49 AM
03-11-2004 07:49 AM
Re: Ignite Make network recovery error
Richard