Dell EMC Unity: uemcli -upload를 사용하여 .gpg 업그레이드 이미지를 업로드하는 동안 0x100000a 오류 발생(Dell EMC 수정 가능)
Summary: Unity 파티션에는 공간이 부족하여 UEMCLI를 통해 Dell EMC 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 업그레이드
종료 코드: 1
출력: Operation failed. Error code: 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 업그레이드
종료 코드: 1
출력: Operation failed. Error code: 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. Error code: 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를 활성화한 다음 "서비스" 사용자로 로그인합니다.
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
Version: 4.0.0.1.2825
Branch: 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
Version: 4.0.0.1.2825
Branch: 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.xxxxxxxxx.tgz.bin.gpg 이미지를 삭제합니다.
- ssh를 피어 SP로: 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 사용)
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 <--- 진행할 업그레이드 이미지 준비됨
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 사용)
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 <--- 진행할 업그레이드 이미지 준비됨
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.