Hà Nội: NTT03, Line 1, Thống Nhất Complex, 82 Nguyễn Tuân, Thanh Xuân, Hà Nội. ● HCM: Số 31B, Đường 1, Phường An Phú, Quận 2 (Thủ Đức), TP HCM. ===> Đơn Vị Hàng Đầu Trong Lĩnh Vực Cung Cấp Thiết Bị Security - Network - Wifi - CCTV - Conference - Máy chủ Server - Lưu trữ Storge.
Danh mục sản phẩm

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