I have read in some articles that this is a very common issues for netapp simulator (I’m using netapp dot8.3.2-cm ) since it got a very small root volume . so as soon as the root volume get filled with dump files , logs & snapshots root volume get crashed (I’m not use this is the correct word tho) .so when it happens these are the steps I normally follow to get my simulator up again ,
1. Step
>system node coredump delete clus-01 *
2. Step
And then I Follow this link steps http://www.cosonok.com/2014/12/root-volume-not-working-properly.html
(copy & past the link if it's not redirecting)
at this point sometimes your sim might start showing the interfaces again if not go to step 3.
3. Step
And then in the boot loader
LOADER-B*> unsetenv bootarg.init.boot_recovery
LOADER-B*> boot_ontap
4. Step
at the end of above steps the system message stopped appearing to me , but it won't show the interfaces , so to up the interfaces what I did is
>set diag
>net port mod -node <nodename> -port * -up-admin true
That’s it, it should work now 🙂
** I'm still a newbi to netapp so sometimes my above explanations about this issue might not be accurate 😉