본문 바로가기

Work/Solaris

(78)
Solaris 10 시스템 언어 변경 Solaris 시스템 언어 변경 방법 정리 1. 현재 설정된 언어 확인 [ftp:/etc]cat /etc/default/init # # Copyright 1992, 1999-2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #ident "@(#)init.dfl 1.7 02/12/03 SMI" # # This file is /etc/default/init. /etc/TIMEZONE is a symlink to this file. # This file looks like a shell script, but it is not. To maintain # compatibility with old versions..
로그 파일 모니터링 걸기 # tail -f messages
Solaris ldom 남은 자원 확인 # ldm list-devices cpu # ldm list-devices mem -> primary 에 할당되지 않은, Guest 에 할당 가능한 자원 확인
ntp 확인 # ntpq -p remote refid st t when poll reach delay offset disp================================================================================*192.168.0.1 .GPS. 1 u 730 1024 377 7.84 2.588 0.15 remote 에 있는 ip(192.168.0.1) 가 NTP 서버 ip 입니다 Remote 서버 IP 앞에 있는 ‘ * ’는 그서버에서 시간을 가져온다는 의미입니다 # cd /etc/inet# ls | grep ntpntp.clientntp.serverntp.conf .conf 파일이 있으면 ntp 관련 ( server 혹은 client ) 설정이 되어있다. # c..
Solaris10 root password recovery in SVM Configuration ok> boot -F failsafe # mount /dev/dsk/c1t1d0s0 /a # cp /a/kernel/drv/md.conf /kernel/drv # umount -a # update_drv -f md # metadb# metastat # mount /dev/md/dsk/d10 /a # vi /a/etc/shadow # umount /a# init 6 or # mount -o ro /dev/dsk/c1t1d0s0 /a# cp /a/kernel/drv/md.conf /kernel/drv/md.conf# umount /a# update_drv -f md# metainit -r# metasync d10# mount /dev/md/dsk/d10 /a
Hostname 변경하기 1. hostname 변경 시 수정할 파일들 1-1. /etc/hosts 1-2. /etc/hostname.interfacename. 1-3. /etc/nodename 1-4. /etc/net/ticlts/hosts 1-5. /etc/net/ticots/ 1-6. /etc/net/ticotsord/hosts Solaris10 은 1~3 만 변경하면 되고,Soalris9 은 1~6 모두 변경해야 변경 가능. 변경후 반드시 reboot 해줘야 변경이 완료
SUNWexplo 사용하기 @@ 설치방법 # gzip -d Explorer*.tar.gz# tar -xvf Explorer.tar # /usr/sbin/pkgadd -d . SUNWexplo SUNWexplu ( pkg 설치 ) # /opt/SUNWexplo/bin/explorer -g ( 설정 ) # opt/SUNWexplo/bin/explorer ( 실행 )-> /opt/SUNWexplo/output 경로에 결과물 생성 https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=150015609500796&id=1153444.1&_afrWindowMode=0&_adf.ctrl-state=x2e7l5tmv_257
Ldom 구동상태에서 Primary 재부팅시 @@@ LDOM Primary 재부팅이 필요시@@@ Guest Domain 의 O/S 중지와, unbind 가 필요 # ldom list# ldom stop (guestos)# ldom unbind (guestos)# sync;sync;sync init 6 # ldom bind (guestos)# ldom start (guestos)# ldom list# telnet localhost 500x