1. Disk 공간 확보

  •  Allocate additional disk space for each language that you install.

  •  Allocate additional space in the /var file system if you plan to have your system support printing or mail.

  •  Allocate double the amount of physical memory in the /var file system if you plan to use the crash dump feature savecore on your system
    (crash dump를 시행하면 시스템 구성정보를 swap 파티션에 저장한 뒤 savecore를 통해 /var/crash/userid/unix.##, vmcore.##의 파일을 만들게 되므로 crash dump를 위해서는
    /var 디렉토리의 용량을 확보해야 한다.)

  •  Allocate additional space in the /export or /export/home file system if you plan to provide a home directory file system for users (root 계정 사용자 이외에는 모두 /export/home/userid를 자신의 home directory로 사용하게 된다.)


  •  Allocate space for the Solaris OS software group you want to install.

  •  Allocate an additional 30 percent more disk space for each file system that you create, and create a minimum number of file systems. This leaves room for upgrades to future software release.

 

2. Network 구성정보

  •  Host Name : Determine unique, and usually, short name for the networked system. You can use the command uname -n to find the host name on an existing system.

  •  Host  Internet Protocol address : You can use the ifconfig interface command to display your current IP address (ex: # ifconfig e1000g0)

  •  Name Service type : DNS, LDAP, NIS, NIS+

  •  Subnetmask : The subnet mask is stored in the /etc/netmasks file

 


3. Root Password

  root password를 잃어버리면 시스템을 다시 설치해야 한다.

 
 

Comments:

Post a Comment:
Comments are closed for this entry.

This blog copyright 2009 by Sangpill Kim