Uncategorized

Dell EMC Unity XT: Both power supplies in the systems are not supported (User Correctable)

Dell EMC Unity XT: Both power supplies in the systems are not supported (User Correctable)

   Article Number:     537145     Article Version: 8    Article Type:    Break Fix

    

Product:

Dell EMC Unity XT 480F,Dell EMC Unity XT 480,Dell EMC Unity XT 680,Dell EMC Unity XT 680F

Issue:

Unity XT reported that both power supplies in the systems are not supported:

SP logs (Can be found in the Unity support data collection tar file under spX\EMC\backend\log_shared\EMCSystemLogFile.log  —  where spX is the primary SP):

B 09/05/19 18:55:14.119 Bus9 Enc0 PowA 1678006 [ERROR] System: Power Supply is Faulted (Unsupported ).
B 09/05/19 18:55:14.131 Bus9 Enc0 PowB 1678006 [ERROR] System: Power Supply is Faulted (Unsupported ).
A 09/05/19 19:06:18.834 Bus9 Enc0 PowA 1678006 [ERROR] System: Power Supply is Faulted (Unsupported ).
A 09/05/19 19:06:18.847 Bus9 Enc0 PowB 1678006 [ERROR] System: Power Supply is Faulted (Unsupported ).

Fbecli logs (Can be found in the Unity support data collection tar file under spX\cmd_outputs\fbecli_exe_ccollectall.txt  —  where spX contains the log for that SP):

SP B [Active SP] PEER SP: PRESENT
HW Cache Status: FAILED Reason: PS
DPE-SCORP 990 (Bus 99, Pos 0) -OK
EnclFaultLedStatus: ON
EnclFaultLedReason: PS Fault
PS    A    B
FLT (0102)    FLT (0102)    

Bus 99 Enclosure 0 PS Slot 0 Info:
Associated SP : SP_A(0)
State : OK
SubState : NO FAULT
Logical Fault : YES
PS uniqueId : 0xB004F00(ATLAS 1980W High GEN2 OTS PSU (Acbel))
PS Supported : NO
Low Line Input : YES 

Bus 99 Enclosure 0 PS Slot 1 Info:
Associated SP : SP_B(1)
State : OK
SubState : NO FAULT
Logical Fault : YES
PS uniqueId : 0xB004F00(ATLAS 1980W High GEN2 OTS PSU (Acbel))
PS Supported : NO
Low Line Input : YES 

## speclcli getAll ##
__ SPA PS0 Status __
Input Voltage : 116 Volts

__ SPB PS0 Status __
Input Voltage : 117 Volts

Cause:

      Currently Unity XT 480/680 supports 2 types of power supply models:
ATLAS:            PN: 071-000-750-01
POSEIDON:    PN: 071-000-760-03

If the Unity PS is ATLAS, a hi-line power supply, it does not support low line AC voltage such as from a wall power outlet (110V) and will cause the alert.

Resolution:

   

      To fix the issue:

  •         Change the AC input from 110V to 220V

      or

  •         Replace the PS model from ATLAS to POSEIDON

NOTE: Power Supplies may be replaced while the array is running.  Replace one power supply at a time.  Alerts will be generated during the swap.  Alerts like “Power Supply Intermix” can be ignored/acknowledged.

      If you are connecting the Poseidon Power supply to a wall outlet, order the correct cable to go from the power supply to a wall outlet using the DOC-394778 link below.  

      The Poseidon power supply is only used for Low Line power for the Unity 480(F) and Unity 680(F) where supply voltages to the storage array are in the 100-120V range. To connect the power supply to a wall outlet, select the C19 cable with the specific countries wall outlet connector. The connector on the other end of the cable is dependent on the specific country wall plug type.

More details on which cable part number to use in each country can be found here:
Country Specific Wall-Power Cords:  https://inside.dell.com/docs/DOC-394778

NOTE:  Please order these Country Specific Cords directly from MyQuotes and provide the EMC Model number.  

EXAMPLE:     The United States uses EMC Model number: C19-PWR-12   Part Number: 038-004-848
Description:    C19 PWR CORD W/ NEMA 5-15P PLUG, 125V 15A

Notes:

The different cable types are available in the ordering path and are added by default when ordering a new system for Low Line power.
They are also available in the “Add-on Hardware” section in both the new and upgrade MyQuotes ordering paths.

According to Unity XT hardware guide, the power requirements are below. When using low line power input, ATLAS PS only supplies 1050W which doesn’t meet the 1450W power requirement to DPE but POSEIDON fully supplies the capacity.

Power specifications per Unity model
Model                     High line      Low line
Unity 480/480F      1800 W        1450 W
Unity 680/680F      1800 W        1450 W
Unity 880/880F      1800 W        1800 W (Step-up transformer required)

ATLAS Specification: GEN2 CFF 1800W HL 1050W LL PSU AC
POSEIDON Specification: GEN2 CFF 1450W LL 2100W HL AC DC PSU AC

 

Uncategorized

Dell EMC Unity: How to remove the Not attached host access from the snapshots (User correctable)

Dell EMC Unity: How to remove the Not attached host access from the snapshots (User correctable)

   Article Number:     535998     Article Version: 2    Article Type:    Break Fix

    

Product:

Dell EMC Unity Family,Dell EMC UnityVSA,Dell EMC Unity All Flash,Dell EMC Unity Hybrid,Dell EMC UnityVSA (Virtual Storage Appliance)

Issue:

Scenario 1:  When we try to remove host access for snapshots, error occurs:
“Host access cannot be modified for the following Consistency Group LUNs as they are snapshots. Go to the Consistency Group page to modify host access for the snapshots. And default snapshot’s host access cannot be removed in GUI either”

When checked, there was no Consistency Group listed.

Scenario 2:Customer was not able to remove the non-attached host access from the snapshots on the GUI for the existing CG,

Example of the CG snapshot access:

Cause:

After removing the host access from the snapshots, The hosts are seen as not-attached snapshot hosts under snapshot access.(Noticed in scenarios where the snapshots are attached to VEAM backup)

Resolution:

Run the below command to remove the host access from the snapshots.

For LUN:
uemcli -u admin -securePassword /stor/prov/luns/lun -id <LUN_id_value> set -snapHosts “”

For VMFS
uemcli -u admin -securePassword /stor/prov/vmware/vmfs -id <vmfs_id_value> set -snapHosts “”

For CG:
uemcli -u admin -securePassword /stor/prov/luns/group -id <value> set -snapHosts “”

Below are the commands to get the ID values. ( Select the ID value for which you are trying to remove the snapshot host access)

For LUN:
uemcli /stor/prov/luns/lun show -detail

For VMFS:
uemcli /stor/prov/vmware/vmfs show -detail

For CG:
uemcli /stor/prov/luns/group show -detail

Notes:

The above commands will remove all the hosts access from the snapshot access only.
Please make sure to verify the same, incorrect modification will impact access of other hosts attached to snapshots.