Вы находитесь на странице: 1из 5

Er

MOP Ericsson 3G KGET


Automation
July, 2016

Orchestrating network performance | www.infovista.com


MOP Ericsson 3G KGET Automation

Copyright 2016 InfoVista S.A.S.

All rights reserved

InfoVista is a trademark of InfoVista S.A.S.

The information contained in this document is the property of InfoVista S.A.S.. No part of this
publication may be reproduced in any form (including photocopying or electronic storage on any
medium) or by any other means, or used to make any derivative work (such as translation,
transformation or adaptation) without the express written permission of InfoVista S.A.S.. Legal action
will be taken against any infringement.

The information contained in this document is subject to change without notice and does not carry any
contractual obligation for InfoVista. InfoVista reserves the right to make changes to any products or
services described in this document at any time without notice. InfoVista shall not be held responsible
for the direct or indirect consequences of the use of the information contained in this document.

Applications for written permission to reproduce any part of this publication should be addressed to
InfoVista S.A.S. at the address indicated below.

Brand and product names mentioned in this publication may be registered trademarks or trademarks of
their respective holders.

Contact Information

InfoVista
www.infovista.com
Mohd Ghufran
gdaud@infovista.com
Professional Service Consultant

InfoVista Confidential - Copyright 2016 InfoVista S.A.S.. All rights reserved. | 2/5
MOP Ericsson 3G KGET Automation

Table of Contents
1.0 Introduction ...................................................................................................................................... 4
1.1 Preparing RNC Site File ............................................................................................................... 4
1.2 Creating Crontab .......................................................................................................................... 5

InfoVista Confidential - Copyright 2016 InfoVista S.A.S.. All rights reserved. | 3/5
MOP Ericsson 3G KGET Automation

1.0 Introduction
This document will be explaining step by steps method to generate the Ericsson 3G KGET
automatically from Ericsson OSS.

1.1 Preparing RNC Site File


RNC site file need to be defined in the first stage where the information like Rnc name and its IP is
being defined. File for Ericsson 3G generated as below:

Filename: rnclist

Directory: /home/planet

InfoVista Confidential - Copyright 2016 InfoVista S.A.S.. All rights reserved. | 4/5
MOP Ericsson 3G KGET Automation

To see the content of the file:

Use linux command: cat rnclist

To edit the file:

Type: vi rnclist

Press a to edit, and to save press ESC button then use command :wq!

1.2 Creating Crontab

Crontab need to be defined as it will be the scheduler to auto export KGET on daily basis.

Crontab defined as follows:

30 03 * * * /opt/ericsson/bin/mobatch -t 0 -p 1 /home/planet/rnclist " lt all; kget all" /home/planet/kget


2>&1

30 03 : means it will be executed at 3.30 am daily.

-t 0 : means timeout connection to RNC.

-p 1 : number of parallel file going to be generated.

InfoVista Confidential - Copyright 2016 InfoVista S.A.S.. All rights reserved. | 5/5

Вам также может понравиться