You are on page 1of 3

ZXG10 BSS Training

Routine O+M

Practice Instruction

Please dont change the link connection and the circuit boards of the equipment
without permission. Thank you!
ZXG10BSS Routine
Mary
Instructor
Hours

Task

O+M
1 ZXG10-BSC(V2.0) (2 Modules) ZXG10-BTS(V2.0)2TRXs
2 Sun server (Unix Operation System, Oracle database, OMC-R for server)
3 The Operation System of client is Windows 2000 the management software of
ZXG10-BSS is OMC-R.

Environment

4 The servers IP is 10.25.11.113the IP of each client is written on the table.


Please dont change it.
5 The MNO of each client is also written on the table.
( Please dont change it.

Aim

Learn and understand the routine operation and maintenance on OMC-R

Contents

1. Daily operation
(1). Process check
logon to omc (using NetTerm or SecureCRT)
bash-2.03$ omcps
Normally, there should be at least 17 processes that are running.
If not, OMCR should be restarted immediately. The steps are as follows:
A. bash-2.03$:omckill kill 1
B. omcstart (30seconds after step A)
C. omcps
(2).DB status check
bash-2.03$:cd OMC_HOME/tmp/log/(/export/home/omc/tmp/log/)
bash-2.03$:tail f diffs.yyyymmdd.log
Normally, the display should be
####AMPA current time is ..#####
Press ctl+c to exit

2. Weekly operation
(1).Backup of configuration data
A. bash-2.03$:vi exparam.dat (/export/home/omc/tools/dbbak)
B. Modify FILEs name.
(Note: x:delete letter, ESC: exit editing status, I:insert letter,
:wq: save and exit, :q: unsave and exit)
C. bash-2.03$:./cmexp (username:omc/password:omc)
(2).In case of server and DB damage (Normally, UNIX/ORACLE/OMCR have to
be re-installed. Please dont practice here)
A.
B.

First, back up the configuration data.


Delete the SQL contents/tables:
Bash-2.03$:sqlplus (/export/home/omc/tools/Sql_script)
(username:omc/password:omc)
sql>@delexptables.sql;
sql>exit
C. Remove BSC1:
Bash-2.03$:rm r BSC1 (/export/home/omc/dat/ZDB)
D. To recover:
bash-2.03$:vi imparam.dat (/export/home/omc/tools/dbbak)
Modify FILEs name to the one the same as that in step (1).
bash-2.03$:./cmimp
(username:omc/password:omc)
E. To change the settings of process:
Bash-2.03$:sqlplus (/export/home/omc/tools/Sql_script)
(username:omc/password:omc)
sql>@altermoinfoseq.sql;
F. To generate ZDB file:
bash-2.03$zdbsvr bscid=1 (/export /home/omc/dat/ZDB)
G. Connect to MP (SCM1):
Bash-2.03$:omcftp (/export/home/omc/dat/ZDB/SCM1)
ftp>connect 1.1.2
ftp>cd data/work
ftp>prompt
ftp>mdelete *.*
ftp>mput *.*
ftp>bye
Bash-2.03$:omcftp (/export/home/omc/dat/ZDB/RRM2)
ftp>connect 1.2.2
ftp>cd data/work
ftp>prompt

H.
I.

ftp>mdelete *.*
ftp>mput *.*
ftp>bye
Reset MP of SCM and RMM.
Bash-2.03$:omcps (/export/home/omc)
Bash-2.03$:omckill kill 1
Bash-2.03$:su (password:root)
#init 6 (restart)

3. Monthly operation
(1).DB space check-up
A. Fault management databases checking and deleting (Usually only latest onemonths data need to be reserved)
a.
Bash-2.03$:sqlplus
b.
sql>select count(*) from falarminfo;
c.
sql>select min(reporttime) from falarminfo;
d.
sql>delete from falarminfo where reporttime between TO_DATE
'20040801','yyyymmdd' and TO_DATE'20040815','yyyymmdd'
(Deleting data from 20040801 to 20040815. Please delete data of less than 15
days one time.)

B. Performance management databases checking and deleting (Usually only


latest one-months data need to be reserved)
Bash-2.03$sqlplus
a. sql>select count(*) from pbasicm;
b. sql>select minrecorddatatime from pbasicm;
c. sql>delete from pbasicm where
to_char(recorddatatime,'yyyymmdd')>'20010701'
and to_char(recorddatatime,'yyyymmdd')<'20010715';
(2). Servers hard disk space check
bash-2.03$:df k
Check if directory of /export/home/ has enough space. If not, delete outdated
data.

Remarks

During the practice, if you have any questions or suggestions please tell us.
Thank you!

You might also like