Operating System - HP-UX
1751742 Members
5650 Online
108781 Solutions
New Discussion юеВ

configure ignite for itanium HPUX

 
SOLVED
Go to solution
sprakash1980
Occasional Advisor

configure ignite for itanium HPUX

Hi,we have two new HPUX server and i want to configure the ignite to backup both server.Can i have any documentation and configuration on how to start the configuration.I'm quite new to unix.Appreciate help from the expert.
6 REPLIES 6
aneez
Regular Advisor
sprakash1980
Occasional Advisor

Re: configure ignite for itanium HPUX

Thanks for the reply...Its really help but looks complicated as im very fresh in unix.Any guides that direct me step by step on ignite.
vishnu.khandare
Respected Contributor

Re: configure ignite for itanium HPUX

Hi Prakash,
Which ignite u want to take Tape Ignite or network ignite,

for tape ignite use below cmd
#make_tape_recovery -Av -x inc_entire=vg00 -a path of tape drive -t "comment if specifiy"

for network ignite use below cmd
#/opt/ignite/bin/make_net_recovery -s ignitdev -a ignitdev:/ignite_image/hostname -x inc_entire=vg00

Note for network ignite it should be configured

Hope it solves ur issue
Dont forget to assign points

Regards
Vishnu Khandare
You should deserve before U desire!!!!
sprakash1980
Occasional Advisor

Re: configure ignite for itanium HPUX

hi vishnu,

Thanks for the command.Im using network ignite and want to make the both server to be ignite server and backup each other.IS there any other thing that i need to know in command line to do the backup and configure it.
vishnu.khandare
Respected Contributor
Solution

Re: configure ignite for itanium HPUX

Hi Prakash,

Hope Network ignite Server is already there in ur setup do as follows.

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

Hope it solves ur query
Dont forget to assign Points

Vishnu Khandare

You should deserve before U desire!!!!
Chandrahasa s
Valued Contributor

Re: configure ignite for itanium HPUX

Hi,

Attached document may help you.

Chandra