This post is more than 5 years old
7 Posts
0
5702
March 19th, 2016 07:00
vVNX and SMI-S access
Hi,
I have understood that vVNX comes with on board SMI-S. I can see open port on SPA management port:
5989/tcp open wbem-https port
However I have a problem with authorization, although I provide correct username/password combination then it always fails.
# wbemcli -noverify -nl ei https://admin:XXXX@192.168.1.142:5989/root/emc:EMC_VNXe_ArrayChassisLeaf
wbemcli: Http Exception: Invalid username/password.
Any idea what might be wrong? Tried several accounts,all user roles, with no luck.
I have even failed to connect the storage via solution enabler (SMI-S Provider version: V4.6.2.29).
It apparently does not work with vVNX as it was mentioned in some other thread.
my "addsys" cmd always fails with:
++++ EMCAddSystem ++++
Error: The requested object cannot be found. (com.emc.cmp.osls.se.osl.DiscoveryServices.StorInstanceDiscover():142 C:ERROR_CLASS_SOFTWARE F:ERROR_FAMILY_NOT_FOUND R:1000052 L:2 C:ERROR_CLASS_SOFTWARE F:ERROR_FAMILY_NOT_FOUND R:1000052 No objects of the requested type were found : "SymDiscover Failed" : 2 : 40 : "No devices were found")
Is there any chance to connect vVNX via SMI-S?
I run vVNX version 3.1.7.6448513
Thanks,
Pavel
jithin
91 Posts
0
March 21st, 2016 03:00
Hi,
Please refer Knowledge base article https://support.emc.com/kb/456103
Jithin
pahampl
7 Posts
0
March 22nd, 2016 05:00
Thanks.
Unfortunately I am not able to reach this document, my account on sso.emc.com has some problem with that link and even freshly created account does not show me that page.
Could you pls post here at least summary from that KB? I am really lost and would like to know answer to my question.
Thanks!
Rainer_EMC
4 Operator
•
8.6K Posts
0
March 22nd, 2016 08:00
From the KB:
Resolution: Upgrade to SMI-S 4.6.2.3 or later.
pahampl
7 Posts
0
March 22nd, 2016 09:00
Do you mean solution enabler?
I am already on 4.6.2.29:
CIMOM Version: EMC CIM Server Version 2.7.3.10.0.15
SMI-S qualified version: 1.5.0
SMI-S Provider version: V4.6.2.29
Solutions Enabler version: V7.6-1808 2.67
This gives me all the time when I try to configure it this error:
Error: The requested object cannot be found. (com.emc.cmp.osls.se.osl.DiscoveryServices.StorInstanceDiscover():142 C:ERROR_CLASS_SOFTWARE F:ERROR_FAMILY_NOT_FOUND R:1000052 L:2 C:ERROR_CLASS_SOFTWARE F:ERROR_FAMILY_NOT_FOUND R:1000052 No objects of the requested type were found : "SymDiscover Failed" : 2 : 40 : "No devices were found")
I have read that vVNX does not support solution enabler.
pahampl
7 Posts
0
March 25th, 2016 02:00
Big thanks!
The problem was user name, I had to add "local/" prefix into the command line.
# wbemcli -noverify -nl ei https://local/admin@192.168.1.142:5989/root/emc/smis:EMC_VNXe_StorageSystemLeaf
Enter password:
192.168.1.142:5989/root/emc/smis:EMC_VNXe_StorageSystemLeaf.CreationClassName="EMC_VNXe_StorageSystemLeaf",Name="VIRT1602XZ9B6L"
-CreationClassName="EMC_VNXe_StorageSystemLeaf"
-Name="VIRT1602XZ9B6L"
......