You are on page 1of 1

C-DOT Exchange User Setting for Provisioning

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.
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

You might also like