Skip to main content

 

Starting and stopping VMware Aria Automation


Observe the proper procedures when starting or shutting down VMware Aria Automation.

The recommended procedure to shut down and start VMware Aria Automation components is to use the Power OFF and ON functionality provided in Lifecycle Operations > Environments section of VMware Aria Suite Lifecycle. The following procedures outline manual methods to shut down and start VMware Aria Automation components in case VMware Aria Suite Lifecycle is not available for some reason.

Shut down VMware Aria Automation

To preserve data integrity, shut down the VMware Aria Automation services before powering off the virtual appliances. Using SSH or VMRC, you can shut down or start all nodes from any individual appliance.

Note:Avoid using vracli reset vidm commands if at all possible. This command resets all configurations of Workspace ONE Access and breaks the association between users and provisioned resources.
  1. Log in to the console of any VMware Aria Automation appliance using either SSH or VMRC.
  2. To shut down the VMware Aria Automation services on all cluster nodes, run the following set of commands.
    Note:If you copy any of these commands to run and they fail, paste them into notepad first, and then copy them again before running them. This procedure strips out any hidden characters and other artifacts that might exist in the documentation source.
    /opt/scripts/deploy.sh --shutdown
  3. Shut down the VMware Aria Automation appliances.

Your VMware Aria Automation deployment is now shut down.

Start VMware Aria Automation

Following an unplanned shutdown, a controlled shutdown, or a recovery procedure, you must restart VMware Aria Automation components in a specific order. VMware Aria Suite Lifecycle is a non-critical component, so you can start it at any time. Workspace ONE Access components must be started before you start VMware Aria Automation.

Note:Verify that applicable load balancers are running before starting VMware Aria Automation components.
  1. Power on all VMware Aria Automation appliances and wait for them to start.
  2. Log into the console for any appliance using SSH or VMRC and run the following command to restore the services on all nodes.
    /opt/scripts/deploy.sh
  3. Verify that all services are up and running with the following command.
    kubectl get pods --all-namespaces
    Note:You should see three instances of every service, with a status of either Running or Completed.

    When all services are listed as Running or Completed, VMware Aria Automation is ready to use.

Restart VMware Aria Automation

You can restart all VMware Aria Automation services centrally from any of the appliances in your cluster. Follow the preceding instructions to shut down VMware Aria Automation, and then use the instructions to start VMware Aria Automation. Before restarting VMware Aria Automation, verify that all applicable load balancer and Workspace ONE Access components are running.

When all services are listed as Running or Completed, then VMware Aria Automation is ready to use.

Run the following command to verify that all services are running:

kubectl -n prelude get pods

Comments

Popular posts from this blog

  Issue with Aria Automation Custom form Multi Value Picker and Data Grid https://knowledge.broadcom.com/external/article?articleNumber=345960 Products VMware Aria Suite Issue/Introduction Symptoms: Getting  error " Expected Type String but was Object ", w hen trying to use Complex Types in MultiValue Picker on the Aria for Automation Custom Form. Environment VMware vRealize Automation 8.x Cause This issue has been identified where the problem appears when a single column Multi Value Picker or Data Grid is used. Resolution This is a known issue. There is a workaround.  Workaround: As a workaround, try adding one empty column in the Multivalue picker without filling the options. So we can add one more column without filling the value which will be hidden(there is a button in the designer page that will hide the column). This way the end user will receive the same view.  

57 Tips Every Admin Should Know

Active Directory 1. To quickly list all the groups in your domain, with members, run this command: dsquery group -limit 0 | dsget group -members –expand 2. To find all users whose accounts are set to have a non-expiring password, run this command: dsquery * domainroot -filter “(&(objectcategory=person)(objectclass=user)(lockoutTime=*))” -limit 0 3. To list all the FSMO role holders in your forest, run this command: netdom query fsmo 4. To refresh group policy settings, run this command: gpupdate 5. To check Active Directory replication on a domain controller, run this command: repadmin /replsummary 6. To force replication from a domain controller without having to go through to Active Directory Sites and Services, run this command: repadmin /syncall 7. To see what server authenticated you (or if you logged on with cached credentials) you can run either of these commands: set l echo %logonserver% 8. To see what account you are logged on as, run this command: ...
  The Guardrails of Automation VMware Cloud Foundation (VCF) 9.0 has redefined private cloud automation. With full-stack automation powered by Ansible and orchestrated through vRealize Orchestrator (vRO), and version-controlled deployments driven by GitOps and CI/CD pipelines, teams can build infrastructure faster than ever. But automation without guardrails is a recipe for risk Enter RBAC and policy enforcement. This third and final installment in our automation series focuses on how to secure and govern multi-tenant environments in VCF 9.0 with role-based access control (RBAC) and layered identity management. VCF’s IAM Foundation VCF 9.x integrates tightly with enterprise identity providers, enabling organizations to define and assign roles using existing Active Directory (AD) groups. With its persona-based access model, administrators can enforce strict boundaries across compute, storage, and networking resources: Personas : Global Admin, Tenant Admin, Contributor, Viewer Projec...