User's Guide

size = remaining | 100Mb
_hp_root_grp_striped == "YES" {
stripes = *
stripe_size = _hp_FS_stripe_size
}
}
}
The /home directory has also changed in size from previous releases of HP-UX, making it much
more usable in a default state. The new size is up to 100MB (depending on free space) -
previously it was up to 20MB in size.
logical_volume {
mount_point = "/home"
largefiles = true
_hp_disk_layout == "Logical Volume Manager (LVM) with HFS" {
usage = HFS
blksize = _hp_HFS_blksize
fragsize = _hp_HFS_fragsize
} else {
usage = VxFS
blksize = _hp_VxFS_blksize
}
size = remaining | 100Mb
_hp_root_grp_striped == "YES" {
stripes = *
stripe_size = _hp_FS_stripe_size
}
}
} # root group
} # Volume Manager disk layout.
Little explaination is required here. These variables are used in the UI (itool). Since they’re directly
manipulated by the UI, they shouldn’t be visible via the additional button, so they’re made invisible.
Following that, there are some variables that need to be visible via the additional button depending
on the disk layout chosen.
# Set the variables that are recognized by the UI as invisible
# so that they don't show on the "Additional" screen:
_hp_locale visible_if false
_hp_cfg_detail_level visible_if false
_hp_pri_swap visible_if false
_hp_min_swap visible_if false
_hp_disk_layout visible_if false
_hp_default_cur_lan_dev visible_if false
_hp_default_final_lan_dev visible_if false
_hp_keyboard visible_if false
_hp_root_disk visible_if false
_hp_boot_dev_path visible_if false
_hp_disk_layout == "VERITAS Volume Manager (VxVM) with VxFS" |
_hp_disk_layout == "Logical Volume Manager (LVM) with HFS" |
_hp_disk_layout == "Logical Volume Manager (LVM) with VxFS"
{
"Create /export volume" visible_if true
"Create separate volumes (/usr, /var, ...)" visible_if true
82