# @(#) 41 1.23.12.1 src/bos/usr/lpp/bosinst/image.template/image.template, bosinst, bos72X, x2022_13A1 3/25/22 10:28:06
# IBM_PROLOG_BEGIN_TAG 
# This is an automatically generated prolog. 
#  
# bos72X src/bos/usr/lpp/bosinst/image.template/image.template 1.23.12.1 
#  
# Licensed Materials - Property of IBM 
#  
# COPYRIGHT International Business Machines Corp. 1993,2022 
# All Rights Reserved 
#  
# US Government Users Restricted Rights - Use, duplication or 
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp. 
#  
# IBM_PROLOG_END_TAG 
#
#   COMPONENT_NAME: BOSINST
#
#   FUNCTIONS: none
#
#   ORIGINS: 27
#
#
#   (C) COPYRIGHT International Business Machines Corp. 1993
#   All Rights Reserved
#   Licensed Materials - Property of IBM
#   US Government Users Restricted Rights - Use, duplication or
#   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
#
#
#
#
# This first section is the description of this file.  It contains comments and
# descriptions of the stanzas and fields.
#
# NOTE:  After this first comment section ends, COMMENTS WILL NOT BE ALLOWED.
#
# NOTE: Stanzas follow these rules:
#       1. Stanza names must be at the beginning of the line and end in a colon.
#       2. Comments may be after the colon, but THAT'S THE ONLY PLACE!!!! other
#          than here in the header.  Even then, don't expect those comments
#          to be put back where they were after BOS install gets done processing
#          this file.  We reserve the right to mangle and ignore all comments
#          which are not placed in this header.
#       3. Stanza fields are on lines following stanza names,  Stanza fields
#          must NOT begin at the beginning of the line, but must have tabs or
#          blanks in front of them.
#       4. There can be no blank lines between field lines of the same stanza.
#       5. A blank line MUST separate each stanza.  In other words, after the
#          last field line of the stanza, a blank line must follow before the
#          line containing the stanza name of the next stanza.
#
# NOTE: In this comment section, the values listed in the fields are the
#       possible ones separated by a comma.  You must pick only one if you are
#       creating stanzas after the comment section.  Field options listed in
#       angle brackets (<...>) are descriptions of the field and not actually
#       the values which would go in the field.
#
#
# image_data stanza is used by BOS install to determine if product install or
#  mksysb.
# image_data:
#     IMAGE_TYPE=
#     DATE_TIME=
#     UNAME_INFO=
#     LICENSE_INFO=
#     PRODUCT_TAPE= yes,no
#     USERVG_LIST=
#     OSLEVEL=
#     CPU_ID=
#
#  Shrink or exact fit?  If EXACT_FIT is yes, the disks listed in the
#  source_disk_data stanza MUST be the same in all respects (including location)
#  as the disks found on the target machine during install.
# logical_volume_policy:
#     SHRINK=yes,no
#     EXACT_FIT=yes,no
#
# ils_data:  # Used by BOS install to set language during BOS install.
#     LANG=C,zh_TW,da_DK,nl_BE,nl_NL,en_GB,en_US,<etc...>
#
#
# source_disk_data:  # Disks in rootvg before the mksysb backup.
#     PVID=
#     PHYSICAL_LOCATION=
#     CONNECTION=
#     LOCATION=
#     SIZE_MB=
#     HDISKNAME=
#
#
# #Command used for vg_data: lsvg
# For the default image.data file, the PPSIZE stanza MUST!!!!!!! be left blank.
# If you are creating a custom one, you may fill it in if you know what size
# you think you want.  Otherwise, BOS install will pick one.
# vg_data:
#     VGNAME= rootvg,<user-defined vg name>
#     PPSIZE=
#     VARYON= yes
#     VG_SOURCE_DISK_LIST=<space separated list of disks in the volume group>
#     QUORUM = <QUORUM from lsvg output>,1,2,... <optional field, 1 causes
#               QUORUM checking to be disabled with chvg -Q n, all other values
#               are ignored by BOS Install>
#     ENH_CONC_CAPABLE= no,yes
#     CONC_AUTO = no,yes <optional field, autovaryon volume group in concurrent mode>
#     BIGVG= no,yes,svg <no - volume group supporting 32 phyiscal volumes,
#            yes - creates a big vg volume group, up to 128 physical volumes,
#            svg - creates scalable volume group that can accommodate more than
#            128 physical volumes> cannot set to svg with rootvg, rootvg cannot
#            accommodate more than 128 physical volumes
#     TFACTOR=<changes limit of the number of physical partitions per physical
#              volume, between 1 and 16 ( or between 1 and 64 for big vg format #              volume groups>
#     CRITVG=no,yes <yes ,enables the Critical VG option of the volume group>
#     CRITPVS=no,yes <yes, enables the Critical PVs option of the volume group>
#     ENCRYPTVG=no,yes <yes, enables the ENCRYPTION option of the volume group>
#     # The following two (MAXLVS and MAXPPSPERVG) are only valid for
#     # scalable-type volume groups.
#     MAXLVS= 256,512,1024,2048,4096
#     MAXPPSPERVG= 32,64,128,256,512,768,1024,2048
#
# #Command used for lv_data: lslv
#  lv_data describes each logical volume.  There will be one for each lv
#  to be created on the system.
# lv_data:
#     VOLUME_GROUP=rootvg,<user-defined-vg-name>
#     LV_SOURCE_DISK_LIST=<list of disks which this lv should go into>
#     LV_IDENTIFIER=<not used>
#     LOGICAL_VOLUME=<name of logical volume; example: hd2 cannot contain /dev/>
#     VG_STAT=
#     TYPE=paging,jfs2log,boot,jfs2,<etc...>
#     MAX_LPS=<maximum number of lps that can be in the lv>
#     COPIES=1,2,3
#     LPs=<number of logical partitions which should be in the lv>
#     STALE_PPs=
#     INTER_POLICY= minimum, maximum
#     INTRA_POLICY= middle,center,edge,inner middle,inner edge
#     MOUNT_POINT=<if TYPE = jfs2, this is the mount point of the file system>
#     MIRROR_WRITE_CONSISTENCY= off,on
#     LV_SEPARATE_PV= yes,no
#     PERMISSION=read/write,read/only,<etc...>
#     LV_STATE=
#     WRITE_VERIFY= off,on
#     PP_SIZE=<physical partition size of the value listed in LPs = >
#     SCHED_POLICY=
#     PP=<number of physical partitions needed to create this lv (COPIES * LPS)>
#     BB_POLICY=
#     RELOCATABLE= yes,no
#     UPPER_BOUND=
#     LABEL=<essentially a comment area for this lv>
#     MAPFILE=<full path name to a map file to be used in creating this lv>
#     LV_MIN_LPS=<minimum number of LPs, based on FS_MIN_SIZE, for SHRINK=yes>
#     STRIPE_WIDTH=<number of physical volumes being striped across>
#     STRIPE_SIZE=<number of bytes per stripe. Must be a power of 2 between
#                  4K and 128K, for example, 4K, 8K, 64K, 128K>
#     SERIALIZE_IO= yes,no
#     FS_TAG= <fs from logical volume control block (LVCB)>
#     DEV_SUBTYP=<value of DS_LVZ indicates logical volume control block will
#                 not occupy the first block of the logical volume>
#
# #Command used for fs_data: df, lsjfs
# # fs_data is the stanza used in creating the file systems on top of the lvs.
# # (I violated my own rule in the following stanza on the FS_MIN_SIZE field.
# #  I put a new-line after the FS_MIN_SIZE field and more description.  This
# #  would not normally be allowed.  If, for some reason the value extends
# #  beyond the end of the screen, just let it wrap.  A new-line will mess up
# #  the parser.)
# fs_data:
#     FS_NAME=<mount point of file system>
#     FS_SIZE=< size in 512-byte blocks of the file system >
#     FS_MIN_SIZE=< minimum size required to contain the files of the file
#                   system.  This size is used when SHRINK = yes.>
#     FS_LV=<name of logical volume: example: /dev/hd4, must contain /dev/>
#
# Starting with release 7.2 new operating systems installs will only
# create jfs2 file systems.
#
# Specific to jfs (journaled file system)
#     FS_FS=< fragmentation size of file system (optional) >
#     FS_NBPI=< number of bytes per inode (optional) >
#     FS_COMPRESS=LZ,no < LZ will compress file system (optional) >
#     FS_BF= true,false,<filesystem enabled for > 2GB files>
#     FS_AGSIZE= 8,16,32,64,<filesystem allocation group size>
#
# Specific to jfs2 (enhanced journaled file system)
#     FS_JFS2_BS=<file system block size, can be 512,1024,2048, or 4096 bytes>
#     FS_JFS2_SPARSE= yes,no
#     FS_JFS2_INLINELOG= yes,no
#     FS_JFS2_SIZEINLINELOG=<size of optional inline journal log>
#     FS_JFS2_EAFORMAT= v1,v2
#     FS_JFS2_QUOTA= no,userquota,groupquota <can be userquota,groupquota>
#     FS_JFS2_DMAPI= yes,no
#     FS_JFS2_VIX= yes,no
#     FS_JFS2_EFS= yes,no
#
# file name of optional command to run after BOS install has completed.
# post_install_data:
#     BOSINST_FILE=<file name>
#

image_data:
    IMAGE_TYPE = 
    DATE_TIME = 
    UNAME_INFO = 
    LICENSE_INFO = 
    PRODUCT_TAPE = yes
    OSLEVEL = 
    OSLEVEL_R = 
    CPU_ID = 
    LPAR_ID = 

logical_volume_policy:
    SHRINK = 
    EXACT_FIT = 

ils_data:
    LANG=

vg_data:
    VGNAME = rootvg
    PPSIZE = 128
    VARYON = yes
    VG_SOURCE_DISK_LIST = 
    QUORUM = 
    CONC_CAPABLE = 
    ENH_CONC_CAPABLE = 
    CONC_AUTO = 
    BIGVG = 
    TFACTOR = 
    CRITVG= 
    CRITPVS= 

lv_data:
    VOLUME_GROUP = rootvg
    LV_SOURCE_DISK_LIST = 
    LOGICAL_VOLUME = hd6
    TYPE = paging
    MAX_LPS = 512
    COPIES = 1
    LPs = 128
    BB_POLICY = non-relocatable
    INTER_POLICY = minimum
    INTRA_POLICY = middle
    WRITE_VERIFY = off
    UPPER_BOUND = 32
    SCHED_POLICY = parallel
    RELOCATABLE = yes
    LABEL = None
    MIRROR_WRITE_CONSISTENCY = off
    LV_SEPARATE_PV = yes
    MAPFILE = 
    PP_SIZE = 4
    STRIPE_WIDTH = 
    STRIPE_SIZE = 
    SERIALIZE_IO = 
    FS_TAG = 
    DEV_SUBTYP = 

lv_data:
    VOLUME_GROUP = rootvg
    LV_SOURCE_DISK_LIST = 
    LOGICAL_VOLUME = hd5
    TYPE = boot
    MAX_LPS = 512
    COPIES = 1
    LPs = 8
    BB_POLICY = non-relocatable
    INTER_POLICY = minimum
    INTRA_POLICY = edge
    WRITE_VERIFY = off
    UPPER_BOUND = 32
    SCHED_POLICY = parallel
    RELOCATABLE = no
    LABEL = None
    MIRROR_WRITE_CONSISTENCY = on
    LV_SEPARATE_PV = yes
    MAPFILE = 
    PP_SIZE = 4
    STRIPE_WIDTH = 
    STRIPE_SIZE = 
    SERIALIZE_IO = 
    FS_TAG = 
    DEV_SUBTYP = 

lv_data:
    VOLUME_GROUP = rootvg
    LV_SOURCE_DISK_LIST = 
    LOGICAL_VOLUME = hd8
    TYPE = jfs2log
    MAX_LPS = 512
    COPIES = 1
    LPs = 1
    BB_POLICY = relocatable
    INTER_POLICY = minimum
    INTRA_POLICY = center
    WRITE_VERIFY = off
    UPPER_BOUND = 32
    SCHED_POLICY = parallel
    RELOCATABLE = yes
    LABEL = None
    MIRROR_WRITE_CONSISTENCY = off
    LV_SEPARATE_PV = yes
    MAPFILE = 
    PP_SIZE = 4
    STRIPE_WIDTH = 
    STRIPE_SIZE = 
    SERIALIZE_IO = 
    FS_TAG = 
    DEV_SUBTYP = 

lv_data:
    VOLUME_GROUP = rootvg
    LV_SOURCE_DISK_LIST = 
    LOGICAL_VOLUME = hd4
    TYPE = jfs2
    MAX_LPS = 512
    COPIES = 1
    LPs = 1
    BB_POLICY = relocatable
    INTER_POLICY = minimum
    INTRA_POLICY = center
    WRITE_VERIFY = off
    UPPER_BOUND = 32
    SCHED_POLICY = parallel
    RELOCATABLE = yes
    LABEL = /
    MIRROR_WRITE_CONSISTENCY = on
    LV_SEPARATE_PV = yes
    MAPFILE = 
    PP_SIZE = 128
    STRIPE_WIDTH = 
    STRIPE_SIZE = 
    SERIALIZE_IO = 
    FS_TAG = 
    DEV_SUBTYP = 

lv_data:
    VOLUME_GROUP = rootvg
    LV_SOURCE_DISK_LIST = 
    LOGICAL_VOLUME = hd2
    TYPE = jfs2
    MAX_LPS = 32512
    COPIES = 1
    LPs = 2
    BB_POLICY = relocatable
    INTER_POLICY = minimum
    INTRA_POLICY = center
    WRITE_VERIFY = off
    UPPER_BOUND = 32
    SCHED_POLICY = parallel
    RELOCATABLE = yes
    LABEL = /usr
    MIRROR_WRITE_CONSISTENCY = on
    LV_SEPARATE_PV = yes
    MAPFILE = 
    PP_SIZE = 128
    STRIPE_WIDTH = 
    STRIPE_SIZE = 
    SERIALIZE_IO = 
    FS_TAG = 
    DEV_SUBTYP = 

lv_data:
    VOLUME_GROUP = rootvg
    LV_SOURCE_DISK_LIST = 
    LOGICAL_VOLUME = hd9var
    TYPE = jfs2
    MAX_LPS = 512
    COPIES = 1
    LPs = 1
    BB_POLICY = relocatable
    INTER_POLICY = minimum
    INTRA_POLICY = center
    WRITE_VERIFY = off
    UPPER_BOUND = 32
    SCHED_POLICY = parallel
    RELOCATABLE = yes
    LABEL = /var
    MIRROR_WRITE_CONSISTENCY = on
    LV_SEPARATE_PV = yes
    MAPFILE = 
    PP_SIZE = 128
    STRIPE_WIDTH = 
    STRIPE_SIZE = 
    SERIALIZE_IO = 
    FS_TAG = 
    DEV_SUBTYP = 

lv_data:
    VOLUME_GROUP = rootvg
    LV_SOURCE_DISK_LIST = 
    LOGICAL_VOLUME = hd3
    TYPE = jfs2
    MAX_LPS = 512
    COPIES = 1
    LPs = 1
    BB_POLICY = relocatable
    INTER_POLICY = minimum
    INTRA_POLICY = center
    WRITE_VERIFY = off
    UPPER_BOUND = 32
    SCHED_POLICY = parallel
    RELOCATABLE = yes
    LABEL = /tmp
    MIRROR_WRITE_CONSISTENCY = on
    LV_SEPARATE_PV = yes
    MAPFILE = 
    PP_SIZE = 128
    STRIPE_WIDTH = 
    STRIPE_SIZE = 
    SERIALIZE_IO = 
    FS_TAG = 
    DEV_SUBTYP = 

lv_data:
    VOLUME_GROUP = rootvg
    LV_SOURCE_DISK_LIST = 
    LOGICAL_VOLUME = hd1
    TYPE = jfs2
    MAX_LPS = 512
    COPIES = 1
    LPs = 1
    BB_POLICY = relocatable
    INTER_POLICY = minimum
    INTRA_POLICY = center
    WRITE_VERIFY = off
    UPPER_BOUND = 32
    SCHED_POLICY = parallel
    RELOCATABLE = yes
    LABEL = /home
    MIRROR_WRITE_CONSISTENCY = on
    LV_SEPARATE_PV = yes
    MAPFILE = 
    PP_SIZE = 128
    STRIPE_WIDTH = 
    STRIPE_SIZE = 
    SERIALIZE_IO = 
    FS_TAG = 
    DEV_SUBTYP = 

lv_data:
    VOLUME_GROUP = rootvg
    LV_SOURCE_DISK_LIST = 
    LOGICAL_VOLUME = hd10opt
    TYPE = jfs2
    MAX_LPS = 512
    COPIES = 1
    LPs = 1
    BB_POLICY = relocatable
    INTER_POLICY = minimum
    INTRA_POLICY = center
    WRITE_VERIFY = off
    UPPER_BOUND = 32
    SCHED_POLICY = parallel
    RELOCATABLE = yes
    LABEL = /opt
    MIRROR_WRITE_CONSISTENCY = on
    LV_SEPARATE_PV = yes
    MAPFILE = 
    PP_SIZE = 128
    STRIPE_WIDTH = 
    STRIPE_SIZE = 
    SERIALIZE_IO = 
    FS_TAG = 
    DEV_SUBTYP = 

lv_data:
    VOLUME_GROUP = rootvg
    LV_SOURCE_DISK_LIST = 
    LOGICAL_VOLUME = hd11admin
    TYPE = jfs2
    MAX_LPS = 512
    COPIES = 1
    LPs = 1
    BB_POLICY = relocatable
    INTER_POLICY = minimum
    INTRA_POLICY = center
    WRITE_VERIFY = off
    UPPER_BOUND = 32
    SCHED_POLICY = parallel
    RELOCATABLE = yes
    LABEL = /admin
    MIRROR_WRITE_CONSISTENCY = on
    LV_SEPARATE_PV = yes
    MAPFILE = 
    PP_SIZE = 128
    STRIPE_WIDTH = 
    STRIPE_SIZE = 
    SERIALIZE_IO = 
    FS_TAG = 
    DEV_SUBTYP = 

fs_data:
    FS_NAME = /
    FS_SIZE = 262144
    FS_MIN_SIZE = 49152
    FS_LV = /dev/hd4
    FS_JFS2_BS = 
    FS_JFS2_SPARSE = 
    FS_JFS2_INLINELOG = 
    FS_JFS2_SIZEINLINELOG = 
    FS_JFS2_EAFORMAT = 
    FS_JFS2_QUOTA = 
    FS_JFS2_DMAPI = 
    FS_JFS2_VIX = 
    FS_JFS2_EFS = 
    FS_IMAGE_TYPE = 

fs_data:
    FS_NAME = /admin
    FS_SIZE = 262144
    FS_MIN_SIZE = 262144
    FS_LV = /dev/hd11admin
    FS_JFS2_BS = 
    FS_JFS2_SPARSE = 
    FS_JFS2_INLINELOG = 
    FS_JFS2_SIZEINLINELOG = 
    FS_JFS2_EAFORMAT = 
    FS_JFS2_QUOTA = 
    FS_JFS2_DMAPI = 
    FS_JFS2_VIX = 
    FS_JFS2_EFS = 
    FS_IMAGE_TYPE = 

fs_data:
    FS_NAME = /home
    FS_SIZE = 262144
    FS_MIN_SIZE = 8192
    FS_LV = /dev/hd1
    FS_JFS2_BS = 
    FS_JFS2_SPARSE = 
    FS_JFS2_INLINELOG = 
    FS_JFS2_SIZEINLINELOG = 
    FS_JFS2_EAFORMAT = 
    FS_JFS2_QUOTA = 
    FS_JFS2_DMAPI = 
    FS_JFS2_VIX = 
    FS_JFS2_EFS = 
    FS_IMAGE_TYPE = 

fs_data:
    FS_NAME = /opt
    FS_SIZE = 262144
    FS_MIN_SIZE = 8192
    FS_LV = /dev/hd10opt
    FS_JFS2_BS = 
    FS_JFS2_SPARSE = 
    FS_JFS2_INLINELOG = 
    FS_JFS2_SIZEINLINELOG = 
    FS_JFS2_EAFORMAT = 
    FS_JFS2_QUOTA = 
    FS_JFS2_DMAPI = 
    FS_JFS2_VIX = 
    FS_JFS2_EFS = 
    FS_IMAGE_TYPE = 

fs_data:
    FS_NAME = /tmp
    FS_SIZE = 262144
    FS_MIN_SIZE = 253952
    FS_LV = /dev/hd3
    FS_JFS2_BS = 
    FS_JFS2_SPARSE = 
    FS_JFS2_INLINELOG = 
    FS_JFS2_SIZEINLINELOG = 
    FS_JFS2_EAFORMAT = 
    FS_JFS2_QUOTA = 
    FS_JFS2_DMAPI = 
    FS_JFS2_VIX = 
    FS_JFS2_EFS = 
    FS_IMAGE_TYPE = 

fs_data:
    FS_NAME = /usr
    FS_SIZE = 524288
    FS_MIN_SIZE = 286720
    FS_LV = /dev/hd2
    FS_JFS2_BS = 
    FS_JFS2_SPARSE = 
    FS_JFS2_INLINELOG = 
    FS_JFS2_SIZEINLINELOG = 
    FS_JFS2_EAFORMAT = 
    FS_JFS2_QUOTA = 
    FS_JFS2_DMAPI = 
    FS_JFS2_VIX = 
    FS_JFS2_EFS = 
    FS_IMAGE_TYPE = 

fs_data:
    FS_NAME = /var
    FS_SIZE = 262144
    FS_MIN_SIZE = 32768
    FS_LV = /dev/hd9var
    FS_JFS2_BS = 
    FS_JFS2_SPARSE = 
    FS_JFS2_INLINELOG = 
    FS_JFS2_SIZEINLINELOG = 
    FS_JFS2_EAFORMAT = 
    FS_JFS2_QUOTA = 
    FS_JFS2_DMAPI = 
    FS_JFS2_VIX = 
    FS_JFS2_EFS = 
    FS_IMAGE_TYPE = 

post_install_data:
    BOSINST_FILE =