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

Details of the Setting required in the C-DOT Exchanges

for the CNMS functionality:



Port Settings

Speed : 9600
Data bits : 8
Parity : None
Stop bits : 1
Flow control: Hardware

The port lock-out time should be set to a value greater than
poll interval of C-DOT NMS mediation. (Greater than 1 Hour
is preferred to prevent disruptions in data collection). Use
mait command for this and make it 1440.

User Settings

Login as admn
Execute CRP command
At CRP prompt, execute add-opr command
Operator Name = cems
Password = cems123
Group name = admin
A-clause = 4&6&10&20&35&41
M-clause = 8&30








Profile Settings

Modify /u/u.prof file to include user cems
Login as root
Open the file by issuing command vi /u/u.prof

Find the following line in the file by scrolling down the cursor
if [ $LOGNAME != root -a $LOGNAME != admn a
$LOGNAME !=suadmn -a $LOGNAME != lp ]
Insert -a $LOGNAME != cems after -a $LOGNAME != lp.
After this the line above should look like this
if [ $LOGNAME != root -a $LOGNAME != admn -a
$LOGNAME != suadmn -a $LOGNAME != lp -a $LOGNAME
!= cems ]

Save the file using :wq! (Press Esc before typing :wq!)
Change .profile file of cems user
Login as cems. Give password as cems123. You will be put
into iop5c> or iop5d> prompt
Open the file by issuing command vi .profile
Insert these two lines at the end
CRPAPP=2
export CRPAPP
Save the file using :wq! (Press Esc before typing :wq!)

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