Reference Guide

secondary_boo
t
Set the secondary boot parameter. The location must be
flash0, flash1 or any valid tftp location. The secondary boot
parameter must be in the following syntax:
set secondary_boot=’f10boot flash0 | flash1 |
tftp://ip-addr/file’
default_boot Set the default boot parameter. The location must be flash0,
flash1 or any valid tftp location. The default boot parameter
must be in the following syntax:
set default_boot=’f10boot flash0 | flash1 |
tftp://ip-addr/file’
macaddr Set the MAC address of the unit.
baudrate Set the baud rate of the console connection.
enablepwdigno
re
To reload the system software with or without the Enable
Password set. Use the following syntax:
set enablepwdignore=true|false
stconfigignore To enable/disable applying the startup-confg during bootup.
Use the following syntax:
set stconfigignmore=true|false
Command
Modes
grub
Command
History
Version 8.3.11.1 Introduced on the Z9000.
Usage
Information
After setting the values, save the variables that you set using the save_env
command before rebooting to ensure the variables are saved.
The IP address and the MAC addresses must be a standard IPv4 and MAC address,
respectively.
NOTE: The enablepwdignore and stconfigignore GRUB commands,
when set as true are applicable only for the first time when the unit boots up.
The next time the unit boots up, these variables are set to
False and must be
set to True in GRUB.
Example
grub>set ipaddr=10.11.196.143
grub>set primary_boot=’f10boot tftp://10.11.200.241/
z9000_image’
grub>set stconfigignore=true
grub>set secondary_boot = ‘f10boot flash0’
grub>save_env ipaddr
grub>save_env primary_boot
grub>save_env stconfigignore
grub>save_env secondary_boot
592
GRUB