EV_AGENT[4409]: Agent Main --Estream construct failed. Err: RWSockErr: in RWSocket::getpeername: NOT
RWSockAddr
getpeername() const;
Returns the address of the peer connected to this socket.
返回連線到這個SOCKET上的peer的地址的時候發生的錯誤,而網上看到有類似的情況,跟我這裡很類似,是系統負載過高的時候發生的。並且我這裡,當時因為負載過高,磁碟I/O過大,導致負載狂高的同時,RAC系統的VOTING DISK訪問磁碟發生超時,接著就發生了節點被驅逐的情況,導致一個節點被重啟。
另外系統啟動的時候,會啟動EV_AGENT,啟動時的資訊如下:
EV_AGENT[4485]: Agent daemon process created, pid 4485
EV_AGENT[4485]: Agent has started up.
然後PS一下看到的這個ID對應的程式情況如下:
root 4485 1 0 10:32 ? 00:00:00 /opt/Navisphere/bin/naviagent -f /etc/Navisphere/agent.config
可以看得到是EMC的NAVIAGENT啟動的時候建立的一個咚咚,但是NAVIAGENT明明是用另一個程式啟動的啊,啟動日誌如下:Navisphere Agent[4435]: Agent initializing with pid 4435
可是後來怎麼地變成了4485了?難道是先啟動的4435,然後spawn出來4485,自己就OVER了?
這裡有關於RWSocket的完整說明
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25016/viewspace-1008217/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Reflect.construct() 方法Struct
- 7.35 BITMAP_CONSTRUCT_AGGStruct
- Construct String from Binary TreeStruct
- Proxy handler.construct() 方法Struct
- Carbon DateTime::__construct () 為什麼?Struct
- Qt QWidget Must construct a QApplication before a QWidgetQTStructAPP
- npm ERR! Unexpected token in JSON at position 0 while parsing near ’ npm ERR! <!–////////NPMJSONWhile
- code EACCESnpm ERR! syscall renamenpm ERR! path /usr/local/bin/webpack errno -13NPMWeb
- Main()方法AI
- [LeetCode] Construct Quad Tree 建立四叉樹LeetCodeStruct
- LeetCode之Construct String from Binary Tree(Kotlin)LeetCodeStructKotlin
- npm ERR! code ECONNRESET npm ERR! errno ECONNRESET網路問題解決NPM
- 報錯:npm ERR! missing script: serve npm ERR! A complete log of this run can be found in:NPM
- CRS-4124: Oracle High Availability Services startup failed.OracleAI
- 【Vue】npm ERR! code ERESOLVEVueNPM
- 找不到 main 方法, 請將 main 方法定義為: public static void main(String[] args)AI
- 千問AI agent qwan_agent使用AI
- AS執行main()方法報錯:SourceSet with name ‘main‘ not foundAI
- 2788647047_mainAI
- 存檔mainAI
- Angular macOS Err:EACCES: permission deniedAngularMac
- go run main.go undefined? golang main包那點事AIUndefinedGolang
- OpenMP task construct 實現原理以及原始碼分析Struct原始碼
- OpenMP Parallel Construct 實現原理與原始碼分析ParallelStruct原始碼
- OpenMP Sections Construct 實現原理以及原始碼分析Struct原始碼
- if __name__==”__main__”:AI
- HTML <main> 標籤HTMLAI
- if __name__ == ‘__main__‘AI
- Animal Cotroller文件——MainAI
- Java - 25 main方法JavaAI
- 智慧體Agent智慧體
- Java Agent(上)Java
- PostgreSQL 原始碼解讀(245)- plpgsql(CreateFunction-construct_array)SQL原始碼FunctionStruct
- CRS-4124: Oracle High Availability Services startup failed. CRS-4000OracleAI
- pyinstaller_pytest.main_打包AI
- zabbix安裝agent
- SSH Agent 的作用
- 資料庫agent資料庫