ONTAP Discussions

After Initialization of process disk left behind, not zeroed issue.

jizzzy
1,743 Views

Hi guys.

 

When I did a BROADCAST DOAMIN SHOW on the AFF-A220 device, the E0A, E0B port of the CLUSTER was output as ERROR:DETAILS NOTAVAILABLE

 

2.png

 

so i do Initialization of process. after initialization. I try create aggregate and creation is failed.

 

1.jpg

 

Device is AFF-A220 and firmware is ONTAP 9.8P1.

ADP is on and there is 960gb ssd * 12E/A in the hardware.

 

what should i do?

 

 

 

2 REPLIES 2

TMACMD
1,735 Views

A couple things

 

 first try and reboot the service processor

 

 If that doesn’t work, try taking  over node two while logged into the service processor on node two and interrupt the Auto boot. Then break back to the service processor and do a “system power cycle” and let the node reboot


I’ve had issues where I had to reboot the node

 

 lastly, make sure the service processor firmware is up to date! 

borkp
1,644 Views

Check the cluster health:

 

(prep):

rows 0

set -privilege advanced

 

(the 4 commands below should show health status):

net port show -port e0a

net port show -port e0b

node show

cluster show

 

(check the transition number - the number on the unit name should be the same on both nodes):

cluster ring show

 

(verifies connectivity) :

cluster ping-cluster -node prvmst-01

cluster ping-cluster -node prvmst-02

Public