Operating System - HP-UX
1752800 Members
5531 Online
108789 Solutions
New Discussion юеВ

Ignite server configuration

 
Sridhar R
Regular Advisor

Ignite server configuration

Hi,

I have a 3 BL860c servers with HP-UX 11.23 OS running.

I want to set up a ignite server on one server and the other 2 servers as clients.

This is for ignite backup purpose via make_net_recovery.

Kindly let me know the step-by-step procedure for this.

Thanks in Advance,

Sridhar



8 REPLIES 8
George_Dodds
Honored Contributor

Re: Ignite server configuration

Here is the full documentation for ignite

http://docs.hp.com/en/5992-3336/index.html

The servers need to be on the same network if you are using one as a ignite server.

Ta

George
Deepak Kr
Respected Contributor

Re: Ignite server configuration

Hi,

Very nice doc:
http://docs.hp.com/en/5992-4815/ch01s04.html

Also

Ignite-UX Administration Guide
http://www.docs.hp.com/en/5992-3336/5992-3336.pdf


Regds,
Deepak
"There is always some scope for improvement"
Sridhar R
Regular Advisor

Re: Ignite server configuration

Thanks for the doc's

The 35 paged doc is very nice

Kumar ur doc says that:

NFS export the directory /var/opt/ignite/clients so you can control the installation
process from the server and store configuration files and manifest information on the server.

But it didnt tell how to do that.. can u tell what step or the exact command for that...


Thanks!
George_Dodds
Honored Contributor

Re: Ignite server configuration

Ignite should add /var/opt/ignite/clients to your /etc/exports directory from memory.
George_Dodds
Honored Contributor

Re: Ignite server configuration

The command to manually export is -

exportfs /var/opt/ignite/clients -anon=2
Jeeshan
Honored Contributor

Re: Ignite server configuration

For the latest Ignite software and documentation see here:

http://www.software.hp.com/products/IUX/index.html
a warrior never quits
Deepak Kr
Respected Contributor

Re: Ignite server configuration

Hi,

Yes, you can do it adding following line in /etc/exports

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

Regds,
Deepak
"There is always some scope for improvement"
George_Dodds
Honored Contributor

Re: Ignite server configuration

You would add the following to /etc/exports

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

Not the exportfs command as well ;-)