-
WORKSPACE ONE ACCESS INTEGRATION WITH NSX-T
Very quick walkthrough on how to integrate NSX-T and Workspace One Access (VIDM) This allows workspace one to create a OAuth connection with NSX-T where you can control user access via Active directory and instead of trying to manage local accounts. Logon to NSX-T manager > System settings > user management Then Login into Workspace…
-
Adding VM Notes and Custom Attributes with vRA8
First I’ll add a few new inputs to the cloud template in Cloud Assembly: I’ll also need to add these to the resources section of the template so that they will get passed along with the deployment properties: vRO Workflow Okay, so we’ve got the information to pass on to vCenter. Now I need to…
-
Installing K9S on Kubernetes
K9S is a command-line interface (CLI) tool that allows you to manage Kubernetes clusters from the terminal. It provides an intuitive user interface and helps you quickly navigate through resources in your cluster. To install K9S on your Kubernetes cluster, follow the steps below: Step 1: Download K9S binary The first step is to download…
-
Certificate Status vCenter Alarm
Just a quick post to give details on how to fixed the Certificate Status alarm in vCenter. Error Certificate Status in vCenter. This was the VMware article used in the end: https://docs.vmware.com/en/VMware-vSphere/6.0/com.vmware.vsphere.security.doc/GUID-80C30209-028D-4F92-9551-CDB6B25A8403.html Started off by running this command: One of the commands above will give you a clue what certificate has expired, then list details…
-
VRA vRealize Automation Orchestrator export\import custom workflows
Quick post on how to export\import custom workflows in vRealize Automation Orchestrator Tree view is very helpful, this listed out my custom workflows that were in a folder: Move to packages and clicked new package: Give the new package a name and switch over to the content tab: Find the Custom workflows you wanted to…
-
VRA vRealize Automation Orchestrator export\import custom workflows
Quick post on how to export\import custom workflows in vRealize Automation Orchestrator Tree view is very helpful, this listed out my custom workflows that were in a folder: Move to packages and clicked new package: Give the new package a name and switch over to the content tab: Find the Custom workflows you wanted to…
-
vCenter 7 /storage/core and /storage/log full 100%
Had an issue where the following appear to occur in vCenter: vCenter Server /storage/core filling up with core.in:imfile.XXXX when configuring vCenter syslog server (81327) (vmware.com) This is a collection of the commands i’d used to fix this problem this problem:
-
VMC on AWS SDDC Deployment
This is a collection of some of my notes for the deployment of VMware cloud on AWS: Step one is to configure your AWS account, the easy bit right ๐ Then you will need to create a new VPC, search for VPC in the AWS console. Next Step is to create the Subnet you’ll be…
-
Collection of Kubernetes commands
The idea behind this post is to have a list of kubernetes commands that could be useful. I’ll keep adding to it over time, any comments welcome