IT/Unix

Sun Solaris Physical CPU 정보 보기

By HKEBI | 2011. 4. 25. 17:36

T5120 같은 장비는 prtdiag 로 봐도 cpu 개수가 엄청 많이 보입니다.. 아래 방법은 psrinfo -p (Physical Processor) 를 통해서 실제 cpu 개수및 core 수 를 알수 있는 방법 입니다. In Solaris 10, if you want to find the processor type and the number of physical processors installed on the system and the number of Virtual Processors available on the system then the psrinfo command does job for you. To simply display the number of Physical processors,..

IT/Unix

Sun Solaris 시스템 정보 확인

By HKEBI | 2011. 4. 4. 18:23

Solaris 에서 시스템 정보 확인 하는 방법중에서 제일 간단한 벙법으로 prtdiag 라는 커맨드를 사용 합니다.. sun01:/]prtdiag -v 시스템 구성: Sun Microsystems sun4u Sun Fire 480R // 서버모델 시스템 클록 주파수: 150 MHz 메모리 크기: 8192 MB // Memory Size ========================= CPUs =============================================== Run E$ CPU CPU Brd CPU MHz MB Impl. Mask --- ----- ---- ---- ------- ---- A 0 1200 8.0 US-III+ 11.1 // 실제 cpu 정보가 보입니다. 1.2Ghz Ul..

IT/Unix

telnet: Unable to connect to remote host: No route to host 발생시

By HKEBI | 2011. 2. 25. 11:01

telnet 이 않될경우는 많지만 host1:/>telnet host2 Trying... telnet: Unable to connect to remote host: No route to host 위에 메세지 를 보여주며 않되는 경우가 있습니다.. 이럴경우는 100% subnet 을 잘못 넣었기 때문입니다. 방화벽을 의심 하는 사람도 있지만.... subnet mask 를 확인해 보시면 틀린걸 찾으실수 있을겁니다. host1:/>ifconfig lan1 lan1: flags=1843 inet 192.168.1.115 netmask ffffff80 broadcast 192.168.1.127 IP 를 수정해서 붙여 넣은거라 틀리긴 하지만 ㅎㅎ 어쨌든.. 255.255.255.0 으로 했어야 햇는데 잘못 넣은 ..