Posts

Showing posts with the label client

vSphere Bitfusion Client Setup Overview

Image
This is my first time doing the client setup. Let's dive right in. Refer to the this installation guide for client setup. Please note that I am documenting based on Ubuntu 18.04. If you are using RHEL or CentOS, your commands may differ. Also some commands are different from the installation guide and these are the catchas I am showing here. Overview for vSphere Bitfusion Client Download the vSphere Bitfusion Client where version is similar to the vSphere Bitfusion Server Check that the vSphere Bitfusion Plugin is workin in the vSphere Client VMware Tool is installed and you are able to see the four power functions in the VM edit setting Make sure vmnic is on VMNET3 power on the VM Install the .deb package, your client will need to be connected to internet as you will need to install some software dependencies before installing the agent Query the package to find out the dependencies > sudo dpkp-deb -I bitfusionxxxx.deb install all the listed dependencies > sudo apt -y ins...

vSphere Assessment Tool (vSAT)

Image
If you are not aware, there is a new tool announced during VMworld US 2019. That is the vSphere Assessment Tool (vSAT). To access the site, you can go here . The tool can be run on any endpoint that runs Windows, Linux and Mac. Upon login, you will see the screen below. Clicking on the Download, you will see the supported binary for the endpoint of choice. You will need to set a Passcode at the site so when you can upload it with the passcode. This passcode is to ensure the data is tie back to your account. Do note that your endpoint that runs the tool, must have access to your vSphere environment to collect the information to perform the assessment. You can add one or many vCenter to the assessment tool. Once completed, you can download the JSON file from the assessment tool and upload to the portal. You can check out the file, it does not contain sensitive data related to your environment but more of vSphere component versions. Feel free to open up and check it ou...

VMware Network Diagram for vSphere 5.x (2054806)

Have you ever wonder or encounter when asked about network ports requirements for each and individual solutions from VMware?  Whether as a presales, an architect or even a VMware support engineer. No fear!  VMware has just release a very informative network diagram show casing all the network ports and communications in between vSphere and vCloud Director components in a diagram format which makes it easier to understand than just text based. The only catch?  This is based on the current release at the time of writing and likely it would not be updated as frequent so you might have to do your own updating whenever a new release is out. At least it's better than none and going through all the installation guides or KBs would be a killer. Now you can spend more time doing other things. Here is the KB to the network diagram.  This is based on four other KBs as listed: TCP and UDP Ports required to access vCenter Server, ESXi/ESX hosts, and other n...

vCenter 5 Web Client Server Installation and Configuration

Image
Today will do an installation of the web client server on the vCenter.  I will also compare the vCenter 4.1 web access with the new web client access to see the improvement that was done. Do note that the requirements for the web client access would require the following below.  I have also include the links to the offline package for Adobe Flash which many have problem locating it. Internet Explorer 7,8 Mozilla Firefox 3.5, 3.6 Adobe Flash 10.2 Offline package for Latest Adobe Flash IE: http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player_ax.exe Firefox: http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe   1 Mar 2012 Update: Alternatively, you can make use of the free vCenter vApp and used it as a web client. Michael Webster has a post on the steps.  You can install the web client on a separate Windows VM and it is able to register to multiple vCenters to enable the web client ac...