godellgo,
To troubleshoot the issue, can you run couple of commands from OS command prompt in OME server:
winrm i SendCmd cimv2/DCIM_OEM_DataAccessModule?__cimnamespace=root/dcim/sysman+InstanceID=DCIM_OEM_DataAccessModule1 @{CommandAndArguments="daname=csda omacmd=getaboutinfo"} -r:https://ESXiIPAddress:443/wsman -u:Username -p:Password -skipCNcheck -skipCAcheck -skipRevocationcheck -a:Basic -encoding:utf-8
winrm i SendCmd cimv2/DCIM_OEM_DataAccessModule?__cimnamespace=root/dcim/sysman+InstanceID=DCIM_OEM_DataAccessModule1 @{CommandAndArguments="omacmd=getchildlist showbody=true showobjhead=true recurse=true computeobjstatus=true byobjtype=17 poid=2 comp=MainChassis daname=dceda"} -r:https://ESXiIPAddress:443/wsman -u:Username -p:Password -skipCNcheck -skipCAcheck -skipRevocationcheck -a:Basic -encoding:utf-8
Make sure to provide actual values for these three fields in the above syntax:
ESXiIPAddress
Username
Password
The first command should return the following info (some values could be different):
SendCmd_OUTPUT
ResultCode = 0
ReturnValue = <About>
<OEMTitleCompanyName>Dell</OEMTitleCompanyName>
<OEMTitleCoreProductName>OpenManage</OEMTitleCoreProductName>
<CompanyName>Dell Inc.</CompanyName>
<LegalCopyright>Copyright (C) Dell Inc. 1995-2012 All rights reserved.</LegalCopyright>
<ProductName>Server Administrator</ProductName>
<ProductVersion>7.1.0</ProductVersion>
<ProductID>omsa</ProductID>
<ADSupport>true</ADSupport>
</About>
<SMStatus>0</SMStatus>
The second command returns:
SendCmd_OUTPUT
ResultCode = 0
ReturnValue =
<MainSystemChassis ons="Root/MainSystemChassis" instance="0" creatoralias="dsm_sa_datamgr32" creatordisplay="Systems Management Data Manager">
<oid>2</oid>
<objtype>17</objtype>
<objstatus>4</objstatus>
</MainSystemChassis>
<ObjCount>1</ObjCount>
<computedobjstatus strval="CRITICAL">4</computedobjstatus><
SMStatus s32val="0" strval="SUCCESS">0</SMStatus>
Let us know if the above commands work for you. If not, reboot the ESXi server host once and try again.
Thanks,
Raj Shresta