ORION工具(二)
Oracle提供了一個免費的測試系統儲存系統效能的工具:orion。
這裡描述使用orion常見的問題。
ORION工具(一):http://yangtingkun.itpub.net/post/468/489322
別看orion的操作這麼簡單,但是使用過程中,還真是碰到了不少的錯誤。
root@ser1 # ./orion_solaris_sparc64 -run simple -testname mytest
ORION: ORacle IO Numbers -- Version 11.1.0.7.0
mytest_20090812_1028
Test will take approximately 9 minutes
Larger caches may take longer
storax_skgfr_openfiles: File identification failed on /dev/dsk/emcpower6a
OER 27037: please look up error in Oracle documentation
Additional information: 5
rwbase_lio_init_luns: lun_openvols failed
rwbase_rwluns: rwbase_lio_init_luns failed
orion_thread_main: rw_luns failed
Non test error occurred
Orion exiting
這是最先碰到的錯誤,這時指定的/dev/dsk/emcpower6a是目錄/data所掛載的磁碟,如果檢查對應的ora-27037錯誤會發現:
ORA-27037: unable to obtain file status
Cause: stat system call returned an error, additional information indicates which function encountered the error
Action: check errno
對於檔案系統而言,應該指定一個檔案,而不是一個目錄,因此報錯。只需將上面的/dev/dsk/emcpower6a改為/data目錄下的一個檔案的地址資訊就可以解決這個問題。
root@ser1 # ./orion_solaris_sparc64 -run simple -testname mytest
ORION: ORacle IO Numbers -- Version 11.1.0.7.0
mytest_20090812_1041
Test will take approximately 9 minutes
Larger caches may take longer
storax_skgfr_openfiles: File identification failed on /dev/rdsk/emcpower5a
OER 27041: please look up error in Oracle documentation
SVR4 Error: 6: No such device or address
Additional information: 2
rwbase_lio_init_luns: lun_openvols failed
rwbase_rwluns: rwbase_lio_init_luns failed
orion_thread_main: rw_luns failed
Non test error occurred
Orion exiting
Oracle對應的ORA-27041錯誤為:
ORA-27041: unable to open file
Cause: open system call returned an error, additional information indicates which function encountered the error
Action: check errno
導致這個錯誤是由於/dev/rdsk/emcpower5a沒有對應任何的裸裝置,實際上emcpower5對應的分割槽沒有分配0區間。
對於設定裸裝置也可能碰到上面的27037錯誤,這是由於裸裝置中並沒有複製檔案,導致orion找不到要讀取的檔案因此報錯,可以用dd複製檔案到裸裝置上,並完成測試:
root@ser1 # dd if=/data/10gr2_db_sol.cpio f=/dev/rdsk/emcpower5g
1792016+0 records in
1792016+0 records out
另外還可能碰到下面的錯誤:
bash-3.00$ ./orion_solaris_sparc64 -run simple -testname mytest
ORION: ORacle IO Numbers -- Version 11.1.0.7.0
mytest_20090812_1822
Test will take approximately 9 minutes
Larger caches may take longer
storax_skgfr_openfiles: File identification failed on /data/patch/p5337014_10203_SOLARIS64.zip
OER 27046: please look up error in Oracle documentation
Additional information: 1
rwbase_lio_init_luns: lun_openvols failed
rwbase_rwluns: rwbase_lio_init_luns failed
orion_thread_main: rw_luns failed
Non test error occurred
Orion exiting
Oracle的ORA-27046錯誤給出了原因:
ORA-27046: file size is not a multiple of logical block size
Cause: file size as indicated by stat is not correct, additional information indicates which function encountered the error
Action: verify that the file has not been overwritten or truncated
由於給定的zip檔案不是logical block的整數倍,因此導致這個問題。選擇一個Oracle資料庫相關的檔案測試即可。如果是裸裝置,可以在dd的時候控制裸裝置的檔案大小。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/4227/viewspace-612240/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【工具】ORION I/O 測試工具
- Oracle ORION模擬Database負載測試儲存效能OracleDatabase負載
- Excel通用類工具(二)Excel
- oracle orion 壓測磁碟效能raid10 raid5 raid50 資料OracleAI
- 二維碼生成工具類
- First Orion下週將在MWC大會上展示騷擾電話解決方案
- 二維碼相關工具類
- 二維碼生成工具 Simple QrCode
- 併發工具類(二)同步屏障CyclicBarrier
- 優秀的命令列工具整理(二)命令列
- 【MySQL】二、Innodb 恢復工具介紹MySql
- 二、人工智慧講義(工具篇)人工智慧
- 自己上手寫效能測試工具(二)
- 二維碼生產工具 超讚
- Go的包管理工具(二):glideGoIDE
- 元件化工具BeeHive(二):元件化實踐元件化Hive
- JavaFx 生成二維碼工具類封裝Java封裝
- 工具 | Windows10 軟體推薦 (二)Windows
- 拖拽編寫SVG圖形化工具(二)SVG
- java:一鍵生成二維碼工具類Java
- React + Redux 效能優化(二)工具篇: ImmutablejsReactRedux優化JS
- Linux工具效能調優系列二:buffer和cacheLinux
- 自動化運維工具——ansible詳解(二)運維
- Mac上首選的二維碼快速生成工具Mac
- YsoSerial 工具常用Payload分析之CC3(二)
- Python 爬蟲網頁內容提取工具xpath(二)Python爬蟲網頁
- Python 爬蟲網頁解析工具lxml.html(二)Python爬蟲網頁XMLHTML
- 版本管理工具Git(二)GitLab部署和配置Gitlab
- c++效能測試工具:google benchmark入門(二)C++Go
- 『與善仁』Appium基礎 — 18、元素定位工具(二)APP
- 安卓逆向(二) —— 常用工具及環境安卓
- Meta 公佈首款 AR 眼鏡 Orion,成本 1 萬美元;OpenAI CTO Mira Murati 離職丨 RTE 開發者日報OpenAI開發者日報
- 根據除錯工具看Vue原始碼之computed(二)除錯Vue原始碼
- 智慧合約從入門到精通:Lib工具庫(二)
- 深入淺出的webpack構建工具---DevServer配置項(二)WebdevServer
- 自動化運維工具之Puppet常用資源(二)運維
- 【摸魚神器】UI庫秒變LowCode工具——列表篇(二)維護json的小工具UIJSON
- JavaScript實現線上Qrcode二維碼生成工具-toolfk程式設計師線上工具網JavaScript程式設計師
- Maven 專案管理工具基礎入門系列(二)Maven專案管理