Unsolved
This post is more than 5 years old
4 Posts
0
5526
October 14th, 2013 09:00
Command Error for Create Lun by CLI
Hi all,
Environment:
Unisphere: 7.1.65
VNX 5700
I need Create a new lun by CLI.
Command:
naviseccli -h 10.23.33.80 lun -create -type NonThin -capacity 50 -sq gb -poolid 4 -sp A -l 33 -name "HOST- 33"
Error:
Error returned from the target: 10.23.33.80
CLI commands are not supported by the target storage system.
Question:
Why not supported?
0 events found
No Events found!


dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
October 14th, 2013 09:00
what version of naviseccli do you have installed ? Did you try to update to the latest one ?
Fabio_Hormigo
4 Posts
0
October 14th, 2013 10:00
Ok, update, but no Work.
Version: 7.33.0.0.15-1
Not work. Same error.
Error returned from the target: 10.23.33.80
CLI commands are not supported by the target storage system
I test in Control Station:
-------
/nas/sbin/navicli -h 10.23.33.80 getagent
/nas/sbin/classic_navicli -np -h 10.23.33.80 getagent 2>&1
Error returned from Agent
Agent not running
Error returned from Agent
Agent not running
-------
Could be a Service Stoped?
Fabio_Hormigo
4 Posts
0
October 14th, 2013 10:00
Hi,
7.32.25.1.63
I will try the update...
etaljic81
1K Posts
2
October 14th, 2013 11:00
Are you certain that you are running the command against the SP IP and not the control station IP?
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
October 14th, 2013 12:00
misleading error message. i typically get "Exception: Invalid server certificate: certificate not trusted." if i send naviseccli commands to CS.
etaljic81
1K Posts
0
October 14th, 2013 12:00
I did that once or twice that's why I asked
Glad you got it to work now!
Fabio_Hormigo
4 Posts
0
October 14th, 2013 12:00
Bingo!
I´m use Control Station IP.
With IP of the SPA the command is correct!
From:
naviseccli -h 10.23.33.80 lun -create -type NonThin -capacity 50 -sq gb -poolid 4 -sp A -l 33 -name "HOST 9 - PROD - DRIVE C - LUN ID - 33"
To:
naviseccli -h 10.23.33.82 lun -create -type NonThin -capacity 50 -sq gb -poolid 4 -sp A -l 33 -name "HOST 9 - PROD - DRIVE C - LUN ID - 33"
Thanks ALL!!