SRE-V Forums

« Back to SRE-V Technical Questions

Trouble installing SRE-V software

Combination View Flat View Tree View
Threads [ Previous | Next ]
Showing 1 - 20 of 73 results.
of 4
My config:
 
interface SM1/0
 ip address 10.0.0.100 255.255.255.0
 service-module ip address 10.0.0.1 255.255.255.0
 service-module ip default-gateway 10.0.0.100
 service-module mgf ip address 1.10.10.5 255.255.255.0
 service-module mgf ip default-gateway 1.10.10.3
!
interface SM1/1
 description Internal switch interface connected to Service Module
 switchport mode trunk
!
interface Vlan1
 ip address 1.10.10.3 255.255.255.0
!
ip forward-protocol nd
!
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
ip route 1.10.10.5 255.255.255.255 Vlan1
 
Here is what I get when I try to install:
 
Install of ftp://172.17.17.124/sre-v-k9.smv.1.0.0.35.pkg in progress
Install status : File sre-v-k9.smv.1.0.0.35.pkg.install.sre requested
Local Partition Info - (0 apps)
=====================
  Retrieving partition information
boxer#service-module sm 1/0 status
Service Module is Cisco SM1/0
Service Module supports session via TTY line 67
Service Module is trying to recover from error
Service Module heartbeat-reset is enabled
Service Module is in fail open
Service Module status is not available
Module resource information:
  CPU Frequency: 1864 MHz
  Memory Size: 2535 MB
  Disk 0 Size: 500107 MB
  Disk 1 Size: 2055 MB
Install of ftp://172.17.17.124/sre-v-k9.smv.1.0.0.35.pkg in progress
Install status : File sre-v-k9.smv.1.0.0.35.pkg.install.sre requested
Local Partition Info - (0 apps)
=====================
  Retrieving partition information
boxer#service-module sm 1/0 status
Service Module is Cisco SM1/0
Service Module supports session via TTY line 67
Service Module is in Steady state
Service Module heartbeat-reset is enabled
Getting status from the Service Module, please wait..
Cisco Foundation Software 1.0
FNDN Running on SM
Module resource information:
  CPU Frequency: 1862 MHz
  Memory Size: 4136636 MB
  Disk 0 Size: 953880 MB
Install of ftp://172.17.17.124/sre-v-k9.smv.1.0.0.35.pkg in progress
Install status : File sre-v-k9.smv.1.0.0.35.pkg.install.sre requested
No local partition
boxer#service-module sm 1/0 status
Service Module is Cisco SM1/0
Service Module supports session via TTY line 67
Service Module is trying to recover from error
Service Module heartbeat-reset is enabled
Service Module status is not available
Module resource information:
  CPU Frequency: 1862 MHz
  Memory Size: 4136636 MB
  Disk 0 Size: 953880 MB
No install/uninstall in progress
No local partition
 
---------------
 
Any suggestons?

Hi Ken,



After you issue the install CLI from IOS, Can you session into the blade to capture the installation steps/logs. Please make sure you have all required files in your ftp server.



Thanks,

Ashwin

Ashwin,

Here is what I get after the install command:




boxer#term service-module sm 1/0 install url ftp://172.17.17.124/sre-v-k9.smv.1.0.0.35.pkg
Proceed with installation? : y
*Oct 26 19:56:58.283: %SM_INSTALL-6-INST_RSRC_GET: Getting resource information from SM1/0.
*Oct 26 19:57:52.971: %SM_INSTALL-6-INST_RBIP: SM1/0 received msg: RBIP Registration Request
Loading sre-v-k9.smv.1.0.0.35.pkg.install.sre !
[OK - 1692/4096 bytes]
Service module installation
ios_version  15.1(2.18)T
ios_image  c2900-universalk9-mz
pkg_name  sre-v-k9.smv.1.0.0.35.pkg
key_file  sre-v-k9.smv.1.0.0.35.key
helper_file  sre-v-installer.smv.1.0.0.35
Check target platform capabilities
cpu   1865
Resource check completed successfully. Proceeding to Install....
boxer#
boxer#
boxer#
*Oct 26 19:58:00.575: %SM_INSTALL-6-INST_RESET: SM1/0 is reset for software installation.
*Oct 26 19:58:41.803: %SM_INSTALL-6-INST_RBIP: SM1/0 received msg: RBIP Registration Request
*Oct 26 19:58:41.807: %SM_INSTALL-6-INST_RBIP: SM1/0 received msg: RBIP File Request
*Oct 26 19:58:48.843: %SM_INSTALL-6-INST_RBIP: SM1/0 received msg: RBIP File Request
*Oct 26 19:59:04.739: %SM_INSTALL-6-INST_RBIP: SM1/0 received msg: RBIP File Request
*Oct 26 19:59:10.167: %SM_INSTALL-6-INST_RBIP: SM1/0 received msg: RBIP File Request
*Oct 26 19:59:40.723: %SRE_SM-6-STATE_CHANGE: SM1/0 changing state from SERVICE_MODULE_STATE_ERRQ to SERVICE_MODULE_STATE_STDY
*Oct 26 19:59:41.907: %SERVICEMODULE-2-IPCONFIGFAILED: Service module SM1/0 IP configuration (vlan default gateway) failed
*Oct 26 20:00:23.287: %SM_INSTALL-6-INST_FAIL: SM1/0 is reset due to
 Can not download sre-v-k9.smv.1.0.0.35.pkg
error code 0 : error type 'couldn't connect to host'.
*Oct 26 20:00:23.287: %SRE_SM-6-STATE_CHANGE: SM1/0 changing state from SERVICE_MODULE_STATE_STDY to SERVICE_MODULE_STATE_ERRQ
*Oct 26 20:00:23.287: %SM_INSTALL-6-INST_FAIL: SM1/0 is reset due to Unable to install. Please try again.

Hi Ken,



Looks like you do not have routing setup so that the module can access the ftp server where the sre-v-k9.smv.1.0.0.35.pkg is located.

The module needs to be able to reach the ftp server in order to download the pkg file.



Mike

Mike,
 
My FTP server is on the same network as my ISR GigabitEthernet0/0 interface (172.17.17.124 255.255.248.0)
 
Can you take a look at my configuration because I am still getting same errors?
 
Thanks in advance,
 
Ken
 
------------------
 
interface GigabitEthernet0/0
 description To tusqa network
 ip address 172.17.17.130 255.255.248.0
 duplex auto
 speed auto
!
interface SM1/0
 ip unnumbered GigabitEthernet0/0
 service-module fail-open
 service-module ip address 172.17.17.129 255.255.248.0
 service-module ip default-gateway 172.17.17.130
 service-module mgf ip address 10.62.64.1 255.255.255.0
 service-module mgf ip default-gateway 10.62.64.2
!
interface SM1/1
 description Internal switch interface connected to Service Module
 switchport mode trunk
!
interface Vlan1
 ip address 10.62.64.2 255.255.255.0
!
ip forward-protocol nd
!
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
ip route 10.62.63.3 255.255.255.255 SM1/0
ip route 10.62.64.1 255.255.255.255 Vlan1
ip route 10.62.64.2 255.255.255.255 10.62.64.1
ip route 172.17.17.130 255.255.255.255 SM1/0
ip route 172.17.17.130 255.255.255.255 Vlan1
ip route 172.17.17.130 255.255.255.255 172.17.17.124
ip route 172.17.17.130 255.255.255.255 172.17.17.0

Ken,

I think there is a mistake in your ip route for the sm 1/0

It should be¿ ip route 172.17.17.129 255.255.255.255 SM1/0 ¿ The router should point to the ip address assigned to service-module ip address ¿x.x.x.x¿

Thanks,

Radhika

Hi Ken,





You need to add the following to your config:



ip route 172.17.17.129 255.255.255.255 SM1/0



Mike









From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com]
Sent: Wednesday, October 27, 2010 4:00 PM
To: cdicuser@developer.cisco.com
Subject: New Message from Ken Romo in Service Ready Engine Virtualization - SRE-V Beta Testing: RE: New Message from Ken Romo in Service Ready Engine Virtualization - SRE-



Ken Romo has created a new message in the forum "SRE-V Beta Testing":
--------------------------------------------------------------
Mike,

My FTP server is on the same network as my ISR GigabitEthernet0/0 interface (172.17.17.124 255.255.248.0)

Can you take a look at my configuration because I am still getting same errors?

Thanks in advance,

Ken

------------------

interface GigabitEthernet0/0
description To tusqa network
ip address 172.17.17.130 255.255.248.0
duplex auto
speed auto
!
interface SM1/0
ip unnumbered GigabitEthernet0/0
service-module fail-open
service-module ip address 172.17.17.129 255.255.248.0
service-module ip default-gateway 172.17.17.130
service-module mgf ip address 10.62.64.1 255.255.255.0
service-module mgf ip default-gateway 10.62.64.2
!
interface SM1/1
description Internal switch interface connected to Service Module
switchport mode trunk
!
interface Vlan1
ip address 10.62.64.2 255.255.255.0
!
ip forward-protocol nd
!
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
ip route 10.62.63.3 255.255.255.255 SM1/0
ip route 10.62.64.1 255.255.255.255 Vlan1
ip route 10.62.64.2 255.255.255.255 10.62.64.1
ip route 172.17.17.130 255.255.255.255 SM1/0
ip route 172.17.17.130 255.255.255.255 Vlan1
ip route 172.17.17.130 255.255.255.255 172.17.17.124
ip route 172.17.17.130 255.255.255.255 172.17.17.0


Hi Ken,



Looks like you do not have routing setup so that the module can access the ftp server where the sre-v-k9.smv.1.0.0.35.pkg is located.

The module needs to be able to reach the ftp server in order to download the pkg file.



Mike







From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com]
Sent: Tuesday, October 26, 2010 4:20 PM
To: cdicuser@developer.cisco.com
Subject: New Message from Ken Romo in Service Ready Engine Virtualization - SRE-V Beta Testing: RE: New Message from Ken Romo in Service Ready Engine Virtualization - SRE-



Ken Romo has created a new message in the forum "SRE-V Beta Testing":
--------------------------------------------------------------
Ashwin,

Here is what I get after the install command:




boxer#term service-module sm 1/0 install url ftp://172.17.17.124/sre-v-k9.smv.1.0.0.35.pkg
Proceed with installation? : y
*Oct 26 19:56:58.283: %SM_INSTALL-6-INST_RSRC_GET: Getting resource information from SM1/0.
*Oct 26 19:57:52.971: %SM_INSTALL-6-INST_RBIP: SM1/0 received msg: RBIP Registration Request
Loading sre-v-k9.smv.1.0.0.35.pkg.install.sre !
[OK - 1692/4096 bytes]
Service module installation
ios_version 15.1(2.18)T
ios_image c2900-universalk9-mz
pkg_name sre-v-k9.smv.1.0.0.35.pkg
key_file sre-v-k9.smv.1.0.0.35.key
helper_file sre-v-installer.smv.1.0.0.35
Check target platform capabilities
cpu 1865
Resource check completed successfully. Proceeding to Install....
boxer#
boxer#
boxer#
*Oct 26 19:58:00.575: %SM_INSTALL-6-INST_RESET: SM1/0 is reset for software installation.
*Oct 26 19:58:41.803: %SM_INSTALL-6-INST_RBIP: SM1/0 received msg: RBIP Registration Request
*Oct 26 19:58:41.807: %SM_INSTALL-6-INST_RBIP: SM1/0 received msg: RBIP File Request
*Oct 26 19:58:48.843: %SM_INSTALL-6-INST_RBIP: SM1/0 received msg: RBIP File Request
*Oct 26 19:59:04.739: %SM_INSTALL-6-INST_RBIP: SM1/0 received msg: RBIP File Request
*Oct 26 19:59:10.167: %SM_INSTALL-6-INST_RBIP: SM1/0 received msg: RBIP File Request
*Oct 26 19:59:40.723: %SRE_SM-6-STATE_CHANGE: SM1/0 changing state from SERVICE_MODULE_STATE_ERRQ to SERVICE_MODULE_STATE_STDY
*Oct 26 19:59:41.907: %SERVICEMODULE-2-IPCONFIGFAILED: Service module SM1/0 IP configuration (vlan default gateway) failed
*Oct 26 20:00:23.287: %SM_INSTALL-6-INST_FAIL: SM1/0 is reset due to
Can not download sre-v-k9.smv.1.0.0.35.pkg
error code 0 : error type 'couldn't connect to host'.
*Oct 26 20:00:23.287: %SRE_SM-6-STATE_CHANGE: SM1/0 changing state from SERVICE_MODULE_STATE_STDY to SERVICE_MODULE_STATE_ERRQ
*Oct 26 20:00:23.287: %SM_INSTALL-6-INST_FAIL: SM1/0 is reset due to Unable to install. Please try again.


Hi Ken,



After you issue the install CLI from IOS, Can you session into the blade to capture the installation steps/logs. Please make sure you have all required files in your ftp server.



Thanks,

Ashwin



From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com]
Sent: Monday, October 25, 2010 5:18 PM
To: cdicuser@developer.cisco.com
Subject: New Message from Ken Romo in Service Ready Engine Virtualization - SRE-V Beta Testing: Trouble installing SRE-V software



Ken Romo has created a new message in the forum "SRE-V Beta Testing":
--------------------------------------------------------------
My config:

interface SM1/0
ip address 10.0.0.100 255.255.255.0
service-module ip address 10.0.0.1 255.255.255.0
service-module ip default-gateway 10.0.0.100
service-module mgf ip address 1.10.10.5 255.255.255.0
service-module mgf ip default-gateway 1.10.10.3
!
interface SM1/1
description Internal switch interface connected to Service Module
switchport mode trunk
!
interface Vlan1
ip address 1.10.10.3 255.255.255.0
!
ip forward-protocol nd
!
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
ip route 1.10.10.5 255.255.255.255 Vlan1

Here is what I get when I try to install:

Install of ftp://172.17.17.124/sre-v-k9.smv.1.0.0.35.pkg in progress
Install status : File sre-v-k9.smv.1.0.0.35.pkg.install.sre requested
Local Partition Info - (0 apps)
=====================
Retrieving partition information
boxer#service-module sm 1/0 status
Service Module is Cisco SM1/0
Service Module supports session via TTY line 67
Service Module is trying to recover from error
Service Module heartbeat-reset is enabled
Service Module is in fail open
Service Module status is not available
Module resource information:
CPU Frequency: 1864 MHz
Memory Size: 2535 MB
Disk 0 Size: 500107 MB
Disk 1 Size: 2055 MB
Install of ftp://172.17.17.124/sre-v-k9.smv.1.0.0.35.pkg in progress
Install status : File sre-v-k9.smv.1.0.0.35.pkg.install.sre requested
Local Partition Info - (0 apps)
=====================
Retrieving partition information
boxer#service-module sm 1/0 status
Service Module is Cisco SM1/0
Service Module supports session via TTY line 67
Service Module is in Steady state
Service Module heartbeat-reset is enabled
Getting status from the Service Module, please wait..
Cisco Foundation Software 1.0
FNDN Running on SM
Module resource information:
CPU Frequency: 1862 MHz
Memory Size: 4136636 MB
Disk 0 Size: 953880 MB
Install of ftp://172.17.17.124/sre-v-k9.smv.1.0.0.35.pkg in progress
Install status : File sre-v-k9.smv.1.0.0.35.pkg.install.sre requested
No local partition
boxer#service-module sm 1/0 status
Service Module is Cisco SM1/0
Service Module supports session via TTY line 67
Service Module is trying to recover from error
Service Module heartbeat-reset is enabled
Service Module status is not available
Module resource information:
CPU Frequency: 1862 MHz
Memory Size: 4136636 MB
Disk 0 Size: 953880 MB
No install/uninstall in progress
No local partition

---------------

Any suggestons?
--
To respond to this post, please click the following link:
<http://developer.cisco.com/group/srev/forums/-/message_boards/message/2678543>
or simply reply to this email.


--
To respond to this post, please click the following link:
<http://developer.cisco.com/group/srev/forums/-/message_boards/message/2681319>
or simply reply to this email.


--
To respond to this post, please click the following link:
<http://developer.cisco.com/group/srev/forums/-/message_boards/message/2688556>
or simply reply to this email.

Radhika,
 
That was exactly it thank you.
Now that I have SRE-V software loaded I am trying to install vSphere Client
 
 

Go to https://ip address of the MGF interface
 
but I cannot ping the MGF interface (10.62.64.1) from outside the router any suggestions?

Current config:

interface GigabitEthernet0/0
 description To tusqa network
 ip address 172.17.17.130 255.255.248.0
 
interface SM1/0
 ip unnumbered GigabitEthernet0/0
 service-module ip address 172.17.17.129 255.255.248.0
 !Application: SRE-V Running on SMV
 service-module ip default-gateway 172.17.17.130
 service-module mgf ip address 10.62.64.1 255.255.255.0
 service-module mgf ip default-gateway 10.62.64.2
!
interface SM1/1
 description Internal switch interface connected to Service Module
 switchport mode trunk
!
interface Vlan1
 ip address 10.62.64.2 255.255.255.0
!
ip forward-protocol nd
!
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
ip route 10.62.64.1 255.255.255.255 Vlan1
ip route 10.62.64.2 255.255.255.255 10.62.64.1
ip route 172.17.17.129 255.255.255.255 SM1/0
ip route 172.17.17.130 255.255.255.255 SM1/0
ip route 172.17.17.130 255.255.255.255 Vlan1
ip route 172.17.17.130 255.255.255.255 172.17.17.124
ip route 172.17.17.130 255.255.255.255 172.17.17.0

Ken,

Is the 10.62.64.0 network a private network to you router? What network is the PC you are trying to connect from?

If the 10.62.64.0 is a private network just in your router and you PC is in the 172.17.17.x network. Than you might need to add a route into your pc to point 10.62.64.0.x to your router gige Ip address.

Thanks,

Radhika

Hi Ken,



Did you activate the evaluation license on the module ?

( i.e. ' license activate sreVHost' )

You will not be able to ping the mgf ip address until you do that.

Also why do you have the following in your config ?

ip route 10.62.64.2 255.255.255.255 10.62.64.1

I don't think the above route needs to be there, can you remove it and try to ping the mgf ip from the router console after making sure that license is activated.

Mike

Radhika,
 
I added the route to my pc and now I can ping the vlan 10.62.64.2 but not the mgf interface 10.62.64.1
 
any suggestions?
 
Ken

Ken,



Can you go to the SRE module CLI and execute the following:

show license in-use

If you don't see any output that means you do not have a license enabled and IP connectivity to the mgf ip will be blocked.

Mike

Mike,

Looks like the license is good however as you can see below when I am sessioned in on the module I can't ping the mgf interface from thier either, should I be able to (i can ping the mgf interface for the 0/0 gigaethernet interface)?

-----------------------------

se-172-17-17-129# sho license in-use
StoreIndex:  0  Feature: SRE-V-HOST-LIC                    Version: 1.0
        License Type: Evaluation
        License State: Active, In Use
            Evaluation total period:  8 weeks  4 days
            Evaluation period left:  8 weeks  2 days
            Expiry date: Fri Feb 29 18:30:10 2008
        License Count: Non-Counted
        License Priority: Low
se-172-17-17-129#

se-172-17-17-129# ping 10.62.64.2   (ping to VLAN1 good)
PING 10.62.64.2 (10.62.64.2) 56(84) bytes of data.
64 bytes from 10.62.64.2: icmp_seq=1 ttl=255 time=0.660 ms
64 bytes from 10.62.64.2: icmp_seq=2 ttl=255 time=0.763 ms
64 bytes from 10.62.64.2: icmp_seq=3 ttl=255 time=0.221 ms
64 bytes from 10.62.64.2: icmp_seq=4 ttl=255 time=0.464 ms
64 bytes from 10.62.64.2: icmp_seq=5 ttl=255 time=0.209 ms
--- 10.62.64.2 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 5ms
rtt min/avg/max/mdev = 0.209/0.463/0.763/0.225 ms, ipg/ewma 1.297/0.549 ms
se-172-17-17-129# ping 10.62.64.1
PING 10.62.64.1 (10.62.64.1) 56(84) bytes of data. (ping to mgf interface not good)
--- 10.62.64.1 ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 4000ms
, ipg/ewma 1000.200/0.000 ms

Ken,

In Normal conditions you should be able to ping. Can you send us the output of 'show hypervisor ip' and 'show hypervisor nics'

Thanks,

Radhika

Radhika,
 
Here are the ip's and nics for the hypervisor, I noticed there was no Default Gateway so I added the VLAN1 as the gateway and i was then able to ping the mgf interface from within the mocule session however check this out when I go to my PC I ping the mgf interface and it pings twice (%50 loss) then it REBOOTS THE ROUTER!
 
what do you think?
 
se-172-17-17-129# show hypervisor ip
Hostname:               localhost
Domain Name:            None
IP Config:              10.62.64.1(Subnet Mask: 255.255.255.0)
                        169.254.1.1(Subnet Mask: 255.255.255.0)
Default Gateway:        None
Preferred DNS Server:   None
Alternative DNS Server: None
 
 
se-172-17-17-129# show hypervisor nics
Name    PCI           Driver      Link Speed     Duplex MAC Address       MTU
vmnic0  0000:01:00.00 e1000e      Down 0Mbps     Half   00:23:eb:a1:12:1e 1500
vmnic1  0000:02:00.00 bnx2        Up   1000Mbps  Full   68:ef:bd:f9:33:01 1500
vmnic2  0000:02:00.01 bnx2        Up   1000Mbps  Full   68:ef:bd:f9:33:00 1500
3 total nics

Rebooting the router?? Is very strange. Do you have any console messages on the router?



The ping was failing because the default gateway was missing. But we need to figure out why the router rebooted/ Do you have any tracebacks on the router? (IOS image also is a beta Image so could be a issue there) Do you have any other modules on this router?

Thanks,

Radhika

Rebooting the router?? Is very strange. Do you have any console messages on the router?

Yes see below:

The ping was failing because the default gateway was missing. But we need to figure out why the router rebooted/ Do you have any tracebacks on the router?
 
Yes see below:
 
(IOS image also is a beta Image so could be a issue there) Do you have any other modules on this router?
 
No other modules on the router.
 
------------------------
%ALIGN-1-FATAL: Illegal access to a low address 19:09:57 UTC Thu Oct 28 2010
 addr=0x14, pc=0x22765BD8z , ra=0x22765B84z , sp=0x300A5EB8
%ALIGN-1-FATAL: Illegal access to a low address 19:09:57 UTC Thu Oct 28 2010
 addr=0x14, pc=0x22765BD8z , ra=0x22765B84z , sp=0x300A5EB8

 19:09:57 UTC Thu Oct 28 2010: TLB (store) exception, CPU signal 10, PC = 0x22774218
 
--------------------------------------------------------------------
   Possible software fault. Upon reccurence, please collect
   crashinfo, "show tech" and contact Cisco Technical Support.
--------------------------------------------------------------------

-Traceback= 0x22765BD8z 0x2277BD38z 0x216B1D3Cz 0x2161F25Cz 0x2117F618z 0x211810C4z 0x2115AFACz 0x21A6814Cz 0x21A48954z
$0 : 00000000 00000000, AT : 00000000 29130000, v0 : 00000000 00000001, v1 : 00000000 0D8BFDC0
a0 : 00000000 00000000, a1 : 00000000 0D8BFE04, a2 : 00000000 2A30483C, a3 : 00000000 00000004
t0 : 00000000 00000020, t1 : 00000000 500099E1, t2 : 00000000 500081E0, t3 : FFFFFFFF FFFFFFF2
t4 : 00000000 0000000E, t5 : 00000000 00000000, t6 : 00000000 0D8FE810, t7 : 00000000 000001FF
s0 : 00000000 00000000, s1 : 00000000 2A3098C0, s2 : FFFFFFFF FFFFFFEC, s3 : 00000000 30F183E0
s4 : 00000000 0D8FE81E, s5 : 00000000 2A30CC60, s6 : 00000000 00000000, s7 : 00000000 0000000E
t8 : 00000000 000007FC, t9 : 00000000 2A30BF80, k0 : 00000000 00000000, k1 : 00000000 00000000
gp : 00000000 2913F9A0, sp : 00000000 300A5EB8, s8 : 00000000 0000003C, ra : 00000000 227741C4
EPC  : 22774218, ErrorEPC : 80412AC4, SREG     : 500099E3
MDLO : 83A9196A, MDHI     : E9785555, BadVaddr : 00000014
CacheErr_Icache : 0x007F7F00 - 000040D8, CacheErr_Dcache : 0x00000000 - 00003640
TagLo_Icache : 0x00000000 - 2364C303, DataLo_Icache : 0x14A400C5 - 26420004
DataHi_Icache: 0x00000000 - 00000001
TagLo_Dcache : 0x00000000 - 300A6103, TagHi_Dcache : 0x00000000 - 09137B01
DataLo_Dcache: 0x11C00011 - AE380008, DataHi_Dcache : 0x00000000 - 0000000D
TEXT_START : 0x2100EF18
DATA_START : 0x26094640
Cause 0000040C (Code 0x3): TLB (store) exception

 19:09:57 UTC Thu Oct 28 2010: TLB (store) exception, CPU signal 10, PC = 0x22774218
 
--------------------------------------------------------------------
   Possible software fault. Upon reccurence, please collect
   crashinfo, "show tech" and contact Cisco Technical Support.
--------------------------------------------------------------------

-Traceback= 0x22765BD8z 0x2277BD38z 0x216B1D3Cz 0x2161F25Cz 0x2117F618z 0x211810C4z 0x2115AFACz 0x21A6814Cz 0x21A48954z
$0 : 00000000 00000000, AT : 00000000 29130000, v0 : 00000000 00000001, v1 : 00000000 0D8BFDC0
a0 : 00000000 00000000, a1 : 00000000 0D8BFE04, a2 : 00000000 2A30483C, a3 : 00000000 00000004
t0 : 00000000 00000020, t1 : 00000000 500099E1, t2 : 00000000 500081E0, t3 : FFFFFFFF FFFFFFF2
t4 : 00000000 0000000E, t5 : 00000000 00000000, t6 : 00000000 0D8FE810, t7 : 00000000 000001FF
s0 : 00000000 00000000, s1 : 00000000 2A3098C0, s2 : FFFFFFFF FFFFFFEC, s3 : 00000000 30F183E0
s4 : 00000000 0D8FE81E, s5 : 00000000 2A30CC60, s6 : 00000000 00000000, s7 : 00000000 0000000E
t8 : 00000000 000007FC, t9 : 00000000 2A30BF80, k0 : 00000000 00000000, k1 : 00000000 00000000
gp : 00000000 2913F9A0, sp : 00000000 300A5EB8, s8 : 00000000 0000003C, ra : 00000000 227741C4
EPC  : 22774218, ErrorEPC : 80412AC4, SREG     : 500099E3
MDLO : 83A9196A, MDHI     : E9785555, BadVaddr : 00000014
CacheErr_Icache : 0x007F7F00 - 000040D8, CacheErr_Dcache : 0x00000000 - 00003640
TagLo_Icache : 0x00000000 - 2364C303, DataLo_Icache : 0x14A400C5 - 26420004
DataHi_Icache: 0x00000000 - 00000001
TagLo_Dcache : 0x00000000 - 300A6103, TagHi_Dcache : 0x00000000 - 09137B01
DataLo_Dcache: 0x11C00011 - AE380008, DataHi_Dcache : 0x00000000 - 0000000D
TEXT_START : 0x2100EF18
DATA_START : 0x26094640
Cause 0000040C (Code 0x3): TLB (store) exception
Writing crashinfo to flash:crashinfo_20101028-190957-UTC
 19:09:57 UTC Thu Oct 28 2010: TLB (store) exception, CPU signal 10, PC = 0x22774218
 
--------------------------------------------------------------------
   Possible software fault. Upon reccurence, please collect
   crashinfo, "show tech" and contact Cisco Technical Support.
--------------------------------------------------------------------

-Traceback= 0x22765BD8z 0x2277BD38z 0x216B1D3Cz 0x2161F25Cz 0x2117F618z 0x211810C4z 0x2115AFACz 0x21A6814Cz 0x21A48954z
$0 : 00000000 00000000, AT : 00000000 29130000, v0 : 00000000 00000001, v1 : 00000000 0D8BFDC0
a0 : 00000000 00000000, a1 : 00000000 0D8BFE04, a2 : 00000000 2A30483C, a3 : 00000000 00000004
t0 : 00000000 00000020, t1 : 00000000 500099E1, t2 : 00000000 500081E0, t3 : FFFFFFFF FFFFFFF2
t4 : 00000000 0000000E, t5 : 00000000 00000000, t6 : 00000000 0D8FE810, t7 : 00000000 000001FF
s0 : 00000000 00000000, s1 : 00000000 2A3098C0, s2 : FFFFFFFF FFFFFFEC, s3 : 00000000 30F183E0
s4 : 00000000 0D8FE81E, s5 : 00000000 2A30CC60, s6 : 00000000 00000000, s7 : 00000000 0000000E
t8 : 00000000 000007FC, t9 : 00000000 2A30BF80, k0 : 00000000 00000000, k1 : 00000000 00000000
gp : 00000000 2913F9A0, sp : 00000000 300A5EB8, s8 : 00000000 0000003C, ra : 00000000 227741C4
EPC  : 22774218, ErrorEPC : 80412AC4, SREG     : 500099E3
MDLO : 83A9196A, MDHI     : E9785555, BadVaddr : 00000014
CacheErr_Icache : 0x007F7F00 - 000040D8, CacheErr_Dcache : 0x00000000 - 00003640
TagLo_Icache : 0x00000000 - 2364C303, DataLo_Icache : 0x14A400C5 - 26420004
DataHi_Icache: 0x00000000 - 00000001
TagLo_Dcache : 0x00000000 - 300A6103, TagHi_Dcache : 0x00000000 - 09137B01
DataLo_Dcache: 0x11C00011 - AE380008, DataHi_Dcache : 0x00000000 - 0000000D
TEXT_START : 0x2100EF18
DATA_START : 0x26094640
Cause 0000040C (Code 0x3): TLB (store) exception
-Traceback= 0x22765BD8z 0x2277BD38z 0x216B1D3Cz 0x2161F25Cz 0x2117F618z 0x211810C4z 0x2115AFACz 0x21A6814Cz 0x21A48954z

=== Flushing messages (19:09:58 UTC Thu Oct 28 2010) ===
Buffered messages:
*Oct 28 18:11:15.071: %LINK-3-UPDOWN: Interface SM1/0, changed state to up
*Oct 28 18:11:17.191: %LINK-3-UPDOWN: Interface GigabitEthernet0/0, changed state to up
*Oct 28 18:11:17.191: %LINK-3-UPDOWN: Interface GigabitEthernet0/1, changed state to down
*Oct 28 18:11:17.191: %LINK-3-UPDOWN: Interface GigabitEthernet0/2, changed state to down
*Oct 28 18:11:19.635: %LINK-3-UPDOWN: Interface SM1/1, changed state to up
*Oct 28 18:11:36.743: %LINK-3-UPDOWN: Interface Foreign Exchange Office 0/0/0, changed state to up
*Oct 28 18:11:37.007: %LINK-3-UPDOWN: Interface Foreign Exchange Office 0/0/1, changed state to up
*Oct 28 18:11:37.159: %LINK-3-UPDOWN: Interface Foreign Exchange Station 0/1/0, changed state to up
*Oct 28 18:11:37.159: %LINK-3-UPDOWN: Interface Foreign Exchange Station 0/1/1, changed state to up
*Oct 28 18:12:18.739: %LINK-3-UPDOWN: Interface Foreign Exchange Office 0/0/0, changed state to operational status down due to cable removal
*Oct 28 18:12:19.739: %LINK-3-UPDOWN: Interface Foreign Exchange Office 0/0/1, changed state to operational status down due to cable removal
Queued messages:
No warm reboot Storage
*** System received a Bus Error exception ***
signal= 0xa, code= 0x40c, context= 0x29732914
  PC = 0x22774218, SP = 0x300a5eb8, RA = 0x227741c4
  Cause Reg = 0x0000040c, Status Reg = 0x500099e3
System Bootstrap, Version 15.0(1r)M6, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 2010 by cisco Systems, Inc.
Total memory size = 512 MB - On-board = 512 MB, DIMM0 = 0 MB
CISCO2911/K9 platform with 524288 Kbytes of main memory
Main memory is configured to 72/-1(On-board/DIMM0) bit mode with ECC enabled

Readonly ROMMON initialized
program load complete, entry point: 0x80803000, size: 0x1b340

IOS Image Load Test
___________________
Digitally Signed Development Software
program load complete, entry point: 0x81000000, size: 0x40b6b74
Self decompressing the image : #################################################

Thanks Ken. We will take a look at the tracebacks to see what is happening on the IOS end.

Once the router is booted up is the module up and running? Is the ping to mgf working?

Thanks,

Radhika

Thanks Ken. We will take a look at the tracebacks to see what is happening on the IOS end.

Once the router is booted up is the module up and running?
 
Yes
 
Is the ping to mgf working?

Internally yes, when I ping from my PC that is when it reboots (it is repeatable).
 
Ken
---------------

Ken,

I was looking at your config s sent some time back and you have ip routes to Vlan 1 . Can you please remove the two lines below and try.

ip route 10.62.64.1 255.255.255.255 Vlan1
ip route 172.17.17.130 255.255.255.255 Vlan1

Thanks,

Radhika

Showing 1 - 20 of 73 results.
of 4