Dell EMC Unity:嘗試使用 uemcli -upload 上傳 .gpg 升級映像時發生錯誤 0x100000a (Dell EMC 可修正)
Summary: 透過 UEMCLI 將檔案上傳至 Dell EMC Unity 失敗,因為 Unity 分割區缺少空間,但 Unity 系統上有足夠的可用空間。
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Symptoms
Dell EMC Unity OE 升級
嘗試使用 Windows UEMCLI 升級 Dell EMC Unity 陣列失敗,並出現一般 0x100000a 錯誤。這會發佈為「用戶端機器上沒有足夠的可用磁碟空間,無法完成此作業」,也可能顯示為錯誤代碼:0x100000a 或錯誤代碼:0x1000102
C:\Users\admin>uemcli ...-upload -f Unity-4.0.2.8627717.tgz.bin.gpg upgrade
結束代碼:1
輸出:作業失敗。Error code: 0x100000a
系統無法連線至儲存伺服器。(錯誤代碼:0x100000a)
嘗試使用 Windows UEMCLI 升級 Dell EMC Unity 陣列失敗,並出現一般 0x100000a 錯誤。這會發佈為「用戶端機器上沒有足夠的可用磁碟空間,無法完成此作業」,也可能顯示為錯誤代碼:0x100000a 或錯誤代碼:0x1000102
C:\Users\admin>uemcli ...-upload -f Unity-4.0.2.8627717.tgz.bin.gpg upgrade
結束代碼:1
輸出:作業失敗。Error code: 0x100000a
系統無法連線至儲存伺服器。(錯誤代碼:0x100000a)
即使在 Dell EMC Unity 陣列中:
service@(none) spb:/$ uemcli ...-upload -f Unity-4.0.2.8627717.tgz.bin.gpg upgrade
已以 36.44 MB/s 上傳 1.94 GB 中的 1.94 GB [ 100.0% ]
作業失敗。Error code: 0x100000a
系統無法連線至儲存伺服器。(錯誤代碼:0x100000a)
Cause
Dell EMC Unity 系統在這些分割區中,需要兩倍半的升級映像空間:
/cores
/var/tmp (其來自根分割區,「/」)
假設 OE 映像為 2GB,則我們在 /core 中需要 5GB 的可用空間,在 /var/tmp 中也需要大致相同的空間。在 /var/tmp 上,系統可能會嘗試釋放舊映像,但如果 /cores 的空間不足,作業將會失敗並顯示錯誤 0x1000000a。
/cores
/var/tmp (其來自根分割區,「/」)
假設 OE 映像為 2GB,則我們在 /core 中需要 5GB 的可用空間,在 /var/tmp 中也需要大致相同的空間。在 /var/tmp 上,系統可能會嘗試釋放舊映像,但如果 /cores 的空間不足,作業將會失敗並顯示錯誤 0x1000000a。
Resolution
在 Dell EMC Unity 系統上啟用 SSH,然後以「服務」使用者身分登入。
請勿執行 svc_purge_logs -c --force (這可能會導致 SP 意外重新開機,甚至使資料無法使用)。
從 svc_purge_logs -help:
--clear[-c] --force 嘗試清除根檔案系統上的空間。
除非使用 --force,否則不會移除檔案。
警告:使用此選項可能會對系統造成不可逆的
損壞。
登入 Unity 陣列後,請發出「df -h」,以確保「/」分割區上至少有 4.5GB 的可用空間。 如果沒有,請使用 df 和 du 命令檢查內部分割區。
您也可以執行 svc_purge_logs -f 檢查產生的 fs 使用情況報告。如果您確定不需要不想要的檔案,請小心刪除它們。
如果「/」分割區上至少有 4.5GB 的可用空間,則您可能會在使用 UEMCLI 大型檔案傳輸功能時遇到問題。Windows 的 UEMCLI 版本 4.0.x 上有一個問題,會影響上傳接近 2GB 大小檔案的能力 (這是 32 位元的限制)。
以下說明如何驗證您在本機 Windows 系統上的 UEMCLI 安裝。
C:\Users\admin>uemcli -v
版本: 4.0.0.1.2825
分支: upc-Unity.2.8
修訂版:308352
若要從此處繼續:
如果此問題發生在 Dell EMC Unity 陣列的 uemcli 上,最常見的原因是 /cores 分割區沒有至少 5Gb 的可用空間。
如果陣列是 UnityVSA (虛擬),使用者必須使用 Unisphere GUI 或遠端 Unity 系統來執行升級。如果這是 Unity 硬體,則可使用同儕 SP 如下:
在 Unity 上使用同儕 SP 進行升級的程序 (硬體機型):
請勿執行 svc_purge_logs -c --force (這可能會導致 SP 意外重新開機,甚至使資料無法使用)。
從 svc_purge_logs -help:
--clear[-c] --force 嘗試清除根檔案系統上的空間。
除非使用 --force,否則不會移除檔案。
警告:使用此選項可能會對系統造成不可逆的
損壞。
登入 Unity 陣列後,請發出「df -h」,以確保「/」分割區上至少有 4.5GB 的可用空間。 如果沒有,請使用 df 和 du 命令檢查內部分割區。
您也可以執行 svc_purge_logs -f 檢查產生的 fs 使用情況報告。如果您確定不需要不想要的檔案,請小心刪除它們。
如果「/」分割區上至少有 4.5GB 的可用空間,則您可能會在使用 UEMCLI 大型檔案傳輸功能時遇到問題。Windows 的 UEMCLI 版本 4.0.x 上有一個問題,會影響上傳接近 2GB 大小檔案的能力 (這是 32 位元的限制)。
以下說明如何驗證您在本機 Windows 系統上的 UEMCLI 安裝。
C:\Users\admin>uemcli -v
版本: 4.0.0.1.2825
分支: upc-Unity.2.8
修訂版:308352
若要從此處繼續:
- 將 Windows uemcli 版本升級至支援頁面提供的最新版本。
- 如果無法在 windows 上升級 uemcli,請從同儕 SP 執行 uemcli
- 使用 Unisphere GUI
如果此問題發生在 Dell EMC Unity 陣列的 uemcli 上,最常見的原因是 /cores 分割區沒有至少 5Gb 的可用空間。
如果陣列是 UnityVSA (虛擬),使用者必須使用 Unisphere GUI 或遠端 Unity 系統來執行升級。如果這是 Unity 硬體,則可使用同儕 SP 如下:
在 Unity 上使用同儕 SP 進行升級的程序 (硬體機型):
- 使用服務帳戶透過 SSH 登入陣列 [範例:SPA 是管理 SP,而 SPB 是同儕/次要 SP]
- 使用 winSCP 或 sftp 將升級映像檔放入 /cores/service (注意:從 Unity OE 4.5 開始,請改用 /cores/service/user)
- 將映像從主要 SP 複製到同儕/次要 SP:
最高到 Unity OE 4.4.x:scp /cores/service/Unity-4.x.x.xxxxxxx.tgz.bin.gpg peer:/cores/service
從 Unity OE 4.5.x:scp /cores/service/user/Unity-4.x.x.xxxxxxx.tgz.bin.gpg peer:/cores/service/user
從 Unity OE 4.5.x:scp /cores/service/user/Unity-4.x.x.xxxxxxx.tgz.bin.gpg peer:/cores/service/user
- 從本機 SP (在此範例中為 SPA) 刪除映像:rm /cores/service/Unity-4.x.x.xxxxxxx.tgz.bin.gpg
- ssh 至同儕 SP:ssh 同儕
- 請勿使用 uemcli 上傳:uemcli -d peer -u admin -securepassword -no -upload -f /path/to/gpgfile upgrade
- 必要時,根據排程使用 uemcli 或 unisphere gui 開始升級
Additional Information
使用同儕 SP 上傳映像檔案的範例:
service@(none) spa:~$ sftp anonymous@ftp.emc.com
sftp> get Unity-4.1.2.9257522.tgz.bin.gpg
正在擷取 /pub/rcm/Unity/Unity-4.1.2.9257522.tgz.bin.gpg to Unity-4.1.2.9257522.tgz.bin.gpg
/pub/rcm/Unity/Unity-4.1.2.9257522.tgz.bin.gpg 100% 2042MB 5.8MB/s 05:54
sftp> bye
service@(none) spa:~$ scp /cores/service/Unity-4.1.2.9257522.tgz.bin.gpg peer:/cores/service (針對 Unity OE 4.5 或以上,改用 /cores/service/user)
Unity-4.1.2.9257522.tgz.bin.gpg
service@(none) spa:~$ ssh peer
上次登入:Mon May 22 22:39:10 2017 來自 128.221.255.100
service@(none) spb:~$ uemcli -d peer -u admin -securepassword -no -upload -f /cores/service/Unity-4.1.2.9257522.tgz.bin.gpg upgrade
(針對 Unity OE 4.5 或以上,改用 /cores/service/user)
密碼:
已上傳 1.99 GB / 1.99 GB [ 100.0% ] -處理中-
作業成功完成。
service@(無) spb:~$ 登出
連線至同儕關閉。
service@(none) spa:~$ uemcli /sys/soft/ver show -detail
1: ID = INST_1
類型 = 已安裝
版本 = 4.1.1.9138882
發行日期 = 2017-02-09 14:30:02
映像類型 =
需要重新開機 =
允許暫停 =
映像檔案名稱 =
2: ID = CAND_1 <--- 升級映像已準備好繼續
類型 = 候選項目
版本 = 4.1.2.9257522
發行日期 = 2017-04-11 04:23:24
映像類型 = 軟體
需要重新開機 = 是
允許暫停 = 是
映像檔案名稱 = Unity-4.1.2.9257522.tgz.bin
service@(none) spa:~$ sftp anonymous@ftp.emc.com
sftp> get Unity-4.1.2.9257522.tgz.bin.gpg
正在擷取 /pub/rcm/Unity/Unity-4.1.2.9257522.tgz.bin.gpg to Unity-4.1.2.9257522.tgz.bin.gpg
/pub/rcm/Unity/Unity-4.1.2.9257522.tgz.bin.gpg 100% 2042MB 5.8MB/s 05:54
sftp> bye
service@(none) spa:~$ scp /cores/service/Unity-4.1.2.9257522.tgz.bin.gpg peer:/cores/service (針對 Unity OE 4.5 或以上,改用 /cores/service/user)
Unity-4.1.2.9257522.tgz.bin.gpg
service@(none) spa:~$ ssh peer
上次登入:Mon May 22 22:39:10 2017 來自 128.221.255.100
service@(none) spb:~$ uemcli -d peer -u admin -securepassword -no -upload -f /cores/service/Unity-4.1.2.9257522.tgz.bin.gpg upgrade
(針對 Unity OE 4.5 或以上,改用 /cores/service/user)
密碼:
已上傳 1.99 GB / 1.99 GB [ 100.0% ] -處理中-
作業成功完成。
service@(無) spb:~$ 登出
連線至同儕關閉。
service@(none) spa:~$ uemcli /sys/soft/ver show -detail
1: ID = INST_1
類型 = 已安裝
版本 = 4.1.1.9138882
發行日期 = 2017-02-09 14:30:02
映像類型 =
需要重新開機 =
允許暫停 =
映像檔案名稱 =
2: ID = CAND_1 <--- 升級映像已準備好繼續
類型 = 候選項目
版本 = 4.1.2.9257522
發行日期 = 2017-04-11 04:23:24
映像類型 = 軟體
需要重新開機 = 是
允許暫停 = 是
映像檔案名稱 = Unity-4.1.2.9257522.tgz.bin
Affected Products
Dell EMC Unity FamilyProducts
Dell Unity 300, Dell EMC Unity 300F, Dell EMC Unity 400, Dell EMC Unity 400F, Dell EMC Unity 500, Dell EMC Unity 500F, Dell EMC Unity 600, Dell EMC Unity 600F, Dell EMC Unity Family |Dell EMC Unity All Flash, Dell EMC Unity Family
, Dell EMC Unity Hybrid, Dell EMC UnityVSA Professional Edition/Unity Cloud Edition
...
Article Properties
Article Number: 000052819
Article Type: Solution
Last Modified: 12 Dec 2025
Version: 3
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.