On Windows and Linux, you can install the "maxView Storage Manager" web interface which allows you to manage your Adaptec SmartRAID controller, your arrays, your logical disks (logical devices) and your physical disks (physical devices).
However, if you install the VMware ESXi (vSphere) hypervisor, you will not be in either of these situations.
Fortunately, Microsemi has thought of you by developing a version suitable for VMware solutions (such as VMware ESXi or vSphere).
Thus, you will only need to install 2 bundles in ".vib" format which correspond to a CIM server and to the Adaptec command line tool (ARCCONF).
The CIM server is what will allow you to manage your Adaptec SmartRAID controller (and its resources) remotely through a maxView Storage Manager interface installed on another computer.
To download the VMware version of maxView Storage Manager, go to your Microsemi Adaptec SmartRAID controller page and click on the "Storage Manager Downloads" link.
In our case : Microsemi Adaptec SmartRAID 3154-8i8e.
Then, click on the "maxView Storage Manager v3 ... for VMware" download link.
As expected, the version of maxView Storage Manager offered is compatible with your Microsemi Adaptec SmartRAID controller.
Click the "Download Now" button and accept the Microsemi license agreement.
Note: as Microsemi tells you in the description of this download, version 3 of maxView Storage Manager is compatible with VMware ESXi 6.x.
The name of the proposed file will be "msm_vmware_v3_xx_xxxxx.zip".
Unzip the downloaded file and you will find 4 folders inside :
The cim server must be installed on your VMware ESXi (vSphere) hypervisor and the "maxView storage Manager" web interface must be installed on a computer running Windows (thanks to the "windows_x64" folder) or Linux (thanks to the "linux_x64" folder).
In the "cim" folder, you will find several "esxiX_X" folders that allow you to install the version of the CIM server appropriate for your version of VMware ESXi (vSphere).
In our case, our VMware ESXi hypervisor is in version 6.7, so we open the "esxi6_7" folder.
In this "esxi6_7" folder, you will find 2 compressed files (in zip format) :
If you enter one of these compressed files (in zip format), you will see that it contains a ".vib" file each time.
Get these 2 ".vib" files and place it in the current folder (esxi6_7) for example :
To store them temporarily on your VMware ESXi host, you have 2 possibilities :
For the tutorial, we are going to create a new directory at the root of our "datastore1" datastore (which is always present by default).
Name this directory "Adaptec SmartRAID" and click on : Create directory.
Select the created folder and click "Upload".
Select the following ".vib" files one by one by clicking each time on "Open" :
The 2 files have been stored on your VMware ESXi (vSphere) host.
To install the desired ".vib" bundles, you will first need to enable the SSH protocol on your VMware ESXi server.
To do this, go to "Host -> Manage -> Services", select the "TSM-SSH" service and click on : Start.
Then, use a SSH client (such as "PuTTY" if you are on Windows) and enter the IP address of your VMware ESXi server.
Then, click on Open.
Log in as root, then verify that "arcconf" is not already installed.
To do this, type the command :
Bash
esxcli software vib list | grep arcconf
If nothing is displayed, it means that it's not installed.
Otherwise, uninstall it by typing this command :
Bash
esxcli software vib remove -n arcconf
Then, check if the CIM server is already installed with this command :
Bash
esxcli software vib list | grep arc-cim-provider
Again, if nothing is displayed, the CIM server is not installed.
Otherwise, uninstall it using the command below.
Note : if you are prompted for a restart, ignore this for now.
Bash
esxcli software vib remove -n arc-cim-provider
Change your VMware ESXi hypervisor acceptance level for installing VIB files to : Partner.
Bash
esxcli software acceptance set --level=PartnerSupported
Since we have stored our 2 ".vib" files in the "Adaptec SmartRAID" folder of our "datastore1" datastore, these files are therefore located in the "/vmfs/volumes/datastore1/Adaptec SmartRAID" folder.
To install the "ARCCONF" command line tool, use the command below.
Notes :
Bash
esxcli software vib install -v /vmfs/volumes/datastore1/Adaptec\ SmartRAID/vmware-esx-provider-arcconf.vib
Once the "arcconf" package is installed, this will be displayed :
Plain Text
Installation Result Message: Operation finished successfully. Reboot Required: false VIBs Installed: Adaptec_bootbank_arcconf_3.07-23971 VIBs Removed: VIBs Skipped:
Also install the "arc-cim-provider" package :
Bash
esxcli software vib install -v /vmfs/volumes/datastore1/Adaptec\ SmartRAID/vmware-esx-provider-arc-cim-provider.vib
Once the "arc-cim-provider" package is installed, this will be displayed :
Plain Text
Installation Result Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective. Reboot Required: true VIBs Installed: Adaptec_bootbank_arc-cim-provider_3.07-23971 VIBs Removed: VIBs Skipped:
As requested, restart your VMware ESXi server.
Bash
reboot
Check the installation of installed packages.
Bash
esxcli software vib list | grep arcconf
Plain Text
arcconf 3.07-23971 Adaptec VMwareAccepted 2021-07-11
Bash
esxcli software vib list | grep arc-cim-provider
Plain Text
arc-cim-provider 3.07-23971 Adaptec VMwareAccepted 2021-07-11
Source : User Guide - maxView Storage Manager (page 12)
Once your VMware ESXi hypervisor has restarted, go to : Host -> Manage -> Modules.
At the beginning of the list, you will see that 2 new modules have appeared :
If you look in the list of services of your VMware ESXi hypervisor, it's very likely that the "sfcbd-watchdog" (CIM Server) service is running since we have just installed a CIM server.
RAID 4/13/2022
RAID 5/4/2022
RAID 1/28/2022
RAID 4/1/2022
Pinned content
Contact
® InformatiWeb-Pro.net - InformatiWeb.net 2008-2022 - © Lionel Eppe - All rights reserved.
Total or partial reproduction of this site is prohibited and constitutes an infringement punishable by articles L.335-2 and following of the intellectual property Code.
You must be logged in to post a comment