Difference between revisions of "JET host hostf01"
Jump to navigation
Jump to search
| Line 82: | Line 82: | ||
Install custom files and scripts to adjust the host after installation | Install custom files and scripts to adjust the host after installation | ||
| − | + | <DL><DD>[[Public_JET_install_root_config|install_root_config]]</DD><DL> | |
| − | + | <DL><DD>[[Public_JET_install_sysadmin_config|install_sysadmin_config]]</DD><DL> | |
| − | + | <DL><DD>[[Public_JET_install_sudo_config|install_sudo_config]]</DD><DL> | |
| − | + | <DL><DD>[[Public_JET_no_zone_sysidcfg|no_zone_sysidcfg]]</DD><DL> | |
| − | + | <DL><DD>[[Public_JET_my_custom.tar|my_custom.tar]]</DD><DL> | |
cp /var/tmp/my_custom/install_root_config /opt/SUNWjet/Clients/hostf01 | cp /var/tmp/my_custom/install_root_config /opt/SUNWjet/Clients/hostf01 | ||
Revision as of 04:13, 10 January 2008
hostf01 JET Configuration
Add all the IPs for the host to /etc/hosts on the jumpstart server.
192.168.174.68 hostf01-g0 192.168.174.69 hostf01-g1 192.168.174.70 hostf01 192.168.174.71 hostf01-zone1 192.168.174.122 hostf01-zone2 192.168.174.123 hostf01-zone3 192.168.174.124 hostf01-zone4 192.168.105.3 hostf01-g2 192.168.105.4 hostf01-g3 192.168.105.5 hostf01-stor
Add the IPs for the host to /data/dns/db.192.168.174 and /data/dns/db.test.example.com on your DNS server. (Pathnames may vary of course).
/data/dns/db.192.168.105 db.192.168.105:3 PTR hostf01-g2.test.example.com. db.192.168.105:4 PTR hostf01-g3.test.example.com. db.192.168.105:5 PTR hostf01-stor.test.example.com. /data/dns/db.192.168.174 68 PTR hostf01-g0.test.example.com. 69 PTR hostf01-g1.test.example.com. 70 PTR hostf01.test.example.com. 71 PTR hostf01-zone1.test.example.com. 122 PTR hostf01-zone2.test.example.com. 123 PTR hostf01-zone3.test.example.com. 124 PTR hostf01-zone4.test.example.com. /data/dns/db.test.example.com hostf01-g0 IN A 192.168.174.68 hostf01-g1 IN A 192.168.174.69 hostf01 IN A 192.168.174.70 hostf01-zone1 IN A 192.168.174.71 hostf01-zone2 IN A 192.168.174.122 hostf01-zone3 IN A 192.168.174.123 hostf01-zone4 IN A 192.168.174.124 hostf01-g2 IN A 192.168.105.3 hostf01-g3 IN A 192.168.105.4 hostf01-stor IN A 192.168.105.5 dnshost:/ root# rndc reload
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("hostf01", "base_config_sysidcfg_default_route", '"192.168.174.65"');
&setup_host_conf("hostf01", "base_config_nodename", '"hostf01"');
&setup_host_conf("hostf01", "base_config_defaultrouter", '"192.168.174.65"');
&setup_host_conf("hostf01", "zones_names", '"hostf01-zone1 hostf01-zone2 hostf01-zone3 hostf01-zone4"');
&setup_host_conf("hostf01", "base_config_ipmp_networkifs", '"e1000g0_e1000g1 e1000g2_e1000g3"');
&setup_host_conf("hostf01", "base_config_ipmp_networkif_e1000g0_e1000g1", '"ipmp0 s 192.168.174.68 192.168.174.69 26 hostf01 192.168.174.70"');
&setup_host_conf("hostf01", "base_config_ipmp_networkif_e1000g2_e1000g3", '"ipmp1 s 192.168.105.3 192.168.105.4 27 hostf01-stor 192.168.105.5"');
&setup_host_conf("hostf01-zone1", "custom_packages", '""');
&setup_host_conf("hostf01-zone1", "base_config_nodename", '"hostf01-zone1"');
&setup_host_conf("hostf01-zone2", "custom_packages", '""');
&setup_host_conf("hostf01-zone2", "base_config_nodename", '"hostf01-zone2"');
&setup_host_conf("hostf01-zone3", "custom_packages", '""');
&setup_host_conf("hostf01-zone3", "base_config_nodename", '"hostf01-zone3"');
&setup_host_conf("hostf01-zone4", "custom_packages", '""');
&setup_host_conf("hostf01-zone4", "base_config_nodename", '"hostf01-zone4"');
Create the templates for the zones and host
/var/tmp/jumpstart_config.pl make_zone_template -A sun4v -O OS10_SPARC_807 -f hostf01-zone1 base_config custom sbd explo make_zone_template -A sun4v -O OS10_SPARC_807 -f hostf01-zone2 base_config custom sbd explo make_zone_template -A sun4v -O OS10_SPARC_807 -f hostf01-zone3 base_config custom sbd explo make_zone_template -A sun4v -O OS10_SPARC_807 -f hostf01-zone4 base_config custom sbd explo make_template -f -A sun4v -O OS10_SPARC_807 -E 00:14:4F:AA:BE:EF hostf01 base_config custom sds explo san jass zones sbd /var/tmp/jumpstart_config.pl make_client -f -N hostf01-zone1 make_client -f -N hostf01-zone2 make_client -f -N hostf01-zone3 make_client -f -N hostf01-zone4 make_client -f -N hostf01
Install custom files and scripts to adjust the host after installation
- install_root_config
- install_sysadmin_config
- install_sudo_config
- no_zone_sysidcfg
- my_custom.tar
-
cp /var/tmp/my_custom/install_root_config /opt/SUNWjet/Clients/hostf01
cp /var/tmp/my_custom/install_sysadmin_config /opt/SUNWjet/Clients/hostf01
cp /var/tmp/my_custom/install_sudo_config /opt/SUNWjet/Clients/hostf01
cp /var/tmp/my_custom/no_zone_sysidcfg /opt/SUNWjet/Clients/hostf01
cp /var/tmp/my_custom.tar /opt/SUNWjet/Clients/hostf01
cp /var/tmp/my_custom/install_root_config /opt/SUNWjet/Clients/hostf01-zone1
cp /var/tmp/my_custom/install_sysadmin_config /opt/SUNWjet/Clients/hostf01-zone1
cp /var/tmp/my_custom/install_sudo_config /opt/SUNWjet/Clients/hostf01-zone1
cp /var/tmp/my_custom/no_zone_sysidcfg /opt/SUNWjet/Clients/hostf01-zone1
cp /var/tmp/my_custom.tar /opt/SUNWjet/Clients/hostf01-zone1
cp /var/tmp/my_custom/install_root_config /opt/SUNWjet/Clients/hostf01-zone2
cp /var/tmp/my_custom/install_sysadmin_config /opt/SUNWjet/Clients/hostf01-zone2
cp /var/tmp/my_custom/install_sudo_config /opt/SUNWjet/Clients/hostf01-zone2
cp /var/tmp/my_custom/no_zone_sysidcfg /opt/SUNWjet/Clients/hostf01-zone2
cp /var/tmp/my_custom.tar /opt/SUNWjet/Clients/hostf01-zone2
cp /var/tmp/my_custom/install_root_config /opt/SUNWjet/Clients/hostf01-zone3
cp /var/tmp/my_custom/install_sysadmin_config /opt/SUNWjet/Clients/hostf01-zone3
cp /var/tmp/my_custom/install_sudo_config /opt/SUNWjet/Clients/hostf01-zone3
cp /var/tmp/my_custom/no_zone_sysidcfg /opt/SUNWjet/Clients/hostf01-zone3
cp /var/tmp/my_custom.tar /opt/SUNWjet/Clients/hostf01-zone3
cp /var/tmp/my_custom/install_root_config /opt/SUNWjet/Clients/hostf01-zone4
cp /var/tmp/my_custom/install_sysadmin_config /opt/SUNWjet/Clients/hostf01-zone4
cp /var/tmp/my_custom/install_sudo_config /opt/SUNWjet/Clients/hostf01-zone4
cp /var/tmp/my_custom/no_zone_sysidcfg /opt/SUNWjet/Clients/hostf01-zone4
cp /var/tmp/my_custom.tar /opt/SUNWjet/Clients/hostf01-zone4
Check the hosts built OK
check_client hostf01-zone1
check_client hostf01-zone2
check_client hostf01-zone3
check_client hostf01-zone4
check_client hostf01
At the OBP prompt network boot the machine, skipping the windowing system. Note: You will need to 'init 6' it once during the boot process (for unknown reasons) when it pauses at the root prompt.
ok# boot net:dhcp - install nowin
Netra T2000, No Keyboard
Copyright 2007 Sun Microsystems, Inc. All rights reserved.
OpenBoot 4.27.4, 32640 MB memory available, Serial #77441264.
Ethernet address 0:14:4f:aa:be:ef, Host ID: 84aabeef.
Boot device: /pci@780/pci@0/pci@1/network@0:dhcp File and args: - install nowin
1000 Mbps full duplex Link up
Timed out waiting for BOOTP/DHCP reply
1000 Mbps full duplex Link up
SunOS Release 5.10 Version Generic_120011-14 64-bit
Copyright 1983-2007 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
os-io Configuring devices.
Using DHCP for network configuration information.
NFS compound failed for server 192.168.100.14: error 5 (RPC: Timed out)
NFS compound failed for server 192.168.100.14: error 5 (RPC: Timed out)
NFS compound failed for server 192.168.100.14: error 5 (RPC: Timed out)
NFS compound failed for server 192.168.100.14: error 5 (RPC: Timed out)
NFS compound failed for server 192.168.100.14: error 5 (RPC: Timed out)
NFS compound failed for server 192.168.100.14: error 5 (RPC: Timed out)
NFS compound failed for server 192.168.100.14: error 5 (RPC: Timed out)
NFS compound failed for server 192.168.100.14: error 5 (RPC: Timed out)
Setting up Java. Please wait...
Beginning system identification...
Searching for configuration file(s)...
Using sysid configuration file /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
Executing JumpStart preinstall phase...
Executing begin script "Utils/begin"...
Installation of hostf01 at 17:48 on 02-Jan-2008
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
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)
- Deselecting cluster (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)
WARNING: Unknown cluster ignored (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: SUNWusb depends on SUNWaudd, which is not selected
WARNING: SUNWwbdev depends on SUNWwbapi, 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: 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: SUNWpmowr depends on SUNWpmr, 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: SUNWa2psu depends on SUNWimagick, 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: SUNWacroread-plugin depends on SUNWmozilla, 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: 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: SUNWjre-config depends on SUNWmozilla, 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 (c0t1d0) for "rootdisk"
- Configuring / (c0t1d0s0)
- Configuring swap (c0t1d0s1)
- Configuring /var (c0t1d0s5)
- Configuring (c0t1d0s7)
- Configuring /data (c0t1d0s4)
- Deselecting unmodified disk (c0t3d0)
Verifying disk configuration
- WARNING: Changing the system's default boot device in the EEPROM
Verifying space allocation
- Total software size: 2697.58 Mbytes
Preparing system for Solaris install
Configuring disk (c0t1d0)
- Creating Solaris disk label (VTOC)
Creating and checking UFS file systems
- Creating / (c0t1d0s0)
- Creating /data (c0t1d0s4)
- Creating /var (c0t1d0s5)
Beginning Solaris software installation
Starting software installation
SUNWocfd.........................done. 2697.23 Mbytes remaining.
SUNWlucfg........................done. 2697.15 Mbytes remaining.
SUNWcsu..........................done. 2682.42 Mbytes remaining.
SUNWcsr..........................done. 2678.23 Mbytes remaining.
SUNWcsl..........................done. 2664.18 Mbytes remaining.
SUNWcnetr........................done. 2664.12 Mbytes remaining.
[...]
SUNWtcsh.........................done. 2.62 Mbytes remaining.
SUNWter..........................done. 1.00 Mbytes remaining.
Completed software installation
Solaris 10 software installation succeeded
Customizing system files
- Mount points table (/etc/vfstab)
- Unselected disk mount points (/var/sadm/system/data/vfstab.unselected)
- Network host addresses (/etc/hosts)
- Environment variables (/etc/default/init)
Cleaning devices
Customizing system devices
- Physical devices (/devices)
- Logical devices (/dev)
Installing boot information
- Installing boot blocks (c0t1d0s0)
- Installing boot blocks (/dev/rdsk/c0t1d0s0)
- Updating system firmware for automatic rebooting
WARNING: Could not update system for automatic rebooting
Installation log location
- /a/var/sadm/system/logs/install_log (before reboot)
- /var/sadm/system/logs/install_log (after reboot)
Installation complete
WARNING: CHANGE DEFAULT BOOT DEVICE
If you want the system to always reboot Solaris from
the boot device that you've specified (c0t1d0s0),
you must change the system's default boot device using
the eeprom(1M) command after installing Solaris software.
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 hostf01 at 18:18 on 02-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/hostf01/sysidcfg to /a/var/opt/sun/jet/config/sysidcfg
Copying file Clients/hostf01/sysidcfg to /a/var/opt/sun/jet/config/sysidcfg
Copying file Clients/hostf01/profile to /a/var/opt/sun/jet/config/profile
Copying file Clients/hostf01/profile to /a/var/opt/sun/jet/config/profile
Copying file Clients/hostf01/host.config to /a/var/opt/sun/jet/config/host.config
Copying file Clients/hostf01/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/hostf01/module_hints to /a/var/opt/sun/jet/config/module_hints
Copying file Clients/hostf01/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_Recommended)
BASE_CONFIG: No HW specific packages for platform SUNW,Netra-T2000
BASE_CONFIG: No HW specific patches for platform SUNW,Netra-T2000
BASE_CONFIG: Set root password
BASE_CONFIG: Setting netmask for primary interface
BASE_CONFIG: Primary interface is e1000g0
BASE_CONFIG: Starting ipmp configuration
BASE_CONFIG: Setting OBP local-mac-address to true
BASE_CONFIG: Adding IPMP group ipmp0 using interfaces e1000g0 e1000g1
BASE_CONFIG: Merge hosts file /tmp/addhost.20254 with /a/etc/inet/hosts
BASE_CONFIG: Add netmask 192.168.105.0 / 255.255.255.224
BASE_CONFIG: Adding IPMP group ipmp1 using interfaces e1000g2 e1000g3
BASE_CONFIG: Merge hosts file /tmp/addhost.20484 with /a/etc/inet/hosts
BASE_CONFIG: Setting loghost to nodename
BASE_CONFIG: Merge hosts file /tmp/addhost.20640 with /a/etc/inet/hosts
BASE_CONFIG: Update nodename to hostf01
BASE_CONFIG: Setting default router to 192.168.174.65
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
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/sparc
Installation of <SMCsudo> was successful.
CUSTOM: SMCsudo installation complete
CUSTOM: Copying file Clients/hostf01/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
----------------------------------------------------------
----------------------------------------------------------
Product modules processed, finish up installation tasks
Product modules processed, finish up installation tasks
Save existing system entries
Save existing system entries
Copying file /a/etc/system to /a/etc/system.prejs
Copying file /a/etc/system to /a/etc/system.prejs
Creating directory: /a/var/opt/sun/jet/system.add/updated
Creating directory: /a/var/opt/sun/jet/system.add/updated
Copying file etc/jumpstart.conf to /a/var/opt/sun/jet/config/jumpstart.conf
Copying file etc/jumpstart.conf to /a/var/opt/sun/jet/config/jumpstart.conf
Copying file Utils/smf/jetjump.xml to /a/var/svc/manifest/site/jetjump.xml
Copying file Utils/smf/jetjump.xml to /a/var/svc/manifest/site/jetjump.xml
Copying file Utils/S99jumpstart to /a/var/opt/sun/jet/post_install/S99jumpstart
Copying file Utils/S99jumpstart to /a/var/opt/sun/jet/post_install/S99jumpstart
NFS Unmounting Media Directories
NFS Unmounting Media Directories
Unmounting /a/var/opt/sun/jet/js_media/pkg
Unmounting /a/var/opt/sun/jet/js_media/pkg
Unmounting /a/var/opt/sun/jet/js_media/patch
Unmounting /a/var/opt/sun/jet/js_media/patch
Make a link to finish log...
Make a link to finish log...
Finish script Utils/finish execution completed.
The begin script log 'begin.log'
is located in /var/sadm/system/logs after reboot.
The finish script log 'finish.log'
is located in /var/sadm/system/logs after reboot.
Solaris installation program completed.