惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
酷 壳 – CoolShell
酷 壳 – CoolShell
WordPress大学
WordPress大学
小众软件
小众软件
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Jina AI
Jina AI
Hugging Face - Blog
Hugging Face - Blog
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
量子位
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
雷峰网
雷峰网
云风的 BLOG
云风的 BLOG
M
MIT News - Artificial intelligence
F
Fortinet All Blogs
T
Tailwind CSS Blog
Martin Fowler
Martin Fowler
I
InfoQ
The GitHub Blog
The GitHub Blog
有赞技术团队
有赞技术团队
The Cloudflare Blog
罗磊的独立博客

博客园 - 石云华

gpnptool手动修改GPnP-Profile信息,解决GI集群因心跳配置异常而无法启动的问题 hugePage配置不当,浪费太多物理内存,内存不足导致集群重启 terminating the instance due to error 472,故障原因分析 Exadata存储节点的RPM数据库损坏 duplicate方式搭建DataGuard时,报ORA-19563: header validation failed for file错误 Oracle 19.25 RAC 业务 IP 平滑变更实操 EM13c监控Exadata,提示Agent Unreachable Exadata环境中的CVE-2026-31431漏洞说明 /var/log/message日志中的“megaraid_sas 0000:65:00.0: Application firmware crash dump mode set success”信息 DBCA后,只能启动一个实例,都是rp_filter惹的祸 分析Exadata写入慢的性能故障 Exadata更换Infiniband交换机 数据库集群中的bond1接口出现网络丢包 EM13告警:Metric evaluation error start - oracle.sysman.emSDK.agent.fetchlet.exception.FetchletException: Permission denied(publickey,password) Exadata,更换完思科交换机后,与上联交换机无法通信 Exadata更换计算节点的硬盘 Exalogic虚拟机的网络无法启动,提示Device has different MAC address than expected 单个ASM磁盘free空间为0,导致rebalance时提示“ASM磁盘组空间耗尽(ORA-15041)” SYSAUX表空间中的SYS.EXP_HEAD$表,占用大量空间 PX并行进程产生大量的trace日志,导致文件系统撑爆 回收站存在大量对象,导致Insert into...select语句夯住 用dg broker执行switchover时,报0RA-01017 增量备份恢复的方式修改缺失归档的DataGuard 未设置min_free_kbytes参数,导致操作系统进行页缓存回收时,整个操作系统夯住 Exadata数据库性能异常,备份进程卡住 MySQL 5.7版本,搭建一个两主一从的多源主从复制环境 恢复某个数据文件不适当,导致DataGuard无法open数据库 Exadata计算节点的内存出现故障,导致CPU耗尽 Bug 34885986 - Flashback log file was not reused even if db_flashback_retention_target is passed
Exadata的思科交换机,重启后进入到了rommon模式
石云华 · 2026-02-23 · via 博客园 - 石云华

1、故障概述

客户有一台Exadata X3-2,断电重启后,发现思科交换机无法访问,通过串口线登录思科交换机,发现思科交换机进入到了rommon模式。 本文主要记录该故障的处理过程。

2、故障处理

2.1 通过串口线登录思科交换机,发现思科交换机进入到了rommon模式,具体信息如下。

 **********************************************************
 *                                                        *
 * Welcome to Rom Monitor for    WS-C4948E-F System       *
 * Copyright (c) 2003-2013 by Cisco Systems, Inc.         *
 * All rights reserved.                                   *
 *                                                        *
 **********************************************************
Checking the partition table and boot sector...
Checking FAT, Files and Directories...
Reclaiming unused space...
Updating FAT...
 Primary Rom Monitor Version 12.2(44r)SG12
 CPU Rev: 3.1, Board Rev: 8, Board Type: 105, CPLD Hobgoblin-f Rev: 22
 Chassis: WS-C4948E-F

Front Panel Phy is Bcm5482s
Got Mac Address: a8:9d:21:98:4f:bf

 MAC Address  : a8-9d-21-98-4f-bf
 Ip Address   : Not set.
 Netmask      : Not set.
 Gateway      : Not set.
 TftpServer   : Not set.

 Peer supervisor not detected or is not running IOS
 Supervisor uplinks and all linecards have been reset

 ***** The system will autoboot in 5 seconds *****

 Type control-C to prevent autobooting.
 . . . . .
 ******** The system will autoboot now ********

 config-register = 0xc442
 Autobooting using BOOT variable specified file.....

 Could not find a valid file in BOOT environment variable.
 BOOT variable can be set from IOS. To find currently set
 Rom Monitor variables, please type 'set' command.

 For help on choosing a boot method,  type 'confreg' command.
rommon 1 >

2.2 进入到rommon模式的原因可能是因为系统找不到boot系统文件,可以使用如下解决方案。

2.2.1#####输入set查看BOOT配置项

rommon 1 >set
 PS1=rommon ! >
 RommonVer=12.2(44r)SG12
 SupportedFeatures=1
 Fa1Enable=1
 BootedFileName=bootflash:/cat4500e-ipbasek9-mz.150-2.SG9.bin
 ConfigReg=0xc442
 ConsecPostPassedCnt=39
 DiagMonitorAction=Normal
 BOOT=
 RET_2_RTS=08:46:24 UTC Mon Jan 26 2026
 RET_2_RCALTS=1769417185

可以看出,BOOT配置项当前为空,这就是系统无法启动的原因。

2.2.2#####查看设备下的bootflash文件

rommon 2 >dir bootflash:

  File Size (Bytes)             File Name
  ---------------------------------------
      26758514                 cat4500e-ipbasek9-mz.150-2.SG9.bin

   Total space = 128165888 bytes, Available = 91387904 bytes

2.2.3#####重新指定bootflash设备名,之后系统正常启动

rommon 7 >boot bootflash:cat4500e-ipbasek9-mz.150-2.SG9.bin

2.2.4#####系统启动后,手动指定系统启动文件

Switch>enable
adm0#show running-config
adm0(config)# boot system bootflash:cat4500e-ipbasek9-mz.150-2.SG9.bin
adm0(config)#end
adm0# write memory
adm0#copy running-config startup-config

至此,故障得以解决。