Nokia Academy mcRNC License Management
RN33824EN50GLA0
©2015 Nokia Solutions and Networks. All rights reserved.
Copyright and confidentiality The contents of this document are proprietary and confidential property of Nokia Solutions and Networks. This document is provided subject to confidentiality obligations of the applicable agreement(s). This document is intended for use of Nokia Solutions and Networks customers and collaborators only for the purpose for which this document is submitted by Nokia Solutions and Networks. No part of this document may be reproduced or made available to the public or to any third party in any form or means without the prior written permission of Nokia Solutions and Networks. This document is to be used by properly trained professional personnel. Any use of the contents in this document is limited strictly to the use(s) specifically created in the applicable agreement(s) under which the document is submitted. The user of this document may voluntarily provide suggestions, comments or other feedback to Nokia Solutions and Networks in respect of the contents of this document
2
RN33824EN50GLA00
("Feedback"). Such Feedback may be used in Nokia Solutions and Networks products and related specifications or other documentation. Accordingly, if the user of this document gives Nokia Solutions and Networks feedback on the contents of this document, Nokia Solutions and Networks may freely use, disclose, reproduce, license, distribute and otherwise commercialize the feedback in any Nokia Solutions and Networks product, technology, service, specification or other documentation.
not limited to, the implied warranties of merchantability and fitness for a particular purpose, are made in relation to the accuracy, reliability or contents of this document. NOKIA SOLUTIONS AND NETWORKS SHALL NOT BE RESPONSIBLE IN ANY EVENT FOR ERRORS IN THIS DOCUMENT or for any loss of data or income or any special, incidental, consequential, indirect or direct damages howsoever caused, that might arise from the use of this document or any contents of this document.
Nokia Solutions and Networks operates a policy of ongoing development. Nokia Solutions and Networks reserves the right to make changes and improvements to any of the products and/or services described in this document or withdraw this document at any time without prior notice.
This document and the product(s) it describes are protected by copyright according to the applicable laws.
The contents of this document are provided "as is". Except as required by applicable law, no warranties of any kind, either express or implied, including, but
Nokia is a registered trademark of Nokia Corporation. Other product and company names mentioned herein may be trademarks or trade names of their respective owners. © Nokia Solutions and Networks 2015
©2015 Nokia Solutions and Networks. All rights reserved.
Objectives After completing this module the participant shall be able to: • Handle licenses in mcRNC • Activate licensed features
4
RN33824EN50GLA00
©2015 Nokia Solutions and Networks. All rights reserved.
Installing licenses • Transfer the license file to the network element using SFTP in binary format or SCP. Store the file to the /home directory.
• To install the single license enter in fsclish: > add license file • To install the multiple licenses: > add license folder • To list installed licenses: > show license all
• To check the details of the specific license: > show license details unique-id
5
RN33824EN50GLA00
©2015 Nokia Solutions and Networks. All rights reserved.
Checking state of licensed features • To check the feature administrative state of all the installed features use: > show license feature-mgmt all
• To check state of the single feature with feature code: > show license feature-mgmt code • To check state of the single feature with feature name: > show license feature-mgmt name • To check the administrative state of the capacity features use one of the following commands: > show license feature-mgmt usage all > show license feature-mgmt usage code > show license feature-mgmt usage name 6
RN33824EN50GLA00
©2015 Nokia Solutions and Networks. All rights reserved.
Activating licensed features NOTE! Check the required steps for the feature activation in the feature activation instructions. Configure features that require configuration before activation. • To activate or to enable the activation of the configured features, enter the following command: > set license feature-mgmt code feature-admin-state on • To deactivate features: > set license feature-mgmt code feature-admin-state off • Any change in administrative state of features has to be saved to startup configuration: > save snapshot
7
RN33824EN50GLA00
©2015 Nokia Solutions and Networks. All rights reserved.
Removing licenses NOTE! The license to be removed can be an expired or an active one. Before removing an active license, make sure that the features covered by the license have been taken out of use in a controlled way. If you try to remove an active license, the system gives you a warning message and asks you for confirmation.
• To delete the license enter the following command: > delete license unique-id • To list all expired licenses: > show license expired • To delete all expired licenses from the license directory: > delete license expired
8
RN33824EN50GLA00
©2015 Nokia Solutions and Networks. All rights reserved.