16 11 2016
HP-UX 에 기본정보 확인 명령어
버젼 확인
1 2 |
root@dev_was [/opt/hpws]# uname -a HP-UX dev_was B.11.31 U ia64 1073980350 unlimited-user license |
하드웨어 정보
1 2 3 4 5 6 7 8 9 10 11 |
root@dev_was [/opt/hpws]# machinfo CPU info: Intel(R) Itanium(R) Processor 9560 (2.53 GHz, 32 MB) 1 core, 1 logical processor per socket 6.39 GT/s QPI, CPU version D0 Active processor count: 2 sockets 2 cores Memory: 8186 MB (7.99 GB) ~~~ |
파티션정보확인
1 2 3 4 5 6 |
root@dev_was [/opt/hpws]# bdf Filesystem kbytes used avail %used Mounted on /dev/vg00/lvol3 64487424 25488760 38694240 40% / /dev/vg00/lvol1 2097152 445160 1639136 21% /stand /dev/vg00/lvol4 52428800 78982 49077962 0% /was /dev/vg01/lvol1 524156928 195115 491214207 0% /data01 |
마운트정보확인
1 2 3 4 5 6 |
root@dev_was [/opt/hpws]# mount -v /dev/vg00/lvol3 on / type vxfs ioerror=mwdisable,largefiles,delaylog,dev=40000003 on Thu Oct 20 17:06:20 2016 /dev/vg00/lvol1 on /stand type vxfs ioerror=mwdisable,nolargefiles,log,tranflush,dev=40000001 on Thu Oct 20 17:06:22 2016 /dev/vg00/lvol4 on /was type vxfs ioerror=mwdisable,largefiles,delaylog,dev=40000004 on Thu Oct 20 17:06:29 2016 /dev/vg01/lvol1 on /data01 type vxfs ioerror=mwdisable,largefiles,delaylog,dev=40010001 on Thu Oct 20 17:06:29 2016 -hosts on /net type autofs ignore,indirect,nosuid,soft,nobrowse,dev=4000002 on Thu Oct 20 17:06:54 2016 |
가상메모리(Swap)공간 사용량 확인
1 2 3 4 5 6 7 |
root@dev_was [/opt/hpws]# swapinfo -tm Mb Mb Mb PCT START/ Mb TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME dev 16384 0 16384 0% 0 - 1 /dev/vg00/lvol2 reserve - 703 -703 memory 7786 1685 6101 22% total 24170 2388 21782 10% - 0 - |
설치된 OS버젼 확인
1 2 3 4 5 6 7 8 |
root@dev_was [/opt/hpws]# swlist -l bundle QPKBASE # Initializing... # Contacting target "dev_was"... # # Target: dev_was:/ # QPKBASE B.11.31.1603.421a Base Quality Pack Bundle for HP-UX 11i v3, March 2016 |
위의 11i v3의 경우는 Apache, Tomcat등 HP-UX사이트에서 다운받을때 해당 버젼을 다운받으면 됩니다.
ip확인
1 2 3 4 |
root@dev_was [/opt/hpws]# netstat -in Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll lan0 1500 192.168.150.0 192.168.150.110 366806 0 267422 0 0 lo0 32808 127.0.0.0 127.0.0.1 273282 0 273282 0 0 |
IP확인이나 네트웍 관련 명령어 # ifconfig lan # lanscan #nwmgr 사용
HP UX jdk 설치 및 설정 HP-UX 에서 Apache + Tomcat 설치