How to create and restore network Ignite-UX backups without a dedicated server
Contents
Abstract[edit]
The following article describe how to create and restore Ignite-UX backup using only a third party NFS | FTP server and a custom CD boot disk. This can provided the full set of Ignite-UX network-based backup and restore capacities when installing a dedicate Ignite-UX server is prohibitive or no tape storage is available.
Ignite-UX backup is designed for boot volume backup and restore. Additional backup products are needed to protect the system application data on the other volume groups.
For the rest of the article, delta is the HP-UX 11i v3 host server while sigma is the Solaris 10 host server.
Requirements[edit]
- NFS Server: i386/x64 Solaris 10 / ZFS / NFS 4
- Ignite-UX Software installed on the HP-UX Server
- CD/DVD recorder and recording software
Set the NFS Server[edit]
For this example, we use a Solaris x64 based host server (sigma) to provided the required NFS / FTP services. Solaris 10 with ZFS provided a single product solution for storage an NFS, that makes the installation straight forward, but the same results can be obtained with other technologies (Linux / FreeBSD / Windows).
1. Create a ZFS file system to store the archive(s).
# sigma:> cat /etc/hosts # # Internet host table # ::1 localhost 127.0.0.1 localhost loghost 16.90.110.46 delta delta.americas.hpqcorp.net 16.90.153.75 sigma sigma.americas.hpqcorp.net
# sigma:> zfs create export/ignite # sigma:> zfs set sharenfs="root=delta" export/ignite # sigma:> zfs get all export/ignite NAME PROPERTY VALUE SOURCE export/ignite type filesystem - export/ignite creation Tue Apr 14 15:57 2009 - export/ignite used 3.69G - export/ignite available 31.5G - export/ignite referenced 3.69G - export/ignite compressratio 1.00x - export/ignite mounted yes - export/ignite quota none default export/ignite reservation none default export/ignite recordsize 128K default export/ignite mountpoint /export/ignite default export/ignite sharenfs root=delta local export/ignite checksum on default export/ignite compression off default export/ignite atime on default export/ignite devices on default export/ignite exec on default export/ignite setuid on default export/ignite readonly off default export/ignite zoned off default export/ignite snapdir hidden default export/ignite aclmode groupmask default export/ignite aclinherit secure default export/ignite canmount on default export/ignite shareiscsi off default export/ignite xattr on default # sigma:> showmount -e localhost export list for localhost: /export/ignite (everyone)
- Note that a NFS share is created using ZFS that allows root access by the HP-UX server (delta).
2. Create the ignite user for direct ftp access to the ZFS file system.
# sigma:> useradd -g staff -d /export/ignite -s /bin/sh ignite # sigma:> passwd ignite <-- Set the password to ignite # sigma:> chown ignite:staff /export/ignite
Install Ignite-UX software[edit]
1. Install the Ignite-UX software required for your Operating System release (B.11.31) . Skip all configuration steps, including depot creation.
# delta:> swlist -s /var/tmp/Ignite-UX-11-ALL_C.7.8.201.depot # Initializing... # Contacting target "delta"... # # Target: delta:/var/tmp/Ignite-UX-11-ALL_C.7.8.201.depot # # # Bundle(s): # IGNITE C.7.8.201 HP-UX Installation Utilities (Ignite-UX) Ignite-UX-11-11 C.7.8.201 HP-UX Installation Utilities for Installing 11.11 Systems Ignite-UX-11-23 C.7.8.201 HP-UX Installation Utilities for Installing 11.23 Systems Ignite-UX-11-31 C.7.8.201 HP-UX Installation Utilities for Installing 11.31 Systems # delta:> swinstall -s /var/tmp/Ignite-UX-11-ALL_C.7.8.201.depot \ > Ignite-UX-11-31 ======= 04/22/09 19:10:23 CST BEGIN swinstall SESSION (non-interactive) (jobid=delta-0011) * Session started for user "root@delta". * Beginning Selection * Target connection succeeded for "delta:/". * Source: /var/tmp/Ignite-UX-11-ALL_C.7.8.201.depot * Targets: delta:/ * Software selections: Ignite-UX-11-31,r=C.7.8.201,a=HP-UX_B.11.00_32/64,v=HP + IGNITE,r=C.7.8.201,a=HP-UX_B.11.00_32/64,v=HP Ignite-UX.BOOT-COMMON-IA,r=C.7.8.201,a=HP-UX_B.11.11_32/64,v=HP,fr=C.7.8.201,fa=HP-UX_B.11.11_32/64 Ignite-UX.BOOT-COMMON-PA,r=C.7.8.201,a=HP-UX_B.11.11_32/64,v=HP,fr=C.7.8.201,fa=HP-UX_B.11.11_32/64 Ignite-UX.BOOT-KRN-11-31,r=C.7.8.201,a=HP-UX_B.11.11_32/64,v=HP,fr=C.7.8.201,fa=HP-UX_B.11.11_32/64 Ignite-UX.BOOT-SERVICES,r=C.7.8.201,a=HP-UX_B.11.11_32/64,v=HP,fr=C.7.8.201,fa=HP-UX_B.11.11_32/64 Ignite-UX.CD-TOOLS,r=C.7.8.201,a=HP-UX_B.11.11_32/64,v=HP,fr=C.7.8.201,fa=HP-UX_B.11.11_32/64 Ignite-UX.CD-TOOLS-DOC,r=C.7.8.201,a=HP-UX_B.11.11_32/64,v=HP,fr=C.7.8.201,fa=HP-UX_B.11.11_32/64 Ignite-UX.CD-TOOLS-SRC,r=C.7.8.201,a=HP-UX_B.11.11_32/64,v=HP,fr=C.7.8.201,fa=HP-UX_B.11.11_32/64 Ignite-UX.DVD-TOOLS,r=C.7.8.201,a=HP-UX_B.11.11_32/64,v=HP,fr=C.7.8.201,fa=HP-UX_B.11.11_32/64 Ignite-UX.DVD-TOOLS-DOC,r=C.7.8.201,a=HP-UX_B.11.11_32/64,v=HP,fr=C.7.8.201,fa=HP-UX_B.11.11_32/64 Ignite-UX.DVD-TOOLS-SRC,r=C.7.8.201,a=HP-UX_B.11.11_32/64,v=HP,fr=C.7.8.201,fa=HP-UX_B.11.11_32/64 Ignite-UX.FILE-SRV-11-31,r=C.7.8.201,a=HP-UX_B.11.11_32/64,v=HP,fr=C.7.8.201,fa=HP-UX_B.11.11_32/64 Ignite-UX.IGNITE,r=C.7.8.201,a=HP-UX_B.11.11_32/64,v=HP,fr=C.7.8.201,fa=HP-UX_B.11.11_32/64 Ignite-UX.IGNT-ENG-A-MAN,r=C.7.8.201,a=HP-UX_B.11.11_32/64,v=HP,fr=C.7.8.201,fa=HP-UX_B.11.11_32/64 Ignite-UX.IGNT-JPN-E-MAN,r=C.7.8.201,a=HP-UX_B.11.11_32/64,v=HP,fr=C.7.8.201,fa=HP-UX_B.11.11_32/64 Ignite-UX.IGNT-JPN-S-MAN,r=C.7.8.201,a=HP-UX_B.11.11_32/64,v=HP,fr=C.7.8.201,fa=HP-UX_B.11.11_32/64 Ignite-UX.MGMT-TOOLS,r=C.7.8.201,a=HP-UX_B.11.11_32/64,v=HP,fr=C.7.8.201,fa=HP-UX_B.11.11_32/64 Ignite-UX.RECOVERY,r=C.7.8.201,a=HP-UX_B.11.11_32/64,v=HP,fr=C.7.8.201,fa=HP-UX_B.11.11_32/64 * A "+" indicates an automatic selection due to dependency or the automatic selection of a patch or reference bundle. * Selection succeeded. * Beginning Analysis and Execution * Session selections have been saved in the file "/.sw/sessions/swinstall.last". * The analysis phase succeeded for "delta:/". * The execution phase succeeded for "delta:/". * Analysis and Execution succeeded. NOTE: More information may be found in the agent logfile using the command "swjob -a log delta-0011 @ delta:/". ======= 04/22/09 19:11:38 CST END swinstall SESSION (non-interactive) (jobid=delta-0011)
2. Add the HP-UX host server to the Ignite-UX server client list (circular reference):
+ === Ignite-UX (delta) (1) + ¦File View Options Actions Help ¦ ¦ Press CTRL-K for keyboard help. ¦ ¦Welcome to.. Ignite-UX 1 of 1 selected¦ ¦------------------------------------------------------------------------------¦ ¦ System System % Boot Recovery ¦ ¦ Id Type Complete State Date Archive ¦ ¦+---------------------------------------------------------------------------+ ¦ ¦¦ delta S800 0 Waiting 2009-04-17 0 ^ ¦ ¦¦ ¦ ¦¦ ¦ ¦¦ ¦ ¦¦ ¦ ¦¦ ¦ ¦¦ ¦ ¦¦ ¦ ¦¦ ¦ ¦¦ ¦ ¦¦ ¦ ¦¦ ¦ ¦¦ v ¦ ¦+---------------------------------------------------------------------------+ ¦ ¦ ¦ +------------------------------------------------------------------------------+
3. Check network configuration and verify that the NFS share can be mount and write to.
# delta:> cat /etc/hosts 127.0.0.1 localhost loopback 16.90.110.46 delta.americas.hpqcorp.net delta 16.90.153.75 sigma.americas.hpqcorp.net sigma # delta:> showmount -e sigma export list for sigma: /export/depot (everyone) /export/ignite (everyone) # delta:> mount -F nfs sigma:/export/ignite /mnt # delta:> touch /mnt/test # delta:> ls -l /mnt/test -rw-rw-rw- 1 root sys 0 Apr 22 19:26 /mnt/test # delta:> rm /mnt/test # delta:> umount /mnt
Create the Backup[edit]
1. Use make_net_recovery to create a network backup. Provided the HP-UX host server as the Ignite-UX server and point the network archive to the Solaris NFS share. Include the entire /dev/vg00 LVM volume group.
# delta:> make_net_recovery -n 1 -v \ -s delta -a sigma:/export/ignite \ -x inc_entire=vg00 WARNING: /var/opt/ignite/recovery directory does not exist. Will create it. * Creating NFS mount directories for configuration files. * Recovery Archive Name = 2009-04-17,12:49 * Lanic Id = 0x00156004A2FA * Ignite-UX Server = delta ======= 04/17/09 12:49:32 CST Started make_net_recovery. (Fri Apr 17 12:49:32 CST 2009) @(#)Ignite-UX Revision C.7.8.201 @(#)ignite/net_recovery (opt) Revision: /branches/IUX_RA0903/ignite/src@76987 Last Modified: 2009-02-05 15:45:55 -0700 (Thu, 05 Feb 2009) * Recovery Archive Description = Recovery Archive * Recovery Archive Location = sigma:/export/ignite * Number of Archives to Save = 2 * Pax type = tar In? dsk/vg name minor# Associated disks/mountpoints 2 v /dev/vg00 0x00 /dev/disk/disk7 /dev/vg00/lvol1 /stand 2 /dev/vg00/lvol2 /dev/vg00/lvol3 / 2 /dev/vg00/lvol4 /tmp 2 /dev/vg00/lvol5 /home 2 /dev/vg00/lvol6 /opt 2 /dev/vg00/lvol7 /usr 2 /dev/vg00/lvol8 /var 2 ** 0 - The Volume Group or Filesystem is Not included in the System Recovery Archive ** 1 - The Volume Group or Filesystem is Partially included in the System Recovery Archive ** 2 - The Volume Group or Filesystem is Fully included in the System Recovery Archive * Checking Versions of Recovery Tools * Scanning system for IO devices... * Boot device is: 0/1/1/0.0x1.0x0 * Creating System Configuration. * /opt/ignite/bin/save_config -f /var/opt/ignite/recovery/client_mnt/0x0 0156004A2FA/recovery/2009-04-17,12:49/system_cfg vg00 * Backing Up Volume Group /dev/vg00 * /usr/sbin/vgcfgbackup /dev/vg00 * Creating Map Files for Volume Group /dev/vg00 * /usr/sbin/vgexport -s -p -m /etc/lvmconf/vg00.mapfile /dev/vg00 * Creating Control Configuration. * Creating Archive File List * Creating Archive Configuration * /opt/ignite/lbin/make_arch_config -c /var/opt/ignite/recovery/client_m nt/0x00156004A2FA/recovery/2009-04-17,12:49/archive_cfg -g /var/opt/ig nite/recovery/client_mnt/0x00156004A2FA/recovery/2009-04-17,12:49/flis t -n 2009-04-17,12:49 -r pa -b 64 -d Recovery\ Archive -L /var/opt/ignite/recovery/arch_mnt -l sigma:/export/ignite -i 1 -m t * Saving the information about archive to /var/opt/ignite/recovery/previews * Creating The Networking Archive * /opt/ignite/data/scripts/make_sys_image -d /var/opt/ignite/recovery/arch_mnt -t n -s local -n 2009-04-17,12:49 -m t -w /var/opt/ignite/recovery/client_mnt/0x00156004A2FA/recovery/2009- 04-17,12:49/recovery.log -u -R -g /var/opt/ignite/recovery/client_mnt/ 0x00156004A2FA/recovery/2009-04-17,12:49/flist -a 7135230 * Preparing to create a system archive. * The archive is estimated to reach 3567615 kbytes. * Free space on /var/opt/ignite/recovery/arch_mnt after archive should be about 32295266 kbytes. * Archiving contents of delta via tar to /var/opt/ignite/recovery/arch_mnt/2009-04-17,12:49. * Creation of system archive complete. NOTE: The following files are in the list of files that were on the system, but they are no longer present. These files are not included in the backup: /var/tmp/ign_configure/make_sys_image.log /var/opt/ignite/tmp/AAA004446 /var/opt/ignite/tmp/BAA004446 * Creating CINDEX Configuration File * /opt/ignite/bin/manage_index -q -c 2009-04-17,12:49\ Recovery\ Archive -i /var/opt/ignite/recovery/client_mnt/0x00156004A2FA/CINDEX -u Recovery\ Archive ======= 04/17/09 13:21:33 CST make_net_recovery completed successfully!
Create bootable CD Media[edit]
After the backup is created, the next step is creating a bootable CD that contains the required boot and recovery information to restore the network archive. Since no Ignite-UX server will be available during the restore, the configuration files from the original net_recovery should be slightly modify to use FTP instead of NFS to load the archive from the network.
1. Create a work directory structure.
# delta:> mkdir -p /var/tmp/image/cfg # delta:> mkdir /var/tmp/image/boot
2. Copy the recovery control files from the /var/opt/ignite/clients/delta/recovery/latest to the working directory /var/tmp/image/cfg.
# delta:> cp /var/opt/ignite/clients/delta/recovery/latest/*_cfg /var/tmp/image/cfg # delta:> cd /var/tmp/image/cfg
3. Modified the archive_cfg configuration file. Add the source_type= "NET" statement. Replace the nfs_source by an ftp_source statement. Change the name of the archive_path statement from the archive timestamp to the host name to simplified archive identification.
(is_hppa) { ######################################################### ## Software Sources ######################################################### sw_source "core archive"{ description = "Recovery Archive" load_order = 0 source_format = ARCHIVE source_type= "NET" <-- SOURCE_TYPE post_load_script = "/opt/ignite/data/scripts/os_arch_post_l" post_config_script = "/opt/ignite/data/scripts/os_arch_post_c" ftp_source = "ignite@16.90.153.75:ignite" <-- FTP_SOURCE } ######################################################### ## Software Categories ######################################################### sw_category "Languages" { description = "Languages" } sw_category "HPUXEnvironments"{ description = "HP-UX Operating Environments" } ###################################################### ## Operating Environments ## ###################################################### ######################################################### ## PA 64-bit OS archives ######################################################### init sw_sel "golden image1" { description = "Recovery Archive" sw_source = "core archive" sw_category = "HPUXEnvironments" archive_type = gzip tar # For NFS, the path to the archive is relative to the mount point # specified in the sw_source: archive_path = "delta" <--- ARCHIVE_PATH. Can be absolute path. impacts = "/" 40Kb impacts = "/stand" 42256Kb impacts = "/usr" 2058360Kb impacts = "/opt" 4441776Kb impacts = "/var" 660928Kb impacts = "/sbin" 90872Kb impacts = "/dev" 18Kb impacts = "/etc" 26312Kb impacts = "/.sh_history" 8Kb impacts = "/.sw" 144Kb impacts = "/.ssh" 8Kb impacts = "/.swa" 11480Kb impacts = "/tmp" 88Kb impacts = "/home" 72Kb visible_if = can_run_64bit } = TRUE (sw_sel "golden image1") { _hp_os_bitness = "64" } _hp_os_bitness visible_if false ###################################################### ## Languages ## Specified so that the selector in the UI will ## not be empty. Cannot use the "core archive" sw_source ## because there is not archives associated with it. ## ## The "no select" sw_source is a no-op source since ## has is of "cmd" format, and does not have any scripts ## specified. Every sw_sel needs a sw_source. ## ##################################################### sw_source "no select" { source_format = cmd } init sw_sel "English" { description = "English Language Environment" sw_source = "no select" sw_category = "Languages" locale = { "SET_NULL_LOCALE:English", "C:English" } } = TRUE ###################################################### ## Keyboards ##################################################### _hp_keyboard = { "Not_Applicable", "PS2_DIN_US_English" } init _hp_keyboard = "PS2_DIN_US_English" }
4. Create the Logical Interchange Format image (/var/tmp/image/boot/bootvol.lif) usign the configuration files.
# delta:> /opt/ignite/bin/make_medialif -o 64w -r B.11.31 \ -f /var/tmp/image/cfg/archive_cfg \ -f /var/tmp/image/cfg/control_cfg \ -f /var/tmp/image/cfg/system_cfg \ -l /var/tmp/image/boot/bootvol.lif # delta:> /opt/ignite/bin/instl_adm -b -F /var/tmp/image/boot/bootvol.lif
5. Create the ISO image.
HP 9000 (PA-RISC):
# delta:> /opt/ignite/lbin/mkisofs -U -max-iso9660-filenames -R -eltorito-alt-boot \ -no-emul-boot -b bootvol.lif -o /var/tmp/image/boot/image.iso /var/tmp/image/boot Warning: creating filesystem that does not conform to ISO-9660. Warning: ISO-9660 filenames longer than 31 may cause buffer overflows in the OS. Size of boot image is 259600 sectors -> No emulation 7.69% done, estimate finish Wed Apr 22 19:51:07 2009 15.38% done, estimate finish Wed Apr 22 19:51:13 2009 23.05% done, estimate finish Wed Apr 22 19:51:11 2009 30.74% done, estimate finish Wed Apr 22 19:51:10 2009 38.41% done, estimate finish Wed Apr 22 19:51:09 2009 46.10% done, estimate finish Wed Apr 22 19:51:09 2009 53.77% done, estimate finish Wed Apr 22 19:51:10 2009 61.47% done, estimate finish Wed Apr 22 19:51:10 2009 69.14% done, estimate finish Wed Apr 22 19:51:09 2009 76.83% done, estimate finish Wed Apr 22 19:51:09 2009 84.50% done, estimate finish Wed Apr 22 19:51:10 2009 92.19% done, estimate finish Wed Apr 22 19:51:10 2009 Total translation table size: 2048 Total rockridge attributes bytes: 417 Total directory bytes: 0 Path table size(bytes): 10 Max brk space used a000 65094 extents written (127 MB)
Integrity (IA64):
- Copy the matching release EFI_CD_image file to the working directory (<tt>/var/tmp/image).
# delta:> cp -p /opt/ignite/boot/Rel_B.11.31/EFI_CD_image /var/tmp/image
- Create the ISO Image
# delta:> /opt/ignite/lbin/mkisofs -D -R -U \ -max-iso9660-filenames \ -no-emul-boot -b /var/tmp/image/EFI_CD_image \ -eltorito-alt-boot -no-emul-boot -b bootvol.lif \ -o /var/tmp/image/boot/image.iso /var/tmp/image/boot Warning: creating filesystem that does not conform to ISO-9660. Warning: ISO-9660 filenames longer than 31 may cause buffer overflows in the OS. Size of boot image is 10240 sectors -> No emulation Size of boot image is 259600 sectors -> No emulation 7.40% done, estimate finish Thu Apr 23 11:00:21 2009 14.80% done, estimate finish Thu Apr 23 11:00:14 2009 22.18% done, estimate finish Thu Apr 23 11:00:12 2009 29.58% done, estimate finish Thu Apr 23 11:00:11 2009 36.96% done, estimate finish Thu Apr 23 11:00:10 2009 44.36% done, estimate finish Thu Apr 23 11:00:12 2009 51.74% done, estimate finish Thu Apr 23 11:00:11 2009 59.14% done, estimate finish Thu Apr 23 11:00:11 2009 66.52% done, estimate finish Thu Apr 23 11:00:12 2009 73.92% done, estimate finish Thu Apr 23 11:00:12 2009 81.30% done, estimate finish Thu Apr 23 11:00:11 2009 88.70% done, estimate finish Thu Apr 23 11:00:11 2009 96.08% done, estimate finish Thu Apr 23 11:00:12 2009 Total translation table size: 2048 Total rockridge attributes bytes: 501 Total directory bytes: 0 Path table size(bytes): 10 Max brk space used a000 67653 extents written (132 MB)
6. Wrap the LIF volume around a file system 'file'.
# delta:> /opt/ignite/lbin/instl_combine -C /var/tmp/image/boot/image.iso El Torito offset for LIF volume is: 0x50d800 Adjusting LIF file: ISL (Old iplstart: 4096; New iplstart: 5302272) Adjusting LIF file: AUTO Adjusting LIF file: INDEX Adjusting LIF file: CONFIG Adjusting LIF file: HPUX Adjusting LIF file: WINSTALL Adjusting LIF file: WINSTALLFS Adjusting LIF file: FWWKAR Adjusting LIF file: INSTCMDS Adjusting LIF file: SYSCMDS Adjusting LIF file: SCRIPTS Adjusting LIF file: PAD
7. Burn the ISO image using your favorite software.
Restore the backup[edit]
1. Boot from the CD media.
# ioscan -fnkC disk Class I H/W Path Driver S/W State H/W Type Description ======================================================================= disk 6 0/0/3/0.0.0.0 sdisk CLAIMED DEVICE TEAC DV-28E-N <-- CD/DVD H/W Path /dev/dsk/c0t0d0 /dev/rdsk/c0t0d0 disk 0 0/1/1/0.1.0 sdisk CLAIMED DEVICE HP 36.4GST336753LC /dev/dsk/c2t1d0 /dev/rdsk/c2t1d0 disk 2 0/1/1/1.0.0 sdisk CLAIMED DEVICE HP 36.4GST336753LC /dev/dsk/c3t0d0 /dev/rdsk/c3t0d0 disk 3 0/1/1/1.8.0 sdisk CLAIMED DEVICE HP 36.4GST336753LC /dev/dsk/c3t8d0 /dev/rdsk/c3t8d0 disk 4 0/1/1/1.10.0 sdisk CLAIMED DEVICE HP 36.4GST336754LC /dev/dsk/c3t10d0 /dev/rdsk/c3t10d0 disk 5 0/1/1/1.12.0 sdisk CLAIMED DEVICE HP 36.4GST336753LC /dev/dsk/c3t12d0 /dev/rdsk/c3t12d0 disk 1 0/1/1/1.14.0 sdisk CLAIMED DEVICE HP 36.4GST336754LC /dev/dsk/c3t14d0 /dev/rdsk/c3t14d0
Firmware Version 45.44 Duplex Console IO Dependent Code (IODC) revision 1 Firmware Version 45.44 Duplex Console IO Dependent Code (IODC) revision 1 ------------------------------------------------------------------------------ (c) Copyright 1995-2004, Hewlett-Packard Company, All rights reserved ------------------------------------------------------------------------------ Processor Speed State CoProcessor State Cache Size Number State Inst Data --------- -------- --------------------- ----------------- ------------ 0 800 MHz Active Functional 67108864 67108864 1 800 MHz Idle Functional 67108864 67108864 Central Bus Speed (in MHz) : 200 Available Memory : 2097152 KB Good Memory Required : Not initialized. Defaults to 32 MB. Primary boot path: 0/1/1/0.1 Alternate boot path: 0/1/1/1.0 Console path: 0/0/1/1.0 Keyboard path: 0/0/4/0.0 Processor is booting from the first available device. To discontinue, press any key within 10 seconds. Boot terminated. ---- Main Menu --------------------------------------------------------------- Command Description ------- ----------- BOot [PRI|ALT|<path>] Boot from specified path PAth [PRI|ALT] [<path>] Display or modify a path SEArch [DIsplay|IPL] [<path>] Search for boot devices COnfiguration menu Displays or sets boot values INformation menu Displays hardware information SERvice menu Displays service commands DIsplay Redisplay the current menu HElp [<menu>|<command>] Display help for menu or command RESET Restart the system ---- Main Menu: Enter command or menu > bo 0/0/3/0.0.0.0 <-- Boot from the CD/DVD H/W Path Interact with IPL (Y, N, or Cancel)?> n Booting... Boot IO Dependent Code (IODC) revision 3 HARD Booted. ISL Revision A.00.44 Mar 12, 2003 ISL booting hpux (;0):INSTALL Boot : disk(0/1/1/1.0.0.0.0.0.0;0):WINSTALL 22007808 + 4964968 + 7826784 start 0x244ee8 alloc_pdc_pages: Relocating PDC from 0xfffffff0f0c00000 to 0x3e900000. DoCalllist done gate64: sysvec_vaddr = 0xc0002000 for 2 pages Memory Class Setup ------------------------------------------------------------------------- Class Physmem Lockmem Swapmem ------------------------------------------------------------------------- System : 1946 MB 1946 MB 1946 MB Kernel : 1945 MB 1945 MB 1945 MB User : 1784 MB 1582 MB 1588 MB ------------------------------------------------------------------------- ktracer is off until requested. Installing Socket Protocol families AF_INET and AF_INET6 Kernel EVM initialized sec_init(): k * Preparing to execute init... ======= 04/21/09 14:45:05 EDT HP-UX Installation Initialization. @(#)Ignite-UX Revision C.7.8.201 @(#)ignite/launch (opt) Revision: /branches/IUX_RA0903/ignite/src@76987 Last Modified: 2009-02-05 15:45:55 -0700 (Thu, 05 Feb 2009) * Configuring RAM filesystems... * Scanning system for IO devices... * Boot device is: 0/1/1/1.0x0.0x0 * Setting keyboard language.
2. Select "Install HP-UX"
. Welcome to Ignite-UX! Use the <tab> key to navigate between fields, and the arrow keys within fields. Use the <return/enter> key to select an item. Use the <return/enter> or <space-bar> to pop-up a choices list. If the menus are not clear, select the "Help" item for more information. Hardware Summary: System Model: 9000/800/rp4440 +----------------------+---------------+--------------------+[ Scan Again ] | Disks: 6 ( 203.5GB)| Floppies: 0 | LAN cards: 3 | | CD/DVDs: 1 | Tapes: 0 | Memory: 2046Mb | | Graphics Ports: 0 | IO Buses: 9 | CPUs: 2 |[ H/W Details ] +----------------------+---------------+--------------------+ [ Install HP-UX ] [ Run an Expert Recovery Shell ] [ Advanced Options ] [ Reboot ] [ Help ]
3. "Select Media with Network enabled (allows use of SD depots)" with "Advanced Installation".
. User Interface and Media Options This screen lets you pick from options that will determine if an Ignite-UX server is used, and your user interface preference. Source Location Options: [ ] Media only installation [ * ] Media with Network enabled (allows use of SD depots) [ ] Ignite-UX server based installation User Interface Options: [ ] Guided Installation (very basic installs - deprecated mode) [ * ] Advanced Installation (recommended for disk and filesystem management) [ ] No user interface - setup basic networking, use defaults and go Hint: If you need to make LVM size changes, or want to set the final networking parameters during the install, you will need to use the Advanced mode (or remote graphical interface). [ OK ] [ Cancel ] [ Help ]
4. Configure Network Interface.
. LAN Interface Selection More than one network interface was detected on the system. You will need to select the interface to enable. Only one interface can be enabled, and it must be the one connected to the network that can be used in contacting the install and/or SD servers. Use the <tab> and/or arrow keys to move to the desired LAN device to enable, then press <Return>. HW Path Interface Station Address Description ---------------------------------------------------------- [ 0/1/2/0 lan0 0x00156004A2FA HP_AB352-60001_PCI/PCI-X_1000B ] [ 0/1/2/1 lan1 0x00156004A2FB HP_AB352-60001_PCI/PCI-X_1000B ] [ 0/4/1/0/6/0 lan2 0x0016353E5012 HP_A9784-60002_PCI/PCI-X_1000B ]
. NETWORK CONFIGURATION This system's hostname: delta Internet protocol address (eg. 15.2.56.1) of this host: 16.90.110.53 Default gateway routing internet protocol address: 16.90.108.1 The subnet mask (eg. 255.255.248.0 or 0xfffff800): 255.255.252.0 Is this networking information only temporary? [ No ] [ OK ] [ Cancel ] [ Help ]
5. Perform the recovery.
+ /opt/ignite/bin/itool () + ¦ ¦ ¦ +-------++----------++--------++-------------++----------+ ¦ ¦ ¦ Basic ¦¦ Software ¦¦ System ¦¦ File System ¦¦ Advanced ¦ ¦ ¦ ¦ \-------------------------------------------------------------------+¦ ¦ ¦ ¦¦ ¦ ¦ Configurations: [ HP-UX B.11.31 Default ->] [ Description... ] ¦¦ ¦ ¦ ¦¦ ¦ ¦ Environments: [ Recovery Archive ->] (HP-UX B.11.31) ¦¦ ¦ ¦ ¦¦ ¦ ¦ [ Root Disk ] HP_36.4GST336754LC, 0/1/1/1.0xe.0x0, 347> ¦¦ ¦ ¦ ¦¦ ¦ ¦ File System: [ HP-UX save_config layout ->] ¦¦ ¦ ¦ ¦¦ ¦ ¦ [ Root Swap (MB)... ] 2048 Physical Memory (RAM) = 2046 MB ¦¦ ¦ ¦ ¦¦ ¦ ¦ [ Languages... ] English [ Keyboards... ] [ Additional... ]¦¦ ¦ ¦ ¦¦ ¦ +---------------------------------------------------------------------------+¦ ¦ [ Show Summary... ] [ Reset Configuration ] ¦ ¦------------------------------------------------------------------------------¦ ¦ Working... ¦ +------------------------------------------------------------------------------+
5.1 The system will reboot after recovering the archive.
* Loading configuration utility... * Beginning installation from source: /dev/dsk/c3t0d0 ======= 04/21/09 14:47:18 EDT Starting system configuration... * Configure_Disks: Begin * Mapping LUN Instance Data insf: Installing special files for asio0 instance 0 address 0/0/1/0 insf: Installing special files for asio0 instance 1 address 0/0/1/1 insf: Installing special files for sdisk instance 6 address 0/0/3/0.0.0.0 insf: Installing special files for sdisk instance 0 address 0/1/1/0.1.0 insf: Installing special files for sdisk instance 1 address 0/1/1/1.0.0 insf: Installing special files for sdisk instance 2 address 0/1/1/1.8.0 insf: Installing special files for sdisk instance 3 address 0/1/1/1.10.0 insf: Installing special files for sdisk instance 4 address 0/1/1/1.12.0 insf: Installing special files for sdisk instance 5 address 0/1/1/1.14.0 insf: Installing special files for ipmi instance 0 address 16 insf: Installing special files for side instance 0 address 0/0/3/0.0 insf: Installing special files for side instance 1 address 0/0/3/0.1 insf: Installing special files for mpt instance 2 address 0/1/1/0 insf: Installing special files for mpt instance 3 address 0/1/1/1 insf: Installing special files for fcd instance 0 address 0/4/1/0/4/0 insf: Installing special files for esdisk instance 9 address 64000/0xfa00/0x0 insf: Installing special files for esdisk instance 10 address 64000/0xfa00/0x1 insf: Installing special files for esdisk instance 7 address 64000/0xfa00/0x2 insf: Installing special files for esdisk instance 11 address 64000/0xfa00/0x3 insf: Installing special files for esdisk instance 12 address 64000/0xfa00/0x4 insf: Installing special files for esdisk instance 8 address 64000/0xfa00/0x5 insf: Installing special files for esdisk instance 13 address 64000/0xfa00/0x6 insf: Installing special files for pseudo driver cn insf: Installing special files for pseudo driver arp insf: Installing special files for pseudo driver mm insf: Installing special files for pseudo driver devkrs insf: Installing special files for pseudo driver ptym insf: Installing special files for pseudo driver ptys insf: Installing special files for pseudo driver iomem insf: Installing special files for pseudo driver dmem insf: Installing special files for pseudo driver diag0 insf: Installing special files for pseudo driver ip insf: Installing special files for pseudo driver nuls insf: Installing special files for pseudo driver rawip insf: Installing special files for pseudo driver stcpmap insf: Installing special files for pseudo driver dev_config insf: Installing special files for pseudo driver strlog insf: Installing special files for pseudo driver sad insf: Installing special files for pseudo driver tcp insf: Installing special files for pseudo driver telm insf: Installing special files for pseudo driver tels insf: Installing special files for pseudo driver tlclts insf: Installing special files for pseudo driver tlcots insf: Installing special files for pseudo driver tlcotsod insf: Installing special files for pseudo driver udp insf: Installing special files for pseudo driver vols insf: Installing special files for pseudo driver echo insf: Installing special files for pseudo driver dmp insf: Installing special files for pseudo driver dlpi insf: Installing special files for pseudo driver ptm insf: Installing special files for pseudo driver pts insf: Installing special files for pseudo driver beep insf: Installing special files for pseudo driver framebuf insf: Installing special files for pseudo driver diag1 insf: Installing special files for pseudo driver klog insf: Installing special files for pseudo driver sy insf: Installing special files for pseudo driver kepd insf: Installing special files for pseudo driver diag2 insf: Installing special files for pseudo driver root insf: Installing special files for pseudo driver escsi * Boot device is: 0/1/1/1.0x0.0x0 * Will install B.11.31 onto this system. * Using LVM for disk 0/1/1/1.0xe.0x0 (disk8), group: vg00 * Creating LVM physical volume "/dev/rdisk/disk8" (0/1/1/1.0xe.0x0). * Creating volume group "vg00". * Creating logical volume "vg00/lvol1" (/stand). * Creating logical volume "vg00/lvol2" (swap_dump). * Creating logical volume "vg00/lvol3" (/). * Creating logical volume "vg00/lvol4" (/tmp). * Creating logical volume "vg00/lvol5" (/home). * Creating logical volume "vg00/lvol6" (/opt). * Creating logical volume "vg00/lvol7" (/usr). * Creating logical volume "vg00/lvol8" (/var). * Creating logical volume "vg00/swa" (unused). * Extending logical volume "vg00/lvol1" (/stand). * Extending logical volume "vg00/lvol2" (swap_dump). * Extending logical volume "vg00/lvol3" (/). * Extending logical volume "vg00/lvol4" (/tmp). * Extending logical volume "vg00/lvol5" (/home). * Extending logical volume "vg00/lvol6" (/opt). * Extending logical volume "vg00/lvol7" (/usr). * Extending logical volume "vg00/lvol8" (/var). * Extending logical volume "vg00/swa" (unused). * Making HFS filesystem for "/stand", (/dev/vg00/rlvol1). * Making VxFS filesystem for "/", (/dev/vg00/rlvol3). * Making VxFS filesystem for "/tmp", (/dev/vg00/rlvol4). * Making VxFS filesystem for "/home", (/dev/vg00/rlvol5). * Making VxFS filesystem for "/opt", (/dev/vg00/rlvol6). * Making VxFS filesystem for "/usr", (/dev/vg00/rlvol7). * Making VxFS filesystem for "/var", (/dev/vg00/rlvol8). * Setting rotational delay to 0 for "/stand". * Configure_Disks: Complete * Download_mini-system: Begin x ./sbin/fs/hfs/mkfs, 356352 bytes, 696 tape blocks x ./sbin/fs/hfs/newfs, 278528 bytes, 544 tape blocks x ./sbin/fs/vxfs/mkfs, 1515520 bytes, 2960 tape blocks x ./sbin/fs/vxfs/newfs, 413696 bytes, 808 tape blocks x ./sbin/fs/vxfs5.0/mkfs, 1568768 bytes, 3064 tape blocks x ./sbin/fs/vxfs5.0/newfs, 913408 bytes, 1784 tape blocks x ./sbin/mkfs symbolic link to ./fs_wrapper x ./sbin/newfs symbolic link to ./fs_wrapper x ./sbin/lib/mfsconfig.d/hfs, 1057 bytes, 3 tape blocks x ./sbin/lib/mfsconfig.d/vxfs5.0, 3448 bytes, 7 tape blocks x ./sbin/fs_wrapper, 294912 bytes, 576 tape blocks x ./sbin/sh, 487424 bytes, 952 tape blocks x ./usr/sbin/tunefs, 28672 bytes, 56 tape blocks x ./sbin/extendfs symbolic link to ./fs_wrapper x ./sbin/fs/vxfs5.0/extendfs, 1515520 bytes, 2960 tape blocks x ./sbin/fs/hfs/extendfs, 307200 bytes, 600 tape blocks x ./sbin/lvchange symbolic link to ./lvm_wrapper x ./sbin/lvcreate symbolic link to ./lvm_wrapper x ./sbin/lvdisplay symbolic link to ./lvm_wrapper x ./sbin/lvextend symbolic link to ./lvm_wrapper x ./sbin/lvlnboot symbolic link to ./lvm_wrapper x ./sbin/lvreduce symbolic link to ./lvm_wrapper x ./sbin/lvremove symbolic link to ./lvm_wrapper x ./sbin/lvrmboot symbolic link to ./lvm_wrapper x ./sbin/pvchange symbolic link to ./lvm_wrapper x ./sbin/pvcreate symbolic link to ./lvm_wrapper x ./sbin/pvdisplay symbolic link to ./lvm_wrapper x ./sbin/pvmove symbolic link to ./lvm_wrapper x ./sbin/vgcfgbackup symbolic link to ./lvm_wrapper x ./sbin/vgcfgrestore symbolic link to ./lvm_wrapper x ./sbin/vgchange symbolic link to ./lvm_wrapper x ./sbin/vgcreate symbolic link to ./lvm_wrapper x ./sbin/vgdisplay symbolic link to ./lvm_wrapper x ./sbin/vgexport symbolic link to ./lvm_wrapper x ./sbin/vgextend symbolic link to ./lvm_wrapper x ./sbin/vgimport symbolic link to ./lvm_wrapper x ./sbin/vgreduce symbolic link to ./lvm_wrapper x ./sbin/vgremove symbolic link to ./lvm_wrapper x ./sbin/vgscan symbolic link to ./lvm_wrapper x ./sbin/pvck symbolic link to ./lvm_wrapper x ./sbin/lvmcmd, 1527808 bytes, 2984 tape blocks x ./sbin/lvm_wrapper, 811008 bytes, 1584 tape blocks x ./usr/lbin/sysadm/create_sysfile, 1602 bytes, 4 tape blocks x ./usr/lbin/sysadm/check_dlkm_module, 4187 bytes, 9 tape blocks x ./usr/lbin/sysadm/system_prep, 10000 bytes, 20 tape blocks x ./usr/lbin/sysrev, 40960 bytes, 80 tape blocks x ./usr/lbin/fs/vxfs5.0/vxdump, 229376 bytes, 448 tape blocks x ./usr/lbin/fs/vxfs5.0/vxrestore, 258048 bytes, 504 tape blocks x ./usr/lbin/sw/control_utils, 155483 bytes, 304 tape blocks x ./usr/lbin/swagent, 1425408 bytes, 2784 tape blocks x ./usr/lbin/krs_file_reader, 24576 bytes, 48 tape blocks x ./usr/lbin/krs_print, 28672 bytes, 56 tape blocks x ./usr/lib/uxbootlf, 707584 bytes, 1382 tape blocks x ./usr/lib/libCsup.2, 135168 bytes, 264 tape blocks x ./usr/lib/libCsup_v2.2, 139264 bytes, 272 tape blocks x ./usr/lib/libHcurses.sl symbolic link to ./libcurses.1 x ./usr/lib/libc.2, 1511424 bytes, 2952 tape blocks x ./usr/lib/libcl.2, 983040 bytes, 1920 tape blocks x ./usr/lib/libdld.1, 12288 bytes, 24 tape blocks x ./usr/lib/libdld.2, 20480 bytes, 40 tape blocks x ./usr/lib/libdld.sl symbolic link to ./libdld.2 x ./usr/lib/libelf.2, 102400 bytes, 200 tape blocks x ./usr/lib/libgen.2, 16384 bytes, 32 tape blocks x ./usr/lib/libnss_files.1, 45056 bytes, 88 tape blocks x ./usr/lib/libstd.2, 274432 bytes, 536 tape blocks x ./usr/lib/libstd_v2.2, 2154496 bytes, 4208 tape blocks x ./usr/lib/libstream.2, 180224 bytes, 352 tape blocks x ./usr/lib/libc.1, 1523712 bytes, 2976 tape blocks x ./usr/lib/libcurses.1, 155648 bytes, 304 tape blocks x ./usr/lib/libfab.1, 20480 bytes, 40 tape blocks x ./usr/lib/libfab.sl symbolic link to ./libfab.1 x ./usr/lib/libpthread.1, 507904 bytes, 992 tape blocks x ./usr/lib/libsec.2, 172032 bytes, 336 tape blocks x ./usr/lib/libvparusr.1, 49152 bytes, 96 tape blocks x ./usr/lib/libxcurses.1, 319488 bytes, 624 tape blocks x ./usr/lib/nls/msg/C/cpp.cat, 11268 bytes, 23 tape blocks x ./usr/lib/nls/msg/C/dcerpc.cat, 13755 bytes, 27 tape blocks x ./usr/lib/libJudy.sl, 163840 bytes, 320 tape blocks x ./usr/lib/libnsl.1, 479232 bytes, 936 tape blocks x ./usr/lib/libnsl.sl symbolic link to ./libnsl.1 x ./usr/lib/libnss_dns.1, 32768 bytes, 64 tape blocks x ./usr/lib/librpcsvc.1, 40960 bytes, 80 tape blocks x ./usr/lib/libxti.2, 106496 bytes, 208 tape blocks x ./usr/lib/sw/ui/C/smc_addhost.ui, 2571 bytes, 6 tape blocks x ./usr/lib/sw/ui/C/smc_analyze.ui, 4663 bytes, 10 tape blocks x ./usr/lib/sw/ui/C/smc_bundles.ui, 1775 bytes, 4 tape blocks x ./usr/lib/sw/ui/C/smc_chgloc.ui, 3634 bytes, 8 tape blocks x ./usr/lib/sw/ui/C/smc_defs.h, 24742 bytes, 49 tape blocks x ./usr/lib/sw/ui/C/smc_depend.ui, 2824 bytes, 6 tape blocks x ./usr/lib/sw/ui/C/smc_details.ui, 3990 bytes, 8 tape blocks x ./usr/lib/sw/ui/C/smc_dsa.ui, 8100 bytes, 16 tape blocks x ./usr/lib/sw/ui/C/smc_init.ui, 708 bytes, 2 tape blocks x ./usr/lib/sw/ui/C/smc_install.ui, 4018 bytes, 8 tape blocks x ./usr/lib/sw/ui/C/smc_jobopts.ui, 119039 bytes, 233 tape blocks x ./usr/lib/sw/ui/C/smc_jobs.ui, 20222 bytes, 40 tape blocks x ./usr/lib/sw/ui/C/smc_list.ui, 1962 bytes, 4 tape blocks x ./usr/lib/sw/ui/C/smc_menudefs.h, 1792 bytes, 4 tape blocks x ./usr/lib/sw/ui/C/smc_options.ui, 5889 bytes, 12 tape blocks x ./usr/lib/sw/ui/C/smc_patch.ui, 2527 bytes, 5 tape blocks x ./usr/lib/sw/ui/C/smc_remove.ui, 3289 bytes, 7 tape blocks x ./usr/lib/sw/ui/C/smc_rmsourc.ui, 2411 bytes, 5 tape blocks x ./usr/lib/sw/ui/C/smc_sched.ui, 4591 bytes, 9 tape blocks x ./usr/lib/sw/ui/C/smc_selalt.ui, 2804 bytes, 6 tape blocks x ./usr/lib/sw/ui/C/smc_seldpt.ui, 2404 bytes, 5 tape blocks x ./usr/lib/sw/ui/C/smc_session.ui, 2180 bytes, 5 tape blocks x ./usr/lib/sw/ui/C/smc_softinf.ui, 5653 bytes, 12 tape blocks x ./usr/lib/sw/ui/C/smc_softwar.ui, 18847 bytes, 37 tape blocks x ./usr/lib/sw/ui/C/smc_source.ui, 4902 bytes, 10 tape blocks x ./usr/lib/sw/ui/C/smc_targets.ui, 12190 bytes, 24 tape blocks x ./usr/lib/sw/ui/C/smc_task.ui, 5805 bytes, 12 tape blocks x ./usr/lib/sw/help/C/sduhelp.hv, 28436 bytes, 56 tape blocks x ./usr/lib/sw/help/C/sduhelp.hvk, 5145 bytes, 11 tape blocks x ./usr/lib/sw/help/C/sduhelp00.ht, 215428 bytes, 421 tape blocks x ./usr/lib/sw/help/C/sduhelp01.ht, 14210 bytes, 28 tape blocks x ./usr/lib/libM.1 symbolic link to ./libm.1 x ./usr/lib/libm.1, 98773 bytes, 193 tape blocks x ./usr/lib/libm.2, 188416 bytes, 368 tape blocks x ./usr/lib/libm.sl symbolic link to ./libm.2 x ./usr/lib/libisamstub.1, 12288 bytes, 24 tape blocks x ./usr/lib/libcma.1, 466944 bytes, 912 tape blocks x ./usr/lib/libcma.2, 487424 bytes, 952 tape blocks x ./usr/lib/libcma.sl symbolic link to ./libcma.2 x ./usr/lib/libd4r.1, 45056 bytes, 88 tape blocks x ./usr/lib/libd4r.sl symbolic link to ./libd4r.1 x ./usr/lib/libdce.1, 4235264 bytes, 8272 tape blocks x ./usr/lib/libdce.2, 4313088 bytes, 8424 tape blocks x ./usr/lib/libdce.sl symbolic link to ./libdce.2 x ./usr/lib/libdcekt.1, 4550656 bytes, 8888 tape blocks x ./usr/lib/libgss.sl, 61440 bytes, 120 tape blocks x ./usr/lib/libcom_err.1, 16384 bytes, 32 tape blocks x ./usr/lib/libcom_err.sl symbolic link to ./libcom_err.1 x ./usr/lib/libk5crypto.1, 229376 bytes, 448 tape blocks x ./usr/lib/libk5crypto.sl symbolic link to ./libk5crypto.1 x ./usr/lib/libkrb5.1, 618496 bytes, 1208 tape blocks x ./usr/lib/libkrb5.sl symbolic link to ./libkrb5.1 x ./usr/lib/libevm.1, 188416 bytes, 368 tape blocks x ./usr/lib/libevm.sl symbolic link to ./libevm.1 x ./usr/lib/dld.sl, 274432 bytes, 536 tape blocks x ./usr/lib/libsmapi.2, 86016 bytes, 168 tape blocks x ./usr/sbin/mk_kernel, 3117 bytes, 7 tape blocks x ./usr/sbin/kconfig, 372736 bytes, 728 tape blocks x ./usr/sbin/insf symbolic link to /sbin/mksf x ./usr/sbin/ioinit symbolic link to /sbin/ioinit x ./usr/sbin/ioscan symbolic link to /sbin/ioscan x ./usr/sbin/mknod symbolic link to /sbin/mknod x ./usr/sbin/mount symbolic link to /sbin/mount x ./usr/sbin/reboot symbolic link to /sbin/reboot x ./usr/sbin/umount symbolic link to /sbin/umount x ./usr/sbin/devnm, 20480 bytes, 40 tape blocks x ./usr/sbin/diskinfo, 49152 bytes, 96 tape blocks x ./usr/sbin/setboot, 77824 bytes, 152 tape blocks x ./usr/sbin/swapon, 61440 bytes, 120 tape blocks x ./usr/sbin/chroot, 16384 bytes, 32 tape blocks x ./usr/sbin/rvxdump symbolic link to /usr/lbin/fs/vxfs/vxdump x ./usr/sbin/rvxrestore symbolic link to /usr/lbin/fs/vxfs/vxrestore x ./usr/sbin/vxdump symbolic link to /usr/lbin/fs/vxfs/vxdump x ./usr/sbin/vxrestore symbolic link to /usr/lbin/fs/vxfs/vxrestore x ./usr/sbin/swagentd, 606208 bytes, 1184 tape blocks x ./usr/sbin/swacl, 2154496 bytes, 4208 tape blocks ./usr/sbin/swconfig linked to ./usr/sbin/swacl ./usr/sbin/swcopy linked to ./usr/sbin/swacl ./usr/sbin/swinstall linked to ./usr/sbin/swacl ./usr/sbin/swlist linked to ./usr/sbin/swacl x ./usr/sbin/swmodify, 1101824 bytes, 2152 tape blocks ./usr/sbin/swpackage linked to ./usr/sbin/swmodify ./usr/sbin/swreg linked to ./usr/sbin/swacl ./usr/sbin/swremove linked to ./usr/sbin/swacl ./usr/sbin/swverify linked to ./usr/sbin/swacl x ./usr/bin/lifcp, 65536 bytes, 128 tape blocks x ./usr/bin/lifls, 53248 bytes, 104 tape blocks x ./usr/bin/lifrm, 49152 bytes, 96 tape blocks x ./usr/bin/getopts, 163 bytes, 1 tape blocks x ./usr/bin/basename, 20480 bytes, 40 tape blocks x ./usr/bin/chgrp, 28672 bytes, 56 tape blocks x ./usr/bin/cmp, 24576 bytes, 48 tape blocks x ./usr/bin/cp, 36864 bytes, 72 tape blocks x ./usr/bin/cut, 24576 bytes, 48 tape blocks x ./usr/bin/dd, 28672 bytes, 56 tape blocks x ./usr/bin/dirname, 20480 bytes, 40 tape blocks x ./usr/bin/echo, 20480 bytes, 40 tape blocks x ./usr/bin/egrep, 28672 bytes, 56 tape blocks x ./usr/bin/expr, 24576 bytes, 48 tape blocks x ./usr/bin/false, 20480 bytes, 40 tape blocks ./usr/bin/fgrep linked to ./usr/bin/egrep ./usr/bin/grep linked to ./usr/bin/egrep x ./usr/bin/hostname, 20480 bytes, 40 tape blocks x ./usr/bin/kill, 20480 bytes, 40 tape blocks x ./usr/bin/ln, 24576 bytes, 48 tape blocks x ./usr/bin/model, 45056 bytes, 88 tape blocks x ./usr/bin/ps, 49152 bytes, 96 tape blocks x ./usr/bin/pwd, 20480 bytes, 40 tape blocks x ./usr/bin/rm, 36864 bytes, 72 tape blocks ./usr/bin/rmdir linked to ./usr/bin/rm x ./usr/bin/sed, 45056 bytes, 88 tape blocks x ./usr/bin/sort, 49152 bytes, 96 tape blocks x ./usr/bin/tar, 73728 bytes, 144 tape blocks x ./usr/bin/touch, 24576 bytes, 48 tape blocks x ./usr/bin/true, 20480 bytes, 40 tape blocks x ./usr/bin/ttytype, 24576 bytes, 48 tape blocks x ./usr/bin/wc, 20480 bytes, 40 tape blocks x ./usr/bin/compress, 36864 bytes, 72 tape blocks x ./usr/bin/ed, 73728 bytes, 144 tape blocks x ./usr/bin/find, 73728 bytes, 144 tape blocks x ./usr/bin/getopt, 20480 bytes, 40 tape blocks x ./usr/bin/id, 20480 bytes, 40 tape blocks x ./usr/bin/more, 73728 bytes, 144 tape blocks x ./usr/bin/tail, 32768 bytes, 64 tape blocks ./usr/bin/uncompress linked to ./usr/bin/compress ./usr/bin/zcat linked to ./usr/bin/compress x ./usr/bin/bdf, 28672 bytes, 56 tape blocks x ./usr/bin/diff, 49152 bytes, 96 tape blocks x ./usr/bin/mt, 45056 bytes, 88 tape blocks x ./usr/bin/ftp, 135168 bytes, 264 tape blocks x ./usr/bin/rcp, 61440 bytes, 120 tape blocks x ./usr/bin/remsh, 40960 bytes, 80 tape blocks x ./usr/bin/ex, 278528 bytes, 544 tape blocks ./usr/bin/vi linked to ./usr/bin/ex x ./usr/bin/uname, 237568 bytes, 464 tape blocks x ./usr/share/lib/terminfo/h/hp, 1448 bytes, 3 tape blocks x ./usr/share/lib/terminfo/v/vt100, 1358 bytes, 3 tape blocks x ./usr/share/lib/terminfo/v/vt220, 1570 bytes, 4 tape blocks x ./usr/share/lib/terminfo/w/wy60, 1673 bytes, 4 tape blocks x ./usr/conf/gen/templates/generic, 552 bytes, 2 tape blocks x ./usr/ccs/lbin/cpp, 270336 bytes, 528 tape blocks x ./usr/obam/lbin/gethelp, 1245184 bytes, 2432 tape blocks x ./usr/obam/lbin/ui_exec, 16384 bytes, 32 tape blocks x ./usr/obam/lib/libIDMawrt.1, 2682880 bytes, 5240 tape blocks x ./usr/obam/lib/libIDMawrt.sl symbolic link to ./libIDMawrt.1 x ./usr/obam/lib/libobam.1, 1040384 bytes, 2032 tape blocks x ./usr/obam/lib/libobam.sl symbolic link to ./libobam.1 x ./usr/obam/lib/obam_aw.dmb, 35365 bytes, 70 tape blocks x ./usr/obam/lib/help/C/ui/ui.sdl, 80960 bytes, 159 tape blocks x ./usr/contrib/bin/gunzip, 90112 bytes, 176 tape blocks ./usr/contrib/bin/gzip linked to ./usr/contrib/bin/gunzip x ./usr/sam/lbin/cmenu, 892928 bytes, 1744 tape blocks x ./usr/sam/lib/libsysmgmt.sl, 372736 bytes, 728 tape blocks x ./sbin/fs/cdfs/umount symbolic link to /sbin/fs/hfs/umount x ./sbin/fs/cdfs/mount, 266240 bytes, 520 tape blocks x ./sbin/fs/cdfs/statvfsdev, 266240 bytes, 520 tape blocks x ./sbin/fs/fsdaemon, 708608 bytes, 1384 tape blocks x ./sbin/fs/hfs/fsck, 393216 bytes, 768 tape blocks x ./sbin/fs/hfs/mount, 270336 bytes, 528 tape blocks x ./sbin/fs/hfs/statvfsdev, 262144 bytes, 512 tape blocks x ./sbin/fs/hfs/umount, 237568 bytes, 464 tape blocks x ./sbin/fs/vxfs/fsck, 1776616 bytes, 3470 tape blocks x ./sbin/fs/vxfs/mount, 1474560 bytes, 2880 tape blocks x ./sbin/fs/vxfs/statvfsdev, 421888 bytes, 824 tape blocks x ./sbin/fs/vxfs/umount symbolic link to /sbin/fs/hfs/umount x ./sbin/fs/vxfs5.0/fsck, 2035576 bytes, 3976 tape blocks x ./sbin/fs/vxfs5.0/fstyp, 913408 bytes, 1784 tape blocks x ./sbin/fs/vxfs5.0/mount, 1540096 bytes, 3008 tape blocks x ./sbin/fs/vxfs5.0/statvfsdev, 917504 bytes, 1792 tape blocks x ./sbin/fs/vxfs5.0/umount symbolic link to /sbin/fs/vxfs/umount x ./sbin/fsck symbolic link to ./fs_wrapper x ./sbin/awk, 462848 bytes, 904 tape blocks x ./sbin/cat, 262144 bytes, 512 tape blocks x ./sbin/chmod, 299008 bytes, 584 tape blocks x ./sbin/chown, 323584 bytes, 632 tape blocks x ./sbin/date, 315392 bytes, 616 tape blocks x ./sbin/frecover, 434176 bytes, 848 tape blocks x ./sbin/init, 794624 bytes, 1552 tape blocks x ./sbin/insf, 577536 bytes, 1128 tape blocks x ./sbin/ioinit, 405504 bytes, 792 tape blocks x ./sbin/ioscan, 450560 bytes, 880 tape blocks x ./sbin/krsd, 286720 bytes, 560 tape blocks x ./sbin/ls, 348160 bytes, 680 tape blocks x ./sbin/mkboot, 360448 bytes, 704 tape blocks x ./sbin/mkdir, 249856 bytes, 488 tape blocks x ./sbin/mknod, 241664 bytes, 472 tape blocks x ./sbin/mount, 315392 bytes, 616 tape blocks x ./sbin/mv, 286720 bytes, 560 tape blocks x ./sbin/pax, 512000 bytes, 1000 tape blocks x ./sbin/reboot, 352256 bytes, 688 tape blocks x ./sbin/stty, 258048 bytes, 504 tape blocks x ./sbin/umount, 278528 bytes, 544 tape blocks x ./sbin/restore, 352256 bytes, 688 tape blocks x ./etc/opt/swm/swm.conf.template, 40383 bytes, 79 tape blocks x ./etc/group, 184 bytes, 1 tape blocks x ./etc/passwd, 332 bytes, 1 tape blocks x ./etc/magic, 9014 bytes, 18 tape blocks x ./etc/nfssec.conf, 1209 bytes, 3 tape blocks x ./etc/hosts, 486 bytes, 1 tape blocks x ./etc/services, 12275 bytes, 24 tape blocks x ./etc/inetsvcs.conf, 15 bytes, 1 tape blocks x ./etc/nsswitch.conf, 444 bytes, 1 tape blocks x ./opt/swm/lib/libexpat.COPYING, 1346 bytes, 3 tape blocks x ./opt/swm/lib/libexpat.sl.5, 172032 bytes, 336 tape blocks x ./opt/ignite/share/man/man1m.Z/print_manifest.1m, 1428 bytes, 3 tape blocks x ./opt/ignite/binpa/print_manifest, 57344 bytes, 112 tape blocks x ./opt/ignite/bin symbolic link to /opt/ignite/binpa x ./opt/swm.iux/TUI/OEoverview.cmu, 5664 bytes, 12 tape blocks x ./opt/swm.iux/TUI/OEoverview.init, 557 bytes, 2 tape blocks x ./opt/swm.iux/TUI/TUIController, 48183 bytes, 95 tape blocks x ./opt/swm.iux/TUI/addServer.sh, 1296 bytes, 3 tape blocks x ./opt/swm.iux/TUI/chSWView.cmu, 3705 bytes, 8 tape blocks x ./opt/swm.iux/TUI/changeOption.sh, 330 bytes, 1 tape blocks x ./opt/swm.iux/TUI/formatTree.sh, 2122 bytes, 5 tape blocks x ./opt/swm.iux/TUI/getHelp, 1711 bytes, 4 tape blocks x ./opt/swm.iux/TUI/help.cmu, 3115 bytes, 7 tape blocks x ./opt/swm.iux/TUI/jobMgmt.cmu, 2307 bytes, 5 tape blocks x ./opt/swm.iux/TUI/launch.cmu, 1497 bytes, 3 tape blocks x ./opt/swm.iux/TUI/logView.cmu, 2930 bytes, 6 tape blocks x ./opt/swm.iux/TUI/logView.init, 181 bytes, 1 tape blocks x ./opt/swm.iux/TUI/openSource.cmu, 10198 bytes, 20 tape blocks x ./opt/swm.iux/TUI/openSource.init, 4790 bytes, 10 tape blocks x ./opt/swm.iux/TUI/optionHelp.cmu, 2068 bytes, 5 tape blocks x ./opt/swm.iux/TUI/pickOE.cmu, 10106 bytes, 20 tape blocks x ./opt/swm.iux/TUI/pickOE.init, 874 bytes, 2 tape blocks x ./opt/swm.iux/TUI/reboot.cmu, 1929 bytes, 4 tape blocks x ./opt/swm.iux/TUI/resumeSavedJob.cmu, 924 bytes, 2 tape blocks x ./opt/swm.iux/TUI/setOptions.cmu, 2196 bytes, 5 tape blocks x ./opt/swm.iux/TUI/uimsg, 12046336 bytes, 23528 tape blocks x ./opt/swm.iux/TUI/updatePrep, 2728 bytes, 6 tape blocks x ./opt/swm.iux/TUI/viewSW.cmu, 5474 bytes, 11 tape blocks x ./opt/swm.iux/TUI/viewSW.init, 1800 bytes, 4 tape blocks x ./opt/swm.iux/bin/swm, 12693504 bytes, 24792 tape blocks x ./opt/swm.iux/lbin/smdcmd, 217088 bytes, 424 tape blocks x ./opt/swm.iux/help/C/OEoverview.txt, 2504 bytes, 5 tape blocks x ./opt/swm.iux/help/C/chSWView.txt, 3835 bytes, 8 tape blocks x ./opt/swm.iux/help/C/help.txt, 2120 bytes, 5 tape blocks x ./opt/swm.iux/help/C/jobMgmt.txt, 2078 bytes, 5 tape blocks x ./opt/swm.iux/help/C/launch.txt, 3442 bytes, 7 tape blocks x ./opt/swm.iux/help/C/logView.txt, 3892 bytes, 8 tape blocks x ./opt/swm.iux/help/C/openSource.txt, 3548 bytes, 7 tape blocks x ./opt/swm.iux/help/C/optionHelp.txt, 1045 bytes, 3 tape blocks x ./opt/swm.iux/help/C/pickOE.txt, 3688 bytes, 8 tape blocks x ./opt/swm.iux/help/C/reboot.txt, 1537 bytes, 4 tape blocks x ./opt/swm.iux/help/C/setOptions.txt, 1968 bytes, 4 tape blocks x ./opt/swm.iux/help/C/viewSW-install.txt, 4319 bytes, 9 tape blocks x ./opt/swm.iux/help/C/viewSW-oeupdate.txt, 4476 bytes, 9 tape blocks x ./var/opt/ignite/local/manifest/template.def, 14441 bytes, 29 tape blocks x ./var/adm/sw/security/_ACL, 40 bytes, 1 tape blocks x ./var/adm/sw/security/_OWNER, 62 bytes, 1 tape blocks x ./var/adm/sw/security/_PROD_DFLT_ACL, 55 bytes, 1 tape blocks x ./var/adm/sw/security/_SOC_DFLT_ACL, 55 bytes, 1 tape blocks x ./var/adm/sw/security/secrets, 15 bytes, 1 tape blocks x ./var/adm/sw/defaults, 1383 bytes, 3 tape blocks x ./dev/config, 0 bytes, 0 blocks, character device x ./dev/null, 0 bytes, 0 blocks, character device x ./dev/console, 0 bytes, 0 blocks, character device x ./dev/kmem, 0 bytes, 0 blocks, character device x ./dev/mem, 0 bytes, 0 blocks, character device x ./dev/rroot, 0 bytes, 0 blocks, character device x ./dev/root, 0 bytes, 0 blocks, character device x ./dev/tty, 0 bytes, 0 blocks, character device x ./dev/syscon, 0 bytes, 0 blocks, character device x ./dev/systty, 0 bytes, 0 blocks, character device x ./tmp/set_locale, 3305 bytes, 7 tape blocks x ./configure3, 1863680 bytes, 3640 tape blocks x ./monitor_bpr, 1388544 bytes, 2712 tape blocks * Download_mini-system: Complete * Loading_software: Begin * Installing boot area on disk. * Enabling swap areas. * Backing up LVM configuration for "vg00". * Processing the archive source (Recovery Archive). * Tue Apr 21 14:47:51 EDT 2009: Starting archive load of the source (Recovery Archive). * Processed 80428 KBytes of archive * Processed 169674 KBytes of archive * Processed 273193 KBytes of archive * Processed 303595 KBytes of archive * Processed 377417 KBytes of archive * Processed 600010 KBytes of archive * Processed 788559 KBytes of archive * Processed 1118702 KBytes of archive * Processed 1319984 KBytes of archive * Processed 1438062 KBytes of archive * Processed 1551656 KBytes of archive * Processed 1581038 KBytes of archive * Processed 1632875 KBytes of archive * Processed 1776362 KBytes of archive * Processed 1873898 KBytes of archive * Processed 2030157 KBytes of archive * Processed 2213674 KBytes of archive * Processed 2267342 KBytes of archive * Processed 2316297 KBytes of archive * Processed 2427565 KBytes of archive * Processed 2519339 KBytes of archive * Processed 2544170 KBytes of archive * Completed 2654490 KBytes of archive * Tue Apr 21 14:59:40 EDT 2009: Completed archive load of the source (Recovery Archive). * Executing user specified script: "/opt/ignite/data/scripts/os_arch_post_l". * Running in recovery mode (os_arch_post_l). * Relocating RAM filesystems. * Running the ioinit command ("/sbin/ioinit -c") * Creating device files via the insf command. insf: Installing special files for sdisk instance 6 address 0/0/3/0.0.0.0 insf: Installing special files for sdisk instance 0 address 0/1/1/0.1.0 insf: Installing special files for sdisk instance 1 address 0/1/1/1.0.0 insf: Installing special files for sdisk instance 2 address 0/1/1/1.8.0 insf: Installing special files for sdisk instance 3 address 0/1/1/1.10.0 insf: Installing special files for sdisk instance 4 address 0/1/1/1.12.0 insf: Installing special files for sdisk instance 5 address 0/1/1/1.14.0 insf: Installing special files for esdisk instance 9 address 64000/0xfa00/0x0 insf: Installing special files for esdisk instance 10 address 64000/0xfa00/0x1 insf: Installing special files for esdisk instance 7 address 64000/0xfa00/0x2 insf: Installing special files for esdisk instance 11 address 64000/0xfa00/0x3 insf: Installing special files for esdisk instance 12 address 64000/0xfa00/0x4 insf: Installing special files for esdisk instance 8 address 64000/0xfa00/0x5 insf: Installing special files for esdisk instance 13 address 64000/0xfa00/0x6 insf: Installing special files for pseudo driver dlpi insf: Installing special files for pseudo driver kepd insf: Installing special files for pseudo driver framebuf insf: Installing special files for pseudo driver sad * Constructing the bootconf file. * Setting primary boot path to "/dev/rdisk/disk8". Primary boot path set to 0/1/1/1.0xe.0x0 (/dev/rdisk/disk8) * Executing: "/var/adm/sw/products/OS-Core/CORE-SHLIBS/iux_postload". * No actions taken - running in recovery mode. * Executing: "/var/adm/sw/products/OS-Core/CORE2-KRN/iux_postload". * Executing: "/var/adm/sw/products/OS-Core/CORE-KRN/iux_postload". * Executing: "/var/adm/sw/products/PHKL_38972/pfiles/iux_postload". * Executing: "/var/adm/sw/products/FC-FCD/FC-FCD-KRN/iux_postload". * Loading_software: Complete ======= 04/21/09 13:00:06 CST Building the new kernel. * Build_Kernel: Begin NOTE: Since the /stand/vmunix kernel is already in place, the kernel will not be re-built. Note that no mod_kernel directives will be processed. * Build_Kernel: Complete * Boot_From_Client_Disk: Begin ======= 04/21/09 13:00:13 CST Rebooting machine as expected. NOTE: Rebooting system.
5.2 An additional boot will be perform to complete the system configuration.
Trying Primary Boot Path ------------------------ Booting... Boot IO Dependent Code (IODC) revision 3 HARD Booted. ISL Revision A.00.44 Mar 12, 2003 ISL booting hpux Boot : disk(0/1/1/1.14.0.0.0.0.0;0)/stand/vmunix 13901824 + 3518464 + 4634856 start 0x143ee8 alloc_pdc_pages: Relocating PDC from 0xfffffff0f0c00000 to 0x3e900000. DoCalllist done Module btlan is put into ramfs:load time: driver_install, state: loaded Module procsm is put into ramfs:load time: driver_install, state: loaded Module c8xx is put into ramfs:load time: driver_install, state: loaded Module cdfs is put into ramfs:load time: driver_install, state: auto Module cfsmdr is put into ramfs:load time: driver_install, state: auto Module cfsm is put into ramfs:load time: driver_install, state: auto Module cifs is put into ramfs:load time: driver_install, state: auto Module fcd is put into ramfs:load time: driver_install, state: loaded Module td is put into ramfs:load time: driver_install, state: loaded Module gelan is put into ramfs:load time: driver_install, state: loaded Module iether is put into ramfs:load time: driver_install, state: loaded Module igelan is put into ramfs:load time: driver_install, state: loaded Module lvmp is put into ramfs:load time: driver_install, state: loaded Module ciss is put into ramfs:load time: driver_install, state: loaded Module mpt is put into ramfs:load time: driver_install, state: loaded Using /stand/ext_ioconfig gate64: sysvec_vaddr = 0xc0002000 for 2 pages Memory Class Setup ------------------------------------------------------------------------- Class Physmem Lockmem Swapmem ------------------------------------------------------------------------- System : 1946 MB 1946 MB 1946 MB Kernel : 1945 MB 1945 MB 1945 MB User : 1815 MB 1609 MB 1615 MB ------------------------------------------------------------------------- ktracer is off until requested. Installing Socket Protocol families AF_INET and AF_INET6 Kernel EVM initialized sec_init(): kernel RPC authentication/security initialization. secgss_init(): kernel RPCSEC_GSS security initialization. rpc_init(): kernel RPC initialization. rpcmod_install(): kernel RPC STREAMS module "rpcmod" installation. ...(driver_install) NOTICE: nfs_client_pv3_install(): nfs3 File system was registered at index 10. NOTICE: nfs_client_pv4_install(): nfs4 File system was registered at index 11. NOTICE: cachefsc_install: cachefs File system was registered at index 13. System Console is on the Built-In Serial Interface iether0: INITIALIZING HP AB352-60001 PCI/PCI-X 1000Base-T Dual-port Core at hardware path 0/1/2/0 iether1: INITIALIZING HP AB352-60001 PCI/PCI-X 1000Base-T Dual-port Core at hardware path 0/1/2/1 igelan2: INITIALIZING HP A9784-60002 PCI/PCI-X 1000Base-T FC/GigE Combo Adapter at hardware path 0/4/1/0/6/0 AF_INET socket/streams output daemon running, pid 41 afinet_prelink: module installed Starting the STREAMS daemons-phase 1 LVM: Root VG activated Swap device table: (start & size given in 512-byte blocks) entry 0 - major is 64, minor is 0x2; start = 0, size = 4194304 The device file /dev/rroot does not exist or is not correct. Automatic checks of the root file system not performed. NOTICE: return ramfs memory for BTL: [FREE] top 0x0000001142200000, pages 3191 Create STCP device files Starting the STREAMS daemons-phase 2 $Revision: vmunix: B.11.31_LR FLAVOR=perf Memory Information: physical page size = 4096 bytes, logical page size = 4096 bytes Physical: 2095104 Kbytes, lockable: 1461604 Kbytes, available: 1662360 Kbytes insf: Installing special files for sdisk instance 6 address 0/0/3/0.0.0.0 insf: Installing special files for sdisk instance 0 address 0/1/1/0.1.0 insf: Installing special files for sdisk instance 1 address 0/1/1/1.0.0 insf: Installing special files for sdisk instance 2 address 0/1/1/1.8.0 insf: Installing special files for sdisk instance 3 address 0/1/1/1.10.0 insf: Installing special files for sdisk instance 4 address 0/1/1/1.12.0 insf: Installing special files for sdisk instance 5 address 0/1/1/1.14.0 insf: Installing special files for esdisk instance 9 address 64000/0xfa00/0x0 insf: Installing special files for esdisk instance 10 address 64000/0xfa00/0x1 insf: Installing special files for esdisk instance 7 address 64000/0xfa00/0x2 insf: Installing special files for esdisk instance 11 address 64000/0xfa00/0x3 insf: Installing special files for esdisk instance 12 address 64000/0xfa00/0x4 insf: Installing special files for esdisk instance 8 address 64000/0xfa00/0x5 insf: Installing special files for esdisk instance 13 address 64000/0xfa00/0x6 Volume group "/dev/vg00" is already active on this system. Resynchronized volume group /dev/vg00 * The module 'fdd' has been loaded. * The module 'rng' has been loaded. * Running the ioinit command ("/sbin/ioinit -c") * Creating device files via the insf command. insf: Installing special files for asio0 instance 0 address 0/0/1/0 insf: Installing special files for asio0 instance 1 address 0/0/1/1 insf: Installing special files for sdisk instance 6 address 0/0/3/0.0.0.0 insf: Installing special files for sdisk instance 0 address 0/1/1/0.1.0 insf: Installing special files for sdisk instance 1 address 0/1/1/1.0.0 insf: Installing special files for sdisk instance 2 address 0/1/1/1.8.0 insf: Installing special files for sdisk instance 3 address 0/1/1/1.10.0 insf: Installing special files for sdisk instance 4 address 0/1/1/1.12.0 insf: Installing special files for sdisk instance 5 address 0/1/1/1.14.0 insf: Installing special files for ipmi instance 0 address 16 insf: Installing special files for side instance 0 address 0/0/3/0.0 insf: Installing special files for side instance 1 address 0/0/3/0.1 insf: Installing special files for mpt instance 2 address 0/1/1/0 insf: Installing special files for mpt instance 3 address 0/1/1/1 insf: Installing special files for fcd instance 0 address 0/4/1/0/4/0 insf: Installing special files for esdisk instance 9 address 64000/0xfa00/0x0 insf: Installing special files for esdisk instance 10 address 64000/0xfa00/0x1 insf: Installing special files for esdisk instance 7 address 64000/0xfa00/0x2 insf: Installing special files for esdisk instance 11 address 64000/0xfa00/0x3 insf: Installing special files for esdisk instance 12 address 64000/0xfa00/0x4 insf: Installing special files for esdisk instance 8 address 64000/0xfa00/0x5 insf: Installing special files for esdisk instance 13 address 64000/0xfa00/0x6 insf: Installing special files for pseudo driver cn insf: Installing special files for pseudo driver arp insf: Installing special files for pseudo driver mm insf: Installing special files for pseudo driver devkrs insf: Installing special files for pseudo driver ptym insf: Installing special files for pseudo driver ptys insf: Installing special files for pseudo driver iomem insf: Installing special files for pseudo driver dmem insf: Installing special files for pseudo driver diag0 insf: Installing special files for pseudo driver ip insf: Installing special files for pseudo driver nuls insf: Installing special files for pseudo driver rawip insf: Installing special files for pseudo driver stcpmap insf: Installing special files for pseudo driver dev_config insf: Installing special files for pseudo driver strlog insf: Installing special files for pseudo driver sad insf: Installing special files for pseudo driver tcp insf: Installing special files for pseudo driver telm insf: Installing special files for pseudo driver tels insf: Installing special files for pseudo driver tlclts insf: Installing special files for pseudo driver tlcots insf: Installing special files for pseudo driver tlcotsod insf: Installing special files for pseudo driver udp insf: Installing special files for pseudo driver asyncdsk insf: Installing special files for pseudo driver echo insf: Installing special files for pseudo driver dlpi insf: Installing special files for pseudo driver ptm insf: Installing special files for pseudo driver pts insf: Installing special files for pseudo driver beep insf: Installing special files for pseudo driver framebuf insf: Installing special files for pseudo driver diag1 insf: Installing special files for pseudo driver klog insf: Installing special files for pseudo driver sy insf: Installing special files for pseudo driver kepd insf: Installing special files for pseudo driver diag2 insf: Installing special files for pseudo driver root insf: Installing special files for pseudo driver escsi * Bringing up Network (lan0) add net default: gateway 16.90.108.1 * Boot_From_Client_Disk: Complete * Run_SD_Configure_Scripts: Begin * Running command ("/opt/swm.iux/bin/swm job list -a job_id *,save_code=JobSaveAndReboot,status=SAVED"). * Run_SD_Configure_Scripts: Complete * Run_Postconfigure_Scripts: Begin * Applying the networking information. /sbin/init.d/hpapa started. Please be patient. This may take about 20 seconds. HP_APA_MAX_LINKAGGS = 50 HP_APA_DEFAULT_PORT_MODE = MANUAL /sbin/init.d/hpapa Completed successfully. * Applying the timezone: CST6. * Run all specified post-configure scripts. * Executing user specified script: "/opt/ignite/data/scripts/os_arch_post_c". * Running in recovery mode (os_arch_post_c). * Executing user specified commands. Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf * Run_Postconfigure_Scripts: Complete ======= 04/21/09 13:04:12 CST Installation complete: Successful ##### ###### # ##### ## # # # # # # # # # ##### # # # # # # # # # ###### # # # # # # # ##### ###### ###### # # # ####### # # # # # # # # # # # # ### # # # # # # # # ####### # # NOTE: Rebooting system. sync'ing disks (0 buffers to flush): 0 fcache pages still dirty 0 buffers not flushed 0 buffers still dirty Calling function 5c1598 for Shutdown State 5 type 0x1 Closing open logical volumes... Done
Reference[edit]
- Ignite-UX Administration Guide: for HP-UX 11i http://www.docs.hp.com/en/5992-5309/index.html