Network and Storage Protocols
Network and Storage Protocols
Hi All,
I inherited two NetApp FAS3050 units (ONTAP image 10.0.1P2), with 4 full shelves. These units are/were setup in an HA cluster. I'm fine with running in an HA cluster, but I want/need to wipe the units clean and start with a fresh slate. It's been *years* since I've messed with Ontap/NetApps. I've been poking around, and I've found lots of "almost right" solution. But, I keep tripping over the HA bit. Nothing I do is allowed, since the HA cluster exists, and the replication service doesn't seem to be running. All commands fail.
I've tried using the "init" command in the Boot Menu - but get a message saying:
Sorry, this option is not valid once the system has already been configured.
If I try the "setup" command, I can input a "hostname" and "description", but then again - get an error:
ERROR: Failed to change the node name/location
I've seen the following suggestion:
priv set diag
halt -c factory
This does not seem to work - I got it working with:
set -privilege diagnostic
But, halt on this system doesn't take a "-c factory" argument, I can only:
If I try and delete ... well, anything (volumes, vservers, cluster stuff ... whatever), I get an error
sd1gx1a::volume*> unmount -vserver vs0 -volume sd1nv001
ERROR: command failed: Failed to delete junction record for volume 'sd1nv001'
in virtual server 'vs0'. Reason: Local unit offline.
sd1gx1a::volume*> delete -vserver vs0 -volume sd1nv001
WARNING: Are you sure you want to destroy volume sd1nv001 in vserver vs0 ?
(y or n): y
ERROR: command failed: Failed to load job for Delete sd1nv001: Replication
service is offline
Solved! See The Solution
Shane,
The problem is you were trying to use Data ONTAP directions with Data ONTAP GX.
WARNING: This procedure will wipe all configuration and flexvol data from this pair of nodes and zero all disks directly attached. There is no way to recover from this procedure if it is performed unintentionally. This process is destructive and will remove all data and configuration from the HA pair of nodes.
To wipe the nodes clean, follow these steps:
::> node reboot -node node-5 -reason "Do I need a reason"
Starting AUTOBOOT press any key to abort...
", press any key and it will drop you to the CFE prompt.::> node reboot -node node-6 -reason "Do I need a reason"
*******************************
* *
* Press Ctrl-C for Boot Menu. *
* *
*******************************
Boot Menu will be available.
How would you like to continue booting?
(normal) Normally
(install) Install new software first
(setup) Run setup first
(init) Initialize disks and create flexvol
(maint) Boot into maintenance mode
(syncflash) Update flash from backup config
(reboot) Reboot device
Please make a selection:
wipeconfig
This will destroy your filesystem (and the SFO partner as well). Are you sure
you want to continue? (y or n):
Answer y
for yes.CFE> setenv bootarg.init.wipeclean true
CFE> setenv bootarg.init.clearvarfsnvram true
CFE> boot_ontap
So now there will be two nodes sitting at the "Boot Menu" waiting to be configured. Be sure not to confuse the two, as their identities will be configured in 1010920.
It sounds like you want to put ONTAP 7.3 on this system and not GX? This is a sample procedure...use at your own risk and you will lose all data on the controllers. You also need to have 7g licenses after you get ONTAP 7.3 installed. If you want to keep GX, then you can unjoin the cluster on each node and init the disks then create a new cluster within GX...
This is to revert GX to 7.3... if this is the goal...again at your own risk and you need new licenses (approvals, etc...)
7g Special Boot menu...boot to maintenance mode
(1) Normal boot.
(2) Boot without /etc/rc.
(3) Change password.
(4) Assign ownership and initialize disks for root volume.
(4a) Same as option 4, but create a flexible root volume.
(5) Maintenance mode boot.
o Selection (1-5)? 5
o Continue with boot? yes
• Remove Disk Ownership
o *> disk remove_ownership all
o *> disk show -v
• Netboot again, zero 3 root disks and create root volume (4a) and go through the setup wizard
o *> halt
o CFE> bye
o CFE> ifconfig e0a -addr=filer_addr -mask=netmask -gw=gateway -dns=dns_addr -domain=dns_domain
o CFE> ping ip-tftpserver
o CFE> netboot tftp://ip/7351P4_netboot.e.gz
o Press CTRL-C for special boot menu # same menu as above
o Selection (1-5)? 4a # disks zero and ONTAP comes up to “setup”
o Enter Setup Prompts (note: ONTAP is not yet on the flash or disks)
• Auto Assign Drives (note: we only zeroed what we needed for root, so some GX aggregates may exist - we could have assigned all drives prior to running 4a above and then skip this step)
o ONTAP 7G will auto-assign all disks in the root aggregate disk loop
o node> aggr status
o For any foreign aggregates
node> aggr destroy aggrname
• Push the Full ONTAP Image, run DOWNLOAD (must do this)
o node> software update http://192.168.1.200/7351P4_setup_e.exe -r
• Check flash card for image
o node> version -b
• Add licenses
o node> license add XXXXXX XXXXXX XXXXXX
• Configure CIFS/NFS (or wait if you don’t want to yet)
• Reboot to commit ONTAP update
o node> reboot -t 0
• Enable Cluster and complete 7G setup
o node> cf enable
guys, when you do netboot http://blah/ontap_boot_.q and it comes back as non ELF... does it expect something .gz?
Thanks!
No. It expects different boot image ☺ There are 4 different images for different types of controller. Go to Data ONTAP downloads on NOW and check which one is suitable for your hardware.
3050 is elf.. E code..
Typos Sent on Blackberry Wireless
Scott - thanks for the lengthy reply. I don't have NetApp support contracts - and it appears that's the only way to download ONTAP? I'm also unfamiliar with the differences between the 7.3 code and the GX code.
At the end of the day - I'm happy to have:
a) the latest stable code on these units
b) keep them in an HA config cluster
c) nuke everything that's on them currently - starting fresh
I'll take a look at your suggestions today, and see if any of it works for me. Thank you.
~~shane
Shane,
The problem is you were trying to use Data ONTAP directions with Data ONTAP GX.
WARNING: This procedure will wipe all configuration and flexvol data from this pair of nodes and zero all disks directly attached. There is no way to recover from this procedure if it is performed unintentionally. This process is destructive and will remove all data and configuration from the HA pair of nodes.
To wipe the nodes clean, follow these steps:
::> node reboot -node node-5 -reason "Do I need a reason"
Starting AUTOBOOT press any key to abort...
", press any key and it will drop you to the CFE prompt.::> node reboot -node node-6 -reason "Do I need a reason"
*******************************
* *
* Press Ctrl-C for Boot Menu. *
* *
*******************************
Boot Menu will be available.
How would you like to continue booting?
(normal) Normally
(install) Install new software first
(setup) Run setup first
(init) Initialize disks and create flexvol
(maint) Boot into maintenance mode
(syncflash) Update flash from backup config
(reboot) Reboot device
Please make a selection:
wipeconfig
This will destroy your filesystem (and the SFO partner as well). Are you sure
you want to continue? (y or n):
Answer y
for yes.CFE> setenv bootarg.init.wipeclean true
CFE> setenv bootarg.init.clearvarfsnvram true
CFE> boot_ontap
So now there will be two nodes sitting at the "Boot Menu" waiting to be configured. Be sure not to confuse the two, as their identities will be configured in 1010920.
Mitchell .. this was the magic incantation. Thanks for everyones help on this!
The trick was the GX codeset on my FAS3050s - they're different.
~~shane