Hi everyone.
In an effort to help you sanity test our images, here are some scripts I
prepared (for a demo) which can be used for quick setup of an install
server laptop and install environment in a lab. These can aid you in
testing...
The laptop I am using is running build 105 currently. It is setup with
the latest packages from slim_source gate.
These scripts can be used to setup an environment for testing SPARC
systems with the latest AI image and repo. These instructions assume
modify-access to a DHCP server.
1) Get an unused IP address from the lab. This will be the IP address
for the install server laptop. The one for this example is 10.6.35.122
2) Configure /etc/resolv.conf on the install server for the location/lab.
3) Edit /etc/hosts on install server. I patterned the entry after the
loopback entry, so mine looks like this:
10.6.35.122 sundar sundar.local localhost loghost
4) Copy the following files to the install server:
setup_laptop
setup_install_server
5) Modify setup_laptop if needed. Change network interface from bge if
needed.
6) Run setup_laptop to set up the networking on the install server.
7) Pull down the ISO to install server.
8) Edit setup_install_server. Change:
macro_service
iso
service_locations
9) Copy setup_dhcp_server to dhcp server.
10) Edit setup_dhcp_server. Change:
compressed_mac_addr
macro-service
service_location
boot_srv_a
11) Run setup_install_server on install server.
12) Run setup_dhcp_server on dhcp server.
13) boot the client: boot net:dhcp
Thanks,
Jack
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: setup_laptop
URL:
<http://mail.opensolaris.org/pipermail/caiman-discuss/attachments/20090202/db653e0d/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: setup_install_server
URL:
<http://mail.opensolaris.org/pipermail/caiman-discuss/attachments/20090202/db653e0d/attachment-0001.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: setup_dhcp_server
URL:
<http://mail.opensolaris.org/pipermail/caiman-discuss/attachments/20090202/db653e0d/attachment-0002.ksh>