AIX7.1 unzip大於2G的檔案
包含INSERT INTO 的sql檔案經過ZIP壓縮後,上傳到伺服器,解壓時如果單個檔案大於2G,會報錯:
[Power780DB6:root] ./unzip /tmp/dj_nsrxx.zip -d /tmp
Archive: /tmp/dj_nsrxx.zip
inflating: /tmp/dj_nsrxx.sql
/tmp/dj_nsrxx.sql: write error (disk full?). Continue? (y/n/^C)
原因是這個unzip是32位版本。解決方法如下:
到IBM網站下載bzip2
當前可用的是bzip2-1.0.5-3.aix5.3.ppc.rpm
到PERZL網站下載64位unzip
當前可用的是unzip-64bit-6.0-3.aix5.1.ppc.rpm
上傳上面的兩個包到AIX7.1伺服器,安裝後問題解決。
[Power780DB6:root] rpm -ivh bzip2-1.0.5-3.aix5.3.ppc.rpm
bzip2 ##################################################
[Power780DB6:root]
[Power780DB6:root] rpm -ivh unzip-64bit-6.0-3.aix5.1.ppc.rpm
unzip-64bit ##################################################
[Power780DB6:root]
[Power780DB6:root] which unzip
/usr/bin/unzip
[Power780DB6:root] unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
bug reports using see README for details.
unzip /tmp/dj_nsrxx.zip -d /tmp
tail dj_nsrxx.sql
。。。
commit;
prompt 2118153 records loaded
prompt Enabling triggers for HX_DJ.DJ_NSRXX...
alter table HX_DJ.DJ_NSRXX enable all triggers;
set feedback on
set define on
prompt Done.
而升級前的舊版本是5.12
[p2p:root] unzip
UnZip 5.12 of 28 August 1994, by Info-ZIP. Portions (c) 1989 by S. H. Smith.
Send bug reports to authors at zip-bugs@wkuvx1.wku.edu; see README for details.
AIX7.1 系統安裝盤中有沒有UNZIP工具呢?
AIX7.1 系統安裝盤中有JAVA5 JAVA6的JDK,包括32位和64位的,沒有UNZIP工具。
[Power780DB6:root] ./unzip /tmp/dj_nsrxx.zip -d /tmp
Archive: /tmp/dj_nsrxx.zip
inflating: /tmp/dj_nsrxx.sql
/tmp/dj_nsrxx.sql: write error (disk full?). Continue? (y/n/^C)
原因是這個unzip是32位版本。解決方法如下:
到IBM網站下載bzip2
當前可用的是bzip2-1.0.5-3.aix5.3.ppc.rpm
到PERZL網站下載64位unzip
當前可用的是unzip-64bit-6.0-3.aix5.1.ppc.rpm
上傳上面的兩個包到AIX7.1伺服器,安裝後問題解決。
[Power780DB6:root] rpm -ivh bzip2-1.0.5-3.aix5.3.ppc.rpm
bzip2 ##################################################
[Power780DB6:root]
[Power780DB6:root] rpm -ivh unzip-64bit-6.0-3.aix5.1.ppc.rpm
unzip-64bit ##################################################
[Power780DB6:root]
[Power780DB6:root] which unzip
/usr/bin/unzip
[Power780DB6:root] unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
bug reports using see README for details.
unzip /tmp/dj_nsrxx.zip -d /tmp
tail dj_nsrxx.sql
。。。
commit;
prompt 2118153 records loaded
prompt Enabling triggers for HX_DJ.DJ_NSRXX...
alter table HX_DJ.DJ_NSRXX enable all triggers;
set feedback on
set define on
prompt Done.
而升級前的舊版本是5.12
[p2p:root] unzip
UnZip 5.12 of 28 August 1994, by Info-ZIP. Portions (c) 1989 by S. H. Smith.
Send bug reports to authors at zip-bugs@wkuvx1.wku.edu; see README for details.
AIX7.1 系統安裝盤中有沒有UNZIP工具呢?
AIX7.1 系統安裝盤中有JAVA5 JAVA6的JDK,包括32位和64位的,沒有UNZIP工具。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/271063/viewspace-1969274/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 大於2G檔案操作
- unzip–help幫助檔案翻譯
- Linux 解壓zip檔案詳解之unzip命令!Linux
- 教你如何在 Linux 中使用 unzip 解壓縮檔案Linux
- 4種大檔案傳輸工具和軟體,用於共享大檔案
- 如何實現通過Samba訪問超過2G的檔案?Samba
- Linux科研武器庫 - 檔案壓縮與解壓縮 - zip / unzipLinux
- 基於linux下unzip離線安裝Linux
- 大檔案如何傳輸,大檔案的傳輸方式有哪些?
- exp/imp處理在32位作業系統上大於2G的資料作業系統
- 基於React的大檔案上傳元件的開發詳解React元件
- 快速找出Linux下大於100M的檔案Linux
- linux 下查詢大於100M的檔案Linux
- HOW TO USER UNZIP
- AIX7.1 Support Oracle all versionAIOracle
- 大檔案Copy
- 關於dataWithContentsOfFile 讀取大檔案的記憶體問題記憶體
- 關於下載檔案過大,併發也很高的時候?
- RMAN備份檔案遠大於資料庫大小的原因分析資料庫
- 刪除vmvare的大檔案
- 如何快速傳輸大檔案:4 種大檔案傳輸有效的方法
- 關於oracle的控制檔案Oracle
- 關於檔案的open方法
- 資料庫引數檔案控制檔案日誌檔案資料檔案跟蹤檔案等8大檔案的字典資料庫
- 如何分發大檔案、大檔案傳輸解決方案
- 如何快速傳輸大檔案,介紹大檔案快速方法
- Linux - unzip命令Linux
- AIX 上unzip 使用AI
- JAVA切分大檔案Java
- git大檔案管理Git
- 檢視大檔案
- 查詢大檔案
- sqlserver關於filestream檔案流、filetable檔案表的總結SQLServer
- 檔案上傳之三基於flash的檔案上傳
- 關於控制檔案的總結
- git 查詢大檔案、刪除大檔案詳細步驟Git
- 關於Android檔案數過大,分包問題的解決辦法Android
- 當前分割槽不支援大於4g的檔案怎麼辦?