电脑技术学习

使用JumpStart快速安装Solaris

dn001
 # /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 add_install_client script for each client.

  b. Go to the location of the add_install_client script:

 # cd /export/install/Solaris_10/Tools

  c. Run the add_install_client script for each client on the network that performs a JumpStart installation. Ensure that you use the correct arguments for each client. The -e argument is the Mac address for the client and the -p argument shows the directory name of the sysidcfg file that is used by the client. The following shows running add_install_client for two separate clients:

 # ./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 Boot server IP and Boot file values are used later when macros are created while dhcpmgr is running.

标签: