Você está na página 1de 2

C-DOT Exchange Port Setting for Subscriber Management Operation

1) Port Settings

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

The port lockout time should be set to a value greater than poll interval of
CNMS-SM mediation. (greater than 1 Hour is preferred to prevent
disruptions in data collection). Use mait command for this.

2) User Settings

Login as admin.
Execute CRP command.
At CRP prompt, execute add-opr command
Operator Name = cdr (eg of a user account)
Password = cdr
Group name = admin

A-clause = 1&2&9&12&13&19&41
M-clause = 3&5&7

Note: If you are modifying the privileges for an existing user then
At the CRP prompt execute mod-opr-char to change the privileges.

c) Profile Settings

Modify /u/u.prof file to include user cdr.


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 != cdr 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 != cdr ]
Save the file using :wq! (Press Esc before typing :wq!)
Change .profile file of cdr user.
Login as cdr. Give password as cdr. 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!)

Você também pode gostar