停電導致aix檔案系統掛載問題
今天機房停電了,ups供電能力不足,於是把一個陣列關掉了,當然最後也沒撐住,伺服器還是掛了。
後來供電正常了,伺服器正常了,卻發現有關檔案系統沒找到,原來那個陣列沒起來。
於是先執行mount,提示裝置不存在。
於是lsvg檢視,找出對應得vg
lsvg xxvg提示需要varyon
於是執行varyonvg,提示The volume group cannot be varied on because
there are no good copies of the descriptor area
there are no good copies of the descriptor area
查詢資料得時候看到有人提示exportvg,然後importvg就好了
於是不知死活的就執行了exportvg
結果執行importvg的時候提示
0516-082 lqueryvg: Unable to access a special device file.
Execute redefinevg and synclvodm to build correct environment.
0516-082 lqueryvg: Unable to access a special device file.
Execute redefinevg and synclvodm to build correct environment.
0516-1140 importvg: Unable to read the volume group descriptor area
on specified physical volume.
Execute redefinevg and synclvodm to build correct environment.
0516-082 lqueryvg: Unable to access a special device file.
Execute redefinevg and synclvodm to build correct environment.
0516-1140 importvg: Unable to read the volume group descriptor area
on specified physical volume.
試著執行importvg -y vgname hdiskxx
提示0516-024 lqueryvg: Unable to open physical volume.
Either PV was not configured or could not be opened. Run
diagnostics.
0516-024 lqueryvg: Unable to open physical volume.
Either PV was not configured or could not be opened. Run
diagnostics.
0516-1140 importvg: Unable to read the volume group descriptor area
on specified physical volume.
Either PV was not configured or could not be opened. Run
diagnostics.
0516-024 lqueryvg: Unable to open physical volume.
Either PV was not configured or could not be opened. Run
diagnostics.
0516-1140 importvg: Unable to read the volume group descriptor area
on specified physical volume.
傻眼了,再嘗試 varyonvg backupvg
0516-008 varyonvg: LVM system call returned an unknown
error code (3).
0516-008 varyonvg: LVM system call returned an unknown
error code (3).
根據前面的提示執行redefinevg -d hdisk2 backupvg
0516-024 : Unable to open physical volume.
Either PV was not configured or could not be opened. Run
diagnostics.
執行synclvodm -P -v backupvg
0516-306 : Unable to find volume group backupvg in the Device
Configuration Database.
0516-502 synclvodm: Unable to access volume group backupvg.
# lqueryvg -Atp hdisk2
0516-320 lqueryvg: Physical volume hdisk2 is not assigned to
a volume group.
0516-024 lqueryvg: Unable to open physical volume.
Either PV was not configured or could not be opened. Run
diagnostics.
0516-024 : Unable to open physical volume.
Either PV was not configured or could not be opened. Run
diagnostics.
執行synclvodm -P -v backupvg
0516-306 : Unable to find volume group backupvg in the Device
Configuration Database.
0516-502 synclvodm: Unable to access volume group backupvg.
# lqueryvg -Atp hdisk2
0516-320 lqueryvg: Physical volume hdisk2 is not assigned to
a volume group.
0516-024 lqueryvg: Unable to open physical volume.
Either PV was not configured or could not be opened. Run
diagnostics.
還是失敗。
lsvg發現vg沒了
lspv發現pv也沒了
這才發現事態的嚴重性,趕緊查資料找人求助,發現exportvg實際是刪除vg,傻了
不敢再做啥了,趕緊找人幫忙,發現有資料說可以恢復
於是趕緊查詢硬體資訊
odmget -q name=hdisk2 CuAt
高手說只能重建vg。
後來檢視lspv發現pv沒了,就lsdev -Cc disk
發現
hdiskxx Defined 11-08-L SSA Logical Disk Drive
執行cfgmgr
然後lsdev -Cc disk發現硬體正常了。
於是執行importvg backupvg
0516-082 lqueryvg: Unable to access a special device file.
Execute redefinevg and synclvodm to build correct environment.
0516-082 lqueryvg: Unable to access a special device file.
Execute redefinevg and synclvodm to build correct environment.
0516-1140 importvg: Unable to read the volume group descriptor area
on specified physical volume.
於是再執行importvg -y bakcupvg hdisk2
0516-082 lqueryvg: Unable to access a special device file.
Execute redefinevg and synclvodm to build correct environment.
0516-082 lqueryvg: Unable to access a special device file.
Execute redefinevg and synclvodm to build correct environment.
0516-1140 importvg: Unable to read the volume group descriptor area
on specified physical volume.
於是再執行importvg -y bakcupvg hdisk2
經過忐忑的等待,搞定!
然後mount
哇卡卡,運氣真好,資料都在
。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
經驗教訓
1.不熟悉的命令不能亂用
2.exportvg之後pv也被刪了,不知道為啥
3.遇事不要慌,吉人自有天相
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/196700/viewspace-1570945/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- AIX檔案系統滿的問題分析AI
- AIX 系統建立邏輯卷、新增檔案系統並掛載使用AI
- 掛載fat檔案系統
- 檔案系統的掛載 與 非掛載
- AIX maxperm引數導致監聽問題AI
- 記一次:歸檔檔案系統問題導致資料庫hang處理資料庫
- oracle 資料庫光纖卡出問題導致檔案系統I/OERROROracle資料庫Error
- 因AIX系統目錄許可權問題導致TSM備份失敗AI
- AIX啟動自動載入檔案系統AI
- Oracle RAC NFS掛載檔案系統OracleNFS
- macOS 下NFS 檔案系統掛載MacNFS
- linux 掛載xfs檔案系統Linux
- Linux掛載檔案系統(轉)Linux
- MTU問題導致大檔案傳輸速度很慢
- Linux 檔案系統掛載mount命令Linux
- vmware中增加硬碟掛載檔案系統硬碟
- Linux系統掛載win系統的共享檔案Linux
- aix檔案系統擴容AI
- AIX刪除檔案系統AI
- 轉-AIX檔案系統滿AI
- AIX檔案系統調整AI
- Linux 建立檔案系統及掛載檔案系統詳解一薦Linux
- django解決css,js檔案304導致無法載入顯示問題DjangoCSSJS
- findmnt-尋找掛載的檔案系統
- NFS導致的目標端檔案系統不可讀NFS
- 引入外部js檔案導致亂碼問題解決方案JS
- WPF App後臺檔案彈窗導致奇怪的問題APP
- aix擴充套件檔案系統AI套件
- AIX 建立檔案系統步驟AI
- aix 擴充套件檔案系統AI套件
- RLM$SCHDNEGACTION 執行導致負載問題負載
- 【AIX 命令學習】載入與解除安裝檔案系統!AI
- findmnt命令查詢已掛載的檔案系統
- 使用SSHFS檔案系統遠端掛載目錄
- linux下掛載NTFS和FAT檔案系統Linux
- ubifs根檔案系統掛載失敗可能原因
- OEL 11.2.0.2 RAC 資料庫停電導致has程式無法啟動OLR檔案損壞資料庫
- AIX 修改系統檔案 /etc/security/limitsAIMIT