This post is more than 5 years old

1 Rookie

 • 

1 Message

23871

November 21st, 2018 02:00

Unity 400 default root password

Hi Guy

I want create user local use cli. i ssh via user service but not permission.

09:16:28 service@(none) spb:/> su root

Password:

su: Authentication failure

Pls supply default root password.

Thanks!

10 Posts

February 28th, 2019 20:00


As the others have stated, root is not available except via support channels. You shouldn't need to use it, unless its specifically required.

If you want to create users via the CLI, you'll need to install the UEMCLI Client for your environment.

User guide for the UEMCLI is here:
https://support.emc.com/docu69330_Dell-EMC-Unity-Unisphere-CLI-User-Guide.pdf?language=en_US

This assumes that you are using an account that has the correct privileges to create users.

uemcli -d {array ip} -u {local or fqdn/user} - /user/account create -name {value} -role {roletype} -type {local | ldapuser} -passwd {password} or -passwdSecure

e.g uemcli -d 10.0.0.1 -u doman.local/admin -p {password} /user/account create -name 'TestUser' -role operator -type local -passwd Password123!

To see the list of User Accounts on the Array: 

uemcli -d 10.0.0.1 -u doman.local/admin -p {password} /user/account show

This should show the account in the list of Users

2 Intern

 • 

125 Posts

November 22nd, 2018 01:00

root level access is available only to Dell EMC customer support.

Moderator

 • 

239 Posts

November 22nd, 2018 01:00

Hi natuan2 ,

 

As Chris mentioned, root access is reserved only to Dell EMC support/engineering.

Have a look at this KB: https://support.emc.com/kb/484592

 

May I ask: why are you trying to get root access on this system?

 

Thanks

 

Andre @ Dell EMC

No Events found!

Top