AIX 5L學習總結4_第1頁
免費預覽已結束,剩余3頁可下載查看

下載本文檔

版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領

文檔簡介

1、aix 5l學習總結41.管理子系統(tǒng) 子系統(tǒng)所有由src(resource system conoller)系統(tǒng)資源控制器 -bash-3.00$ ps -ef| srcmstr /查看src的守護進程 root 204974 1 0 jan 03 - 0:02 /usr/sbin/srcmstr enjoygoo 2261074 1949916 0 15:31:29 pts/92 0:00 grep srcmstr /srcmstr在進程/etc/inittab文件中一條記錄 -bash-3.00$ /etc/inittab |grep srcmstr srcmstr:23456789:re

2、spawn:/usr/sbin/srcmstr system resource controller/這條就是記錄 假如沒有這條可以用mkitab -i fbcheck srcmstr:2:respawn:/usr/sbin/srcmstr src有一組管理子系統(tǒng)的分離為 -bash-3.00$ src -a /查看子系統(tǒng)、子系統(tǒng)組或子服務的狀態(tài)。 subsystem/子系統(tǒng)名字 group/子系統(tǒng)所屬的子系統(tǒng)組 pid/這個子系統(tǒng)的進程號 status/狀態(tài) muxatmd tip 106652 active/表示子系統(tǒng)正常運行 biod nfs 221374 active srv spoo

3、ler 245896 active sshd ssh 233648 active ctr rsct 110810 active ibm.csmagentrm rsct_ 217096 active ibm.servicerm rsct_rm 196802 active qdaemon spooler inoperative/表示系統(tǒng)沒有運行。 spooler inoperative lumlmd lumls inoperative lumgdb lumls inoperative inetd tcpip inoperative rd tcpip inoperative syslogd ras

4、inoperative xntpd tcpip inoperative sendmail mail inoperative snmpd tcpip inoperative aixmibd tcpip inoperative hostmibd tcpip inoperative snmpmibd tcpip inoperative dp2 tcpip inoperative portmap portmap inoperative dhcp tcpip inoperative dhcpcd6 tcpip inoperative ndpd-host tcpip inoperative ndpd-ro

5、uter tcpip inoperative tcpip inoperative named tcpip inoperative routed tcpip inoperative iptrace tcpip inoperative d tcpip inoperative dhcpsd tcpip inoperative dhcpsdv6 tcpip inoperative dhcprd tcpip inoperative mrouted tcpip inoperative rsvpd qos inoperative policyd qos inoperative pxed tcpip inop

6、erative binld tcpip inoperative pd tcpip inoperative keyserv keyserv inoperative ypbind yp inoperative nfsd nfs inoperative rpc.mountd nfs inoperative automountd autofs inoperative nfsrgyd nfs inoperative gssd nfs inoperative llbd ifors inoperative glbd iforncs inoperative cpsd ike inoperative tmd i

7、ke inoperative isakmpd ike inoperative cdromd inoperative i4lmd iforls inoperative i4glbcd iforncs inoperative i4gdb iforls inoperative i4llmd iforls inoperative nimsh nimclient inoperative ctcas rsct inoperative vert_serv nrd inoperative dtsrc inoperative wsmrefserver inoperative ibm.errm rsct_rm i

8、noperative ibm.auditrm rsct_rm inoperative ibm.hostrm rsct_rm inoperative ibm.sensorrm rsct_rm inoperative ibm.fsrm rsct_rm inoperative ibm.configrm rsct_rm inoperative ibm.lprm rsct_rm inoperative ibm.wlmrm rsct_rm inoperative rpc.lockd nfs inoperative rpc.d nfs inoperative 0513-039 usage is one of

9、: /lssrc語法如下。 lssrc -h host -a lssrc -h host -g group_name lssrc -h host -l -s bsystem_name lssrc -h host -l -p subsystem_pid lssrc -h host -l -t subserver_type -o subserver_object -p subsystem_pid lssrc -h host -l -t subserver_type -p subserver_pid -p subsystem_pid lssrc -s -s subsystem_name | -d l

10、ssrc -t -t subserver_type lssrc -n -n notify_name -bash-3.00$ lssrc -g tcpip/查看本地tcpip子系統(tǒng)組的狀態(tài)。 subsystem group pid status muxatmd tcpip 106652 active inetd tcpip inoperative rwhod tcpip inoperative xntpd tcpip inoperative snmpd tcpip inoperative aixmibd tcpip inoperative hostmibd tcpip inoperative s

11、nmpmibd tcpip inoperative dpid2 tcpip inoperative dhcpcd tcpip inoperative dhcpcd6 tcpip inoperative ndpd-host tcpip inoperative ndpd-router tcpip inoperative tftpd tcpip inoperative gated tcpip inoperative named tcpip inoperative routed tcpip inoperative iptrace tcpip inoperative timed tcpip inoper

12、ative dhcpsd tcpip inoperative dhcpsdv6 tcpip inoperative dhcprd tcpip inoperative mrouted tcpip inoperative pxed tcpip inoperative binld tcpip inoperative dfpd tcpip inoperative 2.startsrc指令啟動其他子系統(tǒng)或子服務器 startsrc -a argument -e environment -h host -s subsystem | -g group to start a subserver startsr

13、c -h host -t type -o object -p subsystempid 啟動nfs中的全部子系統(tǒng) -bash-3.00$ startsrc -g nfs 要啟動一個web服務器 -bash-3.00$ startsrc -s 也可以用smit startssys來啟動子系統(tǒng) start a subsystem type or select a value for the entry field. press enter after making all desired changes. entry fields * subsystem name + 3.用stopsrc指令向s

14、rc發(fā)送一個哀求,停止一個子系統(tǒng)或子系統(tǒng)組,或者停止全部的子系統(tǒng)。 syntax to stop a subsystem stopsrc -h host -f | -c -a | -g group | -p subsystempid | -s subsystem to stop a subserver stopsrc -h host -f -t type -p subsystempid -p subserverpid | -o object -bash-3.00$ stopsrc -a/停止全部子系統(tǒng) 還可以用smit stopssys stop subsystem move cursor t

15、o desired item and press enter. stop a single subsystem stop all subsystems 4.refresh指令用來給像子系統(tǒng)或子系統(tǒng)組這樣的src資源發(fā)送重啟啟動哀求。 syntax refresh -h host -g group| -p subsystempid| -s subsystem -bash-3.00$ refresh -s inetd/重啟子系統(tǒng)inetd進程。 也可以用smit refresh refresh a subsystem type or select values in entry fields. p

16、ress enter after making all desired changes. entry fields * subsystem process id 重新啟動web服務器,refresh -s httpd 5.traceson指令和tracesoff指令 用traceson指令可以開啟src資源跟蹤,包括子系統(tǒng),子系統(tǒng)組和子服務器的跟蹤。 subsystem traceson -h host -l -g group | -p subsystempid| -s subsystem subserver traceson -h host -l -t type -o object -p s

17、ubsystempid -p subserverpid -bash-3.00$ smit tracessyson/用tracessyson啟動traceson start trace type or select values in entry fields. press enter after making all desired changes. entry fields * subsystem process id + trace type short 要關閉一個子系統(tǒng)的跟蹤用tracesoff指令 syntax subsystem tracesoff -h host -g group | -p subsystempid | -s s

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
  • 4. 未經權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
  • 6. 下載文件中如有侵權或不適當內容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論