vRealize Orchestrator (vRO) Send VM Info by Email using HTML Template

In this article we will learn how to send VM information by email using HTML Template. We need to add the HTML template to the resource element tab. HTML Template I created the HTML email template and import it to the resource element tab. Create a new workflow as follows and click on the Schema tab. Workflow Schema Now let’s […]

vRealize Orchestrator (vRO) Resource Elements

Hi friends, in this article we will talk about resource elements. Resource element is a construct that allows us to use HTML, XML or TXT templates, and even images(PNG, JPG, JPEG, etc.) in a workflow. Let’s login to vRO Client. Select the Design view. Create, Update and Manage Resource Element Select Resource tab and create a new folder. I created […]

Installing and Configuring VMware vRealize Automation 7.6 Step by Step

In this article, we will see how to install and configure VMware vRealize Automation 7.6 in the case of LAB or POC with minimum deployment. Prerequisites for LAB Let’s download the vRealize Automation Appliance 7.6 OVA file from VMware’s site. Prepare the IP/Hostname for the following machines. Hostname IP Address Description vra-ad01 10.111.64.49 Active Directory and DNS Server vra-db01 10.111.64.50 […]

vRealize Orchestrator Local Script veya Command Execution

VMware vRealize Orchestrator içerisinde Command sınıfını kullanırken karşılaştığım bir hata ve çözümünden bahsedeceğim. Oluşturduğum action içerisinde Command sınıfını kullanarak VM’e komutu gönderirken , şeklinde bir hata ile karşılaştım. Hatanın genel sebebi vRO Server’ının host’a yetkisiz erişimi engellemek için varsayılan olarak Command sınıfını çalıştırmasına izin vermemesidir. vRO içerisinde Command sınıfı kullanılmak isteniyorsa Command script sınıfını etkinleştirmemiz gerekir. Hatanın iki tane çözüm […]

vRealize Orchestrator (vRO) VM Ping

Merhabalar bu yazımda, vRealize Orchestrator içerisinde bir action oluşturarak VM’in Ping durumunu geri döndürecek bir javascript kodundan bahsedeceğim. Bu action vRA/vRO 6.x/7.x sürümlerinde çalışmaktadır. Action’la birlikte mevcut bir VM’i pingleyerek; hazır olduğunu, IP adresini aldığını ve bu durumlara bağlı olarak çeşitli işlemlerde bulunabiliriz. Action input olarak VM’in adını(string) ve domain’ini(string) istemektedir. Bu parametrelere bağlı olarak ping durumunu string olarak geri […]