Operating System - HP-UX
1829162 Members
4593 Online
109986 Solutions
New Discussion

Adding new client for recovery

 
AntriBouzar
Occasional Advisor

Adding new client for recovery

I have configured an Ignite server(star) in Itanium Rx4620 with OS hp-ux B.11.23 and the C.6.9.x release of ignite , so When I want add the new client(hp-ux B.11.11 pa-risc) for recovery from GUI I get this error :

mkdir:Canot create/var/opt/ignite/client.mnt stale NFS file handle , mount /var/opt/ignite/client.mnt : stale NFS file handle Error : failed to mount "star :/var/opt/ignite/clients"
nfs-unmount : /var/opt/ignite/client.mnt is busy umount :return error 1.
rmdir /var/opt/ignite/client.mnt cannot remove mountable directory.

Can anyone help me on this ?

Regards
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Adding new client for recovery

Shalom,

Looks like /etc/exports configuration is not correct or has access requirements on the star server.

Don't forget to swcopy the 11.11 Core OS to the NFS mount point if you actually expect to recover 11.11 clients using it.

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
Yarek
Regular Advisor

Re: Adding new client for recovery

Hi,

Please check exported filesystems on server site. On my server i can find following exports :

/var/opt/ignite/clients -anon=2
/var/opt/ignite/recovery/archives/ -anon=2,access=


good luck!
AntriBouzar
Occasional Advisor

Re: Adding new client for recovery

the contain of the file /etc/exports in the server ignite is :
/var/opt/ignite/clients -anon=2

and I have checked the file /etc/mnttab in the client Ignite I found this line :

star:/var/opt/ignite/clients /var/opt/ignite/client.mnt nfs soft,rsize=32768,wsize=32768,
NFSv3 0 0 1168986759

can you please tell me what I must do for this issue.