SA299學習筆記 第六章 配置NFS(6)
nfslogd後臺程式
功能:
1、轉換raw資料為ASCII記錄,然後儲存在ASCII日誌檔案上
2、解析IP地址為主機名和UID為登陸名
3、對映檔案控制程式碼為路徑名
配置NFS日誌路徑
/etc/nfs/nfslog.conf
這個檔案定義路徑,檔名和nfslogd後臺必須使用的日誌的型別
有關NFS日誌記錄的一些引數:
IDLE_TIME:空閒時間.根據設定的時間來決定每間隔多長時間來檢查緩衝器檔案,預設的是300秒.提高這個時間可以降低檢查的次數
MIN_PROCESSING_SIZE:預設的是524288bytes.設定緩衝器檔案在處理和寫入日誌檔案這個過程所需要的最小位元數.
UMASK:預設的是0137
CYCLE_FREQUENCY:設定清除緩衝器檔案裡面資料的間隔時間,預設的是24小時.使用這個引數的目的是為了防止日誌檔案變得太大.
MAX_LOGS_PRESERVE:預設是10
四、Troubleshooting NFS Errors 共有9種錯誤: 1、The rpcbind failure error &:nfs mount: server1:: RPC: Rpcbind failure RPC: Timed Out nfs mount: retrying: /mntpoint 伺服器負荷過重,資源已接近臨界狀態,或者是hosts資料庫中的資料有誤比如錯誤的IP地址或者是錯誤的主機名,或者是server 端的hosts資料庫停止工作。 2、The server not responding error &: NFS server server2 not responding, still trying 主要原因可能是由於server或client中有一個DOWN機造成。 3、The NFS client fails a reboot Error Setting default interface for multicast: add net 224.0.0.0: gateway: client_node_name. 這可能是由於client端在/etc/vfstab中使用了fg的掛載引數,首先STOP + A進入OK模式,將系統啟動到 level 1手工編輯/etc/vfstab檔案將有關NFS遠端資源的那一行用“#”註釋掉,然後使系統執行至level 3 ,然後取消註釋,重啟動NFS程式。或者把vfstab中的options的fg改為bg, 然後正常啟動至level 3。 4、The service not responding Error nfs mount: dbserver: NFS: Service not responding nfs mount: retrying: /mntpoint 應該是由於NFS程式沒有執行,確定系統正執行在level-3 (who -r)再檢查NFS程式是否啟動(ps –ef| grep nfs),如果沒有,則執行“/etc/init.d/nfs.server start” 5、The program not registered Error &:nfs mount: dbserver: RPC: Program not registered nfs mount: retrying: /mntpoint 1、確定系統在level-3執行,如果不是則執行“init 3”命令 2、執行:pgrep –xl mountd 檢查mountd是否執行,如果沒有,首先執行 /etc/init.d/nfs.server stop 然後執行:/etc/init.d/nfs.server start 3、檢查 /etc/dfs/dfstab 裡面的條目是否有錯。 6、The stale NFS file handle Error &:stale NFS file handle 極大的可能是由於server上的NFS資源已經被移走,,最好的辦法是重新掛載或解除安裝舊的NFS資源。 7、The unknown host Error &:nfs mount: server1:: RPC: Unknown host hosts資料庫有問題,檢查hosts資料庫中的主機的node名是否被支援。 8、The mount point Error &:mount: mount-point /DS9 does not exist client端的掛載點不存在,或者path不正確或者拼寫有錯誤。 |
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/222350/viewspace-925979/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- java學習筆記6Java筆記
- vue學習筆記6Vue筆記
- es6學習筆記筆記
- ES6 學習筆記筆記
- ES6 學習筆記筆記
- Swoft 學習筆記之配置筆記
- Elasticsearch的配置學習筆記Elasticsearch筆記
- ES6的學習筆記筆記
- ES6 學習筆記一筆記
- ES6 學習筆記二筆記
- ES6 學習筆記三筆記
- ES6 學習筆記四筆記
- Oracle學習筆記(6)——函式Oracle筆記函式
- G01學習筆記-6筆記
- webpack學習筆記七:配置babelWeb筆記Babel
- Mudo C++網路庫第六章學習筆記C++筆記
- ES6學習筆記(七)【class】筆記
- ES6學習筆記(八)【class】筆記
- ES6學習筆記(九)【class】筆記
- 前端學習筆記之ES6~~~前端筆記
- ES6學習筆記之Function筆記Function
- JUC原始碼學習筆記6——ReentrantReadWriteLock原始碼筆記
- Redis6.x學習筆記(一)Redis筆記
- ES6學習筆記--es6簡介筆記
- Flutter學習筆記 - 安裝,映象,配置Flutter筆記
- Ansible學習筆記——基礎與配置筆記
- ES6學習筆記(六)【promise,Generator】筆記Promise
- Python學習筆記6——動態型別Python筆記型別
- Python 學習筆記(6)— 字串格式化Python筆記字串格式化
- jvm學習筆記6:類載入器JVM筆記
- XV6學習筆記(2) :記憶體管理筆記記憶體
- Pytest學習筆記6-自定義標記mark筆記
- Spring Boot 學習筆記(5):日誌配置Spring Boot筆記
- Xamarin 學習筆記 - 配置環境(Windows & iOS)筆記WindowsiOS
- Redis安裝與配置(學習筆記一)Redis筆記
- Spring Boot 學習筆記(4):配置properties(1)Spring Boot筆記
- Spring Boot 學習筆記(4):配置properties(2)Spring Boot筆記
- SpringBoot系列之YAML配置用法學習筆記Spring BootYAML筆記
- Spring Boot學習筆記:Spring Boot核心配置Spring Boot筆記