기술

OS상에서 서버정보 확인하는 방법(초간단)

퍼렁별여행자 2013. 5. 9. 13:54

OS상에서 서버정보 확인하는 방법(초간단)


각 OS별로 나눠서 상세하게 정리하고 있지만, 모아놓을 필요도 있을 듯하여 하나 적어놓음.

Windows는 GUI에서 확인하면 되기에 생략.


1. cpu정보

AIX            lsdev -Cc processor 

HP-UX       ioscan -fnC processor 

SOLARIS    psrinfo -v 

LINUX        cat /proc/cpuinfo


2. Physical RAM

AIX            bootinfo -r 

HP-UX       grep -i Physical /var/adm/syslog/syslog.log 

SOLARIS    Prtconf 

LINUX        free


3. Kernel Bits

AIX            bootinfo -K 

HP-UX       getconf KERNEL_BITS 

SOLARIS    isainfo -kv 

LINUX        getconf WORD_BIT


4. Service Switch

AIX           /etc/netsvc.conf 

HP-UX      /etc/nsswitch.conf 

SOLARIS   /etc/nsswitch.conf 

LINUX      /etc/nsswitch.conf


5. NIC

AIX            ifconfig -a 

HP-UX       lanscan -v 

SOLARIS    ifconfig -a 

LINUX        ifconfig -a


6. Administrator

AIX            smit 

HP-UX       sam 

SOLARIS    admintool 

LINUX        linuxconf