ONTAP Discussions

Problem configuring network interface

dontpanic21
5,768 Views

Hi,

 

hopefully this is the right place to ask this question. I'm having trouble getting my network interface working on my FAS2040, its a unit that has been powered down for some time, possibly wiped and I'm trying to resurrect it.

 

Firstly, is there a step by step guide to setting up the network interfaces? I found some reference guides here

 

https://library.netapp.com/ecmdocs/ECMP1155586/html/GUID-5FFE68F6-9DC4-42A5-B518-3CE8FB851344.html

 

but that wasn't enough to get me going, and also the Ontap syntax was incorrect. I'm not sure what Ontap version I have.

 

I have the serial console working and can send and receive commands. I have interface e0a on one of the controllers connected to a switch, my laptop is also connected to that switch via ethernet and my laptop IP is 192.168.0.87.

 

I'm sending ifconfig commands and have managed to set the IP address of e0a to 192.168.0.10, mask 255.255.255.0, gw 192.168.0.1 

 

but when I ping 192.168.0.10 (from the console) there is no response. Also, netapp system manager discovery tool does not find the unit, and I cannot ping it directly either.

 

this is the output from the console 

 

LOADER-A> ifconfig
Device e0a:
    hwaddr 00-A0-98-25-78-15, ipaddr 192.168.0.10, mask 255.255.255.0
    gateway 192.168.0.1, nameserver not set
    speed 100 full duplex, loopback not supported
LOADER-A> ping e0a
Could not resolve IP address of host e0a: No name server configured
*** command status = -24
LOADER-A> ping 192.168.0.10
192.168.0.10 (192.168.0.10) is not responding (seq=0)
192.168.0.10 (192.168.0.10): 1 packets sent, 0 received
*** command status = 1

 

What am I missing?

 

Thanks

 

 

1 ACCEPTED SOLUTION

AlexDawson
5,749 Views

Hi there! If you're seeing a "LOADER" prompt - it means ONTAP isn't running yet! The boot loader environment has limited networking support, to enable netboot software installation.

 

Type "boot_ontap" to start it up, and then the commands you're seeing will work better 😉

 

Before you do that, type "printenv", and have a look at the AUTOBOOT variable. If it is false, type "setenv AUTOBOOT true" and then type boot_ontap to start it up. 

 

If you don't have the password, press control-c when it prompts you to enter the boot menu, and choose the option to reset the password. If you wipe the filer, you will need to reapply licenses, which you may no longer have, so that may not be the option you want. 

 

Good luck!

View solution in original post

2 REPLIES 2

AlexDawson
5,750 Views

Hi there! If you're seeing a "LOADER" prompt - it means ONTAP isn't running yet! The boot loader environment has limited networking support, to enable netboot software installation.

 

Type "boot_ontap" to start it up, and then the commands you're seeing will work better 😉

 

Before you do that, type "printenv", and have a look at the AUTOBOOT variable. If it is false, type "setenv AUTOBOOT true" and then type boot_ontap to start it up. 

 

If you don't have the password, press control-c when it prompts you to enter the boot menu, and choose the option to reset the password. If you wipe the filer, you will need to reapply licenses, which you may no longer have, so that may not be the option you want. 

 

Good luck!

dontpanic21
5,742 Views

That did the trick thanks 🙂

 

It tells me my oncommand version is too new because my ontap version is too old, but I should be able to sort that out, at least it can be discovered now

 

Thanks

Public