%Error show disk0: (No such device) for c7200

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
AlexFer
Posts: 1
Joined: Sat Dec 21, 2019 10:27 pm

%Error show disk0: (No such device) for c7200

Post by AlexFer » Sat Dec 21, 2019 10:48 pm

Using Cisco website original c7200-adventerprisek9-mz.152-4.S6.bin, I'm getting errors below and cannot see disks - help?

Code: Select all

Cisco 7206VXR (NPE400) processor (revision A) with 491520K/32768K bytes of memory.
Processor board ID 4279256517
R7000 CPU at 150MHz, Implementation 39, Rev 2.1, 256KB L2, 512KB L3 Cache
6 slot VXR midplane, Version 2.1

Last reset from power-on

PCI bus mb0_mb1 (Slots 0, 1, 3 and 5) has a capacity of 600 bandwidth points.
Current configuration on bus mb0_mb1 has a total of 200 bandwidth points. 
This configuration is within the PCI bus capacity and is supported. 

PCI bus mb2 (Slots 2, 4, 6) has a capacity of 600 bandwidth points.
Current configuration on bus mb2 has a total of 0 bandwidth points 
This configuration is within the PCI bus capacity and is supported. 

Please refer to the following document "Cisco 7200 Series Port Adaptor
Hardware Configuration Guidelines" on Cisco.com <http://www.cisco.com>
for c7200 bandwidth points oversubscription and usage guidelines.

1 FastEthernet interface
125K bytes of NVRAM.

131072K bytes of ATA PCMCIA card at slot 0 (Sector size 512 bytes).
131072K bytes of ATA PCMCIA card at slot 1 (Sector size 512 bytes).
8192K bytes of Flash internal SIMM (Sector size 256K).
% Crashinfo may not be recovered at bootflash:crashinfo
% This file system device reports an error

Press RETURN to get started!

*Dec 22 09:21:44.371: %DEC21140-1-INITFAIL: Unsupported PHY brand timed out, csr5=0x0
*Dec 22 09:22:06.631: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
*Dec 22 09:22:07.919: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
*Dec 22 09:22:09.127: %SYS-5-CONFIG_I: Configured from memory by console
*Dec 22 09:22:10.163: %SYS-5-RESTART: System restarted --
Cisco IOS Software, 7200 Software (C7200-ADVENTERPRISEK9-M), Version 15.2(4)S6, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2014 by Cisco Systems, Inc.
Compiled Fri 08-Aug-14 04:05 by prod_rel_team
*Dec 22 09:22:10.575: %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to administratively down
*Dec 22 09:22:11.575: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to down
*Dec 22 09:22:21.267: %SYS-3-CPUHOG: Task is running for (2048)msecs, more than (2000)msecs (8/8),process = Crypto CA.
-Traceback= 0x623AD260z 0x623B5F28z 0x627FA424z 0x627EB808z 0x627EA9C0z 0x627EAB00z 0x62805100z 0x62815C6Cz 0x62815A20z 0x62815E24z 0x627E4EA0z 0x6280543Cz 0x627E58ECz 0x627E05FCz 0x627E067Cz 0x627E0058z 
Router>show disk
Router>show disk0:
%Error show disk0: (No such device)
Router>show disk1:
%Error show disk1: (No such device)

Code: Select all

root@eve-ng:~# cat c7200.yml 
# Copyright (c) 2016, Andrea Dainese
# Copyright (c) 2018, Alain Degreffe
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#     * Redistributions of source code must retain the above copyright
#       notice, this list of conditions and the following disclaimer.
#     * Redistributions in binary form must reproduce the above copyright
#       notice, this list of conditions and the following disclaimer in the
#       documentation and/or other materials provided with the distribution.
#     * Neither the name of the UNetLab Ltd nor  the name of EVE-NG Ltd nor the
#       names of its contributors may be used to endorse or promote products
#       derived from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---
type: dynamips
name: 7206VXR
cpulimit: 1
icon: Router.png
idlepc: "0x62f21000"
nvram: 128
ram: 512
slot1: ""
slot2: ""
slot3: ""
slot4: ""
slot5: ""
slot6: ""
modules:
  "": Empty
  PA-FE-TX: PA-FE-TX
  PA-4E: PA-4E
  PA-8E: PA-8E
dynamips_options: -P 7200 -t npe-400 -o 4 -c 0x2102 -X --disk0 128 --disk1 128
...

Post Reply