Operating System - HP-UX
1748167 Members
4000 Online
108758 Solutions
New Discussion

Re: How to set up a Ignite Server

 
Arunabha Banerjee
Valued Contributor

How to set up a Ignite Server

I want to build a Ignite server for HP UX Version 11.00 / 11.11 / 11.23 & 11.31 system. Can anynody share the step by step setup guide. I don't need any HP Official doc which I already have.

 

Thanks is advance

AB
4 REPLIES 4
Team_of_5
Advisor

Re: How to set up a Ignite Server

Hi Arunabha, At 11.23 Ensure you having latest bundle of ignite on the server, 1. Create folder with hostname [eg. xxx] of ignite client on /var/opt/ignite/recovery/archives with mkdir -p command. 2. Ensure the ownership should be bin:bin for the particular folder 3.Ensure the 755 permission to this folder. 4. Put the entry of clients in the /etc/hosts of the ignite server. 5. export the created folder //var/opt/ignite/recovery/archives/xxxx and /var/opt/ignite/clients in /etc/exports with access only to the client. Revert if any more input required. With Regards, Team_5
Arunabha Banerjee
Valued Contributor

Re: How to set up a Ignite Server

I have prepared a simple doc. Please have a look and let me know if everything is fine or not.

 

 

AB
Team_of_5
Advisor

Re: How to set up a Ignite Server

This link will help you to understand configuration, recovery & troubleshooting

 

http://h20584.www2.hp.com/hpgt/guides/select?lang=en&cc=us&prodTypeId=18964&prodSeriesId=4077173&lang=en&cc=us

Chirag Parikh
Frequent Advisor

Re: How to set up a Ignite Server

Hi,

 

Here are few comon steps to build a new Ignite server.

 

1.mkdir /var/opt/ignite/recovery
2.create a filesystem of req size and mount on /var/opt/ignite/recovery
3.cd /var/opt/ignite/recovery
mkdir archives
4.chown to bin:bin
5.run /opt/ignite/bin/ignite
it will display a window
6.select server setup
7.configure booting ip address --- next
8.use unsed ip in ur nw
9.selct skip dhcp setup -- next--ok
10.selct skip depot config ---next
11 yes =------ finish
12.in /etc/rc.config.d/nfsconf

 

Thanks & Regards,

Chirag Parikh