::: SYSTEM ::: 49

hpux sasmgr

hpux s/w mirro 에서 h/w mirro 로 소리 없이 바꼈다 ㅎㅎ 내가 모른 것일수도 있지만.. [root@omad1/opt/sas/bin]sasmgr get_info -D /dev/sasd0 -q raid Wed Sep 9 14:13:06 2009 ---------- LOGICAL DRIVE 7 ---------- Raid Level : RAID 1 Volume sas address : 0x1b31688d14a71b0 Device Special File : /dev/rdsk/c1t0d0 Raid State : DEGRADED Raid Status Flag : ENABLED Raid Size : 139898 Rebuild Rate : 0.00 % Rebuild Progress : 100.00 ..

Sun Solaris IP Set

** IP 설정 # ifconfig -a // 새로운 디바이스를 확인 # ifconfig elxl0 plumb // 새로운 디바이스를 붙인다 # ifconfig elxl0 192.168.0.3 // ip를 넣는다. ( # ifconfig elxl0 192.168.0.3 netmasks 255.255.255.0 up ) # ifconfig elxl0 up // ip를 붙인다 # ifconfig -a // 확인을 한다 # netstat -rn // route table을 확인 # route add net default 192.168.0.1 // gateway를 붙인다. # netstat -rn // 세팅이 잘 되었는지 확인한다 # ping 168.126.63.1 // test를 한다. *** 관련 FILE ..