What array are you trying to create a new user account on? Is this the Block or File part?
To create a new user account ON the array, you need to use the "security" command:
naviseccli -h xxx security -adduser
But this assumes that you already have an Administrator account on the array and that you have access to use this account with naviseccli. If you have an administrator account on the array, then you need to add a security file on your Win7 PC using the -addusersecurity command with CLI.
Get the current "VNX Command Line Interface (CLI) Reference Guide" from support.emc.com and review the chapter on "Domain and Security Commands". Check at the begining of the document "About CLI Commands" - it will explain in detail how to add the security file on your PC.
It’s a block device and I am not able to locate the Administrator of this system and hence I am not sure if there is admin account already was created - but this sytem was already in use and I guess should be admin account already created. I will try naviseccli -h xxx security -adduser and let you know..
If your Win7 PC was setup with the admin account -addusersecurity, then the commands should work. If not, you're out of luck and you'll have to reset the Domain Security to get rid of the existing user/passwords. There is a way to do this, but you will need physical access to the array and connect to the array using the Service Serial Port on the back of the array.
Search here in the forum for connecting to the serial port - the serial port allows you to log into the array without a password. That they allows you to use a browser to go to the setup page where you can destroy the Domain Security and all the user/passwords and start over.
You're using the Service LAN port to connect to - that still requires a valid username/password to log in.
If you do not have the valid username/password, then you'll need to use the SERIAL port on the back on the array to connect a PC using a serial cable and setup the PC to connection using a PPP connection. The serial port does not require a username/password as you need physical access to the array.
brettesinclair
2 Intern
•
715 Posts
1045
0
Posted March 31st, 2015 15:00
naviseccli -h array-spa Security -adduser -user newusername -password newpassword -scope local -role administrator
change array-spa, new username and newpassword as you want.