Operating System - HP-UX
1833873 Members
2953 Online
110063 Solutions
New Discussion

Re: Using post_config_script to install patch bundles

 
SDS FDX
Advisor

Using post_config_script to install patch bundles

I'm currently installing HPUX 11i v2 (Sept 2006) using the ignite process. I'm attempting to add the latest patch bundles QPKAPPS/QPKBASE (June 2008), FEATURE11i (March 2008), and HWEnable11i (December 2007)to the ignite installation using a post_config_script in the configuration file. For some reason, when the ignite installation is completed and has executed the post_config_script I receive the following errors: "Starting vxconfigd in boot mode (pre_init_rc). NOTICE: VxVM vxdmp V-5-0-34 added disk array DISKS, datype = Disk VxVM vxconfigd WARNING V-5-1-554 Disk c3t1d0s2 names group rootdg, but group ID differs VxVM vxconfigd ERROR V-5-1-569 Disk group rootdg, Disk c3t0d0s2: Cannot auto-import group:". Ironically, if I install HPUX 11i v2 without the latest patch bundles, and then execute the post_config_script manually once the system is online, everything works properly. Can anyone point me in the right direction?
2 REPLIES 2
SDS FDX
Advisor

Re: Using post_config_script to install patch bundles

I corrected my problem! I read in the instl_adm (4) man pages that using post_config_script to swinstall software isn't suggested. Instead I was able to create an additional configuration file referencing the depot containing the patch bundles, and added the following line in the sw_source statement, sd_command_line += " -xpatch_match_target=true ". That appeared to fixed it!
wittie
Frequent Advisor

Re: Using post_config_script to install patch bundles

Good job! You can try to assign yourself some points now :)