「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エラーで失敗します。これは「There is not enough free disk space on the client machine to complete this operation」と表示され、エラー コード:0x100000aまたはエラー コード:0x1000102と表示されることもあります
C:\Users\admin>uemcli ...-upload -f Unity-4.0.2.8627717.tgz.bin.gpg upgrade
Exit code: 1
Output: Operation failed. エラー コード:0x100000a
The system was unable to connect to the storage server. (Error Code:0x100000a)
Windows UEMCLIを使用してDell EMC Unityアレイをアップグレードしようとすると、一般的な0x100000aエラーで失敗します。これは「There is not enough free disk space on the client machine to complete this operation」と表示され、エラー コード:0x100000aまたはエラー コード:0x1000102と表示されることもあります
C:\Users\admin>uemcli ...-upload -f Unity-4.0.2.8627717.tgz.bin.gpg upgrade
Exit code: 1
Output: Operation failed. エラー コード:0x100000a
The system was unable to connect to the storage server. (Error Code:0x100000a)
Dell EMC Unityアレイでも同様:
service@(none) spb:/$ uemcli ... -upload -f Unity-4.0.2.8627717.tgz.bin.gpg upgrade
Uploaded 1.94 GB of 1.94 GB [ 100.0% ] at 36.44 MB/s
Operation failed. エラー コード: 0x100000a
The system was unable to connect to the storage server. (Error Code:0x100000a)
Cause
Dell EMC Unityシステムでは、以下のパーティションにアップグレード イメージの2.5倍の領域が必要です。
/cores
/var/tmp(ルート パーティション「/」から)
たとえば、OEイメージが2GBの場合、/coresに5GBの空き領域が必要で、/var/tmpにもほぼ同じ領域が必要です。/Var/tmpでは、古いイメージの解放を試みることができますが、十分な領域がない場合、/coresはエラー0x1000000aで失敗します。
/cores
/var/tmp(ルート パーティション「/」から)
たとえば、OEイメージが2GBの場合、/coresに5GBの空き領域が必要で、/var/tmpにもほぼ同じ領域が必要です。/Var/tmpでは、古いイメージの解放を試みることができますが、十分な領域がない場合、/coresはエラー0x1000000aで失敗します。
Resolution
Dell EMC UnityシステムでSSHを有効にしてから、「service」ユーザーとしてログインします。
svc_purge_logs -c --forceを実行しないでください(これにより、SPが予期せず再起動し、データが使用できなくなる可能性があります)。
svc_purge_logs -helpの表示:
--clear[-c] --force Attempts to clear space on the root filesystem.
Files will not be removed unless --force is used.
警告:Using this option could cause irreversible
damage to the system.
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
Version: 4.0.0.1.2825
Branch: upc-Unity.2.8
Revision: 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 Attempts to clear space on the root filesystem.
Files will not be removed unless --force is used.
警告:Using this option could cause irreversible
damage to the system.
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
Version: 4.0.0.1.2825
Branch: upc-Unity.2.8
Revision: 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.xxxxxx.tgz.bin.gpg
- ピアSPにssh接続します:ssh peer
- 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
Fetching /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 insteadを使用)
Unity-4.1.2.9257522.tgz.bin.gpg
service@(none) spa:~$ ssh peer
Last login: Mon May 22 22:39:10 2017 from 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を使用)
Password:
Uploaded 1.99 GB of 1.99 GB [ 100.0% ] -PROCESSING-
Operation completed successfully.
service@(none) spb:~$ logout
Connection to peer closed.
service@(none) spa:~$ uemcli /sys/soft/ver show -detail
1: ID = INST_1
Type = installed
Version = 4.1.1.9138882
Release date = 2017-02-09 14:30:02
Image type =
Reboot required =
Pause allowed =
Image filename =
2: ID = CAND_1 <--- upgrade image is ready to proceed
Type = candidate
Version = 4.1.2.9257522
Release date = 2017-04-11 04:23:24
Image type = software
Reboot required = yes
Pause allowed = yes
Image filename = 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
Fetching /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 insteadを使用)
Unity-4.1.2.9257522.tgz.bin.gpg
service@(none) spa:~$ ssh peer
Last login: Mon May 22 22:39:10 2017 from 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を使用)
Password:
Uploaded 1.99 GB of 1.99 GB [ 100.0% ] -PROCESSING-
Operation completed successfully.
service@(none) spb:~$ logout
Connection to peer closed.
service@(none) spa:~$ uemcli /sys/soft/ver show -detail
1: ID = INST_1
Type = installed
Version = 4.1.1.9138882
Release date = 2017-02-09 14:30:02
Image type =
Reboot required =
Pause allowed =
Image filename =
2: ID = CAND_1 <--- upgrade image is ready to proceed
Type = candidate
Version = 4.1.2.9257522
Release date = 2017-04-11 04:23:24
Image type = software
Reboot required = yes
Pause allowed = yes
Image filename = 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.