0% found this document useful (0 votes)
77 views3 pages

Ignite

Download as txt, pdf, or txt
Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1/ 3

Server setup

**************
1.Check if the HP-UX installation utilities (Ignite-UX) are installed
#swlist | grep IGNITE
IGNITE
C.7.11.444
HP-UX Installation Utilities (Ign
ite-UX)
OR
# swlist Ignite-UX
# Initializing...
# Contacting target "ignitesrv"...
#
# Target: ignitesrv:/
#
# Ignite-UX
C.7.11.444
HPUX System Installation Services
Ignite-UX.BOOT-COMMON-IA
C.7.11.444
Common Boot Components
for IPF clients
Ignite-UX.BOOT-COMMON-PA
C.7.11.444
Common Boot Components fo
r PA-RISC clients
Ignite-UX.BOOT-KRN-11-11
C.7.11.444
Installation Boot Ker
nel for B.11.11 clients
Ignite-UX.BOOT-KRN-11-23
C.7.11.444
Installation Boot Ker
nel for B.11.23 clients
Ignite-UX.BOOT-KRN-11-31
C.7.11.444
Installation Boot Ker
nel for B.11.31 clients
Ignite-UX.BOOT-SERVICES
C.7.11.444
Network Boot Services
for System Installations
Ignite-UX.CD-TOOLS
C.7.11.444
Tools for crea
ting CD media
Ignite-UX.CD-TOOLS-DOC
C.7.11.444
Documentation for CD
-TOOLS
Ignite-UX.CD-TOOLS-SRC
C.7.11.444
Source for CD-TOOLS
Ignite-UX.DVD-TOOLS
C.7.11.444
Tools for creat
ing DVD media
Ignite-UX.DVD-TOOLS-DOC
C.7.11.444
Documentation for DVD
-TOOLS
Ignite-UX.DVD-TOOLS-SRC
C.7.11.444
Source for DVD-TOOLS
Ignite-UX.FILE-SRV-11-11
C.7.11.444
File Archives Use
d By Clients During HP-UX Install
Ignite-UX.FILE-SRV-11-23
C.7.11.444
File Archives Use
d By Clients During HP-UX Install
Ignite-UX.FILE-SRV-11-31
C.7.11.444
File Archives Use
d By Clients During HP-UX Install
Ignite-UX.IGNITE
C.7.11.444
Graphica
l Ignite User Interface for Installations
Ignite-UX.IGNT-ENG-A-MAN
C.7.11.444
Ignite-UX Manual Pag
es
Ignite-UX.IGNT-JPN-E-MAN
C.7.11.444
Ignite-UX Japanese
EUC Manual Pages
Ignite-UX.IGNT-JPN-S-MAN
C.7.11.444
Ignite-UX Japanese
SJIS Manual Pages
Ignite-UX.MGMT-TOOLS
C.7.11.444
Tools for Managin
g Data Files on an Ignition Server
Ignite-UX.RECOVERY
C.7.11.444
System disaster
recovery tools

2.If not: download Install the HP-UX installation utilities (Ignite-UX)


# swinstall -s /var/opt/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_server -n

5.Enable tftp and bootpd


# vi /etc/inetd.conf
...
tftp
dgram udp wait
/opt/ignite\
/var/opt/ignite
bootps
dgram udp wait
...

root /usr/lbin/tftpd

tftpd \

root /usr/lbin/bootpd

bootpd -d 3

6.Reread inetd config


# inetd -c

7.Check the default values of the Ignite installation


# instl_adm
...
server="2xx.4x.1xx.1xx"
netmask[]="255.255.255.240"
route_gateway[0]="2xx.4x.1xx.1xx"
route_destination[0]="default"
sd_server="2xx.4x.1xx.1xx"
...
8.Configure the ignite parameters to be only a boot helper that points to the "r
eal" Ignite-UX server
# cd /opt/ignite/boot
# instl_adm -d > instl_adm.config
# vi instl_adm.config
instl_adm.config:
# instl_adm defaults:
# NOTE: Manual additions between the lines containing "instl_adm defaults"
#
and "end instl_adm defaults" will not be preserved.
server="172.16.18.50"
netmask[]="255.255.255.0"
route_gateway[0]="172.16.18.1"
route_destination[0]="default"
# end instl_adm defaults.
Where:
172.16.18.50 is the IP of the Ignite-UX server
255.255.255.0 is the netmask of the subnet the boot helper is part of

172.16.18.1 is the gateway of the subnet the boot helper is part of


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 yo
u want to backup
# mkdir -p /var/opt/ignite/recovery/archives/hostname
# chown bin:bin /var/opt/ignite/recovery/archives/hostname
# vi /etc/exports
Add the following entries
/var/opt/ignite/clients -anon=2
/var/opt/ignite/recovery/archives/hostname -anon=2,access=hostname
# exportfs -av
# showmount -a
# showmount -e

Below steps for HP-UX 11.31 only


*************************************
# vi /etc/dfs/dfstab
share -F nfs -o anon=2 /var/opt/ignite/clients
share -F nfs -o sec=sys,anon=2,rw=/var/opt/ignite/recovery/archive?s/<client>
# shareall

11. Add Ignite clinet to /etc/hosts


# vi /etc/hosts
10.x.x.x client.hostname
Client setup
**************
1. Add Ignite server to /etc/hosts
10.x.x.x ignitesrv

2.To upgrade the Ignite client version from Ignite server


# /usr/sbin/swinstall -x mount_all_filesystems=false -s ignitesrv:/var/opt/ignit
e/depots/recovery_cmds "*"

3.Run the make_net_recovery command from client


# /opt/ignite/bin/make_net_recovery -Av -s ignitesrv
OR
# /opt/ignite/bin/make_net_recovery -Av -s igniteserver.domain -x inc_entire=/de
v/vg00

You might also like