NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

Booting looks different on some systems

pside15
3,201 Views

I know this is probably something simple that I'm overlooking. I have 2 FAS2220 systems and ones boots what I would consider normally. It boots the primary kernel gives me the option to go to the boot menu and then proceeds to the login prompt. The other controller in theory does the same thing but after it boots the primary kernel it goes into an extremely long scrolling of all the hardware, dimms etc like a maintenance or service boot of some kind. I'm assuming this goes on in the background of the other controller and every other NetApp system I've ever seen boot, which is quite a lot. It's not really an issue but I would really like to know how to turn it off and I can't figure it out for the life of me. I figured it might be an environmental variable of some kind but no luck so far. Any assistance would be greatly appreciated.

 

Thanks

1 ACCEPTED SOLUTION

travisd
3,056 Views

I would check the boot variables below from the LOADER prompt:

 

LOADER> printenv boot_verbose -> Should be ***undefined***

LOADER> printenv bootarg.init.console_muted -> Should be "true"

LOADER> printenv bootarg.init.verbose- > Should be ***undefined***

 

If the bootarg.init.console_muted variable is set to "false" it will definitely add a lot more output to the boot.

View solution in original post

1 REPLY 1

travisd
3,057 Views

I would check the boot variables below from the LOADER prompt:

 

LOADER> printenv boot_verbose -> Should be ***undefined***

LOADER> printenv bootarg.init.console_muted -> Should be "true"

LOADER> printenv bootarg.init.verbose- > Should be ***undefined***

 

If the bootarg.init.console_muted variable is set to "false" it will definitely add a lot more output to the boot.

Public