Ignite-UX Custom Configuration files
blksize = _hp_HFS_blksize
fragsize = _hp_HFS_fragsize
} else {
usage = VxFS
blksize = _hp_VxFS_blksize
}
size = 512Mb | remaining | 512Mb + _hp_pri_swap
_hp_root_grp_striped == "YES" {
stripes = *
stripe_size = _hp_FS_stripe_size
}
}
In previous releases of HP-UX, the /tmp file system size was based upon the size of the root disk
(64MB if less than approximately 8GB, or 200MB if greater). The size of the file system has been
increased to be simply 512MB. The new default size is much more usable than the much smaller
default size for previous releases of HP-UX.
logical_volume {
mount_point = "/tmp"
largefiles = true
_hp_disk_layout == "Logical Volume Manager (LVM) with HFS" {
nbpi = 2048
usage = HFS
blksize = _hp_HFS_blksize
fragsize = _hp_HFS_fragsize
} else {
usage = VxFS
blksize = _hp_VxFS_blksize
}
size = 512Mb
_hp_root_grp_striped == "YES" {
stripes = *
stripe_size = _hp_FS_stripe_size
}
}
} # "Create separate volumes (/usr, /var, ...)"
If the use mode “Create /export volume” is set to TRUE, then the /export file system is
created. The size allocated for the file system is up to 100MB, and can be reduced by Ignite-UX
depending on any impacts statements affecting the file system and available space. This file system
is rarely created.
"Create /export volume" {
logical_volume {
mount_point = "/export"
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
}
81