3.4 Installing on VMware 7.x and ESXi 8.x
Use the following procedure to install the .zip files for a VMware ESXi system. Perform the installation from a remote system running a Telnet/SSH client. Use a terminal emulator to access the ESXi server remotely.
- Copy the following files from the installer
download location to the
/tmp
directory on your local ESXi.- AdaptecArcconf_x.xx.xxxxx-MIS.x.x.x.xxxxxxxx_xxxxxxxx.zip
- AdaptecRedfish_x.xx.xxxxx-MIS.x.x.x.xxxxxxxx_xxxxxxxx.zip
The
AdaptecArcconf_x.xx.xxxxx-MIS.x.x.x.xxxxxxxx_xxxxxxxx.zip
is for command line communication. TheAdaptecRedfish_x.xx.xxxxx-MIS.x.x.x.xxxxxxxx_xxxxxxxx.zip
is for remote management communication - Check for existing installation of ARCCONF.
esxcli software vib list | grep arcconf
- Remove the existing ARCCONF
package.
esxcli software vib remove -n arcconf
When the package is removed, you receive the message "Reboot Required: true."
- Check for an existing installation of
adaptecredfishserver
.esxcli software vib list | grep adaptecredfishserver
- Remove the existing
adaptecredfishserver
package.esxcli software vib remove -n adaptecredfishserver
When the package is removed, you receive the message "Reboot Required: true."
- Set the installation acceptance level to
VMwareAccepted:
esxcli software acceptance set –-level=VMwareAccepted
- Install the ARCCONF package.
esxcli software vib install -d /tmp/AdaptecArcconf_x.xx.xxxxx-MIS.x.x.x.xxxxxxxx_xxxxxxxx.zip
When the package is installed, you receive the message "Reboot Required: true."
- Install the
adaptecredfishserver
package.esxcli software vib install -d /tmp/AdaptecRedfish_x.xx.xxxxx-MIS.x.x.x.xxxxxxxx_xxxxxxxx.zip
When the package is installed, you receive the message "Reboot Required: true."
- To add a remote system, see 14.2 Managing Remote Systems.
- Execute the following command in ESXI 8.x to permit the write access to root user in order to add system and perform operations from maxView GUI.
esxcli daemon entitlement add -r -w -p root
arcconf
and
adaptecredfishserver
packages for each VMware versions. Use the
appropriate package for installation.