Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
mdaneri edited this page May 22, 2019 · 1 revision

Manage VirtualApp.

Usage:

        vapp  -poweroff [-vim <vcenter>] [-dryrun] [-force] [-all] [-quiet]
        vapp  -poweron [-vim <vcenter>] [-dryrun] [-all] [-quiet]
        vapp  -list [-vim <vcenter>] [-detail] [-all]
        vapp  -remove [-vim <vcenter>] [-dryrun] [-force] [-all] [-quiet]
        vapp  -cbt <on|off> [-vim <vcenter>] [-dryrun] [-all] [-quiet]
        vapp  -help

Arguments:

  -poweroff                                       Shut down the virtualApp(s).
  -poweron                                        Power On the virtualApp(s).
  -list                                           virtualApps list.
  -remove                                         Remove the virtualApp.
  -cbt <on|off>                                   Enable disable Change Block Tracking
  -help                                           Help
  -vim <vcenter>                                  Target a specific vim service  <vim> (uuid,url)
  -dryrun                                         Do not do anything.
  -detail                                         Show details. Used with list
  -force                                          Force the  virtualApp operation.
  -all                                            Operation apply to any virtualApps.
  -quiet                                          No confirmation is asked.


Examples:

 vapp list detail -vim 9a583042-cb9d-5673-cbab-56a02a91805d
        Show any virtualApp available with associated Virtual Machines on vCenter 9a583042-cb9d-5673-cbab-56a02a91805d
 vapp poweron vapp:testVM vapp:resgroup-v2313 vapp:f9ad3050-d5a6-d107-d0d8-d305c4bc2330
        Power On 3 virtualApp. 1st a VAPP selected by name. 2nd a VAPP selected by Moref. 3rd a VAPP selected by UUID
 vapp remove force vapp:testVapp
        Delete the vm vapp:testVapp and force a poweroff is the VAPP is On

logo

Clone this wiki locally