思科C9300交换机Bundle模式转换为Install模式

1.Bundle模式以bin文件启动交换机,dir检查当前flash中是否有packages.conf文件,可以改名备份或删除

复制代码
Switch# dir flash:
Directory of flash:/
 7386 -rwx     2097152 Jan 24 2013  +00:00 nvram_config
 7378 drwx        4096 Jan 24 2013  +00:00 mnt
 7385 -rw-   221775876 Jan 24 2013  +00:00 cat3k_caa-universalk9.SSA.03.12.02.EZP.150-12.02.EZP.150-12.02.EZP.bin
 7389 -rwx         556 Jan 21 2013 20:47:30 +00:00 vlan.dat
712413184 bytes total (445063168 bytes free)

2.提取package files(包文件)和provisioning file(配置文件 packages.conf)

复制代码
Switch# software expand running to flash:

3.再次dir flash,查看是否有packages.conf文件

4.设置启动模式为Install模式

复制代码
Switch(config)# boot system switch all flash:packages.conf 

5.保存并重启

复制代码
Switch# write memory
Building configuration...
Compressed configuration from 4851 bytes to 2187 bytes[OK]

Switch#
Switch# reload
Reload command is being issued on Active unit, this will reload the whole stack
Proceed with reload? [confirm]
相关推荐
奋斗者1号4 小时前
《Crawl4AI 爬虫工具部署配置全攻略》
网络·爬虫
courniche5 小时前
VRRP与BFD在冗余设计中的核心区别:从“备用网关”到“毫秒级故障检测”
网络·智能路由器
艾厶烤的鱼5 小时前
架构-信息安全技术基础知识
网络·架构
muxue1786 小时前
centos 7 网络配置(2):ping命令出现问题
linux·网络·centos
山猪打不过家猪9 小时前
(六)RestAPI 毛子(外部导入打卡/游标分页/Refit/Http resilience/批量提交/Quartz后台任务/Hateoas Driven)
网络·缓存
weixin138233951799 小时前
EN18031测试,EN18031认证,EN18031报告解读
网络
JhonKI10 小时前
【Linux网络】构建与优化HTTP请求处理 - HttpRequest从理解到实现
linux·网络·http
GOATLong10 小时前
网络基础概念
linux·运维·服务器·网络·arm开发·c++
技术liul11 小时前
如何在iStoreOS DHCP中排除特定IP地址
网络·windows·tcp/ip
桃花岛主7011 小时前
NAT穿透
服务器·网络·智能路由器