I am not having your success.
ESXi 5.1.0, 838463
Adaptec ASR-2405
Adaptec update: cim_vmware_v7.31.18856.zip
vmware-esx-provider-arcconf.vib dated 2012.05.10
Using the Adaptec installation instructions, the install fails due to an unsigned VIB.
From the ESXi 5.1 console, Alt-F1 access, as root + password
From the console command prompt "~ #" I do this:
Workaround:
esxcli software acceptance set --level=CommunitySupported
However, I cannot restore the acceptance level back to the original "ParterSupported", because the new VIB is a lower level.
So, I must leave the entire ESXi system at the lowest "CommunitySupported" acceptance level. Unsigned VIBs suck.
VIB install:
esxcli software vib install --maintenance-mode -v /vmfs/volumes/datastore1/Patch/vmware-esx-provider-arcconf.vib
This runs correctly.
Verify VIB package:
esxcli software vib list | grep arcconf
Comes back as 1.00-1, Adaptec, Unknown, today's date
Verify AACRAID
esxcli software vib list | grep arcconf
Comes back as 1.1.5.1-9vmw.510.0.0.799733, VMware, VMwareCertified
arcconf at the command line does nothing.
arcconf: not found
I have the ASM package installed on a Windows guest on this ESXi host.
It cannot connect to the IP address of the host.
Anybody have an idea?
I'm clueless here, and thanks in advance...
[ edit ]
I install the windows version of remote arcconf on a VM guest on this ESXi host.
This is the version dated 2012.05.10, from the same VIB package as the ESXi side.
It cannot see any controllers, either.
Interesting part:
From the ESXi console, a list of active processes does not show anything close to "adaptec" or "arcconf".
Using PORTQRY.EXE from the Windows support kit, I find port 5989(?) is listening on the ESXi side.
I don't know what process is hooked to this ESXi port, but something is listening.