Installation of OS on a E10K ( starfire ) domain
Domain09 Rebuild ( same as server01 )
By: Tariq Nazir
Server domain09 is a E10K domain and is to be rebuilt as a mirror copy of server server01. This procedure defines the main steps required to do this change. The E10K ssp has a JumpStart setup to install the domains.
You can find the ethernet address by ifconfig -a command.
# cd /export/install/Solaris_2.6-hw598/Solaris_2.6/Tools
This is the path where install image is.
# ./add_install_client domain09 sun4u1
This command will put the entry in /etc/bootparams file.
Please enter SUNW_HOSTNAME: domain09
ssp0:domain09% domain_status
DOMAIN TYPE PLATFORM OS SYSBDS
server01 Ultra-Enterprise-10000 mye10k 2.6 6 7
domain01 Ultra-Enterprise-10000 mye10k 2.6 0 1 8
domain02 Ultra-Enterprise-10000 mye10k 2.6 2 3 9
domain03 Ultra-Enterprise-10000 mye10k 2.6 4 5
domain09 Ultra-Enterprise-10000 mye10k 2.6 10 11
# shutdown –y –g0 –i0
Sp0:domain09% bringup -A off
Sp0:domain09% netcon
Ok> limit-ecache-size
Ok> boot net - install
#!/bin/sh
#
# Copies files from Remote System to the local current directory
#
dir-to-cp=$1
rsh server01-01 "cd $dir-to-cp; find . -print | cpio -ocB" | dd ibs=5k obs=5k | cpio -iducmvB