VMware’s Cloud Strategy: Connecting People to Any App and Service
VMware’s Cloud Strategy: Connecting People to…
CEO Pat Gelsinger shares VMware’s strategy to help run, manage, connect, and secure any application on any device in any cloud.
VMware’s Cloud Strategy: Connecting People to Any App and Service
CEO Pat Gelsinger shares VMware’s strategy to help run, manage, connect, and secure any application on any device in any cloud.
VMware Cloud on AWS with NSX: Connecting SDDCs Across Different AWS Regions
I prior shared this post on the LinkedIN publishing platform and my personal blog at HumairAhmed.com. In my prior blog post, I discussed how with VMware Cloud on AWS (VMC on AWS) customers get the best of both worlds for their move to a Software Defined Data Center (SDDC) – the leading compute, storage, and The post VMware Cloud on AWS with NSX: Connecting SDDCs Across Different AWS Regions appeared first on Network Virtualization .
VMware’s Cloud Nativeness | filipv.net on WordPress.com
At first glance it feels like VMware’s efforts related to cloud native applications are meant to cater to the traditional admins, people who are mainly running virtual machines today but want, or need, to support other types of workloads as well. People who secretly don’t “get” this new container hotness* and really want to manage…Read More
VMware Cloud on AWS Cost Assessment
This video, we will show to run a VMware Cloud on AWS Cost Assessment to help you identify the costs of migrating applications / business services / clusters and VMs from private cloud to VMware Cloud on AWS. vRealize Business for Cloud comes with an easy to use assessment tool, which can quickly give you the number of hosts you will need, your estimated cost and a simple cost comparison to your current private cloud environment.
Cloud Provider Faction uses vCloud Director to empower Enterprises
In this video, learn how Faction, a leading Cloud Provider, used VMware technologies including vCloud Director to enable and empower Enterprises moving to cloud.
VMware’s vCloud Director (vCD) and vCloud Availability (vCAV) only come with TLS v1.1 and 1.2 enabled out of the box. This process will show you how to enable TLS v1. If more information is needed, please visit VMware’s Documentation on vCloud Director 8.20, or the following KB2145796. This work should be completed after hours as you would inevitably be moving VCD proxy service from one cell to another, and this could cause a brief outage for customers. This process will require taking the cell offline, so do each cell one at a time starting with a cell not running the inventory service
# ./cell-management-tool -u administrator cell --quiesce true
# ./cell-management-tool -u administrator cell --status
Example Output:
Job count = 0Is Active =falseIn Maintenance Mode =false
# ./cell-management-tool -u administrator cell --shutdown
Example Output:
Cell successfully deactivated and all tasks clearedinpreparationforshutdownStopping vmware-vcd-watchdog: [ OK ] Stopping vmware-vcd-cell: [ OK ]
# ./cell-management-tool ssl-protocols -d SSLv3,SSLv2Hello
# service vmware-vcd start
# ./cell-management-tool ssl-protocols -l
Example output
Allowed SSL protocols: * TLSv1.2 * TLSv1.1 * TLSv1
Deploy Enterprise-Grade Kubernetes with VMware Pivotal Container Service (PKS)
VMware Pivotal Container Service (PKS) will be available in mid-December for customers looking for an enterprise-grade Kubernetes solution. Learn more here.
Let me start out by saying that if you’d like to install the Hyperic agent, a VMware platform (vRealize Hyperic) that is nearing the end of its’ life (late 2018), you should first **make sure having the agent installed on VMwares’ SUSE based appliance is supported.**
vRealize Hyperic is a terrific platform, that unfortunately has reached the end of its product development life cycle, and will ultimately reach the end of support late 2018.
With that said…
In this particular case I wanted to monitor the SUSE appliance virtual machines of VMware’s vCloud Availability, and since I already am using Hyperic to monitor our production environment management virtual machines…
# zypper install vcenter-hyperic-agent-5.8.4.EE-1.noarch.rpm
example output:

example output:

example output:

Line 281 for SUSE 11, or line 253 for SUSE 12
FW_SERVICES_EXT_TCP="2144"
Line 379 for SUSE 11, or line 351 for SUSE 12
FW_SERVICES_INT_TCP="2144"
/etc/SuSEfirewall2 stop
Pause 5 seconds
/etc/SuSEfirewall2 start

# vi /opt/hyperic/hyperic-hqee-agent/conf/agent.properties
Uncomment and modify lines 71 through 80
agent.setup.camIP=<hyperic server IP or FQDN> agent.setup.camPort=7080 agent.setup.camSSLPort=7443 agent.setup.camSecure=yes agent.setup.camLogin=hqadmin agent.setup.camPword= <hqadmin_password> agent.setup.agentIP=*default* agent.setup.agentPort=*default* agent.setup.resetupTokens=no agent.setup.acceptUnverifiedCertificate=yes
Uncomment line 86
agent.setup.unidirectional=no
Modify line 204. set to =true
accept.unverified.certificates=true
# sh /opt/hyperic/hyperic-hqee-agent/bin/hq-agent.sh start
-= OR =-
# /etc/init.d/hyperic-hqee-agent start
Free vSphere 6.5 Host Resources Deep Dive E-Book #vmware #esxideepdive
In June of this year, Niels and I published the vSphere 6.5 Host Resources Deep Dive, and the community was buzzing. Twitter exploded, and many community members provided rave reviews. This excitement caught Rubriks attention, and they decided to support the community by giving away 2000 free copies of the printed version at VMworld. The […] The post Free vSphere 6.5 Host Resources Deep Dive E-Book appeared first on frankdenneman.nl .
You must be logged in to post a comment.