Good day!
I have an AFF A800 that's being repurposed for resale. I'm trying to access the BMC web GUI so I can perform a proper factory reset of the board.
A little overview of the steps I've done on the unit:
I've performed the set-defaults in the loader prompt. Then wipeconfig at the boot menu, followed by performing option 9 (9a). Encryption sanitized the SED's in maintenance mode. Then returned to the boot menu and performed option 4.
I went through the Cluster setup wizard (create/join failed - possibly due to the system being a standalone). At the login I pressed ctrl+G to access the BMC login and accessed the BMC cli. Elevated privileges to diag and performed bmc wipeclean followed by bmc reboot.
I understand that wipeconfig and wipeclean do not clear the BMC settings, or actually factory restore the BMC for that matter. That needs to be done via the BMC web GUI, right?
I've tried setting the BMC network settings using the ONTAP shell with privileges elevated to advanced. The command I used:
system service-processor network modify -address-family IPv4 -enable true -node localhost -ip-address 192.168.1.20 -netmask 255.255.255.0 -gateway 192.168.1.1
I've provided screen caps of the network settings in the unit. I pinged the IP I set for the BMC (and I made sure my ethernet cable was connected to the BMC port, and not the e0M port). 100% of the packets return with a TTL=64. Yet when I try opening the IP on a web browser, I get a timed-out error. I've tried Chrome, Firefox, Edge, and even resorted to trying Palemoon. All timed-out error.
So I did some reading and learned that the api service needs to be enable. Not sure if that's correct but when I checked the api service it's stated to be disabled. I tried to modify value to true to enable it, but I get this error:
Error: command failed: database sp_api_service_rdb is not open
I've tried accessing an SSH session, but I can't get access through any accounts (admin, diag, bmc). I'm really not sure how to move forward with this. Any help would be greatly appreciated.