Using Ignite-UX with Integrity VM

c) Replace the ‘impacts’ lines with those captured in step 1 above. For example, replace the lines:
impacts = "/" 7659Kb
impacts = "/dev" 11Kb
impacts = "/etc" 76229Kb
impacts = "/home" 1Kb
impacts = "/opt" 2223298Kb
impacts = "/sbin" 109002Kb
impacts = "/stand" 51127Kb
impacts = "/usr" 2379518Kb
impacts = "/var" 848454Kb
with:
impacts = "/" 833Kb
impacts = "/dev" 13Kb
impacts = "/etc" 82077Kb
impacts = "/home" 133696Kb
impacts = "/opt" 2536512Kb
impacts = "/sbin" 111333Kb
impacts = "/scratch" 135843Kb
impacts = "/stand" 52187Kb
impacts = "/usr" 2396952Kb
impacts = "/var" 1603044Kb
where the latter are those from the impacts.txt file created in step 1.
d) If your golden image has the HPVM-Guest bundle installed (recommended), then you’ll want to make sure the dynamic
memory device driver is configured correctly. To achieve this, add the following line after the init sw_sel stanza:
set_kernel += "module hpvmdynmem loaded"
The resulting section will then read as follows:
(is_ia64) {
init sw_sel "B.11.23 IA golden image archive" {
description = "HPUX 11.23 image for VMs"
sw_source = "golden image archive"
sw_category = "HPUXEnvironments"
archive_type = gzip tar
archive_path = "B.11.23_VM_archive.gz"
impacts = “/” 833Kb
impacts = “/dev” 13Kb
impacts = “/etc” 82077Kb
impacts = “/home” 133696Kb
impacts = “/opt” 2536512Kb
impacts = “/sbin” 111333Kb
impacts = “/scratch” 135843Kb
impacts = “/stand” 52187Kb
impacts = “/usr” 2396952Kb
impacts = “/var” 1603044Kb
} = TRUE}
set_kernel += "module hpvmdynmem loaded"