Operating System - HP-UX
1753758 Members
4974 Online
108799 Solutions
New Discussion юеВ

adding a new client to ignite

 
SOLVED
Go to solution
ani007
Super Advisor

adding a new client to ignite

Hi,
I want to add a new client to my ignite server,can some one guide me step by step..MY OS version is 11.11 both server & client.

Regards,
Ani
5 REPLIES 5
ani007
Super Advisor

Re: adding a new client to ignite

HI,
I want to make it clear.. we have to do patching for nodeB. so i want to take the ignite backup in nodeA..

How to configure NOdeA as ignite server
How to configure NodeB as ignite client.

so that I can take the ignite backup of BodeB to NodeA.

Regards,
Ani
P Arumugavel
Respected Contributor

Re: adding a new client to ignite

vishnu.khandare
Respected Contributor
Solution

Re: adding a new client to ignite

Hi Ani,

>>>to add a new client to my ignite server

In the ignite server

1./opt/ignite/bin/add_new_client -s < Ignite server name> -f

2 . Make sure the permission of the below directories are 755 and ownership is bin:bin
/var/opt/ignite/clients
/var/opt/ignite/recovery/archeives/apps1

3 . make sure that you /etc/exports file is having the below entires
/var/opt/ignite/clients -anon=2
/var/opt/ignite/recovery/archives/ -anon=2 ,access=

4. perfrom #exportfs -a

On client server
check #showmount -a command to confirm whether the filesystem is properly exported

Run the command from clieant and take ignite.

Refer link
http://h30499.www3.hp.com/t5/Ignite-UX/configure-ignite-for-itanium-HPUX/m-p/4698194#M17664


Hope this solves ur query.
Don't forget to assign points.

Regards
Vishnu Khandare

You should deserve before U desire!!!!
jona_1
Frequent Advisor

Re: adding a new client to ignite

================
server side
1./opt/ignite/bin/add_new_client -s < Ignite server name> -f

#/opt/ignite/bin/ -s -f

this i need to fire ?

2.done
3.done
4.done
==================
On client server
check #showmount -a command to confirm whether the filesystem is properly exported

when i fire this no filesystem is showing ??????
ani007
Super Advisor

Re: adding a new client to ignite

Tnx all
Regards,
Ani