Unsolved

This post is more than 5 years old

1 Rookie

 • 

29 Posts

2155

April 25th, 2007 09:00

How do I add a security file and user account on cli version 6.24 ?

Hello,
I have installed a new CX3 array that is using CLI version 6.24. I need to delete snapshots. However, the old navicli command will not work. It says I must use naviseccli and add a security file and a user account. Can someone please provide a command line example for how to add the security file and the user account?

Thanks,

11 Legend

 • 

20.4K Posts

 • 

87.4K Points

April 25th, 2007 13:00

naviseccli -AddUserSecurity -password yourpassword -scope 0 -user yourusername


yourusername= is the username you use to login to Navisphere
yourpassword= password you use to login to Navisphere.


this command will create a security file, the security file is stored in your default home directory, you CAN NOT copy security file to another host.

Also you can run an adhoc naviseccli command without the file, by specifying username and password on command line:

NaviSECCli.exe -user yourusername -password yourpassword -scope 0 -address 10.1.8.31 snapview -createclonegroup -name lun812to799 -luns 812


in this example i am connecting to Clariion located at IP address 10.1.8.31 and issue a snapview command that creates a clone.

Take a look at document called Navisphere Command Line Interface (CLI) Reference 6.24 located at

Home > Support > Documentation/White Paper Library > Software J-O > Navisphere Management Suite > Maintenance/Administration
No Events found!

Top