Work (154) 썸네일형 리스트형 ldom 설치, 삭제 http://www.oracle.com/technetwork/server-storage/vm/downloads/index.html 에서 OS 와 CPU 에 맞는 패치 다운로드 sol 10, sparc 기준p17291713_31_SOLARIS64_oracle_vm_for_sparc_3.1.zip 다운로드 unzip p17291713_31_SOLARIS64_oracle_vm_for_sparc_3.1.zip ********** 설치 *********** [t5120:/kdk]lsOVM_Server_SPARC-3_1 p17291713_31_SOLARIS64_oracle_vm_for_sparc_3.1.zip cd OVM_Server_SPARC-3_1 [t5120:/kdk/OVM_Server_SPARC-3_1]ls.. OS 별 ntp 확인 ==== HP UX ==== # 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 앞에 있는 ‘ * ’는 그서버에서 시간을 가져온다는 의미입니다 ==== Solaris9, 10 ==== # ntpq -p remote refid st t when poll reach delay offset disp=============.. solaris 자동완성 .profile 에 set -o vi 설정 후 cd /etc/sys 까지 치고 esc + \ ==> 자동완성 cd /etc/sys 까지 치고 esc+ = ==> 사용 가능한 리스트 보기 오우 예~ tcp 파라미터 tcp 파라미터 보기 #!/bin/sh# Check TCP/IP Parameter#echo "tcp_time_wait_interval: " `/usr/sbin/ndd -get /dev/tcp tcp_time_wait_interval`# echo "tcp_mss_max: " `/usr/sbin/ndd -get /dev/tcp tcp_mss_max`# echo "tcp_fin_wait_2_flush: " `/usr/sbin/ndd -get /dev/tcp tcp_fin_wait_2_flush_interval`echo "tcp_conn_req_max_q: " `/usr/sbin/ndd -get /dev/tcp tcp_conn_req_max_q`echo "tcp_conn_req_max_q0: " `/usr/sb.. xscf 명령어 정리 showhardconf : display information about field replaceable unit (FRU) installed in the systemshowhardconf -u showdomainstatus -a : display the current domain component list (DCL) showdcl : display the current domain component list(DCL)showdcl -v -d 0showdcl -v -d 1showdcl -v -a showdevices : display current information on an eXtended System Boardshowdevices 00-0showdevices -v -d 0 showlogs : dis.. while 문 사용하기 #while true>do>ls -al>sleep 10>done solaris IPMP 설정 ( 네트워크 bonding or Teaming ) * IPMP Active - Standby * eeprom local-mac-address?=trueeerpom local-mac-address? vi /etc/hosts192.168.100.176 solaris192.168.100.1router vi /etc/defaultrouterrouter vi /etc/netmasks192.168.100.0255.255.255.0 ifconfig fjgi0 192.168.100.176 netmask 255.255.255.0 group ipmp broadcast + upvi /etc/hostname.fjgi0solaris netmask 255.255.255.0 broadcast + group ipmp up ifconfig fjgi2 group ipmp standby.. zfs 파일 시스템 * zpool 미러 *zpool statusprtvtoc /dev/rdsk/c0t0d0s2 | fmthard -s - /dev/rdsk/c1t0d0s2 zpool attach -f rpool c0t0d0s0 c1t0d0s0zpool statusinstallboot -F zfs /usr/platform/`uname -i`/lib/fs/zfs/bootblk /dev/rdsk/c1t0d0s0 * 하위 pool 생성 및 삭제 * zfs create rpool/kdkzfs destroy (-f) rpool/kdk * 하위 pool 사이즈 설정 * zfs get volsize rpool/swapzfs set volsize=2g rpool/swapzfs set mountpont=/kdk rpool/kdkzfs set.. 이전 1 ··· 10 11 12 13 14 15 16 ··· 20 다음