Solaris システム情報を表示する(vmstat -s)
vmstat -s コマンドを実行すると、システムを前回ブートした後に発生した各種システムイベントの合計が表示されます。
# vmstat -s
0 swap ins
0 swap outs
0 pages swapped in
0 pages swapped out
7742515 total address trans. faults taken
7286 page ins
7281 page outs
11504 pages paged in
7437 pages paged out
1863784 total reclaims
1861586 reclaims from free list
0 micro (hat) faults
7742515 minor (as) faults
6095 major faults
1554435 copy-on-write faults
975134 zero fill page faults
46076 pages examined by the clock daemon
0 revolutions of the clock hand
5237 pages freed by the clock daemon
56682 forks
47441 vforks
104582 execs
12633621 cpu context switches
35881046 device interrupts
9746481 traps
27180180 system calls
15139178 total name lookups (cache hits 100%)
237599 user cpu
99213 system cpu
7745780 idle cpu
70791 wait cpu
L2SWにサーバが結線されているportを確認する
1、SWが持っているarpを表示し、対象のサーバのMACアドレスを確認する
hub01#show arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 192.168.100.141 189 000b.cdb1.2091 ARPA Vlan1
Internet 192.168.100.254 2 0010.dbde.facf ARPA Vlan1
Internet 192.168.100.239 0 0016.367e.d178 ARPA Vlan1
Internet 192.168.100.29 0 0016.35c4.a390 ARPA Vlan1
Internet 192.168.100.1 0 000f.6aaf.2800 ARPA Vlan1
2、対象サーバのMACアドレスをコピーして、mac-address-table を確認する
ephub01#show mac-address-table | inc 0016.35c4.a390
1 0016.35c4.a390 DYNAMIC Fa0/3
→この場合、サーバ(192.168.100.29)はFa0/3に結線されていることが確認できる