SlideShare una empresa de Scribd logo
1 de 28
Descargar para leer sin conexión
Ericsson ENM OSS
Ericsson ENM OSS
Amdocs
Amdocs
OSS-RC v/s ENM
OSS-RC v/s ENM
How to Apply and access ENM
• Request access via NESA Access Request system
( http://nesa-nam.web.att.com:9780/NESA/inc/get-url-request-account.php
). Using “Access Requests” with criteria “My Pending Requests” request
access to: ATT Regional Network Elements/Ericsson Elements/West Region
Elements/West Ericsson LTE (OSS)/West Ericsson LTE CON1E2
ENM/CON1E2 ENM.
Select a Function equivalent to your OSS-
RC role/Function and submi
Access ENM
• Follow link :
https://securegate.ctx.it.att.com/Citrix/SecureGate/site/default.aspx?CTX_Cur
rentFolder=BusinessNESAENM
SSH/SFTP Proxy Access
• nesa-aln.web.att.com or nesa-bth.web.att.com with below ports access.
● Amos - SSH - 8025
● Scripting - SSH - 8022
● Common SFTP - SFTP - 8024
• Network Element for each case will be “WR-LTE-CON1E2-ENM”
ENM Applications
• Forecast Validation for Q3 & Q4
• January Forecast was off especially for integration
• India Team ATTUID Sponsor for North East Markets
• Vendor ID Follow Up – POC
• Increased pressure on Drive Less Tuning
Configuration View
• ENM Node version Support
a) Gives Software version for all sites in OSS.
Configuration View
• Software and hardware Manager
a) View Jobs, Job Details and Job Logs
b) View Node Activities
c) Upgrade Nodes
d) Backup nodes (Part of Backup Administration)
e) Install LKF (Part of License Administration)
f) Restore Backup
Documentation
• Alex Library
• Web version of Alex Library
Monitoring
• Alarm Monitor
• GUI for an overview of the current alarm in network.
• Manages supervision status of individual network elements.
• Alarm Search (Alarm Log viewer of OSS-RC)
• Search for active and historic alarm data.
• Define search filters.
• View and export result.
• Network Health Monitor
• Provides graphic overview of current network health data for Alarm, Configuration state’s
and KPI’s.
Monitoring
• Alarm Overview
• Most Problematic node by alarm count.
• Severity summary.
• Most problematic alarm type by count.
• Alarm type summary.
• Node Monitor
• This facilitates both fault localization and fault finding for a selected eNodeB in DU Radio
Nodes.
• Automatic Alarm Handling
• Alarm Text Routing
• Performance and Optimization
• Security
• System
Tools
ENM is highly model driven and provides a powerful command line tool via web interface to perform any and all CM
operations on the nodes managed by the platform.
Available commands and/or commandsets (Role Based Access control will limit your access according to your job
function):
• alarm: The alarm commandset is used to manage alarms
• alias: Create and Execute Aliases "alias" '"' ALIAS_NAME { ARGUMENT } '"' '"' COMMAND_CONTEXT COMMAND_STRING '"'
• ap: The ap commandset can be used to automatically integrate a node to the network.
• batch:Execute a Batch of CLI Commands "batch execute file:" <file-name>
• cmedit:The cmedit commandset can be used to read and manipulate Configuration Management data
• config: The config commandset manages CM Configurations
• credm: The credm commandset manages the security configuration and administration for the ENM services
• fmedit:The fmedit commandset can be used to perform Fault Management operations on alarms and nodes.
• help: Explore and Describe available Commands "help" [<commandset> [<command>]]
• lcmadm:The lcmadm commandset manages licenses operation and usage management.
• nhc: The nhc commandset can be used to check the state of the nodes.
• pkiadm: The pkiadm commandset can be used to perform CRUD operations on profiles, entities and certificates.
• secadm: The secadm commandset manages the security configuration and administration on the network nodes
• shm: The shm commandset manages the import of Software packages and License key files on network nodes and also manages the
export of Inventory data from network nodes to an XML format
Tools
• Amos Offline
• Basic moshell offline.
• All the logs can be exported.
Tools
• Network Explorer
• Allows you to search through objects using a flexible, user-friendly search syntax.
• You can save collections of objects or your search queries with desired names to view
them later.
• Collections are a fixed set of Managed Objects and always contain the same Managed
objects.
• Saved searches may return a different set of MO, if objects are added or removed from
network.
1
5
4
3
2
Tools
• AMOS Access through Network Explorer.
• Select “Advance MO Scripting” from open with window.
• After launching AMOS from Network Explorer, standard AMOS commands can be used.
• Take a note that once the session is started it will allow you to work only on that particular
eNodeB. Once you exit it will close the window.
Tools
• Shell Terminal
• Common AMOS Terminal.
• You can moshell to any eNodeB using this terminal.
• Exiting the eNodeB will not close the terminal.
Tools
• Command Line Interface (CLI)
• It is the command line interface for executing various commands in ENM. It is NOT AMOS.
• Enables the user to perform any or all CM operations on nodes managed by ENM.
• The interface is designed to be relatively consistent with a standard CLI found on other
platforms.
• The interface is simple and straightforward.
• On opening, the user is prompted for a command
and when a command is executed, a response follows.
a) Help – Will list all available command sets and
common CLI commands
b) Alias- Used to create an alias of CLI commands.
c) Batch – Allows CLI commands to run in batch
format.
CLI Commands
Basic CLI Commands
• Status Termmpoint to ENB
• cmedit get CCL00005 TermPointToENB.(operationalState,administrativeState,availabilityStatus) –t
Basic CLI Commands
• Alarm on eNodeB
• fmedit get * OpenAlarm.(objectOfReference=="MeContext=AKL02467") OpenAlarm.*
• Get current executing software version selected node
• cmedit get AKL02467 SoftwareVersion.(document,status==Executing,date) –t
• cmedit get AKL0* SoftwareVersion.(document,status==Executing,date) –t (For all cells in ENM that
start with AKL0)
CLI Commands
• Run below command to check the cell relations
• cmedit get <node/nodes> EUtranCellRelation
• Refer attached for more CLI based commands. Take an extra care when
performing lock/unlock/restart on cells/rrus.
• Refer below for comparison on few commands w.r.t OSS-RC.
Import and execute XML
• Open CLI
• Access Local Drive , Then go to location where xml CR is stored.
Import and execute XML
• Drag the file to workspace.
Import and execute XML
• Use the command to execute the xml once added to workspace.
• cmedit import -f file:WR-LTE-CON1E2-ENM_LTE_feature_Update_29_11_11_55.xml -ft 3GPP -t
live -e continue
• Above highlighted red file name needs to be changed for each xml file.
• Once the above command is executed you will be provided with a job id.
• To check if job is implemented or not use below command.
• cmedit import -st -j 70 -- To check status of the job, i.e. job #70.
Export and access site CM data
• Use the command to pull all CM data for any site.
• cmedit export -n AKL02049 -ft 3GPP -jn Enodeb
• To access/download the above export visit : /ericsson/batch/data/export/3gpp_export
• To use multiple sites in same instance.
• cmedit export -n AKL02049;AKL02467 -ft 3GPP -jn Enodeb
• Other way to export.
• Open scripting session in secureCRT/putty. (Port 8022)
• Run ‘./cmexport.py’
Export Site Data
GS Audit

Más contenido relacionado

La actualidad más candente

Ericsson commond list, BSS+NSS=OSS
Ericsson commond list, BSS+NSS=OSSEricsson commond list, BSS+NSS=OSS
Ericsson commond list, BSS+NSS=OSSMd Shameem
 
Ericsson important optimization parameters
Ericsson important optimization parametersEricsson important optimization parameters
Ericsson important optimization parametersPagla Knight
 
LTE Review - Load Balancing and Interfreq HO
LTE Review - Load Balancing and Interfreq HOLTE Review - Load Balancing and Interfreq HO
LTE Review - Load Balancing and Interfreq HOpaulo_campolina
 
LTE KPI Optimization - A to Z Abiola.pptx
LTE KPI Optimization - A to Z Abiola.pptxLTE KPI Optimization - A to Z Abiola.pptx
LTE KPI Optimization - A to Z Abiola.pptxssuser574918
 
UMTS Drive Test Analysis and Examples
UMTS Drive Test Analysis and ExamplesUMTS Drive Test Analysis and Examples
UMTS Drive Test Analysis and ExamplesAssim Mubder
 
Volte troubleshooting
Volte troubleshootingVolte troubleshooting
Volte troubleshootingJamil Awan
 
LTE KPI and PI Formula_NOKIA.pdf
LTE KPI and PI Formula_NOKIA.pdfLTE KPI and PI Formula_NOKIA.pdf
LTE KPI and PI Formula_NOKIA.pdfVahidZibakalam3
 
06a_LTE mobility management v1_0.ppt
06a_LTE mobility management v1_0.ppt06a_LTE mobility management v1_0.ppt
06a_LTE mobility management v1_0.pptssuser022794
 
2.oeo000010 lte handover fault diagnosis issue 1
2.oeo000010 lte handover fault diagnosis issue 12.oeo000010 lte handover fault diagnosis issue 1
2.oeo000010 lte handover fault diagnosis issue 1Klajdi Husi
 
Lte basic parameters
Lte basic parametersLte basic parameters
Lte basic parametersLinh Phạm
 
rrc-procedures-in-lte
rrc-procedures-in-lterrc-procedures-in-lte
rrc-procedures-in-lteMorg
 
5G NR parameters
5G NR parameters5G NR parameters
5G NR parametersSasi Reddy
 
Radio Measurements in LTE
Radio Measurements in LTERadio Measurements in LTE
Radio Measurements in LTESofian .
 
Lte system signaling procedures
Lte system signaling proceduresLte system signaling procedures
Lte system signaling procedurestharinduwije
 

La actualidad más candente (20)

Ericsson commond list, BSS+NSS=OSS
Ericsson commond list, BSS+NSS=OSSEricsson commond list, BSS+NSS=OSS
Ericsson commond list, BSS+NSS=OSS
 
Ericsson important optimization parameters
Ericsson important optimization parametersEricsson important optimization parameters
Ericsson important optimization parameters
 
LTE Review - Load Balancing and Interfreq HO
LTE Review - Load Balancing and Interfreq HOLTE Review - Load Balancing and Interfreq HO
LTE Review - Load Balancing and Interfreq HO
 
63077585 idle-mode-parameter-optimization
63077585 idle-mode-parameter-optimization63077585 idle-mode-parameter-optimization
63077585 idle-mode-parameter-optimization
 
Amos command
Amos commandAmos command
Amos command
 
LTE KPI Optimization - A to Z Abiola.pptx
LTE KPI Optimization - A to Z Abiola.pptxLTE KPI Optimization - A to Z Abiola.pptx
LTE KPI Optimization - A to Z Abiola.pptx
 
UMTS Drive Test Analysis and Examples
UMTS Drive Test Analysis and ExamplesUMTS Drive Test Analysis and Examples
UMTS Drive Test Analysis and Examples
 
Volte troubleshooting
Volte troubleshootingVolte troubleshooting
Volte troubleshooting
 
LTE KPI and PI Formula_NOKIA.pdf
LTE KPI and PI Formula_NOKIA.pdfLTE KPI and PI Formula_NOKIA.pdf
LTE KPI and PI Formula_NOKIA.pdf
 
06a_LTE mobility management v1_0.ppt
06a_LTE mobility management v1_0.ppt06a_LTE mobility management v1_0.ppt
06a_LTE mobility management v1_0.ppt
 
2.oeo000010 lte handover fault diagnosis issue 1
2.oeo000010 lte handover fault diagnosis issue 12.oeo000010 lte handover fault diagnosis issue 1
2.oeo000010 lte handover fault diagnosis issue 1
 
Lte basic parameters
Lte basic parametersLte basic parameters
Lte basic parameters
 
Channel element
Channel elementChannel element
Channel element
 
rrc-procedures-in-lte
rrc-procedures-in-lterrc-procedures-in-lte
rrc-procedures-in-lte
 
Anr feature in lte
Anr feature in lteAnr feature in lte
Anr feature in lte
 
5G NR parameters
5G NR parameters5G NR parameters
5G NR parameters
 
Radio Measurements in LTE
Radio Measurements in LTERadio Measurements in LTE
Radio Measurements in LTE
 
Lte system signaling procedures
Lte system signaling proceduresLte system signaling procedures
Lte system signaling procedures
 
Channel element
Channel elementChannel element
Channel element
 
UMTS/LTE/EPC Call Flows for CSFB
UMTS/LTE/EPC Call Flows for CSFBUMTS/LTE/EPC Call Flows for CSFB
UMTS/LTE/EPC Call Flows for CSFB
 

Similar a enm-oss-v1-.pdf

Embedded System Practical Workshop using the ARM Processor
Embedded System Practical Workshop using the ARM ProcessorEmbedded System Practical Workshop using the ARM Processor
Embedded System Practical Workshop using the ARM ProcessorMomenMostafa
 
AWS re:Invent 2016: Securing Container-Based Applications (CON402)
AWS re:Invent 2016: Securing Container-Based Applications (CON402)AWS re:Invent 2016: Securing Container-Based Applications (CON402)
AWS re:Invent 2016: Securing Container-Based Applications (CON402)Amazon Web Services
 
AWS re:Invent 2016: Securing Container-Based Applications (CON402)
AWS re:Invent 2016: Securing Container-Based Applications (CON402)AWS re:Invent 2016: Securing Container-Based Applications (CON402)
AWS re:Invent 2016: Securing Container-Based Applications (CON402)Amazon Web Services
 
Introduction to Selenium grid
Introduction to Selenium gridIntroduction to Selenium grid
Introduction to Selenium gridKnoldus Inc.
 
z/OS Authorized Code Scanner
z/OS Authorized Code Scannerz/OS Authorized Code Scanner
z/OS Authorized Code ScannerLuigi Perrone
 
AWS Summit Nordics - Getting Started With AWS
AWS Summit Nordics - Getting Started With AWSAWS Summit Nordics - Getting Started With AWS
AWS Summit Nordics - Getting Started With AWSAmazon Web Services
 
Review of Hardware based solutions for trusted cloud computing.pptx
Review of Hardware based solutions for trusted cloud computing.pptxReview of Hardware based solutions for trusted cloud computing.pptx
Review of Hardware based solutions for trusted cloud computing.pptxssusere142fe
 
Tanel Poder Oracle Scripts and Tools (2010)
Tanel Poder Oracle Scripts and Tools (2010)Tanel Poder Oracle Scripts and Tools (2010)
Tanel Poder Oracle Scripts and Tools (2010)Tanel Poder
 
(SAS) UNIX X Command Tips and Tricks
(SAS) UNIX X Command Tips and Tricks(SAS) UNIX X Command Tips and Tricks
(SAS) UNIX X Command Tips and TricksDavid Horvath
 
Building Images
Building ImagesBuilding Images
Building ImagesDawood M.S
 
Ansible benelux meetup - Amsterdam 27-5-2015
Ansible benelux meetup - Amsterdam 27-5-2015Ansible benelux meetup - Amsterdam 27-5-2015
Ansible benelux meetup - Amsterdam 27-5-2015Pavel Chunyayev
 
Owning computers without shell access 2
Owning computers without shell access 2Owning computers without shell access 2
Owning computers without shell access 2Royce Davis
 
CoreOS Overview and Current Status
CoreOS Overview and Current StatusCoreOS Overview and Current Status
CoreOS Overview and Current StatusSreenivas Makam
 
Automating Yourself Out of Trouble
Automating Yourself Out of TroubleAutomating Yourself Out of Trouble
Automating Yourself Out of TroubleJose De La Rosa
 
Rhonda Layfield Sniffing Your Network With Netmon 3.3
Rhonda Layfield   Sniffing Your Network With Netmon 3.3Rhonda Layfield   Sniffing Your Network With Netmon 3.3
Rhonda Layfield Sniffing Your Network With Netmon 3.3Nathan Winters
 
Tamir Dresher - Demystifying the Core of .NET Core
Tamir Dresher  - Demystifying the Core of .NET CoreTamir Dresher  - Demystifying the Core of .NET Core
Tamir Dresher - Demystifying the Core of .NET CoreTamir Dresher
 
Network Penetration Testing
Network Penetration TestingNetwork Penetration Testing
Network Penetration TestingMohammed Adam
 
Device Drivers and Running Modules
Device Drivers and Running ModulesDevice Drivers and Running Modules
Device Drivers and Running ModulesYourHelper1
 

Similar a enm-oss-v1-.pdf (20)

AEO Training - 2023.pdf
AEO Training - 2023.pdfAEO Training - 2023.pdf
AEO Training - 2023.pdf
 
Embedded System Practical Workshop using the ARM Processor
Embedded System Practical Workshop using the ARM ProcessorEmbedded System Practical Workshop using the ARM Processor
Embedded System Practical Workshop using the ARM Processor
 
AWS re:Invent 2016: Securing Container-Based Applications (CON402)
AWS re:Invent 2016: Securing Container-Based Applications (CON402)AWS re:Invent 2016: Securing Container-Based Applications (CON402)
AWS re:Invent 2016: Securing Container-Based Applications (CON402)
 
AWS re:Invent 2016: Securing Container-Based Applications (CON402)
AWS re:Invent 2016: Securing Container-Based Applications (CON402)AWS re:Invent 2016: Securing Container-Based Applications (CON402)
AWS re:Invent 2016: Securing Container-Based Applications (CON402)
 
Introduction to Selenium grid
Introduction to Selenium gridIntroduction to Selenium grid
Introduction to Selenium grid
 
z/OS Authorized Code Scanner
z/OS Authorized Code Scannerz/OS Authorized Code Scanner
z/OS Authorized Code Scanner
 
AWS Summit Nordics - Getting Started With AWS
AWS Summit Nordics - Getting Started With AWSAWS Summit Nordics - Getting Started With AWS
AWS Summit Nordics - Getting Started With AWS
 
Nesc tutorial
Nesc tutorialNesc tutorial
Nesc tutorial
 
Review of Hardware based solutions for trusted cloud computing.pptx
Review of Hardware based solutions for trusted cloud computing.pptxReview of Hardware based solutions for trusted cloud computing.pptx
Review of Hardware based solutions for trusted cloud computing.pptx
 
Tanel Poder Oracle Scripts and Tools (2010)
Tanel Poder Oracle Scripts and Tools (2010)Tanel Poder Oracle Scripts and Tools (2010)
Tanel Poder Oracle Scripts and Tools (2010)
 
(SAS) UNIX X Command Tips and Tricks
(SAS) UNIX X Command Tips and Tricks(SAS) UNIX X Command Tips and Tricks
(SAS) UNIX X Command Tips and Tricks
 
Building Images
Building ImagesBuilding Images
Building Images
 
Ansible benelux meetup - Amsterdam 27-5-2015
Ansible benelux meetup - Amsterdam 27-5-2015Ansible benelux meetup - Amsterdam 27-5-2015
Ansible benelux meetup - Amsterdam 27-5-2015
 
Owning computers without shell access 2
Owning computers without shell access 2Owning computers without shell access 2
Owning computers without shell access 2
 
CoreOS Overview and Current Status
CoreOS Overview and Current StatusCoreOS Overview and Current Status
CoreOS Overview and Current Status
 
Automating Yourself Out of Trouble
Automating Yourself Out of TroubleAutomating Yourself Out of Trouble
Automating Yourself Out of Trouble
 
Rhonda Layfield Sniffing Your Network With Netmon 3.3
Rhonda Layfield   Sniffing Your Network With Netmon 3.3Rhonda Layfield   Sniffing Your Network With Netmon 3.3
Rhonda Layfield Sniffing Your Network With Netmon 3.3
 
Tamir Dresher - Demystifying the Core of .NET Core
Tamir Dresher  - Demystifying the Core of .NET CoreTamir Dresher  - Demystifying the Core of .NET Core
Tamir Dresher - Demystifying the Core of .NET Core
 
Network Penetration Testing
Network Penetration TestingNetwork Penetration Testing
Network Penetration Testing
 
Device Drivers and Running Modules
Device Drivers and Running ModulesDevice Drivers and Running Modules
Device Drivers and Running Modules
 

Último

Mobile Application Development-Android and It’s Tools
Mobile Application Development-Android and It’s ToolsMobile Application Development-Android and It’s Tools
Mobile Application Development-Android and It’s ToolsChandrakantDivate1
 
Android Application Components with Implementation & Examples
Android Application Components with Implementation & ExamplesAndroid Application Components with Implementation & Examples
Android Application Components with Implementation & ExamplesChandrakantDivate1
 
Satara Call girl escort *74796//13122* Call me punam call girls 24*7hour avai...
Satara Call girl escort *74796//13122* Call me punam call girls 24*7hour avai...Satara Call girl escort *74796//13122* Call me punam call girls 24*7hour avai...
Satara Call girl escort *74796//13122* Call me punam call girls 24*7hour avai...nishasame66
 
Mobile App Penetration Testing Bsides312
Mobile App Penetration Testing Bsides312Mobile App Penetration Testing Bsides312
Mobile App Penetration Testing Bsides312wphillips114
 
Mobile Application Development-Components and Layouts
Mobile Application Development-Components and LayoutsMobile Application Development-Components and Layouts
Mobile Application Development-Components and LayoutsChandrakantDivate1
 
Bromazolam CAS 71368-80-4 high quality opiates, Safe transportation, 99% pure
Bromazolam CAS 71368-80-4 high quality opiates, Safe transportation, 99% pureBromazolam CAS 71368-80-4 high quality opiates, Safe transportation, 99% pure
Bromazolam CAS 71368-80-4 high quality opiates, Safe transportation, 99% pureamy56318795
 

Último (7)

Mobile Application Development-Android and It’s Tools
Mobile Application Development-Android and It’s ToolsMobile Application Development-Android and It’s Tools
Mobile Application Development-Android and It’s Tools
 
Obat Penggugur Kandungan Di Apotik Kimia Farma (087776558899)
Obat Penggugur Kandungan Di Apotik Kimia Farma (087776558899)Obat Penggugur Kandungan Di Apotik Kimia Farma (087776558899)
Obat Penggugur Kandungan Di Apotik Kimia Farma (087776558899)
 
Android Application Components with Implementation & Examples
Android Application Components with Implementation & ExamplesAndroid Application Components with Implementation & Examples
Android Application Components with Implementation & Examples
 
Satara Call girl escort *74796//13122* Call me punam call girls 24*7hour avai...
Satara Call girl escort *74796//13122* Call me punam call girls 24*7hour avai...Satara Call girl escort *74796//13122* Call me punam call girls 24*7hour avai...
Satara Call girl escort *74796//13122* Call me punam call girls 24*7hour avai...
 
Mobile App Penetration Testing Bsides312
Mobile App Penetration Testing Bsides312Mobile App Penetration Testing Bsides312
Mobile App Penetration Testing Bsides312
 
Mobile Application Development-Components and Layouts
Mobile Application Development-Components and LayoutsMobile Application Development-Components and Layouts
Mobile Application Development-Components and Layouts
 
Bromazolam CAS 71368-80-4 high quality opiates, Safe transportation, 99% pure
Bromazolam CAS 71368-80-4 high quality opiates, Safe transportation, 99% pureBromazolam CAS 71368-80-4 high quality opiates, Safe transportation, 99% pure
Bromazolam CAS 71368-80-4 high quality opiates, Safe transportation, 99% pure
 

enm-oss-v1-.pdf

  • 1. Ericsson ENM OSS Ericsson ENM OSS Amdocs Amdocs
  • 3. How to Apply and access ENM • Request access via NESA Access Request system ( http://nesa-nam.web.att.com:9780/NESA/inc/get-url-request-account.php ). Using “Access Requests” with criteria “My Pending Requests” request access to: ATT Regional Network Elements/Ericsson Elements/West Region Elements/West Ericsson LTE (OSS)/West Ericsson LTE CON1E2 ENM/CON1E2 ENM. Select a Function equivalent to your OSS- RC role/Function and submi
  • 4. Access ENM • Follow link : https://securegate.ctx.it.att.com/Citrix/SecureGate/site/default.aspx?CTX_Cur rentFolder=BusinessNESAENM
  • 5. SSH/SFTP Proxy Access • nesa-aln.web.att.com or nesa-bth.web.att.com with below ports access. ● Amos - SSH - 8025 ● Scripting - SSH - 8022 ● Common SFTP - SFTP - 8024 • Network Element for each case will be “WR-LTE-CON1E2-ENM”
  • 6. ENM Applications • Forecast Validation for Q3 & Q4 • January Forecast was off especially for integration • India Team ATTUID Sponsor for North East Markets • Vendor ID Follow Up – POC • Increased pressure on Drive Less Tuning
  • 7. Configuration View • ENM Node version Support a) Gives Software version for all sites in OSS.
  • 8. Configuration View • Software and hardware Manager a) View Jobs, Job Details and Job Logs b) View Node Activities c) Upgrade Nodes d) Backup nodes (Part of Backup Administration) e) Install LKF (Part of License Administration) f) Restore Backup
  • 9. Documentation • Alex Library • Web version of Alex Library
  • 10. Monitoring • Alarm Monitor • GUI for an overview of the current alarm in network. • Manages supervision status of individual network elements. • Alarm Search (Alarm Log viewer of OSS-RC) • Search for active and historic alarm data. • Define search filters. • View and export result. • Network Health Monitor • Provides graphic overview of current network health data for Alarm, Configuration state’s and KPI’s.
  • 11. Monitoring • Alarm Overview • Most Problematic node by alarm count. • Severity summary. • Most problematic alarm type by count. • Alarm type summary. • Node Monitor • This facilitates both fault localization and fault finding for a selected eNodeB in DU Radio Nodes. • Automatic Alarm Handling • Alarm Text Routing
  • 12. • Performance and Optimization • Security • System
  • 13. Tools ENM is highly model driven and provides a powerful command line tool via web interface to perform any and all CM operations on the nodes managed by the platform. Available commands and/or commandsets (Role Based Access control will limit your access according to your job function): • alarm: The alarm commandset is used to manage alarms • alias: Create and Execute Aliases "alias" '"' ALIAS_NAME { ARGUMENT } '"' '"' COMMAND_CONTEXT COMMAND_STRING '"' • ap: The ap commandset can be used to automatically integrate a node to the network. • batch:Execute a Batch of CLI Commands "batch execute file:" <file-name> • cmedit:The cmedit commandset can be used to read and manipulate Configuration Management data • config: The config commandset manages CM Configurations • credm: The credm commandset manages the security configuration and administration for the ENM services • fmedit:The fmedit commandset can be used to perform Fault Management operations on alarms and nodes. • help: Explore and Describe available Commands "help" [<commandset> [<command>]] • lcmadm:The lcmadm commandset manages licenses operation and usage management. • nhc: The nhc commandset can be used to check the state of the nodes. • pkiadm: The pkiadm commandset can be used to perform CRUD operations on profiles, entities and certificates. • secadm: The secadm commandset manages the security configuration and administration on the network nodes • shm: The shm commandset manages the import of Software packages and License key files on network nodes and also manages the export of Inventory data from network nodes to an XML format
  • 14. Tools • Amos Offline • Basic moshell offline. • All the logs can be exported.
  • 15. Tools • Network Explorer • Allows you to search through objects using a flexible, user-friendly search syntax. • You can save collections of objects or your search queries with desired names to view them later. • Collections are a fixed set of Managed Objects and always contain the same Managed objects. • Saved searches may return a different set of MO, if objects are added or removed from network. 1 5 4 3 2
  • 16. Tools • AMOS Access through Network Explorer. • Select “Advance MO Scripting” from open with window. • After launching AMOS from Network Explorer, standard AMOS commands can be used. • Take a note that once the session is started it will allow you to work only on that particular eNodeB. Once you exit it will close the window.
  • 17. Tools • Shell Terminal • Common AMOS Terminal. • You can moshell to any eNodeB using this terminal. • Exiting the eNodeB will not close the terminal.
  • 18. Tools • Command Line Interface (CLI) • It is the command line interface for executing various commands in ENM. It is NOT AMOS. • Enables the user to perform any or all CM operations on nodes managed by ENM. • The interface is designed to be relatively consistent with a standard CLI found on other platforms. • The interface is simple and straightforward. • On opening, the user is prompted for a command and when a command is executed, a response follows. a) Help – Will list all available command sets and common CLI commands b) Alias- Used to create an alias of CLI commands. c) Batch – Allows CLI commands to run in batch format.
  • 20. Basic CLI Commands • Status Termmpoint to ENB • cmedit get CCL00005 TermPointToENB.(operationalState,administrativeState,availabilityStatus) –t
  • 21. Basic CLI Commands • Alarm on eNodeB • fmedit get * OpenAlarm.(objectOfReference=="MeContext=AKL02467") OpenAlarm.* • Get current executing software version selected node • cmedit get AKL02467 SoftwareVersion.(document,status==Executing,date) –t • cmedit get AKL0* SoftwareVersion.(document,status==Executing,date) –t (For all cells in ENM that start with AKL0)
  • 22. CLI Commands • Run below command to check the cell relations • cmedit get <node/nodes> EUtranCellRelation • Refer attached for more CLI based commands. Take an extra care when performing lock/unlock/restart on cells/rrus. • Refer below for comparison on few commands w.r.t OSS-RC.
  • 23. Import and execute XML • Open CLI • Access Local Drive , Then go to location where xml CR is stored.
  • 24. Import and execute XML • Drag the file to workspace.
  • 25. Import and execute XML • Use the command to execute the xml once added to workspace. • cmedit import -f file:WR-LTE-CON1E2-ENM_LTE_feature_Update_29_11_11_55.xml -ft 3GPP -t live -e continue • Above highlighted red file name needs to be changed for each xml file. • Once the above command is executed you will be provided with a job id. • To check if job is implemented or not use below command. • cmedit import -st -j 70 -- To check status of the job, i.e. job #70.
  • 26. Export and access site CM data • Use the command to pull all CM data for any site. • cmedit export -n AKL02049 -ft 3GPP -jn Enodeb • To access/download the above export visit : /ericsson/batch/data/export/3gpp_export • To use multiple sites in same instance. • cmedit export -n AKL02049;AKL02467 -ft 3GPP -jn Enodeb • Other way to export. • Open scripting session in secureCRT/putty. (Port 8022) • Run ‘./cmexport.py’