LINUX常用的系統(tǒng)狀態(tài)查詢命令
# lsdev ?C ?s scsi
列出各個(gè)SCSI設(shè)備的所有相關(guān)信息:如邏輯單元號(hào)linux常用命令,硬件地址及設(shè)備文件名等。
# ps -ef
列出正在運(yùn)行的所有進(jìn)程的各種信息:如進(jìn)程號(hào)及進(jìn)程名等。
# netstat -rn
列出網(wǎng)卡狀態(tài)及路由信息等。
# netstat -in
列出網(wǎng)卡狀態(tài)及網(wǎng)絡(luò)配置信息。
# df -k
列出已加載的邏輯卷及其大小信息。
# mount
列出已加載的邏輯卷及其加載位置。
# uname -a
列出系統(tǒng)ID 號(hào),系統(tǒng)名稱,OS版本等信息。
# hostname
列出系統(tǒng)網(wǎng)絡(luò)名稱。
# lsvg ?l rootvg,lsvg ?p rootvg
顯示邏輯卷組信息,如包含哪些物理盤及邏輯卷等。
# lslv ?l datalv,lslv ?p datalv
顯示邏輯卷各種信息,如包含哪些盤linux常用命令,是否有鏡像等。
八網(wǎng)絡(luò)故障定位方法
網(wǎng)絡(luò)不通的診斷過(guò)程:
ifconfig查看網(wǎng)卡是否啟動(dòng) (up)
netstat ?i查看網(wǎng)卡狀態(tài)
Ierrs/Ipkts和Oerrs/Opkts是否>1%
ping自己網(wǎng)卡地址 (ip地址)
ping其它機(jī)器地址,如不通,在其機(jī)器上用diag檢測(cè)網(wǎng)卡是否有問(wèn)題。
在同一網(wǎng)中,subnetmask應(yīng)一致。
網(wǎng)絡(luò)配置的基本方法:
(1) 如需修改網(wǎng)絡(luò)地址、主機(jī)名等,一定要用chdev命令
# chdev ?l inet0 ?a hostname=myhost
# chdev -l en0 -a netaddr=’Array.3.240.58’ -a netmask=255.255.255.0’
(2) 查看網(wǎng)卡狀態(tài):# lsdev ?Cc if
(3) 確認(rèn)網(wǎng)絡(luò)地址:# ifconfig en0
(4) 啟動(dòng)網(wǎng)卡:# ifconfig en0 up
(5) 配置路由
有兩種方式加入路由:
永久路由
# chdev -l inet0 -a route=’10.47.0.0’,’Array.3.240.5Array’
臨時(shí)路由
# route add 10.47.1.2 Array.3.240.5Array
用命令netstat -rn查看路由表
附:常用命令列表:
Any XXXX, ####, ****, or X is to be substituted by a name, resource name or #,
fn = filename
DIR = Directory
| = pipe symbol
bosboot -a -d /dev/hdiskx -rebuilds boot record/image on boot device(hdiskx)
cat -view contents of a file
cat /tmp/****.1 -view a file, look at output
cat fnfn > newfile -combines two files to a single file
cd -will return you to default DIR
cd / -will put in root DIR
cd /xxxx -change you to a DIR anywhere is system
cd .. -will drop you out of 1 DIR at a time
cd xxxxx -will change you to a DIR in current dir
cfgmgr -will auto config devices