Installing HP-UX 11.0 and Updating HP-UX 10.x to 11.0 HP 9000 Computers Edition 1

226 Appendix B
Using Configuration Files
Combining Config Files Via INDEX Entries
physical_volume disk[2/0/1.4.0] {
}
logical_volume "apps1" {
mount_point= "/apps1"
usage=VxFS
size=30%free
minfree=5
stripes=2
}
logical_volume "apps2" {
mount_point= "/apps2"
usage=VxFS
size=remaining
minfree=5
stripes=2
}
}
This example defines a few of the network parameters which will be
assigned to the machine after it has been installed:
final system_name = "acorn1"
final ip_addr["lan0"] = "15.99.45.123"
final netmask["lan0"] = "255.255.248.0"
final nis_domain = "nis1"
final route_gateway[0] = "15.99.45.1"
This example defines a single SD depot from which software can be
installed. Two different pieces of software are defined for the SD depot.
Each can be selected independently for installation. The impacts lines
tell Ignite-UX how much space this software requires in a given
directory. This information is used to size the file systems correctly.
Another interesting construct is sw_category. This allows you to group
the software so that the user interface can present it in chunks which
make sense to you. Since this example references an SD depot, it would
have been created by the make_config command:
sw_source "ee_apps_depot" {
description = "Electrical Engineering Application"
source_format = SD
source_type = "NET"
sd_server = "15.23.45.6"
sd_depot_dir = "/var/opt/ignite/depots/Rel_B.10.20/ee_apps"
}
sw_category "Applications" {
description = "User Applications"
}
sw_sel "EE CAD Package" {
sw_source = "ee_apps_depot"
sw_category = "Applications"
sd_software_list = "EECad,r=1.2,a=HP-UX_B.10.20_700"
impacts = "/var" 90524Kb
impacts = "/sbin" 1248Kb
}
sw_sel "EE Routing Package" {
sw_source = "ee_apps_depot"