How To Set Up An Ignite Server
How To Set Up An Ignite Server
Server configuration: -----------------------------1.Check if the HP-UX installation utilities (Ignite-UX) are installed #swlist | grep IGNITE 2.If not: Install the HP-UX installation utilities (Ignite-UX)Check the fileset of the deport # swlist -l fileset -s /var/vrp/Ignite-UX-11-ALL_C.7.11.444.depot 3.Run the script # /opt/ignite/lbin/pkg_rec_depot Or # /opt/ignite/lbin/pkg_rec_depot -f -a 4.Setup the Ignite servers default values # /opt/ignite/lbin/setup_servern 5.Enabletftp and bootpd # vi /etc/inetd.conf ... tftpdgramudp wait root /usr/lbin/tftpdtftpd \ /opt/ignite\ /var/opt/ignite bootpsdgramudp wait root /usr/lbin/bootpdbootpd -d 3 ... 6.Rereadinetdconfig # inetd -c 7.Check the default values of the Ignite installation # instl_adm 8.Configure the ignite parameters to be only a boot helper that points to the "real" Ignite-UX server # cd /opt/ignite/boot # instl_adm -d >instl_adm.config # viinstl_adm.config 9.Install the new parameters # instl_adm -f instl_adm.config 10.On the ignite server create and share the archive directory for the client you want to backup # mkdir -p /var/opt/ignite/recovery/archives/hostname # chownbin:bin /var/opt/ignite/recovery/archives/hostname # vi /etc/exports OR # vi /etc/dfs/dfstab (for HP-UX 11.31) Add the following entry /var/opt/ignite/recovery/archives/hostname -anon=2,access=hostname # exportfs -av # showmount -a # showmounte 11. Add Ignite clinet to /etc/hosts # vi /etc/hosts 10.x.x.xclient.hostname
Client Configuration: ************************ 1. Add Ignite server to /etc/hosts 10.x.x.xigniteserver.domain 2.To upgrade the Ignite client version from Ignite server # /usr/sbin/swinstall -x mount_all_filesystems=false -s igniteserver.domain:/var/opt/ignite/depots/recovery_cmds "*" 3.Run the make_net_recovery command from client # /opt/ignite/bin/make_net_recovery -s igniteserver.domain -a igniteserver.domain:/var/opt/ignite/recovery/archives/hostname -A -d hostname_YYYYMMdd OR # /opt/ignite/bin/make_net_recovery -Av -s igniteserver.domain OR # /opt/ignite/bin/make_net_recovery -Av -s igniteserver.domain -x inc_entire=/dev/vg00 exclude=/oracle /usr/openv