Operating System - HP-UX
1756569 Members
2491 Online
108848 Solutions
New Discussion юеВ

How to Configure an Ignite Server?

 
SOLVED
Go to solution
WW393114
Advisor

How to Configure an Ignite Server?

Hello,

Can anybody help out in confuring an ignite server. i have document but if i can get a step by step procedure that wil help me...
7 REPLIES 7
madhuchakkaravarthy
Trusted Contributor
Solution

Re: How to Configure an Ignite Server?

hi


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

set the value of NFS_SERVER from 0 to 1
/sbin/init.d/nfgs.server start

regards

MC
madhuchakkaravarthy
Trusted Contributor

Re: How to Configure an Ignite Server?

hi

if u find a solution please have a habit of closing the thread and assign points

so for u have assigned 0 points for 5 responses


Forums user name: WW393114
Company name:
Country / Region: india
Personal quote:
Certification:
ITRC member since: February 16, 2010
Last contribution date: June 11, 2010
I have assigned points to 0 of 5 responses to my questions.


regards

MC
WW393114
Advisor

Re: How to Configure an Ignite Server?

If my prob is solved i would have surely assigned points and closed it... Ok Can u pls tell me any other settings to do to take ignite back of one sever on this ignite server???
madhuchakkaravarthy
Trusted Contributor

Re: How to Configure an Ignite Server?

HI

u mean to ask is how to configure a client to it--

in ignite server

create dir client

/var/opt/ignite/recovery/archives
mkdir client

2.change ownership to bin

3. add entry in dfs tab
/etc/dfs/dfstab
share =F nfs =0 sec=sts,anon=2, rw=client /var/opt/ignite/recovery/archives/client

in ignite client

in /etc/rc.config.d/nfsconf

change NFS_CLIENT=1 FROM 0

start nfs client

/sbin/init.d/nfs.client start

in ignite servers

shareall -F nfs

in ignite client

/opt/ignite/bin/add_new_client -s [ignite server] -R B.11.31

check ur version with uname -r

in client run

#make_net_recovery -IvA -s servername -x inc_entire=vg00 -a servername:/var/opt/ignite/recovery/archives/client


regards

MC



madhuchakkaravarthy
Trusted Contributor

Re: How to Configure an Ignite Server?

hi


if u get any problem plz post the error.

once u have configured client u can check with ignite command in server and check for client details


regards


MC
Suraj K Sankari
Honored Contributor

Re: How to Configure an Ignite Server?


Hi,
If you satisfied with the answer and your problem got solved then please make a habit to assign points,
Those people who give there valuable time for your problem they should expect some apparition from you in terms of points.

To know how to assign points please go through the below link

http://forums13.itrc.hp.com/service/forums/helptips.do?admit=109447627+1256027208667+28353475#33

Thanks
Suraj
P Muralidhar Kini
Honored Contributor

Re: How to Configure an Ignite Server?