1830460 Members
2556 Online
110004 Solutions
New Discussion

Ignite error

 
SOLVED
Go to solution
dictum9
Super Advisor

Ignite error

When I try to add a client for recovery, I get this errror.
(This is 11.11 running the latest version of Ignite, C6.8.152)

ERROR: Permission denied
ERROR: Failed to mount: "depotsvr:/var/opt/ignite/clients"

2 REPLIES 2
IT_2007
Honored Contributor
Solution

Re: Ignite error

Check /etc/exports file on Ignite Server whether above directory is exported or not. If not add it and run exportfs -av so that it will exported to clients.
IT_2007
Honored Contributor

Re: Ignite error

/var/opt/ignite/clients -anon=2

line to be added in /etc/exports file on Ignite server and run exportfs -av to export it.

Also you have to export client image from Ignite server where it is stored on it.

/archives/client1

Make sure that you able to use tftp from any other client to access igniteserver:/var/opt/ignite/clients