- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Failed to creating directory???
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
11-21-2003 06:00 AM
11-21-2003 06:00 AM
I want to create an image from a RX2600 Itanium Machine with HP-UX 11.22. The Ignite Server I am running is a ZX2000 with 11.23. While I am trying to "Add new client for recovery" I get the following error:
ERROR: Could not make directory:
/var/opt/ignite/recovery/client_mnt/0x00306EEAB247: Permission denied
(errno = 13)
ERROR: Failed creating the directory
/var/opt/ignite/recovery/client_mnt/0x00306EEAB247:Permission denied
(errno = 13)
ERROR: Failed to creaet NFS mount directories for configuration files.
I set up the NFS Server and export the /var/opt/ignite directory.
Any ideas ?
Kind regards
cl
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2003 06:04 AM
11-21-2003 06:04 AM
Re: Failed to creating directory???
do you have execute permission on that directory /var/opt/ignite
i thing to be able to create a directory you must have a execute permission.
TS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2003 06:08 AM
11-21-2003 06:08 AM
Re: Failed to creating directory???
The user trying to create the directory doesn't have permissions. Use ll -d on the directory right above it and make chmod corrections to accomodate Ignite.
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
11-21-2003 06:48 AM
11-21-2003 06:48 AM
Re: Failed to creating directory???
make sure you have Read-Write permission on the share in NFS server...
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2003 07:01 AM
11-21-2003 07:01 AM
Re: Failed to creating directory???
try to manually create the said directory. If you do not have exported it with write permission as Vijay said..
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2003 12:20 AM
11-22-2003 12:20 AM
Re: Failed to creating directory???
you do not have nfs turned on your system. Ignite nfs mounts the client diretory(/var/opt/ignite/clients/
Hence it is failing. enable nfs and it would be working.
Thanks
Pratyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2003 06:08 PM
11-23-2003 06:08 PM
Re: Failed to creating directory???
For testing I gave rwx-permissions to all users. And I also tried to create the directory and link manually. The directories I created was owned by root. So I change to user bin, but it has no effect. I receive the same error message as above.
regards
cl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 01:28 AM
12-01-2003 01:28 AM
SolutionI once had a similar issue, and tried all sort of things which you have been advised too....
Only thing that *did* help in my case was to swremove the Ignite SW and do a fresh re-install. Might want to try that too, also it might be an issue of 11.22 vs. 11.23. Try to get IUX 5.0.35 (latest I know of).
Regards,
Bernhard
BTW is that your name?
C.....n L.....n
(not that I want to play hangman, just curiosity ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 01:39 AM
12-01-2003 01:39 AM
Re: Failed to creating directory???
How did you export the /var/opt/ignite ?
- for everybody ?
- with a access=xxx ?
- with a root=xxx ?
This last one could help you ...
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 04:56 AM
12-01-2003 04:56 AM
Re: Failed to creating directory???
For e.g. u can od htis
exportfs -i -o access=host1:host2,root=host1,host2
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 09:40 PM
12-01-2003 09:40 PM
Re: Failed to creating directory???
The solution was the reinstallation of Ignite Software. Thanks Bernhard Mueller from M.....t :-)
Thanks all for your assistance!
Kind regards
cl