VMWARE에서 OS 설치 및 SETTING
( HostOS(window), GuestOS(linux) )
 Uinux installation :  Solaris_9_x86
 -customed install(advanced)
 -guest os install later
 -VM location 지정  
 -CPU: processor 1,  core1  / memory : 1024MB 
 -networking: use bridge networking 
-I/O controller type : SCSI controller - LSI logic(recommend)
-disk: creat new disk / virtual disk type  - SCSI(recommend)
-Max disk size :20GB (⊙ store virtual disk as a single file )
◎CD/DVD모양 -Use iso image로 CD file(OS설치파일1이 있는)위치선택 후  ▶ Power on
▼start Installation
 -device assistant : continue
 -bus enumeration : continue
 -identified devices : continue
 -boot solaris  :   CD  선택후 continue
-type o solaris : 1. solaris Interactive
-language  : 5. korean ->  locale :  1.korean UTF-8
-installation program : continue
-kdmconfig  : bypass
-identify system :  continue
-network  : yes 
-dhcp: no
-hostname  : server114
-ip address  : 192.168.15.114
-subnet  : yes / netmask  : 255.255.0.0
-IPv6  : no
-default route  : specify one
-router ip add : 192.168.0.1             -> confirm
-kerberos security  : no
-name service  : DNS / domain name  : kornet.net
-server`s ip add : 168.126.63.1
-search domain  : continue
-new  name service  : no
-location  : Asia / country  : korea (south)
-time zone: Asia     
-Solaris Interactive Installation :  Standard
-software  : Entire Distribution
-select disks  : Edit
-Disk Editing Options  : : Edit fdisk partition
-Customize fdisk Partitions for Disk: c0d0  OK -> continue
-automatically layout file system  : Manual Layout
 -file system& disk layout : customize
0   /                  5000
1  /var               2000
3  swap              2000
4  /export/home    나머지(Free)
 -mount remote file system: continue
 -reboot atter installaiont  : Auto Reboot
-kdmconfig instroduction  : by pass
-root pw  : 설정후 입력
 -kdmconfig missmatch detected : by pass                  
CD 2 삽입후 enter -> CD에 불꺼지면 connect 해주기.
 Language CD삽입후 enter -> CD에 불꺼지면 connect 해주기 -> 1. install now
-return to reboot :  enter
 -root login
-bash 
vi /etc/ssh/sshd_config  -> /permit 문장찾아서 /PermitRootLogin no -> yes로 수정하고 저장. (delete키로지움)
/etc/init.d/sshd stop
/etc/init.d/sshd start
  Putty open -> drive package installation
1. 이전에 설치된 xf86 드라이버 패키지를 삭제한다.
   # pkgrm SUNWxf86 -> y, y
  VMware 에서 driver CD삽입후
  
( putty에서 d -h 확인 : 마운트 되어있지 않으면
/etc/init.d/volmgt stop
/etc/init.d/volmgt start  )
2. putty 에서 자동으로 마운트 된 CDROM 드라이버 디렉토리로 이동한다.
   # cd /cdrom/20040114_000414/solaris
   # ls
 
3. Vmware용 드라이버를 설치한다.
   # pkgadd -d sunwxf86.pkg   -> all, y, y 
   # pkgadd -d sunwx000.pkg  ->  all, y
4.설치한 패키지가 적용되도록 sync 명령을 실행한다. 
   # sync
5. vmware로 돌아가서 드라이버 설정을 진행한다.
   # kdmconfig(그래픽관련 명령어)
   kdmconfig :continue
   view and edit window system : configure devices -   change video device /monitor
    video device  :  XF86-VMWARE 
    monitor type : 56khz / screen size : 17 inch / resolution,color : 1024x768 
   kdmconfig view and edit window system : configure devices -   No change needed.
 is this display ok? YES
 init 6 (재부팅)