We recently had a need to zero out and reinstall a NetApp FAS 8080 in order to move it from test to production. Below are the steps to zero out the disks in the array.
Steps:
- SSH to each nodes service-processor
- Halt each node.
- system node halt -node Node1 -inhibit-takeover true
- system node halt -node Node2
- At the Loader prompt for each node boot ONTAP (You might want to do these one at a time so you don’t miss the CTRL-C for the Boot Menu)
- LOADER A> boot_ontap
- LOADERB> boot_ontap
- Press Ctrl + C when you see the message below to enter the Boot Menu and select option 4 to wipe the configuration and zero disks (Do this on each node)
******************************* * * * Press Ctrl-C for Boot Menu. * * * ******************************* (1) Normal Boot. (2) Boot without /etc/rc. (3) Change password. (4) Clean configuration and initialize all disks. (5) Maintenance mode boot. (6) Update flash from backup config. (7) Install new software first. (8) Reboot node. Selection (1-8)? 4
5. Enter y to the questions that follow:
Zero disks, reset config and install a new file system?: y
This will erase all the data on the disks, are you sure?: y
The node will reboot and start initializing the disks. Once the disks are zeroed the system should reboot to the cluster setup.