Bienvenidos

Todos estos pasos descriptos fueron probados en ambientes productivos
Mostrando entradas con la etiqueta jumpstart server. Mostrar todas las entradas
Mostrando entradas con la etiqueta jumpstart server. Mostrar todas las entradas

miércoles, 7 de marzo de 2012

Crear un Servidor JumpStart


Para crear un servidor JumpStart ( como para hacer un booteo por red boot -net -s )

Crear archivo de configuracion de tftp (en /var/tmp p.e.) con la siguiente linea
tftp dgram udp6 wait root /usr/sbin/in.tftpd in.tftpd -s /tftpboot
inetconv -i /var/tmp/tftpd.conf

Reiniciar o verificar que este arriba el tftp
svcs -a |grep tftp

### Probamos desde una ip del mismo segmento poder hacer un put y un get con el comando tftp

### Creacion del server de instalacion.
mkdir /export/install/sol10u9_sparc
### Voy al cdrom o en este caso a donde monte la iso con lofiadm
cd /mnt/Solaris_10/Tools/
./setup_install_server /export/install/sol10u9_sparc/
Verifying target directory...
Calculating the required disk space for the Solaris_10 product
Calculating space required for the installation boot image
Copying the CD image to disk...
Copying Install Boot Image hierarchy...
Copying /boot netboot hierarchy...
Install Server setup complete

share -F nfs -o ro,anon=0 -d "install server directory" /export/install/sol10u9_sparc
### Lo agrego al /etc/dfs/dfstab

######## PARA AGREGAR CLIENTES UNO A UNO
### Agregar al /etc/ethers con el formato mac tabulacion hostname
### Agregar al /etc/hosts con el formato ip tabulacion hostname
cd /export/install/sol10u9_sparc/Solaris_10/Tools
./add_install_client sunp002 sun4u


Documento realizado por Nicolas Morono