VVD 4.0 Deployment
Due to some food poisoning at vmworld this year i had to Miss my talk about VMware Validated Designs but wanted to publish it.
If your have questions please reach out to me.
Due to some food poisoning at vmworld this year i had to Miss my talk about VMware Validated Designs but wanted to publish it.
If your have questions please reach out to me.
This years VMworld was a change of pace for me. This year was not a typical release with more focus on security and partnerships then core applications maybe some of that is saved for Europe. I had a rocky start with a bout of food posing not fun. So i lost a day of Talking with vendors and some sessions I wanted to check out. Relays will have to do.
Had some interesting conversations around Workspace One and Sailpoint and the guys from both teams came over to whiteboard this is a welcome conversation vmware has become more open to working with partners then just trying to pitch more of their solutions.
Kobo / PKS / Kubernetes a Partnership that needs more clarity. Maybe its the system admin in me but I feel like there was to many ways to do this right now. And some of the projects are really cool but now info on cost or will it be free open source.
VMware AppDefense / Goldilocks
I been asking VMware for this type of app to be built in for some time. The more we can learn how the app talks and update we can get a good baseline. Can’t wait to see partners take advantage of some of the API
The last but my Favorite Announcement. SKYLINE
There has been apps on the market that did some of what CloudPhysics has been doing for some time. Bigdata for support. I hope this helps VMware Find and alerts on major bugs faster. The one thing it wont do till the next update is driver support. Vendors and VMware have allways need a way to tell you what version you should be on. This will hope fully be the answer very soon.
Thanks for sticking around.
Step 1 – Download and Install .NET Core for Mac OS X from here
https://www.microsoft.com/net/core#macos
Step 2 – Download and Install PowerShell for Mac OS X using the instructions and packages this will also include the install of homebrew
https://github.com/PowerShell/PowerShell
Sudo installer -pkg powershell-6.0.0-alpha.10.pkg -target /
Step 3 – Perform the following steps to ensure you are using the latest OpenSSL and Curl:
Step 4 – Create the following directory if it does not exists by running the following command:
Step 5 – Extract the PowerCLI modules into the directory you created above by running the following command:
Launch PowerShell
Step 1 – Open terminal
Step 2 – Start Powershell in the terminal by running the following command: powershell
Step 3 – Import the PowerCLI Modules into your PowerShell Session: Get-Module -ListAvailable PowerCLI* | Import-Module
Step 4 – Connect to your vCenter Server using
Connect-VIServer PS> Connect-VIServer -Server 192.168.1.51 -User administrator@vSphere.local -Password VMware1! Name Port User —- —- —- 192.168.1.51 443 VSPHERE.LOCAL\Administrator
If your Using UCS new Blades you might see a Purple when you have High CPU loads. Upgrade your ucs Code to 3.1.1K
https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2146388
http://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/release/notes/CiscoUCSManager-RN-3-1.html
To stop This if you are not using VSAN
SSH to vCenter Server
Enable Shell
vcenter # service vmware-vsan-health stop
Stopping Virtual SAN Health Service:
vcenter # chkconfig vmware-vsan-health off
You must be logged in to post a comment.