Oss RC
Oss RC
Agenda
• OSS Software Architecture
• Users Management
• Fault management
• Platform Architecture (CIF)
• AXE Common Tools (EAM, APG architecture)
• Performance Management (STS in APG, SMIA, SGW, SDM)
• ARNE & new node integration.
• OSS health check Up.
2
GSM Operations Support
System
OSS
Performance Fault
Management Management
Configuration Security
Management Management
3
OSS Work Areas and
Applications
Configuration Management
SM PM CNA (Cellular Network Administration)
View, plan and update cellular data
RNO CM BTSManagement (BSW,BHM,BCM and
BAM)
FM
Base Station Software Management
Base Station Hardware Management
Base Station Configuration Management
Base Station Alarm Management
Work flow tool that supports O&M tasks
4
OSS Work Areas and
Applications
Fault Management
• Network monitoring
• Handling alarms
SM PM • Searching for alarms
• Statistical alarm analysis
RNO CM
Applications:
FM
• ASV (Alarm Status Viewer)
• ASM (Alarm Status Matrix)
• ALV (Alarm List Viewer)
• ALB (Alarm Log Browser)
• FMX (Fault Management eXpert)
5
OSS Work Areas and
Applications
Performance Management
Network Statistics (NWS) - a complete Performance
Management solution with…
SM NWS-A (NWS-Analyzer)
PM
Reporting capabilities
SDM (Statistical Data Mart)
RNO CM
Storage and aggregation capabilities
FM SGw (Statistical Gateway)
Collection and mediation capabilities
SMIA (Statistical Measurement Initiator and
Administration)
Measurement set-up and initiation capabilities
PSA (Performance Statistical Alarms)
Network performance monitoring capabilities
6
OSS
Work Radio Network Optimization
Areas and FAS - Frequency Allocation Support
To improve the frequency plan due to quality problems (optimization)
To find frequencies in order to add or expand a cell (planning)
7
OSS Workareas
Security Management
SM PM Authority support
RNO CM Activity tracing
FM Security administration
BoKS enhanced security
8
OSS Applications
Fault Management
Configuration Management
Performance Management
Tools
9
OSS Architecture
CIF Self-Management
CIF Platform
• Activity Manager APR 901 58 • Self Management Service APR 901 64
• CIF Common APR 901 146 • Start/Stop/Restart Service APR 901 62
• CIF SunOS Installer APR 901 041
• CNAM APR 102 80/1A • Syntax Checker and plug-in test APR 901 069
• Configuration Service APR 901 61 • TBS, Telecom Basic Service APR 102 13/9
• Directory Service Agent APR 901 070 • TDS, Telecom Database Service APR 901 043
• Ericsson SSH APR 901 445
• Installation Service APR 901 68 • TSS APR 901 133
• Launch Service APR 901 72 • UML2XML APR 901 066
• Model Parser APR 901 63
• Naming Service Agent APR 901 071
• Notification Agent APR 901 53
• Object Explorer CNZ 223 14/1
• Parameter Service APR 901 084
3PP Products
• Sybase 12.5.1 ( ASE and Open Client ) RDBMS
• Versant 6.0.1.1 ODBMS
• Novell eDirectory LDAP ( Directory Service )
• Visibroker CORBA ( Naming Service )
• OpenFusion Log Service, Notification Service
• Stronghold Web Service
• Veritas Volume Manager, Veritas File System
• Adventnet SNMP Manager
CIF Platform
• Notification Service
• Configuration Service
• Directory Service
• Naming Service
• Parameter Service
• Self management
Managed Component, MC
Concept of Managed Components
The “Managed Component”, MC, is a “Managed Object”, i.e. an entity that is manageable.
The MC is a set of one or more processes.
One process can not exist in several MCs.
The MCs is the smallest logical entity a system administrator has to manage.
Self Management Service
#/opt/ericsson/nms_cif_sm/bin/smtool
( Nowdays ’smtool’ is in $PATH )
Daily Tasks
# uptime Check the Server’s uptime on daily basis to verify that whether it has been rebooted without the administrator’s knowledge.
# iostat -E Verify that all the physical disks or disk arrays are having any Soft Error, Hard Errors or Transport Errors.
# /usr/platform/sun4u/sbin/prtdiag –v Verify that all the system components, like CPU, Amount of Cache, Cooling FAN, Power Supplies etc., are working properly.
By means of the UNIX command `vmstat' it is possible to identify if a performance problem is caused by a shortage of memory or CPU
# vmstat
power.
Use the following command to monitor which application/process is using the CPU resource most. It is a real time CPU monitoring sun
# prstat
command.
Logically read the system generated administrative message which gives the information for the successes and failures occurred during
# tail –1000 /var/adm/messages | more
operation. Very useful for troubleshooting.
# df –k To determine the amount of disk space available and used on the file system.
Check the amount of disk space in number of 1 Kbytes blocks used by the current directory and subdirectories if you have space
# du –k
problem for file systems.
# vxprint Check the Status of the Disks Under Veritas Control, all disks must show Okay status.
# vxprint –p
# vxprint –ht
Check that all processes are running in CIF Management Console. Open the CIF Management console and observe that all the
# /opt/ericsson/nms_cif_sm/bin/smtool list
processes are online.If offline, make them as online.
# /opt/versant/ODBMS/bin/dblist Check the status of the versant databases whether it is active or not.
# more /var/opt/ericsson/sdm/log/SDM_GRAN_dispatcher.log Read SDM error reports messages for statistics data missing & other messages.
# df –kh /ossrc/sybdev/sybmaster
# df –kh /ossrc/sybdev/pm/pmsybdata
# df –kh /ossrc/sybdev/pm/pmsyblog
# df –kh /ossrc/sybdev/oss/syblog
# df –kh /ossrc/sybdev/fm/fmsyblog Check Remaining disk space on sybase filesystem.
# df –kh /ossrc/sybdev/fm/fmsybdata
# df –kh /ossrc/sybdev/oss/sybdata
# cd /var/opt/ericsson/sgw/outputfiles/apg40files/sts Observe the latest time stamp of the files coming from APG40.
Weekly tasks
Scan filesystem for large files and delete them if not required.
# find / -type f -size +10000000c -ls.
4.2.3 Check the Space Availability for Automatic Database Dumping, Make sure there is enough disk space left for the automatic
database dumps.
# df –k /export/dbdumps/<SQL Server Name>
Monthly Tasks
Remove the CNA printouts, Check that all adjustment and update jobs are completed before removing them.
# rm /var/opt/ericsson/cna/log/reports
Clean the RNO Database Delete the older and unwanted RNO recordings from the RNO GUI for smooth operation of RNO.