Cisco Cisco Packet Data Gateway (PDG)

Página de 360
  StarOS Management Operations 
Configuring the Boot Stack  ▀   
 
VPC-VSM System Administration Guide, StarOS Release 19  ▄  
 
   
103 
Adding a New Boot Stack Entry 
Important:
  Before performing this procedure, verify that there are less than 10 entries in the boot.sys file and 
that a higher priority entry is available (minimally there is no priority 1 entry in the boot stack). for more information, 
refer to 
If priority 1 is in use, then you must renumber the existing entry(ies) to ensure that at least that priority is available. The 
maximum number of boot stack entries that can be contained in the boot.sys file is 10. If there are already 10 entries in 
the boot stack, you must delete at least one of these entries (typically, the lowest priority) and, if necessary, renumber 
some or all of the other entries before proceeding. for more information, se
  
This procedure details how to add new boot stack entries to the boot.sys file. Make sure you are at the Exec mode 
prompt and enter the following commands: 
configure 
   boot system priority number image image_url config cfg_url 
Important:
  If the URL is a USB device, the USB port must be pre-configured via the hypervisor for the usb1 
keyword to work. 
The following command creates a new boot stack entry, using a boot priority of 
3
[local]host_name(config)# boot system priority 3 image /flash/image_filename.bin 
config /flash/general.cfg
 
Important:
  Boot stack changes saved to the boot.sys file are not executed until StarOS is rebooted. 
Deleting a Boot Stack Entry 
This procedure details how to remove an individual boot stack entry from the boot.sys file. Make sure you are at the 
Exec mode prompt and enter the following commands: 
configure 
   no boot system priority number 
Where number specifies the boot priority used for the boot stack entry. This command removes that specific entry from 
the boot stack, causing the boot.sys file to be overwritten.