onbar的日誌搶救備份
如果我們的資料庫那天日誌沒有備份完,而此時資料庫突然宕掉後不能啟動,那麼我們的這幾個日誌就沒有備份。如果此時恢復的話是有幾個日誌不能恢復的,為了不讓我們的資料丟失,我們就需要把沒有備份的日誌備份到磁帶上。
用onbar -b -l -s起用搶救模式,在資料庫停止的狀態下可以備份日誌。
這個也是出了問題在領導那裡學習的,以前沒有用過。呵呵。
[informix@test ~]$ onbar
/home/informix/bin/onbar_d
onbar usage
BACKUP & VERIFICATION
=====================
For IBM Informix Dynamic Server:
-b [-L
-b -F
-b -l [-c | -C | -s] [-O]
-v [-w] [-p] [-t
-b backup
-c backup current logical log
-C continuous logical log backup
-f pathname of file containing list of storage spaces
-F fake backup
-l backup full logical logs (no spaces)
-L backup level: 0, 1, or 2, defaults to 0
-O override internal error checks - enforce policy strictly
-p backup spaces only (no logs)
-w whole system backup
-s salvage logs
-v verify consistency of most recent backups
onbar usage
RESTORE
========
For IBM Informix Dynamic Server:
-r [-e] [-O] [-f
-r [-e] [-t
-e external restore
-f pathname of file containing list of storage spaces
-l logical log only restore (no spaces)
-n last logical log to restore
-O override internal error checks - enforce policy strictly
-p physical only restore (no logs)
-r restore
-t point in time to stop restore
-w whole system to restore
-RESTART restart an interrupted restore
-rename rename chunks during cold restore
With -rename option:
-rename -f
chunk pathnames and offsets
-p old pathname of chunk
-o old offset of chunk
-n new pathname of chunk
-o new offset of chunk
onbar usage
MESSAGING
=========
For IBM Informix Dynamic Server:
-m [
-m Displays last
-r Repeat display every
onbar usage -P Print backed up logical-log(s) information
LOGICAL-LOG(S) DISPLAY
======================
For IBM Informix Dynamic Server:
{-P} {-n
[-t
-n Display the specified log identifier(s)
-l Display maximum information about each log record
-q Do not display program header
-b Display information about logged BLOB pages
-u Display the specified user(s)
-t Display the specified TBLspace(s)
-x Display the specified transaction(s)
[informix@test ~]$
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/312079/viewspace-245622/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- sqlserver的日誌備份SQLServer
- 備份之歸檔重做日誌備份
- 備份歸檔日誌
- oracle備份把日誌錯Oracle
- 日誌傳送事務日誌備份設定
- RMAN備份歸檔日誌多份 %c
- 備份歸檔日誌檔案
- rman全庫備份備份歸檔日誌檔案
- SQL Server大型事務日誌的備份SQLServer
- 冷備份+歸檔日誌的恢復
- 歸檔日誌大小 與使用rman 備份後的歸檔日誌產生的備份集大小的關係
- mysql之 xtrabackup原理、備份日誌分析、備份資訊獲取MySql
- onbar備份的時候返回錯誤程式碼142
- MySQL日誌管理,備份和恢復MySql
- 實時備份mysql binlog日誌MySql
- RMAN備份歸檔日誌指令碼指令碼
- MySQL 日誌管理、備份與恢復MySql
- oracle自動備份,儲存每天備份日誌的指令碼編寫Oracle指令碼
- oracle rman備份歸檔日誌需要先切換日誌嗎Oracle
- Oracle之備份和清理監聽日誌、告警日誌指令碼Oracle指令碼
- rman備份後為什麼要同時備份歸檔日誌
- 手工rm刪除歸檔日誌對備份歸檔日誌的影響
- 備份與恢復--從備份的歸檔日誌中恢復資料
- 【備份恢復】set newname切換日誌
- LINUX 自動備份程式日誌(shell)Linux
- FreeBSD系統日誌與備份(轉)
- mysqldump全量備份+mysqlbinlog二進位制日誌增量備份MySql
- RMAN備份整庫和歸檔日誌的方法
- Oracle設定多個歸檔路徑生成多份歸檔日誌,Rman備份時也只備份其中的一份歸檔日誌Oracle
- 河南加油!雲盒子遠端備份軟體免費送!(附硬碟進水搶救措施)硬碟
- 用RMAN備份歸檔日誌時檢查歸檔日誌是否存在
- 誤刪歸檔日誌除導致備份歸檔日誌失敗
- Linux伺服器日誌備份到本地Linux伺服器
- YD_顯示RMAN備份資訊及日誌
- HQ_顯示RMAN備份資訊及日誌
- SQL Server備份事務日誌結尾(Tail)SQLServerAI
- 【Mysql】遠端備份binlog日誌到本地MySql
- RMAN備份及恢復歸檔日誌的語法