Citrix Virtual Apps and Desktops

Create an Oracle C3 machine catalog (Preview)

Create machine catalogs describes the generic machine-catalog workflow. The following information covers Oracle C3-specific details.

Note:

Before creating an Oracle C3 catalog, complete these prerequisites:

  • Connection to Oracle C3.
  • Ensure one or more Oracle C3 machines are available for onboarding.
  • Prepare those machines with required VDA readiness.

You can create an Oracle C3 machine catalog using:

  • Web Studio
  • PowerShell commands

Create a machine catalog using web Studio

In the Machine Catalog Setup wizard:

  1. On Operating System page, select Multi-session OS or Single-session OS.
  2. On Machine Management page, select Machines that are power managed and Another service or technology.
  3. On Virtual Machines page, add machines and associated machine accounts by doing one of the following:

    • Select Add Machines to add Oracle C3 machines manually from the Oracle C3 connection.
    • Select Add CSV File to bulk add Oracle C3 machines and machine account mappings.

The Scopes and Summary pages do not contain Oracle C3-specific information.

Create a machine catalog using PowerShell commands

Use New-BrokerCatalog and New-BrokerMachine to create the catalog and import existing Oracle C3 machines.

Example pattern:

New-BrokerCatalog -AllocationType "Random" -ProvisioningType "Manual" `

-SessionSupport "MultiSession" -Name "OracleC3-Catalog" `

-PersistUserChanges "OnLocal"

New-BrokerMachine -CatalogUid <CatalogUid> `

-HostedMachineId <OracleC3MachineId> `

-HypervisorConnectionUid <OracleC3ConnectionUid> `

-MachineName <Domain\MachineAccount>
<!--NeedCopy-->

Where to go next

More information

Create an Oracle C3 machine catalog (Preview)