標(biāo)題: Hp unix sfmdb卸載與安裝 [打印本頁(yè)] 作者: olivenan 時(shí)間: 2009-06-08 17:09 標(biāo)題: Hp unix sfmdb卸載與安裝 最近發(fā)現(xiàn)/var邏輯卷增長(zhǎng)很快,最后確定目錄/var/opt/sfmdb/pgsql/ 文件增長(zhǎng)很快
檢查/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)扇接連故障最后確定是板卡的問(wèn)題,更換硬件后故障修復(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