Configure Startup Parameters for File System
Network Requirements
None
Network Topology
None
Configuration Steps
Step 1: Enter the file system configuration mode.
Step 2: Configure system startup options.
#View the system startup parameters.
Device#filesystem
Device(config-fs)#show boot-loader
The app to boot at the next time is: yflash0: /yflash/sp9b-g-8.1.0.7(R).pck
The app to boot at the this time is: yflash0: /yflash/sp9b-g-8.1.0.7(R).pck
Boot-loader0: yflash0: /yflash/sp9b-g-8.1.0.7(R).pck
Device(config-fs)#exit
|
#Modify the file for next startup to the sp9b-g-8.1.0.7(R).pck file that is stored in the flash, and set the priority to 0.
Device#filesystem
Device(config-fs)#boot-loader /yflash/sp9b-g-8.1.0.7(R).pck 0
Device(config-fs)#exit
|
#View the configuration result.
Device(config-fs)#show boot-loader
The app to boot at the next time is: yflash0: /yflash/sp9b-g-8.1.0.7(R).pck
The app to boot at the this time is: yflash0: /yflash/sp9b-g-8.1.0.7(R).pck
Boot-loader0: yflash0: yflash/sp9b-g-8.1.0.7(R).pck
Boot-loader4: backupramfs0: /backupramfs/sp9b-g-8.1.0.7(R).pck
Device(config-fs)#exit
|