cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4089
Views
10
Helpful
3
Replies

Show loggin in ASR9K

Dear all,

I have this mensage in my logg from the router

" RP/0/RSP0/CPU0:Sep 28 02:56:19.742 : licmgr[317]: %LICENSE-LICMGR-4-PACKAGE_LICENSE_INVALID : Package requesting A9K-LI-LIC license is activated on Rack0 and node node0_RSP0_CPU0 without a valid license/ valid configuration

Can someone explain this message and how to fix that ?

Regards,

Felizardo Miguel

1 Accepted Solution

Accepted Solutions

Mark Malone
VIP Alumni
VIP Alumni

Hi

That alert means the router has been upgraded and a feature that's in use requires a license for it and is not there

Features that Require Licenses After a Software Image Upgrade

When you upgrade your Cisco IOS XR software image from a release that does not support software entitlement to one that does, a warning message is displayed to the console port for each feature that requires a license. You must acquire either an evaluation license or a permanent license in order to continue using any features that require a license.

During an install activate operation, if the installation fails to acquire a license (through the license manager) for a package that requires licensing then the install operation is allowed but a warning message similar to the following is displayed:

Install operation 10 '(admin) install activate disk0:asr9k-optic-4.0.1.06I'
started by user 'root' via CLI at 09:57:15 pst Tue Aug 10 2010.
RP/0/RSP0/CPU0:Aug 10 09:57:15.058 : instdir[206]: 
%INSTALL-INSTMGR-6-INSTALL_OPERATION_STARTED : 
Install operation 10 '(admin) install activate disk0:asr9k-optic-4.0.1.06I' started by 
user 'root' 
/ 1% complete: The operation can still be aborted (ctrl-c for options)RP/0/RSP0/CPU0:
Aug 10 09:57:18.691 : licmgr[237]: %LICENSE-LICMGR-4-PACKAGE_LICENSE_INVALID : 
Package A9K-ADV-OPTIC-LIC activated without a valid license/ valid configuration
Warning:  There is no valid license for the following package:
Warning:   

View solution in original post

3 Replies 3

Mark Malone
VIP Alumni
VIP Alumni

Hi

That alert means the router has been upgraded and a feature that's in use requires a license for it and is not there

Features that Require Licenses After a Software Image Upgrade

When you upgrade your Cisco IOS XR software image from a release that does not support software entitlement to one that does, a warning message is displayed to the console port for each feature that requires a license. You must acquire either an evaluation license or a permanent license in order to continue using any features that require a license.

During an install activate operation, if the installation fails to acquire a license (through the license manager) for a package that requires licensing then the install operation is allowed but a warning message similar to the following is displayed:

Install operation 10 '(admin) install activate disk0:asr9k-optic-4.0.1.06I'
started by user 'root' via CLI at 09:57:15 pst Tue Aug 10 2010.
RP/0/RSP0/CPU0:Aug 10 09:57:15.058 : instdir[206]: 
%INSTALL-INSTMGR-6-INSTALL_OPERATION_STARTED : 
Install operation 10 '(admin) install activate disk0:asr9k-optic-4.0.1.06I' started by 
user 'root' 
/ 1% complete: The operation can still be aborted (ctrl-c for options)RP/0/RSP0/CPU0:
Aug 10 09:57:18.691 : licmgr[237]: %LICENSE-LICMGR-4-PACKAGE_LICENSE_INVALID : 
Package A9K-ADV-OPTIC-LIC activated without a valid license/ valid configuration
Warning:  There is no valid license for the following package:
Warning:   

Hello Dear,

How can solve this problem to do not show again this mensage?

Regards,

Hi if you want to stop the message you need to speak with Cisco license team get an evaluation license or buy one option

The other option if its not effecting service you just want to stop seeing the log message in your output , is block it coming from logging using the feature logging discriminator

This will require trying a couple of methods but usually you can block the message by its body type ---- logging discriminator test msg-body drops %LICENSE-LICMGR-4-PACKAGE_LICENSE_INVALID

Associating a Message Discriminator with a Logging Buffer

Perform this task to associate a message discriminator with a specific buffer.

SUMMARY STEPS

1.    enable

2.    configure terminal

3.    logging discriminator discr-name [[facility] [mnemonics] [msg-body] {drops string| includes string}] [severity {drops sev-num | includes sev-num}] [rate-limit msglimit]

4.    logging buffered [discriminator discr-name | xml] [buffer-size] [severity-level]

5.    end


DETAILED STEPS
  Command or Action Purpose
Step 1
enable


Example:

Device> enable

 

Enables privileged EXEC mode.

  • Enter your password if prompted.
 
Step 2
configure terminal


Example:

Device# configure terminal

 

Enters global configuration mode.

 
Step 3
logging discriminator discr-name [[facility] [mnemonics] [msg-body] {drops string| includes string}] [severity {drops sev-num | includes sev-num}] [rate-limit msglimit]


Example:

Device(config)# logging discriminator pacfltr2

 

Creates a message discriminator.

 
Step 4
logging buffered [discriminator discr-name | xml] [buffer-size] [severity-level]


Example:

Device(config)# logging buffered discriminator pacfltr2 5

 

Enables logging to a local buffer and specifies a message discriminator.

 
Step 5
end


Example:

Device(config)# end

 

Returns the CLI to privileged EXEC mode.

 

http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/esm/configuration/xe-3s/esm-xe-3s-book/reliable-del-filter.html#GUID-6B04B2EA-01C5-4E94-A9C9-1FDDAF5C38D6