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.

Simulator Discussions

8.3 Simulator VLOADER

ronaldmajor
5,136 Views

I downloaded the 8.3 simulator and got it running this morning.

When attempting to configure the serial ports I noticed that the VLOADER is not keeping nvram variable settings after reboot.

 

I set the following variables:

set autoboot_delay=20
set comconsole_speed=115200
set console=comconsole,vidconsole

 

At this point serial console starts working in parallel with the video console.

Next I run reboot.  When I get back into the VLOADER, the variables are back to the original values

and the serial port does not work.

 

However, when I set the variables and then run boot, the variables are preserved.

It seems that running reboot in VLOADER does not preserve changes to NVRAM variables.

 

Is this expected behavior?

 

Also, not all commands have help. 

 

 

 

 

 

1 ACCEPTED SOLUTION

shatfield
5,113 Views

The vloader lacks the saveenv command, so changes are not actually committed until later in the boot process.  I think you have to get to at least the boot menu for anything to stick.  Try booting, then ctrl-C, then pick reboot and see if that sticks.  If you're trying to make a template, a bunch of stuff will have happened by then so you might need to take a different approach. 

 

 

 

 

View solution in original post

1 REPLY 1

shatfield
5,114 Views

The vloader lacks the saveenv command, so changes are not actually committed until later in the boot process.  I think you have to get to at least the boot menu for anything to stick.  Try booting, then ctrl-C, then pick reboot and see if that sticks.  If you're trying to make a template, a bunch of stuff will have happened by then so you might need to take a different approach. 

 

 

 

 

Public