Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

aes 3.1 default login/password for oam?

Status
Not open for further replies.

nohuhu

Technical User
Aug 4, 2003
1,984
US
hello people,

can't find a default login (craft?) and password for oam administration on aes 3.1 software. in 3.0 the standard craft password worked, but not in 3.1. :(
 
mrjedi,

no, i don't mean web lm login. i mean, oam login.
 
Check out the documentation (Administration Guide in the Avaya suport site "support.avaya.com") to see the default account and how to create a new one.

Default username/passwords should not be communicated through forums...

Regards,

Petros

Petran.
 
petran,

of course i've checked the documentation before asking questions here. no luck, default login/password from doc doesn't work. :(
 
The procedure is to login to User Management using the default password you will find in the documentation and from there create the account for OAM Admin.

Note that you cannot access User management and OAM Admin pages with the same username. The pages may seem the same but the username you type when you login defines which of the two (User Managment or OAM) you will access...

The procedure is described in chapter 3 of the Admin guide for AES 3.1 (not 3.0)

You can also do the following:

Login to linux CLI, go sroot or root, depending on the bandle you have, and create a new usergroup and new username/password (for example oamadmin) and try the new account for OAM..

Commands are (for group oamgroup, user oamadmin)

groopadd oamgroup (adds group oamgroup)
useradd -g oamgroup oamadmin (adds to group oamgroup the user oamadmin)
passwd oamadmin (this will force you to set a password)



Petran.
 
petran,

thanks, i'm a little bit tough on the head today. :(
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top