- uuidgen <device>
uuidgen eth0
2. 查詢network狀態:uuid, link up speed
nmcli dev list
nmcli con status
uuidgen eth0
2. 查詢network狀態:uuid, link up speed
nmcli dev list
nmcli con status
db = 10 log(P1/P2)
lnsertion loss (II)= 10 log(V_final/V_init)
i.e V_init = 1100mV
Margin = V_fianl - V_critirial
1. rpc: remote procedure call (遠端呼叫程序)
功能:
1.各種程式服務會像rpc註冊一個 port number (有點像機場的gate); 之後程式便可在自己註冊的port nubmer 對外停工相關服務
2. rpc 本身會在 port 111 聽取各方需求
ex: client 想要像server 要求nfs 服務
1. 使用 chkconfig or ntsysv 等命令
chkconfig 的使用必須 加入 相關script @ /etc/init.d/
ex: 讓pbs_mom加入chconfig 服務;並使用chkconfig 開啟pbs_mom開機啟動服務
cp contrib/init.d/pbs_mom /etc/init.d/
chkconfig pbs_mom on
問題:qsub job.sh 後; job 沒有run; status 在R/Q之間徘徊
qstat
Job ID Name User Time Use S Queue
------------------------- ---------------- --------------- -------- - -----
37.SI01 pc06.test6 u1 0 R batch
1.server 端:製作ssh 金鑰 會產生兩個檔案 id_dsa ; id_dsa.pub
[root@pc01]# ssh-keygen -t dsa
Generating public/private dsa key pair.
Enter file in which to save the key (/root/.ssh/id_dsa): /root/.ssh/id_dsa
Enter passphrase (empty for no passphrase): (按enter)