Page 1 of 1

[resolution]How can create client account in oxe 9.1 ?

Posted: 25 Aug 2011 05:43
by thkim81
Dear All

I want create client accounts.

so How can I create client accounts ?

i want make 13ea accounts.

Is it possible ?

and what condition make account ? for example ID counts , syntax etc....

pls answer the question.

thanks

Re: [resolution]How can create client account in oxe 9.1 ?

Posted: 28 Sep 2011 03:39
by thkim81
1)login to root
[root@node1 mtcl]# adduser alcatel
[root@node1 mtcl]# passwd alcatel
Change the password:xxxx
Exit

2) login as alcatel with the new password(will be in the bash mode), then go to root again,

[root@node1 alcatel]# cd /etc
[root@node1 etc]# vi passwd

Can find here different logins as given below, since we need the access as mtcl,edit the alcatel login as like mtcl.

india:x:2011:1002:mtcl:/DHS3bin/mtcl:/bin/bas
film:x:2011:1002:mtcl:/DHS3bin/mtcl:/bin/bash
alcatel:x:2021:1009::/home/alcatel:/bin/bash

3) press “i” to edit ,then edit alcatel:x:2021:1009::/home/alcatel:/bin/bash
In to alcatel:x:2011:1002: mtcl:/DHS3bin/mtcl:/bin/bash .

4)then press “ESC” key,then “:wq” to save the configurations.

5)Now we can login using the new user ID and the password with the access as mtcl.

Re: [resolution]How can create client account in oxe 9.1 ?

Posted: 28 Sep 2011 07:08
by alex
OK.
But for future references - during next reboot this account will be deleted.

http://alcatelunleashed.com/viewtopic.php?f=274&t=17436

Re: [resolution]How can create client account in oxe 9.1 ?

Posted: 28 Sep 2011 20:41
by thkim81
oh!!!! thanks alex..

Now, I create test1 user ID and call server reboot.

actually, test1 account is gone!!!

Oh!!! this is not answer my customer wants. maybe radious server is right.

anyway thank you alex