使用JumpStart快速安装Solaris
# Place share(1M) commands here for automatic execution
# on entering init state 3.
#
# Issue the command 'svcadm enable network/nfs/server' to
# run the NFS daemon processes and the share commands, after
# adding the very first entry to this file.
#
# share [-F fstype] [ -o options] [-d "<text>"] <pathname>
# [resource]
# for example,
# share -F nfs -o rw=engineering -d "home dirs" /export/home2
share -F nfs -o ro,anon=0 /export/install
share -F nfs -o ro,anon=0 /export/config
share -F nfs -o ro,anon=0 /export/patches
share -F nfs -o ro,anon=0 /export/packages
:wq
c. Start the NFS server. # /etc/init.d/nfs.server start d. Share the directories. # shareall # share - /export/install ro,anon=0 "" - /export/config ro,anon=0 "" - /export/patches ro,anon=0 "" - /export/packages ro,anon=0 "" e. Verify file sharing. # showmount -e localhost export list for localhost: /export/install (everyone) /export/config (everyone) /export/patches (everyone) /export/packages (everyone) 4. Create the Client tftpboot Files a. Run the b. Go to the location of the # cd /export/install/Solaris_10/Tools c. Run the # ./add_install_client \
-d \
-e 00:0a:e4:37:16:4d \
-s 172.16.64.194:/export/install \
-c 172.16.64.194:/export/config \
-p 172.16.64.194:/export/config/sysidcfg1 i86pc
enabling tftp in /etc/inetd.conf
Converting /etc/inetd.conf
enabling network/tftp/udp6 service
copying boot file to /tftpboot/pxegrub.I86PC.Solaris_10-1
If not already configured, enable PXE boot by creating
a macro named 01000AE429C1FD with:
Boot server IP (BootSrvA) : 172.16.64.194
Boot file (BootFile) : 01000AE429C1FD
# ./add_install_client \
-d \
-e 00:0a:e4:2a:33:f8 \
-s 172.16.64.194:/export/install \
-c 172.16.64.194:/export/config \
-p 172.16.64.194:/export/config/sysidcfg2 i86pc
enabling tftp in /etc/inetd.conf
Converting /etc/inetd.conf
enabling network/tftp/udp6 service
copying boot file to /tftpboot/pxegrub.I86PC.Solaris_10-1
If not already configured, enable PXE boot by creating
a macro named 01000AE42A33F8 with:
Boot server IP (BootSrvA) : 172.16.64.194
Boot file (BootFile) : 01000AE42A33F8
The 5. Configure and Run the DHCP Server a. Run # /usr/sadm/admin/bin/dhcpmgr Java Accessibility Bridge for GNOME loaded. The first screen appears: b. Select Configure as a DHCP Server and click OK. The DHCP Configuration Wizard appears: c. Select Text Files and click Next. d. Verify the storage path and click Next. e. Select a nameservice and click Next. f. Verify the lease information and click Next. g. Verify the DNS domain information and click Next.
更多相关文章
|
推荐文章
精彩文章
|