- Creating flash archive
- Copy flar image to the jumpstart server
- Configuring jumpstart
- Start the client machine
For creating the flar archive for the root filesystem one should reboot the system into single user mode or if not possible disable as much application as possible (to avoid changes on the filesystem done during archive creation). The command below create the flar archive in the /export/flash directory. The archive is to be compressed (-c), without /export/flash directory (-x):
# mkdir /export/flash
# cd /export/flash
# flarcreate -n flash_all -c -R / -x /export/flash inst_x86
The initial configuration of the jumpstart server has been described in my previous post. The only configuration change is referred to the profile:
# cat x86-class
install_type flash_install
archive_location nfs 192.168.1.135:/export/home/install/flash/inst_x86
partitioning explicit
filesys mirror c1t0d0s0 c1t1d0s0 5120 /
filesys mirror c1t0d0s1 c1t1d0s1 2048 swap
filesys mirror c1t0d0s4 c1t1d0s4 6656 /var
filesys mirror c1t0d0s5 c1t1d0s5 6656 /usr
filesys mirror c1t0d0s6 c1t1d0s6 10240 /export
filesys mirror c1t0d0s7 c1t1d0s7 free /u01
metadb c1t0d0s3 count 5
metadb c1t1d0s3 count 5
Please double check if the flar archive directory is available via NFS otherwise the client will not be able to access it during jumpstart installation.
Brak komentarzy:
Prześlij komentarz