본문 바로가기

Work

(154)
centos 일회성 작업 예약 at 명령어 1. 작업 예약 # at at> 실행할 명령어 입력 후 엔터완료되면 Ctrl+D 2. 확인 # at -l 3. 삭제# atrm %%%%%%%%%%%%%%%%%%%%%%%%%%[root@centos /]# at now +1 hourat> ls -al > /lsat> job 2 at 2015-07-22 14:45[root@centos /]# at -l2 2015-07-22 14:45 a root[root@centos /]# atrm 2[root@centos /]# at -l%%%%%%%%%%%%%%%%%%%%%%%%%%
ldom telnet localhost connection refused 될때 primary 서버에서 guest 도메인으로 접속하기 위해 #telnet localhost Trying 127.0.0.1...telnet: connect to address 127.0.0.1: Connection refusedTrying ::1...telnet: Unable to connect to remote host: Network is unreachable 위와 같이 접속이 불가능하면 1. VCC 설정 되어있는지 확인2. VSW 설정 되어있는지 확인3. primary 서버에서 vntsd 서비스 온라인중인지 확인svcs -a | grep vntsdsvcadm enable svc:/ldoms/vntsd:default
solaris 에서 iso 파일 마운트 # lofiadm -a /test/test.iso /dev/lofi/1 # mount -F hsfs -o ro /dev/lofi1 /mnt
solaris package ftp 사이트 ftp://ftp.tiscali.nl/pub/mirror/sunfreeware/sparc/10/
oracle vm for sparc(ldom)_patch oracle vm for sparc ( soalris 10 )
SVM Raid 5 * Raid 5 구성 * [t:/]metainit d10 -r c1t1d0s0 c1t2d0s0 c1t3d0s0d10: RAID is setup ==> SVM Raid 5 구성 c1t1d0s0 c1t2d0s0 c1t3d0s0 [t:/]metastat d10: RAID State: Initializing Initialization in progress: 0.2% done Interlace: 32 blocks Size: 167720832 blocks (79 GB)Original device: Size: 167740480 blocks (79 GB) Device Start Block Dbase State Reloc Hot Spare c1t1d0s0 20682 No Initializing Yes c1t2d0s0 2..
M4000 xscf 참고 http://thegeekdiary.com/how-to-configure-a-domain-on-mx000-series-server/ https://docs.oracle.com/cd/E19415-01/E21618-01/Domains.html#50491451_pgfId-1015263
solaris vi editor 에서 한글 깨질때 #LANG=ko#export LANG #stty -istrip -parenb cs8