Operating System - HP-UX
1833431 Members
3240 Online
110052 Solutions
New Discussion

Re: Failed to creating directory???

 
SOLVED
Go to solution
cl_5
Frequent Advisor

Failed to creating directory???

Hi forumers!

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
10 REPLIES 10
TSaliba
Trusted Contributor

Re: Failed to creating directory???

hi
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
jj
Steven E. Protter
Exalted Contributor

Re: Failed to creating directory???

There is nothing complex about this message.

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
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Vijaya Kumar_3
Respected Contributor

Re: Failed to creating directory???

as it seems NFS, make sure you have correct permissions on the NFS server.

make sure you have Read-Write permission on the share in NFS server...


-Vijay
Known is a drop, unknown is ocean - visit me at http://vijay.theunixplace.com
Michael Schulte zur Sur
Honored Contributor

Re: Failed to creating directory???

Hi,

try to manually create the said directory. If you do not have exported it with write permission as Vijay said..

greetings,

Michael
Pratyush Paul_1
Valued Contributor

Re: Failed to creating directory???

Hi -

you do not have nfs turned on your system. Ignite nfs mounts the client diretory(/var/opt/ignite/clients//all_files

Hence it is failing. enable nfs and it would be working.

Thanks

Pratyush
Die Hard
cl_5
Frequent Advisor

Re: Failed to creating directory???

Thanks for answering.

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

Bernhard Mueller
Honored Contributor
Solution

Re: Failed to creating directory???

Hi,

I 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 ;-)
Jean-Louis Phelix
Honored Contributor

Re: Failed to creating directory???

Hi,

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.
It works for me (© Bill McNAMARA ...)
KapilRaj
Honored Contributor

Re: Failed to creating directory???

If you want your NFS CLient's root to be an administrator of NFS server's exported filesystems you should use -root=hostname option !!. Or else the root on NFS client will not have root permission !!

For e.g. u can od htis

exportfs -i -o access=host1:host2,root=host1,host2

Kaps
Nothing is impossible
cl_5
Frequent Advisor

Re: Failed to creating directory???

It works!

The solution was the reinstallation of Ignite Software. Thanks Bernhard Mueller from M.....t :-)

Thanks all for your assistance!

Kind regards
cl