I had to install Unisphere CLI and other managment tools for UnityXT in my managment VM ie, Ubuntu 64 bit Linux VM,,, request you to share the necessary client package for that. Also, looking forward to get the configuration guide for UnityXT connected with MDS 9148T to provision LUNs for vSphere 6.7 U2. Requesting your support on this
grep VERS /etc/os-release VERSION="18.04.1 LTS (Bionic Beaver)" sudo alien --scripts UnisphereCLI-SUSE-Linux-64-x86-en_US-5.0.2.890972-1.x86_64.rpm unispherecli-suse-linux-64-x86-en-us_5.0.2.890972-2_amd64.deb generated sudo dpkg -i unispherecli-suse-linux-64-x86-en-us_5.0.2.890972-2_amd64.deb Selecting previously unselected package unispherecli-suse-linux-64-x86-en-us. (Reading database ... 58395 files and directories currently installed.) Preparing to unpack unispherecli-suse-linux-64-x86-en-us_5.0.2.890972-2_amd64.deb ... /var/lib/dpkg/tmp.ci/preinst: line 2: [: install: integer expression expected Unpacking unispherecli-suse-linux-64-x86-en-us (5.0.2.890972-2) ... Setting up unispherecli-suse-linux-64-x86-en-us (5.0.2.890972-2) ... Run the script /opt/emc/uemcli/bin/setlevel.sh (low|medium|l|m) to set the security level before you proceed. ============================================================== USAGE:setlevel.sh (low|medium|l|m) The setlevel.sh script is used to set the certificate verification level to low or medium. choices are low or medium. DEFAULT = medium For more information about the certificate verification process please refer to the User's Manual. execute command /opt/emc/uemcli/bin/setlevel.sh (low|medium|l|m) The tool will guide you through the steps to set the security level. ============================================================== Processing triggers for libc-bin (2.27-3ubuntu1) ... uemcli -d unityp100 -u admin -securepassword -sslpolicy accept -no /sys/general show Password: 1: System name = VIRT291J1NMRJT ...
For provision, you can add the vCenter and create vmfs or vvol from the Unisphere GUI
I tried a couple of links to Unity resources, but the links were down. I would recommend contacting phone support. If there's they may have an alternate download option available.
maniemc
169 Posts
5722
0
Posted February 4th, 2020 08:00
I did this as below by converting rpm to deb:
1) Download suse linux 64 bit rpm:
https://download.emc.com/downloads/DL69827_Dell-EMC-Unity-Unisphere-UEM-CLI-(SuSE-Linux-64-bit).rpm
2) On ubuntu installing alien package to convert rpm (https://www.rosehosting.com/blog/how-to-install-rpm-packages-on-ubuntu/)
3) Convert and install:
grep VERS /etc/os-release
VERSION="18.04.1 LTS (Bionic Beaver)"
sudo alien --scripts UnisphereCLI-SUSE-Linux-64-x86-en_US-5.0.2.890972-1.x86_64.rpm
unispherecli-suse-linux-64-x86-en-us_5.0.2.890972-2_amd64.deb generated
sudo dpkg -i unispherecli-suse-linux-64-x86-en-us_5.0.2.890972-2_amd64.deb
Selecting previously unselected package unispherecli-suse-linux-64-x86-en-us.
(Reading database ... 58395 files and directories currently installed.)
Preparing to unpack unispherecli-suse-linux-64-x86-en-us_5.0.2.890972-2_amd64.deb ...
/var/lib/dpkg/tmp.ci/preinst: line 2: [: install: integer expression expected
Unpacking unispherecli-suse-linux-64-x86-en-us (5.0.2.890972-2) ...
Setting up unispherecli-suse-linux-64-x86-en-us (5.0.2.890972-2) ...
Run the script /opt/emc/uemcli/bin/setlevel.sh (low|medium|l|m) to set the security level before you proceed.
==============================================================
USAGE:setlevel.sh (low|medium|l|m)
The setlevel.sh script is used to set the certificate verification level
to low or medium.
choices are low or medium.
DEFAULT = medium
For more information about the certificate verification process please refer
to the User's Manual.
execute command /opt/emc/uemcli/bin/setlevel.sh (low|medium|l|m)
The tool will guide you through the steps to set the security level.
==============================================================
Processing triggers for libc-bin (2.27-3ubuntu1) ...
uemcli -d unityp100 -u admin -securepassword -sslpolicy accept -no /sys/general show
Password:
1: System name = VIRT291J1NMRJT
...
For provision, you can add the vCenter and create vmfs or vvol from the Unisphere GUI