JET host hosta01
Jump to navigation
Jump to search
hosta01 JET Configuration
Add all the IPs for the host to /etc/hosts
192.168.104.4 hosta01-g0 192.168.104.5 hosta01-g1 192.168.104.6 hosta01 192.168.104.7 hosta01-zone1 192.168.104.13 hosta01-zone2 192.168.104.14 hosta01-zone3 192.168.104.15 hosta01-zone4 192.168.105.35 hosta01-g2 192.168.105.36 hosta01-g3 192.168.105.37 hosta01-stor
Add all the IPs for the hosts to the DNS configuration
/data/dns/db.192.168.104 ; ; WEBA hosts ; 4 PTR hosta01-g0.test.example.com. 5 PTR hosta01-g1.test.example.com. 6 PTR hosta01.test.example.com. 7 PTR hosta01-zone1.test.example.com. 13 PTR hosta01-zone2.test.example.com. 14 PTR hosta01-zone3.test.example.com. 15 PTR hosta01-zone4.test.example.com. /data/dns/db.192.168.105 ; ; WEBA hosts ; 35 PTR hosta01-g2.test.example.com. 36 PTR hosta01-g3.test.example.com. 37 PTR hosta01-stor.test.example.com. /data/dns/db.test.example.com ; ; Test WEBA app servers ; hosta01-g0 IN A 192.168.104.4 hosta01-g1 IN A 192.168.104.5 hosta01 IN A 192.168.104.6 hosta01-zone1 IN A 192.168.104.7 hosta01-zone2 IN A 192.168.104.13 hosta01-zone3 IN A 192.168.104.14 hosta01-zone4 IN A 192.168.104.15 hosta01-g2 IN A 192.168.105.35 hosta01-g3 IN A 192.168.105.36 hosta01-stor IN A 192.168.105.37
Tune the jumpstart_config.pl script for the host specific details. This script should always be run before any make_client command is executed.
jumphost:/ root# vi /var/tmp/jumpstart_config.pl
&setup_host_conf("hosta01", "base_config_client_allocation", '"grub"');
&setup_host_conf("hosta01", "base_config_sysidcfg_default_route", '"192.168.104.1"');
&setup_host_conf("hosta01", "base_config_nodename", '"hosta01"');
&setup_host_conf("hosta01", "base_config_defaultrouter", '"192.168.104.1"');
&setup_host_conf("hosta01", "zones_names", '"hosta01-zone1 hosta01-zone2 hosta01-zone3 hosta01-zone4"');
&setup_host_conf("hosta01", "base_config_ipmp_networkifs", '"nge0_nge1 e1000g0_e1000g1"');
&setup_host_conf("hosta01", "base_config_ipmp_networkif_nge0_nge1", '"ipmp0 s 192.168.104.4 192.168.104.5 26 hosta01 192.168.104.6"');
&setup_host_conf("hosta01", "base_config_ipmp_networkif_e1000g0_e1000g1", '"ipmp1 s 192.168.105.35 192.168.105.36 27 hosta01-stor 192.168.105.37"');
&setup_host_conf("hosta01-zone1", "custom_packages", '""');
&setup_host_conf("hosta01-zone1", "base_config_nodename", '"hosta01-zone1"');
&setup_host_conf("hosta01-zone2", "custom_packages", '""');
&setup_host_conf("hosta01-zone2", "base_config_nodename", '"hosta01-zone2"');
&setup_host_conf("hosta01-zone3", "custom_packages", '""');
&setup_host_conf("hosta01-zone3", "base_config_nodename", '"hosta01-zone3"');
&setup_host_conf("hosta01-zone4", "custom_packages", '""');
&setup_host_conf("hosta01-zone4", "base_config_nodename", '"hosta01-zone4"');
Create the templates for the zones and host
make_zone_template -A i86pc -O OS10_X86_807 -f hosta01-zone1 base_config custom sbd explo make_zone_template -A i86pc -O OS10_X86_807 -f hosta01-zone2 base_config custom sbd explo make_zone_template -A i86pc -O OS10_X86_807 -f hosta01-zone3 base_config custom sbd explo make_zone_template -A i86pc -O OS10_X86_807 -f hosta01-zone4 base_config custom sbd explo make_template -f -A i86pc -O OS10_X86_807 -E 00:14:4F:AA:BE:EF hosta01 base_config custom sds explo san jass zones sbd /var/tmp/jumpstart_config.pl make_client -f -N hosta01-zone1 make_client -f -N hosta01-zone2 make_client -f -N hosta01-zone3 make_client -f -N hosta01-zone4 make_client -f -N hosta01
Install custom files and scripts to adjust the host after installation
- [install_root_config|JET_install_root_config]
- [install_sysadmin_config|JET_install_sysadmin_config]
- [install_sudo_config|JET_install_sudo_config]
- [no_zone_sysidcfg|JET_no_zone_sysidcfg]
- [uat_custom.tar|JET_uat_custom.tar]
-
cp /var/tmp/my_custom/install_root_config /opt/SUNWjet/Clients/hosta01
cp /var/tmp/my_custom/install_sysadmin_config /opt/SUNWjet/Clients/hosta01
cp /var/tmp/my_custom/install_sudo_config /opt/SUNWjet/Clients/hosta01
cp /var/tmp/my_custom/no_zone_sysidcfg /opt/SUNWjet/Clients/hosta01
cp /var/tmp/my_custom.tar /opt/SUNWjet/Clients/hosta01
cp /var/tmp/my_custom/install_root_config /opt/SUNWjet/Clients/hosta01-zone1
cp /var/tmp/my_custom/install_sysadmin_config /opt/SUNWjet/Clients/hosta01-zone1
cp /var/tmp/my_custom/install_sudo_config /opt/SUNWjet/Clients/hosta01-zone1
cp /var/tmp/my_custom/no_zone_sysidcfg /opt/SUNWjet/Clients/hosta01-zone1
cp /var/tmp/my_custom.tar /opt/SUNWjet/Clients/hosta01-zone1
cp /var/tmp/my_custom/install_root_config /opt/SUNWjet/Clients/hosta01-zone2
cp /var/tmp/my_custom/install_sysadmin_config /opt/SUNWjet/Clients/hosta01-zone2
cp /var/tmp/my_custom/install_sudo_config /opt/SUNWjet/Clients/hosta01-zone2
cp /var/tmp/my_custom/no_zone_sysidcfg /opt/SUNWjet/Clients/hosta01-zone2
cp /var/tmp/my_custom.tar /opt/SUNWjet/Clients/hosta01-zone2
cp /var/tmp/my_custom/install_root_config /opt/SUNWjet/Clients/hosta01-zone3
cp /var/tmp/my_custom/install_sysadmin_config /opt/SUNWjet/Clients/hosta01-zone3
cp /var/tmp/my_custom/install_sudo_config /opt/SUNWjet/Clients/hosta01-zone3
cp /var/tmp/my_custom/no_zone_sysidcfg /opt/SUNWjet/Clients/hosta01-zone3
cp /var/tmp/my_custom.tar /opt/SUNWjet/Clients/hosta01-zone3
cp /var/tmp/my_custom/install_root_config /opt/SUNWjet/Clients/hosta01-zone4
cp /var/tmp/my_custom/install_sysadmin_config /opt/SUNWjet/Clients/hosta01-zone4
cp /var/tmp/my_custom/install_sudo_config /opt/SUNWjet/Clients/hosta01-zone4
cp /var/tmp/my_custom/no_zone_sysidcfg /opt/SUNWjet/Clients/hosta01-zone4
cp /var/tmp/my_custom.tar /opt/SUNWjet/Clients/hosta01-zone4
Check the hosts built OK
check_client hosta01-zone1
check_client hosta01-zone2
check_client hosta01-zone3
check_client hosta01-zone4
check_client hosta01
Perform a network boot on the host
Interrupt the system to return to the Service Processor
ESC (
Power cycle the system
reset /SYS -script
Start the console
start /SP/console -script
Wait for BIOS to display configuration and enter boot selection option
^P
Select network card to boot off
SunOS Release 5.10 Version Generic_120012-14 32-bit
Copyright 1983-2007 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
Configuring devices.
Solaris Interactive Text (Console session)
Setting up Java. Please wait...
Beginning system identification...
Searching for configuration file(s)...
Using sysid configuration file 192.168.100.14:/opt/SUNWjet/Clients/hosta01/sysidcfg
Search complete.
Discovering additional network configuration...
Completing system identification...
Starting remote procedure call (RPC) services: done.
System identification complete.
Starting Solaris installation program...
Searching for JumpStart directory...
Using rules.ok from 192.168.100.14:/opt/SUNWjet.
Checking rules.ok file...
Using begin script: Utils/begin
Using derived profile: Utils/begin
Using finish script: Utils/finish
/sbin/dhcpinfo: primary interface requested but no primary interface is set
Executing JumpStart preinstall phase...
Executing begin script "Utils/begin"...
Installation of hosta01 at 16:37 on 19-Dec-2007
Loading JumpStart Server variables
Loading JumpStart Server variables
Loading Client configuration file
Loading Client configuration file
BASE_CONFIG: Running base_config begin script....
BASE_CONFIG: Running base_config begin script....
CUSTOM: Running custom begin script....
CUSTOM: Running custom begin script....
Begin script Utils/begin execution completed.
Searching for SolStart directory...
Checking rules.ok file...
Using begin script: install_begin
Using finish script: patch_finish
/sbin/dhcpinfo: primary interface requested but no primary interface is set
Executing SolStart preinstall phase...
Executing begin script "install_begin"...
Begin script install_begin execution completed.
Processing default locales
- Specifying default locale (en_AU.ISO8859-1)
Processing profile
- Selecting cluster (SUNWCall)
- Deselecting cluster (SUNWCpm)
WARNING: Unknown cluster ignored (SUNWCpmx)
WARNING: Unknown cluster ignored (SUNWCdial)
WARNING: Unknown cluster ignored (SUNWCdialx)
- Deselecting cluster (SUNWCaudd)
- Deselecting cluster (SUNWCstaroffice)
- Deselecting cluster (SUNWCpostgr)
- Deselecting cluster (SUNWCpostgr-dev)
- Deselecting cluster (SUNWCpostgr-82)
- Deselecting cluster (SUNWCpostgr-82-dev)
- Deselecting cluster (SUNWCsppp)
- Deselecting cluster (SUNWCmoz)
- Deselecting cluster (SUNWCmozdeveloper)
- Deselecting cluster (SUNWCbrowser)
- Deselecting cluster (SUNWCbrowserdev)
- Deselecting cluster (SUNWCgna11y)
- Deselecting cluster (SUNWCgna11ydev)
- Deselecting cluster (SUNWCgnapps)
- Deselecting cluster (SUNWCgndev)
- Deselecting cluster (SUNWCgnex)
- Deselecting cluster (SUNWClx)
- Deselecting cluster (SUNWCxscreensaver)
WARNING: Deselected cluster is already deselected (SUNWCpm)
- Deselecting cluster (SUNWCthai)
- Deselecting cluster (SUNWCGtk)
- Deselecting cluster (SUNWCzebra)
- Deselecting cluster (SUNWCevo)
- Deselecting cluster (SUNWCevodev)
- Deselecting cluster (SUNWCsip)
- Deselecting cluster (SUNWCmco)
- Deselecting cluster (SUNWCwbem)
- Deselecting cluster (SUNWCsmc)
- Deselecting package (SUNWimagick)
- Deselecting package (SUNWpmowu)
- Deselecting package (SUNWgnome-search-tool)
- Selecting locale (en_AU.ISO8859-1)
WARNING: SUNWgnome-libs depends on SUNWgnome-a11y-base-libs, which is not selected
WARNING: SUNWwbpro depends on SUNWwbapi, which is not selected
WARNING: SUNWmga depends on SUNWwbmc, which is not selected
WARNING: SUNWmga depends on SUNWwbcor, which is not selected
WARNING: SUNWmga depends on SUNWwbcou, which is not selected
WARNING: SUNWmga depends on SUNWwbapi, which is not selected
WARNING: SUNWdclnt depends on SUNWwbmc, which is not selected
WARNING: SUNWdclnt depends on SUNWwbcor, which is not selected
WARNING: SUNWdclnt depends on SUNWwbcou, which is not selected
WARNING: SUNWdclnt depends on SUNWwbapi, which is not selected
WARNING: SUNWdhcsu depends on SUNWwbcou, which is not selected
WARNING: SUNWpmowr depends on SUNWpmr, which is not selected
WARNING: SUNWfsmgtu depends on SUNWwbcor, which is not selected
WARNING: SUNWfsmgtu depends on SUNWwbcou, which is not selected
WARNING: SUNWfsmgtu depends on SUNWwbapi, which is not selected
WARNING: SUNWdmgtu depends on SUNWwbcou, which is not selected
WARNING: SUNWdmgtu depends on SUNWwbcor, which is not selected
WARNING: SUNWlvma depends on SUNWmc, which is not selected
WARNING: SUNWlvma depends on SUNWwbcor, which is not selected
WARNING: SUNWlvma depends on SUNWwbcou, which is not selected
WARNING: SUNWlvma depends on SUNWwbapi, which is not selected
WARNING: SUNWlvmg depends on SUNWwbmc, which is not selected
WARNING: SUNWlvmg depends on SUNWmc, which is not selected
WARNING: SUNWlvmg depends on SUNWwbcor, which is not selected
WARNING: SUNWlvmg depends on SUNWwbcou, which is not selected
WARNING: SUNWlvmg depends on SUNWwbapi, which is not selected
WARNING: SUNWrmui depends on SUNWmgapp, which is not selected
WARNING: SUNWrmui depends on SUNWwbcor, which is not selected
WARNING: SUNWrmui depends on SUNWwbcou, which is not selected
WARNING: SUNWrmui depends on SUNWwbapi, which is not selected
WARNING: SUNWwbdev depends on SUNWwbapi, which is not selected
WARNING: SUNWzfsgr depends on SUNWmconr, which is not selected
WARNING: SUNWzfsgu depends on SUNWmcos, which is not selected
WARNING: SUNWzfsgu depends on SUNWmcosx, which is not selected
WARNING: SUNWzfsgu depends on SUNWmcon, which is not selected
WARNING: SUNWusb depends on SUNWaudd, which is not selected
WARNING: SUNWa2psu depends on SUNWimagick, which is not selected
WARNING: SUNWjre-config depends on SUNWmozilla, which is not selected
WARNING: SUNWasac depends on SUNWjato, which is not selected
WARNING: SUNWasac depends on SUNWmctag, which is not selected
WARNING: SUNWasac depends on SUNWmcon, which is not selected
WARNING: SUNWmcex depends on SUNWmc, which is not selected
WARNING: SUNWpmgr depends on SUNWwbmc, which is not selected
WARNING: SUNWpmgr depends on SUNWwbapi, which is not selected
WARNING: SUNWrmwbu depends on SUNWmgapp, which is not selected
WARNING: SUNWrmwbu depends on SUNWwbapi, which is not selected
WARNING: SUNWrmwbu depends on SUNWwbcou, which is not selected
WARNING: SUNWrmwbu depends on SUNWwbcor, which is not selected
- Selecting all disks
- Configuring boot device
- Using disk (c3t0d0) for "rootdisk"
- Creating "maxfree" Solaris fdisk partition (c3t0d0)
- Using existing Solaris fdisk partition (c3t0d0)
- Creating "maxfree" Solaris fdisk partition (c3t1d0)
- Using existing Solaris fdisk partition (c3t1d0)
- Configuring / (c3t0d0s0)
- Configuring swap (c3t0d0s1)
- Configuring /var (c3t0d0s5)
- Configuring (c3t0d0s7)
- Configuring /data (c3t0d0s4)
- Deselecting unmodified disk (c3t1d0)
Verifying disk configuration
Verifying space allocation
- Total software size: 2181.48 Mbytes
Preparing system for Solaris install
Configuring disk (c3t0d0)
- Creating Fdisk partition table
- Creating Solaris disk label (VTOC)
Creating and checking UFS file systems
- Creating / (c3t0d0s0)
- Creating /data (c3t0d0s4)
- Creating /var (c3t0d0s5)
Beginning Solaris software installation
Starting software installation
SUNWcsu..........................done. 2167.50 Mbytes remaining.
SUNWcsr..........................done. 2163.57 Mbytes remaining.
SUNWgnome-session-root...........done. 81.15 Mbytes remaining.
SUNWgnome-session-share..........done. 81.00 Mbytes remaining.
Completed software installation
Solaris 10 software installation succeeded
Customizing system files
- Mount points table (/etc/vfstab)
- Network host addresses (/etc/hosts)
- Environment variables (/etc/default/init)
Cleaning devices
Customizing system devices
- Physical devices (/devices)
- Logical devices (/dev)
Installing boot information
- Updating boot environment configuration file
- Installing boot blocks (c3t0d0)
- Installing boot blocks (/dev/rdsk/c3t0d0s0)
Creating ram disk for /a
updating /a/platform/i86pc/boot_archive...this may take a minute
Installation log location
- /a/var/sadm/system/logs/install_log (before reboot)
- /var/sadm/system/logs/install_log (after reboot)
Installation complete
Executing SolStart postinstall phase...
Executing finish script "patch_finish"...
Finish script patch_finish execution completed.
Executing JumpStart postinstall phase...
Executing finish script "Utils/finish"...
Installation of hosta01 at 15:02 on 07-Jan-2008
Loading JumpStart Server variables
Loading JumpStart Server variables
JumpStart Enterprise Toolkit version 4.4
Loading Client configuration file
Loading Client configuration file
Creating directory: /a/var/opt/sun/jet/post_install
Creating directory: /a/var/opt/sun/jet/post_install
Creating directory: /a/var/opt/sun/jet/Utils
Creating directory: /a/var/opt/sun/jet/Utils
Creating directory: /a/var/opt/sun/jet/config
Creating directory: /a/var/opt/sun/jet/config
Creating directory: /a/var/opt/sun/jet/js_media/patch
Creating directory: /a/var/opt/sun/jet/js_media/patch
Creating directory: /a/var/opt/sun/jet/js_media/pkg
Creating directory: /a/var/opt/sun/jet/js_media/pkg
Copying file Clients/hosta01/sysidcfg to /a/var/opt/sun/jet/config/sysidcfg
Copying file Clients/hosta01/sysidcfg to /a/var/opt/sun/jet/config/sysidcfg
Copying file Clients/hosta01/profile to /a/var/opt/sun/jet/config/profile
Copying file Clients/hosta01/profile to /a/var/opt/sun/jet/config/profile
Copying file Clients/hosta01/host.config to /a/var/opt/sun/jet/config/host.config
Copying file Clients/hosta01/host.config to /a/var/opt/sun/jet/config/host.config
Copying file Utils/solaris/releaseinfo to /a/var/opt/sun/jet/config/releaseinfo
Copying file Utils/solaris/releaseinfo to /a/var/opt/sun/jet/config/releaseinfo
Copying functions to /a/var/opt/sun/jet/Utils/lib
Copying functions to /a/var/opt/sun/jet/Utils/lib
Copying file Clients/hosta01/module_hints to /a/var/opt/sun/jet/config/module_hints
Copying file Clients/hosta01/module_hints to /a/var/opt/sun/jet/config/module_hints
NFS Mounting Media Directories
NFS Mounting Media Directories
Mounting nfs://192.168.100.14/data/jumpstart/patches on /a/var/opt/sun/jet/js_media/patch
Mounting nfs://192.168.100.14/data/jumpstart/patches on /a/var/opt/sun/jet/js_media/patch
Mounting nfs://192.168.100.14/data/jumpstart/pkgs on /a/var/opt/sun/jet/js_media/pkg
Mounting nfs://192.168.100.14/data/jumpstart/pkgs on /a/var/opt/sun/jet/js_media/pkg
BASE_CONFIG: Installing base_config....
BASE_CONFIG: Installing base_config....
BASE_CONFIG: Product base_config started
BASE_CONFIG: WARNING -> Recommended Patches not found (nfs://192.168.100.14/data/jumpstart/patches/10_x86_Recommended)
BASE_CONFIG: No HW specific packages for platform i86pc
BASE_CONFIG: No HW specific patches for platform i86pc
BASE_CONFIG: Set root password
BASE_CONFIG: Setting netmask for primary interface
BASE_CONFIG: Primary interface is nge0
BASE_CONFIG: Starting ipmp configuration
BASE_CONFIG: Setting OBP local-mac-address to true
BASE_CONFIG: Adding IPMP group ipmp0 using interfaces nge0 nge1
BASE_CONFIG: Merge hosts file /tmp/addhost.15750 with /a/etc/inet/hosts
BASE_CONFIG: Add netmask 192.168.105.32 / 255.255.255.224
BASE_CONFIG: Adding IPMP group ipmp1 using interfaces e1000g0 e1000g1
BASE_CONFIG: Merge hosts file /tmp/addhost.15973 with /a/etc/inet/hosts
BASE_CONFIG: Setting loghost to nodename
BASE_CONFIG: Merge hosts file /tmp/addhost.16154 with /a/etc/inet/hosts
BASE_CONFIG: Update nodename to hosta01
BASE_CONFIG: Creating directory: /a/var/opt/sun/jet/post_install/z
BASE_CONFIG: Register postinstall script 'enabledns' for boot z
BASE_CONFIG: Configure NTP
BASE_CONFIG: Configuring NOTROUTER
BASE_CONFIG: Disabling power management
BASE_CONFIG: Enabling Remote Root Login (telnet/rsh)
BASE_CONFIG: Enabling Remote Root Login (SSH)
BASE_CONFIG: Creating directory: /a/var/opt/sun/jet/post_install/n-post
BASE_CONFIG: Register postinstall script 'setupdumpdevice' for boot n
BASE_CONFIG: Creating directory: /a/var/opt/sun/jet/post_install/n
BASE_CONFIG: Register postinstall script 'run_sshkeygen' for boot n
BASE_CONFIG: Enabling logging on all filesystems
BASE_CONFIG: Setting system terminal type to vt100
BASE_CONFIG: Register postinstall script 'console' for boot n
BASE_CONFIG: Setting NFSv4 domain
BASE_CONFIG: Creating directory: /a/var/opt/sun/jet/system.add
613
631
BASE_CONFIG: Disable kdmconfig - remove kdmconfig from /a/etc/.sysidconfig.apps
BASE_CONFIG: Product base_config finished
JASS: Installing jass....
JASS: Installing jass....
JASS: Unsupported product version for this OS... exiting
CUSTOM: Installing custom....
CUSTOM: Installing custom....
CUSTOM: Installing SMCsudo from: /a/var/opt/sun/jet/js_media/pkg/custom/i386
Installation of <SMCsudo> was successful.
CUSTOM: SMCsudo installation complete
CUSTOM: Copying file Clients/hosta01/my_custom.tar to /a/var/tmp/my_custom.tar
CUSTOM: Register postinstall script 'install_root_config' for boot n
CUSTOM: Register postinstall script 'install_sysadmin_config' for boot n
CUSTOM: Register postinstall script 'install_sudo_config' for boot n
SDS: Installing sds....
SDS: Installing sds....
SDS: Copying file sds_functions to /a/var/opt/sun/jet/Utils/sds_functions
SDS: Creating directory: /a/var/opt/sun/jet/post_install/Platform/1
SDS: Register postinstall script 'set_boot_device' for boot 1
SDS: Register postinstall script 'create_metadb' for boot 1
SDS: Register postinstall script 'create_user_devices' for boot 1
SDS: Register postinstall script 'attach_user_mirrors' for boot z
SDS: WARNING: unable to locate specified md.tab for SDS.
EXPLO: Installing explo....
EXPLO: Installing explo....
EXPLO: Copying file /a/tmp/explo_def to /a//var/opt/sun/jet/config/explo_def
EXPLO: explorer -g may need to be run on the client after build
EXPLO: Copying file /a/tmp/SUNWexplo to /a/var/opt/sun/jet/responses/SUNWexplo
EXPLO: Copying file /a/tmp/SUNWexplu to /a/var/opt/sun/jet/responses/SUNWexplu
EXPLO: Register postinstall script 'add_packages' for boot 1
EXPLO: Register postinstall script 'update_explorer' for boot n
SAN: Installing san....
SAN: Installing san....
SAN: Register postinstall script 'defaultvtoc' for boot 1
SAN: Register postinstall script 'mpxio_config' for boot 1
ZONES: Installing zones....
ZONES: Installing zones....
ZONES: Install /usr/bin/jetzone script
ZONES: Install /usr/lib/jetzone supplementary files
ZONES: Register postinstall script 'postinstall' for boot z
SBD: Installing sbd....
SBD: Installing sbd....
SBD: configured
SunOS Release 5.10 Version Generic_120012-14 64-bit
Copyright 1983-2007 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
Hostname: hosta01
Configuring devices.
Jan 7 15:05:04 in.mpathd[93]: The link has gone down on nge1
Jan 7 15:05:04 in.mpathd[93]: NIC failure detected on nge1 of group ipmp0
Jan 7 15:05:04 in.mpathd[93]: The link has gone down on e1000g0
Jan 7 15:05:04 in.mpathd[93]: NIC failure detected on e1000g0 of group ipmp1
Jan 7 15:05:04 in.mpathd[93]: The link has come up on nge1
Loading smf(5) service descriptions: 2/155Jan 7 15:05:20 in.mpathd[93]: NIC repair detected on nge1 of group ipmp0
155/155
/dev/rdsk/c3t0d0s4 is clean
JumpStart (/var/opt/sun/jet/post_install/S99jumpstart) started @ Monday, 7 January 2008 3:13:06 PM GMT
Loading JumpStart Server variables
Loading Client configuration file
SunOS Release 5.10 Version Generic_120012-14 64-bit
Copyright 1983-2007 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
Hostname: hosta01
Jan 7 15:16:04 in.mpathd[156]: The link has gone down on e1000g0
Jan 7 15:16:04 in.mpathd[156]: NIC failure detected on e1000g0 of group ipmp1
/dev/rdsk/c3t0d0s4 is clean
JumpStart (/var/opt/sun/jet/post_install/S99jumpstart) started @ Monday, 7 January 2008 3:16:07 PM GMT
Loading JumpStart Server variables
Loading Client configuration file
No more reboots required
Running additional install files for reboot n
NFS Mounting Media Directories
Mounting nfs://192.168.100.14/data/jumpstart/patches on /var/opt/sun/jet/js_media/patch
Jan 7 15:17:08 hosta01 nfs: NFS compound failed for server 192.168.100.14: error 5 (RPC: Timed out)
Mounting nfs://192.168.100.14/data/jumpstart/pkgs on /var/opt/sun/jet/js_media/pkg
BASE_CONFIG: Running 001.base_config.001.run_sshkeygen
BASE_CONFIG: Generating ssh keys...
BASE_CONFIG: Running 001.base_config.002.console
BASE_CONFIG: Setting terminal type to vt100
CUSTOM: Running 002.custom.001.install_root_config
CUSTOM: Running 002.custom.002.install_sysadmin_config
CUSTOM: Running 002.custom.003.install_sudo_config
EXPLO: Running 003.explo.001.update_explorer
EXPLO: Copying file //var/opt/sun/jet/config/explorer.info to /etc//opt/SUNWexplo/default/explorer
BASE_CONFIG: Running 001.base_config.001.setupdumpdevice
BASE_CONFIG: Setting dump device to /dev/dsk/c3t0d0s1
BASE_CONFIG: Setting dumpadm minfree to 20000k
BASE_CONFIG: Reset savecore directory
NFS Unmounting Media Directories
Unmounting /var/opt/sun/jet/js_media/pkg
Unmounting /var/opt/sun/jet/js_media/patch
Running additional install files for reboot z
BASE_CONFIG: Running 001.base_config.001.enabledns
BASE_CONFIG: Set DNS domain to test.example.com
BASE_CONFIG: Add DNS server 192.168.100.14
BASE_CONFIG: Add DNS searchpath test.example.com example.com
SDS: Running 002.sds.001.attach_user_mirrors
ZONES: Running 003.zones.001.postinstall
ZONES: Setting up zone hosta01-zone1
Jan 7 15:19:08 hosta01 last message repeated 2 times
ZONES: Setting up zone hosta01-zone2
ZONES: Setting up zone hosta01-zone3
ZONES: Setting up zone hosta01-zone4
Disable & delete SMF tag svc:/site/jetjump
hosta01 console login: JumpStart is complete @ Monday, 7 January 2008 4:25:49 PM GMT
hosta01 console login:
After running a zlogin -C hosta01-zone3 and completing the sysidcfg steps on the console:
System identification is completed.
rebooting system due to change(s) in /etc/default/init
[NOTICE: Zone rebooting]
SunOS Release 5.10 Version Generic_120012-14 64-bit
Copyright 1983-2007 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
Hostname: hosta01-zone3
Starting JumpStart Enterprise Toolkit helper script
Mounting JET filesystem
Starting JET finish script
Installation of hosta01-zone3 at 15:33 on 08-Jan-2008
Loading JumpStart Server variables
Loading JumpStart Server variables
JumpStart Enterprise Toolkit version 4.4
Loading Client configuration file
Loading Client configuration file
Creating directory: /var/opt/sun/jet/post_install
Creating directory: /var/opt/sun/jet/post_install
Creating directory: /var/opt/sun/jet/Utils
Creating directory: /var/opt/sun/jet/Utils
Creating directory: /var/opt/sun/jet/config
Creating directory: /var/opt/sun/jet/config
Creating directory: /var/opt/sun/jet/js_media/patch
Creating directory: /var/opt/sun/jet/js_media/patch
Creating directory: /var/opt/sun/jet/js_media/pkg
Creating directory: /var/opt/sun/jet/js_media/pkg
Copying file Clients/hosta01-zone3/sysidcfg to //var/opt/sun/jet/config/sysidcfg
Copying file Clients/hosta01-zone3/sysidcfg to //var/opt/sun/jet/config/sysidcfg
Copying file Clients/hosta01-zone3/host.config to //var/opt/sun/jet/config/host.config
Copying file Clients/hosta01-zone3/host.config to //var/opt/sun/jet/config/host.config
Copying file Utils/solaris/releaseinfo to //var/opt/sun/jet/config/releaseinfo
Copying file Utils/solaris/releaseinfo to //var/opt/sun/jet/config/releaseinfo
Copying functions to //var/opt/sun/jet/Utils/lib
Copying functions to //var/opt/sun/jet/Utils/lib
Copying file Clients/hosta01-zone3/module_hints to //var/opt/sun/jet/config/module_hints
Copying file Clients/hosta01-zone3/module_hints to //var/opt/sun/jet/config/module_hints
NFS Mounting Media Directories
NFS Mounting Media Directories
Mounting nfs://192.168.100.14/data/jumpstart/patches on //var/opt/sun/jet/js_media/patch
Mounting nfs://192.168.100.14/data/jumpstart/patches on //var/opt/sun/jet/js_media/patch
Mounting nfs://192.168.100.14/data/jumpstart/pkgs on //var/opt/sun/jet/js_media/pkg
Mounting nfs://192.168.100.14/data/jumpstart/pkgs on //var/opt/sun/jet/js_media/pkg
BASE_CONFIG: Installing base_config....
BASE_CONFIG: Installing base_config....
Add hosts entry for UQHN
Add hosts entry for FQHN
BASE_CONFIG: Product base_config started
BASE_CONFIG: Trying to use external matrix cmd /tmp/jet/Products/zones/empty-matrix
BASE_CONFIG: External matrix cmd returned non-zero status or no entries
BASE_CONFIG: Unable to locate package.matrix file... exiting.
BASE_CONFIG: No HW specific packages for platform i86pc
BASE_CONFIG: Trying to use external matrix cmd /tmp/jet/Products/zones/empty-matrix
BASE_CONFIG: External matrix cmd returned non-zero status or no entries
BASE_CONFIG: Unable to locate patch.matrix file... exiting.
BASE_CONFIG: No HW specific patches for platform i86pc
BASE_CONFIG: Set root password
BASE_CONFIG: Setting netmask for primary interface
BASE_CONFIG: Add netmask 192.168.104.0 / 255.255.255.192
BASE_CONFIG: Set DNS domain to test.example.com
BASE_CONFIG: Add DNS server 192.168.100.14
BASE_CONFIG: Add DNS searchpath test.example.com example.com
BASE_CONFIG: Disabling power management
BASE_CONFIG: Enabling Remote Root Login (telnet/rsh)
BASE_CONFIG: Enabling Remote Root Login (SSH)
BASE_CONFIG: Creating directory: /var/opt/sun/jet/post_install/n-post
BASE_CONFIG: Register postinstall script 'setupdumpdevice' for boot n
BASE_CONFIG: Creating directory: /var/opt/sun/jet/post_install/n
BASE_CONFIG: Register postinstall script 'run_sshkeygen' for boot n
BASE_CONFIG: Setting system terminal type to vt100
BASE_CONFIG: Register postinstall script 'console' for boot n
BASE_CONFIG: Setting NFSv4 domain
BASE_CONFIG: Creating directory: /var/opt/sun/jet/system.add
BASE_CONFIG: Product base_config finished
CUSTOM: Installing custom....
CUSTOM: Installing custom....
CUSTOM: Copying file Clients/hosta01-zone3/my_custom.tar to //var/tmp/my_custom.tar
CUSTOM: Register postinstall script 'install_root_config' for boot n
CUSTOM: Register postinstall script 'install_sysadmin_config' for boot n
CUSTOM: Register postinstall script 'install_sudo_config' for boot n
SBD: Installing sbd....
SBD: Installing sbd....
SBD: configured
EXPLO: Installing explo....
EXPLO: Installing explo....
EXPLO: Trying to use external matrix cmd /tmp/jet/Products/zones/empty-matrix
EXPLO: External matrix cmd returned non-zero status or no entries
EXPLO: Trying to use external matrix cmd /tmp/jet/Products/zones/empty-matrix
EXPLO: External matrix cmd returned non-zero status or no entries
EXPLO: Copying file //tmp/explo_def to ///var/opt/sun/jet/config/explo_def
EXPLO: explorer -g may need to be run on the client after build
EXPLO: Copying file //tmp/SUNWexplo to //var/opt/sun/jet/responses/SUNWexplo
EXPLO: Copying file //tmp/SUNWexplu to //var/opt/sun/jet/responses/SUNWexplu
EXPLO: Creating directory: /var/opt/sun/jet/post_install/Platform/1
EXPLO: Register postinstall script 'add_packages' for boot 1
EXPLO: Register postinstall script 'update_explorer' for boot n
----------------------------------------------------------
----------------------------------------------------------
Product modules processed, finish up installation tasks
Product modules processed, finish up installation tasks
Creating directory: /var/opt/sun/jet/system.add/updated
Creating directory: /var/opt/sun/jet/system.add/updated
Copying file etc/jumpstart.conf to //var/opt/sun/jet/config/jumpstart.conf
Copying file etc/jumpstart.conf to //var/opt/sun/jet/config/jumpstart.conf
Copying file Utils/smf/jetjump.xml to //var/svc/manifest/site/jetjump.xml
Copying file Utils/smf/jetjump.xml to //var/svc/manifest/site/jetjump.xml
Copying file Utils/S99jumpstart to //var/opt/sun/jet/post_install/S99jumpstart
Copying file Utils/S99jumpstart to //var/opt/sun/jet/post_install/S99jumpstart
NFS Unmounting Media Directories
NFS Unmounting Media Directories
Unmounting /var/opt/sun/jet/js_media/pkg
Unmounting /var/opt/sun/jet/js_media/pkg
Unmounting /var/opt/sun/jet/js_media/patch
Unmounting /var/opt/sun/jet/js_media/patch
Make a link to finish log...
Make a link to finish log...
Disable & delete SMF tag svc:/site/jetzonefinish
hosta01-zone3 console login: Jan 8 15:33:44 hosta01-zone3 reboot: rebooted by root
Jan 8 15:33:44 hosta01-zone3 syslogd: going down on signal 15
[NOTICE: Zone rebooting]
SunOS Release 5.10 Version Generic_120012-14 64-bit
Copyright 1983-2007 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
Hostname: hosta01-zone3
Loading smf(5) service descriptions: 1/1
JumpStart (/var/opt/sun/jet/post_install/S99jumpstart) started @ Tue Jan 8 15:34:05 EST 2008
Loading JumpStart Server variables
Loading Client configuration file
Running additional install files for reboot Platform/1
NFS Mounting Media Directories
Mounting nfs://192.168.100.14/data/jumpstart/patches on /var/opt/sun/jet/js_media/patch
Mounting nfs://192.168.100.14/data/jumpstart/pkgs on /var/opt/sun/jet/js_media/pkg
EXPLO: Running 001.explo.001.add_packages
EXPLO: Installing SUNWexplo from: /var/opt/sun/jet/js_media/pkg/explo/5.10/i386
EXPLO: TTY fix being applied
EXPLO: TTY fix being removed
EXPLO: SUNWexplo installation complete
EXPLO: Installing SUNWexplu from: /var/opt/sun/jet/js_media/pkg/explo/5.10/i386
EXPLO: TTY fix being applied
EXPLO: TTY fix being removed
EXPLO: SUNWexplu installation complete
NFS Unmounting Media Directories
Unmounting /var/opt/sun/jet/js_media/pkg
Unmounting /var/opt/sun/jet/js_media/patch
Save existing system entries
Copying file /etc/system to /etc/system.prejs
Jan 8 15:34:09 hosta01-zone3 reboot: rebooted by root
[NOTICE: Zone rebooting]
SunOS Release 5.10 Version Generic_120012-14 64-bit
Copyright 1983-2007 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
Hostname: hosta01-zone3
JumpStart (/var/opt/sun/jet/post_install/S99jumpstart) started @ Tue Jan 8 15:34:25 EST 2008
Loading JumpStart Server variables
Loading Client configuration file
No more reboots required
Running additional install files for reboot n
NFS Mounting Media Directories
Mounting nfs://192.168.100.14/data/jumpstart/patches on /var/opt/sun/jet/js_media/patch
Mounting nfs://192.168.100.14/data/jumpstart/pkgs on /var/opt/sun/jet/js_media/pkg
BASE_CONFIG: Running 001.base_config.001.run_sshkeygen
BASE_CONFIG: Generating ssh keys...
BASE_CONFIG: Running 001.base_config.002.console
BASE_CONFIG: Setting terminal type to vt100
CUSTOM: Running 002.custom.001.install_root_config
CUSTOM: Running 002.custom.002.install_sysadmin_config
CUSTOM: Running 002.custom.003.install_sudo_config
EXPLO: Running 003.explo.001.update_explorer
EXPLO: Copying file //var/opt/sun/jet/config/explorer.info to /etc//opt/SUNWexplo/default/explorer
ERROR: EXPLO: JS_cp: Error occured while copying //var/opt/sun/jet/config/explorer.info to /etc//opt/SUNWexplo/default/explorer
BASE_CONFIG: Running 001.base_config.001.setupdumpdevice
BASE_CONFIG: Unable to execute /usr/sbin/dumpadm, check Solaris version supports dumpadm(1M)
NFS Unmounting Media Directories
Unmounting /var/opt/sun/jet/js_media/pkg
Unmounting /var/opt/sun/jet/js_media/patch
Disable & delete SMF tag svc:/site/jetjump
hosta01-zone3 console login: JumpStart is complete @ Tue Jan 8 15:34:46 EST 2008