Deployment tasks 24
○ Contents of the sysidcfg file:
name_service=NONE
security_policy=NONE
network_interface=
if
{dhcp protocol_ipv6=no}
root_password=9E417cFYuXjIY
system_locale=en_US
timezone=US/Central
timeserver=localhost
terminal=sun-cmd
service_profile=limited_net
nfs4_domain=dynamic
where
if
is the network interface to configure, such as bnx0 or bge0. In this example, the
password for user root is root.
2. Prepare additional packages using pkgtrans(1):
# mkdir /jumpstart/pkg
# pkgtrans .../CPQary3-1.71-solaris10-i386/CPQary3.pkg \
> /jumpstart/pkg CPQary3
# pkgtrans .../BRCMbnx-3.5.1-solaris10-i386/bnx/BRCMbnx.pkg \
> /jumpstart/pkg BRCMbnx
# pkginfo -d /jumpstart/pkg
system BRCMbnx Broadcom NetXtreme II Gigabit Ethernet Adapter driver
system CPQary3 Third Generation Array Controllers
#
3. Validate the configuration using the check script from the Solaris media (or install server):
# cd /jumpstart
# .../Solaris_10/Misc/jumpstart_sample/check
Validating rules...
Validating profile proliant...
The custom JumpStart configuration is ok.
#
The check script creates the rules.ok file, which is required by JumpStart.
4. If not already performed, share the configuration through NFS for client access:
a. Verify that the directory is already shared:
# share | grep /jumpstart
b. If the JumpStart directory is not listed, or if it is not shared with anon=0, then:
i Add the following line to /etc/dfs/dfstab:
share -F nfs -o ro,anon=0 /jumpstart
ii Activate the NFS share:
# shareall