- 論壇徽章:
- 0
|
最近發(fā)現(xiàn)/var邏輯卷增長很快,最后確定目錄/var/opt/sfmdb/pgsql/ 文件增長很快
檢查/var/opt/resmon/log 下event log
Cooling Unit : Performance is degrading. http://docs.hp.com/hpux/content/hardware/ems/ia64_corehw.htm#115002錯(cuò)誤時(shí)斷時(shí)續(xù) cooling unit (Sensor ID: System Fan 4) cooling unit (Sensor ID: System Fan 5) cooling unit (Sensor ID: System Fan 6)
4、5、6 這個(gè)三個(gè)風(fēng)扇接連故障最后確定是板卡的問題,更換硬件后故障修復(fù),但是已經(jīng)占用的系統(tǒng)空間需要釋放,此時(shí)需要重新安裝sfmdb
1、Stop sfmdb :
#/sbin/init.d/sfmdb stop
2、卸載sfmdbUnconfigure SFM. Ignore any error messages.#swconfig -u SysFaultMgmt
3.確認(rèn)所有sfmdb進(jìn)程已經(jīng)關(guān)閉.Confirm that there are no instances of postmaster (run by sfmdb ) running; if any, kill those processes# ps -ef | grep sfmdb
4.刪除目錄/var/opt/sfmdb/pgsql/ .Delete the sfmdb database and the related files.#rm -rf /var/opt/sfmdb/pgsql/ 5重新安裝sfmdb.Configure SFM. Ignore any error messages.#swconfig SysFaultMgmt
6.確認(rèn)安裝成功,輸出為OK.Check the status of the providers, and SFMProviderModule should be in OK status.#cimprovider -ls
本文來自ChinaUnix博客,如果查看原文請(qǐng)點(diǎn):http://blog.chinaunix.net/u/7121/showart_1958874.html |
|