When you have cloned your rootvg ( on hdisk0 ) to hdisk1 and you reboot from hdisk1 , you’ll see with lspv:
# lspv
hdisk0 00c59b5c256b6dee old_rootvg
hdisk1 00c59b5c256b6ede rootvg active
hdisk2 00c59b5c33c52562 nimvg active
hdisk3 00c59b5c33c52627 nimvg active
hdisk4 00c59b5c3411e025 nimvg active
hdisk5 00c59b5c3411e17e nimvg active
hdisk6 00c59b5c22cd4883 nimvg active
So , old_rootvg is the volumegroup which has the OS you used to boot from.
If you issue lqueryvg on that disk you’ll see something like this:
# lqueryvg -p hdisk0 -L
00c59b5c00004c00000001337e2d1bc0.1 hd5 1
00c59b5c00004c00000001337e2d1bc0.2 hd6 1
00c59b5c00004c00000001337e2d1bc0.3 hd8 1
00c59b5c00004c00000001337e2d1bc0.4 hd4 1
00c59b5c00004c00000001337e2d1bc0.5 hd2 1
00c59b5c00004c00000001337e2d1bc0.7 hd3 1
00c59b5c00004c00000001337e2d1bc0.8 hd1 1
00c59b5c00004c00000001337e2d1bc0.9 hd10opt 1
00c59b5c00004c00000001337e2d1bc0.10 hd0 1
00c59b5c00004c00000001337e2d1bc0.11 hd9var 1
00c59b5c00004c00000001337e2d1bc0.13 tftp_lv00 1
00c59b5c00004c00000001337e2d1bc0.14 paging00 1
00c59b5c00004c00000001337e2d1bc0.15 paging01 1
With command alt_disk_install -W hdisk0 you can wakeup this old_rootvg volumegroup.
AIX will rename the logical volumes an filesystems, otherwise there will be conficts with the existing rootvg logical volumes and filesystems.
When the alt_disk_install command is ready:
# lspv
hdisk0 00c59b5c256b6dee altinst_rootvg active
hdisk1 00c59b5c256b6ede rootvg active
hdisk2 00c59b5c33c52562 nimvg active
hdisk3 00c59b5c33c52627 nimvg active
hdisk4 00c59b5c3411e025 nimvg active
hdisk5 00c59b5c3411e17e nimvg active
hdisk6 00c59b5c22cd4883 nimvg active
And df shows , next to your other mounted filesystems, the altinst_rootvg filesystems:
/dev/alt_hd4 196608 158896 20% 2489 13% /alt_inst
/dev/alt_hd1 1048576 1046136 1% 119 1% /alt_inst/home
/dev/alt_hd10opt 1048576 808560 23% 1923 3% /alt_inst/opt
/dev/alt_hd0 524288 447856 15% 578 2% /alt_inst/root
/dev/alt_tftp_lv00 98304 19976 80% 11 1% /alt_inst/tftpboot
/dev/alt_hd3 1048576 1024032 3% 126 1% /alt_inst/tmp
/dev/alt_hd2 6291456 1937592 70% 35026 14% /alt_inst/usr
/dev/alt_hd9var 1048576 735664 30% 3064 4% /alt_inst/var
Now, what is the confudsing thing here ? You noticed ? Paid attention ?
The Vg name of your old OS is not anymore old_rootvg but altinst_rootvg.
This I see on AIX 71, probably it is also on the older AIX releases.
Now you can copy files from the alt_inst filesystems onto your other filesystems.
If you put the Volumegroup in sleep mode : you’ll see:
# alt_disk_install -S
+—————————————————————————–+
ATTENTION: calling new module /usr/sbin/alt_rootvg_op. Please see the alt_rootvg_op man page
and documentation for more details.
Executing command: {/usr/sbin/alt_rootvg_op -S }
+—————————————————————————–+
Putting volume group altinst_rootvg to sleep …
forced unmount of /alt_inst/var
forced unmount of /alt_inst/var
forced unmount of /alt_inst/usr
forced unmount of /alt_inst/usr
forced unmount of /alt_inst/tmp
forced unmount of /alt_inst/tmp
forced unmount of /alt_inst/tftpboot
forced unmount of /alt_inst/tftpboot
forced unmount of /alt_inst/root
forced unmount of /alt_inst/root
forced unmount of /alt_inst/opt
forced unmount of /alt_inst/opt
forced unmount of /alt_inst/home
forced unmount of /alt_inst/home
forced unmount of /alt_inst
forced unmount of /alt_inst
Fixing LV control blocks…
Fixing file system superblocks…
# lspv
hdisk0 00c59b5c256b6dee altinst_rootvg
hdisk1 00c59b5c256b6ede rootvg active
hdisk2 00c59b5c33c52562 nimvg active
hdisk3 00c59b5c33c52627 nimvg active
hdisk4 00c59b5c3411e025 nimvg active
hdisk5 00c59b5c3411e17e nimvg active
hdisk6 00c59b5c22cd4883 nimvg active
# lqueryvg -p hdisk0 -L
00c59b5c00004c00000001337e2d1bc0.1 hd5 1
00c59b5c00004c00000001337e2d1bc0.2 hd6 1
00c59b5c00004c00000001337e2d1bc0.3 hd8 1
00c59b5c00004c00000001337e2d1bc0.4 hd4 1
00c59b5c00004c00000001337e2d1bc0.5 hd2 1
00c59b5c00004c00000001337e2d1bc0.7 hd3 1
00c59b5c00004c00000001337e2d1bc0.8 hd1 1
00c59b5c00004c00000001337e2d1bc0.9 hd10opt 1
00c59b5c00004c00000001337e2d1bc0.10 hd0 1
00c59b5c00004c00000001337e2d1bc0.11 hd9var 1
00c59b5c00004c00000001337e2d1bc0.13 tftp_lv00 1
00c59b5c00004c00000001337e2d1bc0.14 paging00 1
00c59b5c00004c00000001337e2d1bc0.15 paging01 1
So AIX renamed the logical volumes again to there original names, like hd5 and so on.
What was my mistake tody:
I was forgotten to put te volume group in Sleep mode and I rebooted the server last week.
This is what my lspv output is today:
# lspv
hdisk0 00c59b5c256b6dee altinst_rootvg
hdisk1 00c59b5c256b6ede rootvg active
hdisk2 00c59b5c33c52562 nimvg active
hdisk3 00c59b5c33c52627 nimvg active
hdisk4 00c59b5c3411e025 nimvg active
hdisk5 00c59b5c3411e17e nimvg active
hdisk6 00c59b5c22cd4883 nimvg active
So, same is in normal sleep modus.
But wake it up is not possible:
0505-138 alt_disk_install: A wake-up cannot be performed on volume group: altinst_rootvg
With lqueryvg I saw:
# lqueryvg -p hdisk0 -L
00c59a2c00004c000000013315edc892.1 alt_hd5 1
00c59a2c00004c000000013315edc892.2 alt_hd6 1
00c59a2c00004c000000013315edc892.3 alt_hd8 1
00c59a2c00004c000000013315edc892.4 alt_hd4 1
00c59a2c00004c000000013315edc892.5 alt_hd2 1
00c59a2c00004c000000013315edc892.7 alt_hd3 1
00c59a2c00004c000000013315edc892.8 alt_hd1 1
00c59a2c00004c000000013315edc892.9 alt_hd10opt 1
00c59a2c00004c000000013315edc892.10 alt_hd0 1
00c59a2c00004c000000013315edc892.11 alt_hd9var 1
00c59a2c00004c000000013315edc892.12 alt_sdmp 1
00c59a2c00004c000000013315edc892.13 alt_tftp_lv00 1
00c59a2c00004c000000013315edc892.14 alt_paging00 1
00c59a2c00004c000000013315edc892.15 alt_paging01 1
And this is the way to see it was not put the right way in sleep mode, because the logical volumes should have the name with the alt_ prefix.
I repaired it :
# varyonvg altinst_rootvg
root@nlrtmds003:/root
# lspv
hdisk1 00c59a2ce0bc156d rootvg active
hdisk2 00c59a2c138a43cf nimvg active
hdisk3 00c59a2c138c3de1 nimvg active
hdisk0 00c59a2ce035bd10 altinst_rootvg active
root@nlrtmds003:/root
# lsvg -l altinst_rootvg
altinst_rootvg:
LV NAME TYPE LPs PPs PVs LV STATE MOUNT POINT
alt_hd5 boot 2 2 1 closed/syncd N/A
alt_hd6 paging 32 32 1 closed/syncd N/A
alt_hd8 jfs2log 1 1 1 closed/syncd N/A
alt_hd4 jfs2 6 6 1 closed/syncd /alt_inst
alt_hd2 jfs2 192 192 1 closed/syncd /alt_inst/usr
alt_hd3 jfs2 32 32 1 closed/syncd /alt_inst/tmp
alt_hd1 jfs2 32 32 1 closed/syncd /alt_inst/home
alt_hd10opt jfs2 32 32 1 closed/syncd /alt_inst/opt
alt_hd0 jfs2 80 80 1 closed/syncd /alt_inst/root
alt_hd9var jfs2 32 32 1 closed/syncd /alt_inst/var
alt_sdmp sysdump 32 32 1 closed/syncd N/A
alt_tftp_lv00 jfs2 3 3 1 closed/syncd /alt_inst/tftpboot
alt_paging00 paging 32 32 1 closed/syncd N/A
alt_paging01 paging 35 35 1 closed/syncd N/A
# alt_disk_install -S
+—————————————————————————–+
ATTENTION: calling new module /usr/sbin/alt_rootvg_op. Please see the alt_rootvg_op man page
and documentation for more details.
Executing command: {/usr/sbin/alt_rootvg_op -S }
+—————————————————————————–+
Putting volume group altinst_rootvg to sleep …
alt_rootvg_op: 0505-222 Unable to locate or access file /alt_inst/etc/objrepos/CuDv
alt_rootvg_op: 0505-218 ATTENTION: manage_alt_chfs_env() returned an unexpected result.
Fixing LV control blocks…
Fixing file system superblocks…
root@nlrtmds003:/
# lspv
hdisk1 00c59a2ce0bc156d rootvg active
hdisk2 00c59a2c138a43cf nimvg active
hdisk3 00c59a2c138c3de1 nimvg active
hdisk0 00c59a2ce035bd10 altinst_rootvg
root@nlrtmds003:/
# lqueryvg -p hdisk0 -L
00c59a2c00004c000000013315edc892.1 hd5 1
00c59a2c00004c000000013315edc892.2 hd6 1
00c59a2c00004c000000013315edc892.3 hd8 1
00c59a2c00004c000000013315edc892.4 hd4 1
00c59a2c00004c000000013315edc892.5 hd2 1
00c59a2c00004c000000013315edc892.7 hd3 1
00c59a2c00004c000000013315edc892.8 hd1 1
00c59a2c00004c000000013315edc892.9 hd10opt 1
00c59a2c00004c000000013315edc892.10 hd0 1
00c59a2c00004c000000013315edc892.11 hd9var 1
00c59a2c00004c000000013315edc892.12 sdmp 1
00c59a2c00004c000000013315edc892.13 tftp_lv00 1
00c59a2c00004c000000013315edc892.14 paging00 1
00c59a2c00004c000000013315edc892.15 paging01 1
Check for wake up again:
# alt_disk_install -W hdisk0
+—————————————————————————–+
ATTENTION: calling new module /usr/sbin/alt_rootvg_op. Please see the alt_rootvg_op man page
and documentation for more details.
Executing command: {/usr/sbin/alt_rootvg_op -W -d hdisk0}
+—————————————————————————–+
Waking up altinst_rootvg volume group …
If you are interested in the output of alt_disk_install:
# alt_disk_install -D -W hdisk0
+ export ALT_INST_DEBUG=1 + typeset +f + typeset -ft print_usage + typeset -ft printop + typeset -ft setop + ARGV= -D + getopts :d:Ci:s:P:c:R:DVBrp:L:b:I:l:f:F:e:x:M:W:w:q:v:XSgkKjONntyzZ OPTION + shift 3 + TARGET=-d hdisk0 + ARGV= -D -W + setop 4 + typeset ERROR=eval return 1 + typeset OP=4 + [[ -z 4 ]] + [[ 0 -gt 0 ]] + : + OPERATION=4 + return 0 + getopts :d:Ci:s:P:c:R:DVBrp:L:b:I:l:f:F:e:x:M:W:w:q:v:XSgkKjONntyzZ OPTION + [[ 4 -ne 4 ]] + ALT_DISK_COPY=/usr/sbin/alt_disk_copy + ALT_DISK_MKSYSB=/usr/sbin/alt_disk_mksysb + ALT_ROOTVG_OP=/usr/sbin/alt_rootvg_op + [[ -z -d hdisk0 ]] + CMD=/usr/sbin/alt_rootvg_op -D -W -d hdisk0 + printop /usr/sbin/alt_rootvg_op /usr/sbin/alt_rootvg_op -D -W -d hdisk0 + [[ 0 = 1 ]] + [[ 0 = yes ]] + typeset OP1=/usr/sbin/alt_rootvg_op + typeset OP2=alt_rootvg_op + typeset CMD=/usr/sbin/alt_rootvg_op -D -W -d hdisk0 + typeset ERROR=eval print_usage; exit 1 + typeset ACAT=alt_disk_install.cat + typeset DSPMSG=/usr/bin/dspmsg + typeset LINEOUT=+————————————- + LINEOUT=+—————————————————————————–+ + typeset DMSG=ATTENTION: calling new module /usr/sbin/alt_rootvg_op. Please see thenalt_rootvg_op man page and documentation for more details.nExecuting command: /usr/sbin/alt_rootvg_op -D -W -d hdisk0n + typeset MSG + + /usr/bin/dspmsg -s 3 alt_disk_install.cat 11 ATTENTION: calling new module /usr/sbin/alt_rootvg_op. Please see thenalt_rootvg_op man page and documentation for more details.nExecuting command: /usr/sbin/alt_rootvg_op -D -W -d hdisk0n /usr/sbin/alt_rootvg_op alt_rootvg_op {/usr/sbin/alt_rootvg_op -D -W -d hdisk0} MSG=ATTENTION: calling new module /usr/sbin/alt_rootvg_op. Please see the alt_rootvg_op man page and documentation for more details. Executing command: {/usr/sbin/alt_rootvg_op -D -W -d hdisk0} + echo +—————————————————————————–+ + 1>& 2 +—————————————————————————–+ + echo ATTENTION: calling new module /usr/sbin/alt_rootvg_op. Please see the alt_rootvg_op man page and documentation for more details. Executing command: {/usr/sbin/alt_rootvg_op -D -W -d hdisk0} + 1>& 2 ATTENTION: calling new module /usr/sbin/alt_rootvg_op. Please see the alt_rootvg_op man page and documentation for more details. Executing command: {/usr/sbin/alt_rootvg_op -D -W -d hdisk0} + echo +—————————————————————————–+ + 1>& 2 +—————————————————————————–+ + return 0 + eval exec /usr/sbin/alt_rootvg_op -D -W -d hdisk0 + exec /usr/sbin/alt_rootvg_op -D -W -d hdisk0 + typeset +f + typeset -ft FAIL + typeset -ft abspath + typeset -ft adjust_idata_fs_size + typeset -ft alt_get_glock + typeset -ft alt_install_all_updates + typeset -ft alt_rm_glock + typeset -ft br_check + typeset -ft build_odm_mksysb + typeset -ft change_alt_vg_name + typeset -ft change_lv_names_in_vgda + typeset -ft change_root_vg_name + typeset -ft check_dir + typeset -ft check_disk_sizes + typeset -ft check_file + typeset -ft check_file_full + typeset -ft check_lv_name_length + typeset -ft check_required_fs_space + typeset -ft check_target_disk + typeset -ft check_tmp_size + typeset -ft check_updates_in_installp_output + typeset -ft check_user + typeset -ft ckVR + typeset -ft cleanup + typeset -ft comp_oslevel + typeset -ft compare_option_settings + typeset -ft conv_to_vgid + typeset -ft convert_filesystem_data + typeset -ft copy_temp_logfile + typeset -ft create_alt_vg_lvs_and_fss + typeset -ft debug_switch + typeset -ft dec + typeset -ft determine_conflicting_options + typeset -ft exec_print_buf + typeset -ft export_vg + typeset -ft extract_image_data + typeset -ft file_cleanup + typeset -ft fix_fs_stanza + typeset -ft fix_jfs2 + typeset -ft fix_lvcbs + typeset -ft fix_superblock_mnt_pt + typeset -ft getMAX + typeset -ft getMIN + typeset -ft get_alt_fileset_lev + typeset -ft get_boot_disk + typeset -ft get_dev_lpp_lev + typeset -ft get_fs_free + typeset -ft get_fs_min_size + typeset -ft get_fs_size + typeset -ft get_fs_type + typeset -ft get_idata_fs_value + typeset -ft get_idata_lv_value + typeset -ft get_lev_iout + typeset -ft get_lev_lout + typeset -ft get_lppsource_lpp_lev + typeset -ft get_parent_dir + typeset -ft get_pp_size + typeset -ft get_rootvg_lpp_lev + typeset -ft get_savebase_path + typeset -ft get_spot_lpp_lev + typeset -ft get_stanza_data + typeset -ft get_vg_free + typeset -ft get_vg_id + typeset -ft inc + typeset -ft init_multibos + typeset -ft initialize_log + typeset -ft initialize_variables + typeset -ft insert_admin_lv_stanzas + typeset -ft install_filesets_updates + typeset -ft installp_cmd_print + typeset -ft installp_flags_setup + typeset -ft is_less_1 + typeset -ft is_level_greater + typeset -ft is_pid_alive + typeset -ft isnum + typeset -ft log_print + typeset -ft make_sys_fs + typeset -ft make_sys_lv + typeset -ft manage_alt_chfs_env + typeset -ft manage_altcat + typeset -ft manage_altcfg + typeset -ft manage_bootlist + typeset -ft manage_cdromd + typeset -ft manage_reboot + typeset -ft manage_update_all + typeset -ft merge_mbsby + typeset -ft mount_alt_filesystems + typeset -ft mount_fs_wpar + typeset -ft nim_update_lpp_source + typeset -ft nim_update_spot + typeset -ft nim_update_status + typeset -ft nimadm_get_nim_loc + typeset -ft nimadm_update_rootvg + typeset -ft pcerror + typeset -ft perror + typeset -ft phase_cleanup_exit + typeset -ft platform_dump_check + typeset -ft pmerror + typeset -ft print_msg + typeset -ft print_uniq_iname + typeset -ft print_usage + typeset -ft process_update_install_opts + typeset -ft put_alt_vg_to_sleep + typeset -ft rebuild_dev_mksysb + typeset -ft rm_alt_lvs + typeset -ft round_up_div + typeset -ft run_custom_script + typeset -ft savebase + typeset -ft savebase_loc_error + typeset -ft set_idata_fs_value + typeset -ft set_idata_lv_value + typeset -ft set_padstring + typeset -ft set_phase_flags + typeset -ft setcmds + typeset -ft setup_image_data + typeset -ft setup_install_location + typeset -ft setup_mbsync + typeset -ft setup_rda + typeset -ft setup_resolv_conf_file + typeset -ft setup_workdir + typeset -ft tcb_set + typeset -ft tcb_stat + typeset -ft unmount_alt_inst + typeset -ft unmount_wpar_fs + typeset -ft validate_argument + typeset -ft verify_altinst_rootvg_ready + typeset -ft verify_file + typeset -ft verify_same_disk + typeset -ft verify_vg + typeset -ft wake_up_alt_vg + typeset -ft whichfs + return 0 + export ALT_INST_DEBUG=1 + validate_argument D + [[ = -* ]] + getopts :s:b:I:l:f:F:v:w:d:R:X:M:WVqtSDC OPTION + WOP=1 + getopts :s:b:I:l:f:F:v:w:d:R:X:M:WVqtSDC OPTION + TARGET_DISK=hdisk0 + getopts :s:b:I:l:f:F:v:w:d:R:X:M:WVqtSDC OPTION + [[ 0 -ne 0 ]] + (( OPSUM = 0 + 1 + + 0 + 0 + 0 )) + [[ 1 -eq 0 ]] + [[ 1 -gt 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -ne 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + process_update_install_opts + typeset ERROR=eval print_usage; return 1 + typeset FSUM + (( FSUM=0+0+0+0 )) + [[ 0 -gt 1 ]] + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + return 0 + [[ 4 -lt 2 ]] + [[ -z hdisk0 ]] + wake_up_alt_vg + trap put_alt_vg_to_sleep 1 2 15 + typeset COPIES= + typeset RC=0 + typeset BERROR=eval perror 3 33; exit 1 + typeset LVCNT=0 + typeset LVCNTB=0 + typeset ALTLV_LIST= + QFLAG=1 + check_target_disk + typeset BOOT_CK_RC=0 + typeset RC=0 + [ -z hdisk0 ] + + bootinfo -s hdisk0 CHK=9216 + RC=0 + [[ 0 -ne 0 ]] + [[ 0 -eq 4 ]] + [[ -z 9216 ]] + lspv + awk {print $3} + grep -w hdisk0 + [ -z 1 -a altinst_rootvg != None ] + + /usr/sbin/bootinfo -B hdisk0 BOOT_CK_RC=1 + [[ -z 1 ]] + + lspv + awk {print $3} + egrep ^hdisk0 ALT_VG=altinst_rootvg + egrep -c ^altinst_rootvg$ + lsvg -o + [ 0 -ne 0 ] + + awk {print $2} + lqueryvg -p hdisk0 -L + 2> /dev/null ALTLV_LIST=alt_hd5 alt_hd6 alt_hd8 alt_hd4 alt_hd2 alt_hd3 alt_hd1 alt_hd10opt alt_hd0 alt_hd9var alt_sdmp alt_tftp_lv00 alt_paging00 alt_paging01 + read ALTVGLV + echo alt_hd5 alt_hd6 alt_hd8 alt_hd4 alt_hd2 alt_hd3 alt_hd1 alt_hd10opt alt_hd0 alt_hd9var alt_sdmp alt_tftp_lv00 alt_paging00 alt_paging01 + read ALTVGLV + read ALTVGLV + read ALTVGLV + read ALTVGLV + read ALTVGLV + read ALTVGLV + read ALTVGLV + read ALTVGLV + read ALTVGLV + read ALTVGLV + read ALTVGLV + read ALTVGLV + read ALTVGLV + read ALTVGLV + [ 0 -ne 4 -a 0 -ne 3 ] + + dspmsg alt_disk_install.cat 76 RR2 0505-138 alt_disk_install: A wake-up cannot be performed onnvolume group: altinst_rootvgn altinst_rootvg MESG=0505-138 alt_disk_install: A wake-up cannot be performed on volume group: altinst_rootvg. + log_print 0505-138 alt_disk_install: A wake-up cannot be performed on volume group: altinst_rootvg. + echo 0505-138 alt_disk_install: A wake-up cannot be performed on volume group: altinst_rootvg. + /usr/bin/tee -a /tmp/temp_altinst_log.11731146 0505-138 alt_disk_install: A wake-up cannot be performed on volume group: altinst_rootvg. + nim_update_status 0505-138 alt_disk_install: A wake-up cannot be performed on volume group: altinst_rootvg. + typeset NIMCMD=/usr/sbin/nimclient + typeset ERROR=eval pmerror “nim_update_status()” ; return 1 + typeset MSG=0505-138 alt_disk_install: A wake-up cannot be performed on volume group: altinst_rootvg. + [[ -z 0 ]] + [[ 0 -ne 1 ]] + return 0 + return 0 + exit 1 + copy_temp_logfile + trap 0 + [ -n 1 ] + cat /tmp/temp_altinst_log.11731146 + 1>> /var/adm/ras/alt_disk_inst.log + rm -f /tmp/temp_altinst_log.11731146 + return 0 + file_cleanup 1 + typeset EXIT_CLEAN=0 + [ -n 1 ] + EXIT_CLEAN=1 + [[ 0 -ne 0 ]] + [[ 0 -eq 1 ]] + savebase S /dev/ipldevice + typeset ERROR=eval pmerror “savebase()”; return 1 + typeset SAVEBASE_CMD=/usr/sbin/savebase + typeset SERROR=eval pmerror ${SAVEBASE_CMD}; return 1 + typeset ODM_SOURCE=S + typeset TARGET=/dev/ipldevice + typeset SODM + typeset vflag= + [[ -z /dev/ipldevice ]] + [[ -z S ]] + [[ 1 -eq 1 ]] + vflag=-v + [[ -z /usr/sbin/savebase ]] + SODM=/etc/objrepos + [[ /dev/ipldevice != /dev/* ]] + + get_savebase_path S + typeset ERROR=eval pmerror “get_savebase_path()”; return 1 + typeset WARN=eval savebase_loc_error “${SAVEBASE_CMD}” + typeset TARGET=S + typeset ALTDIR=/alt_inst + typeset ALTBIN=/usr/lpp/bos.alt_disk_install/bin + typeset ABOOTBIN=/alt_inst/usr/lib/boot/bin + typeset RSAVEBASE=/usr/sbin/savebase + typeset MSAVEBASE=/usr/lpp/bos.alt_disk_install/bin/alt_savebase + typeset AMSAVEBASE=/alt_inst//usr/lpp/bos.alt_disk_install/bin/alt_savebase + typeset AAMSAVEBASE=/alt_inst/alt_inst//usr/lpp/bos.alt_disk_install/bin/alt_savebase + typeset SSAVEBASE=/alt_inst/usr/lib/boot/bin/savebase_static + typeset ASAVEBASE=/alt_inst/usr/sbin/savebase + typeset RC=0 + typeset SAVEBASE_CMD= + echo /usr/sbin/savebase + return 0 SAVEBASE_CMD=/usr/sbin/savebase + /usr/sbin/savebase -v -d /dev/ipldevice + ODMDIR=/etc/objrepos saving to ‘/dev/hd5’ 76 CuDv objects to be saved 201 CuAt objects to be saved 38 CuDep objects to be saved 14 CuVPD objects to be saved 384 CuDvDr objects to be saved 4 CuPath objects to be saved 0 CuPathAt objects to be saved 0 CuData objects to be saved 0 CuAtDef objects to be saved Number of bytes of data to save = 28587 Compressing data Compressed data size is = 8978 bi_start = 0×3600 bi_size = 0×1820000 bd_size = 0×1800000 ram FS start = 0x8f97d0 ram FS size = 0xedf06a sba_start = 0×1803600 sba_size = 0×20000 sbd_size = 0×2316 Checking boot image size: new save base byte cnt = 0×2316 Wrote 8982 bytes Successful completion + return 0 + rm -f /tmp/.ALT_BAK_ERR_FAIL /tmp/.ALT_REPORT_ERR + [ no = yes ] + [ 0 -eq 1 ] + [ 1 -eq 0 -o 0 = 1 ] + [ 1 -eq 0 ] + [ 1 -eq 0 ] + [[ -n ]] + [[ -n ]] + [ 0 -eq 1 ] + [[ 1 -eq 0 ]] + [[ -n /tmp/.altdir_9982_11731146 ]] + /usr/bin/rm -rf /tmp/.altdir_9982_11731146 + return 0 + alt_rm_glock + [[ 0 -ne 0 ]] + /usr/bin/rm -f /tmp/alt_lock + return 0
|