VMware VCLOUD SDK FOR JAVA 1.0 - DEVELOPER S GUIDE Manual do Utilizador Página 48

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 65
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 47
Hybrid Cloud Application Architecture
F5
®
Deployment Guide 46
Set Network Name to pub_org_blue_int
set the IP Address allocation Mode to
IpAddressAllocationModeType.POOL
Set the connected status to TRUE
Now update the Network Config Section on the vAPP and wait for
the task to complete.
childVm.updateSection(networkConnectionSectionType)
6. Perform guest customization to change the password for the 'admin'
user on the VM
Get the Guest Customization section \
Set the Admin Password on the section.
Update the Guest customization section and wait for the task to
complete.
Task task = childVm.updateSection(guestCustSec);
waitForTaskCompletion(task);
7. Deploy the vApp in the vDC.
Scale Out Operation
1. Power on the vApp which was previously positioned in a dormant
state
2. Get the IP Address for the vApp
3. Configure newly added vApp node in public cloud with public LTM
Pool.
Get the IP address of the newly started 'Pet Store' VM.
Get list of LTM pools in the public cloud and reference
'petshop_http' pool.
Add the 'Pet Store' VM as member to the 'petshop_http' pool.
4. Deploy new vApp as preparation for next Scale Out action.
Ready to Scale Out?
1. Get Total Number of connections for the given virtual Server
If (total number of connections > 'Total Connections' Threshold)
{
start timer if not started already.
if ( (current time - start time) > 'time' threshold) {
// Ready to scale out
return TRUE
Vista de página 47
1 2 ... 43 44 45 46 47 48 49 50 51 52 53 ... 64 65

Comentários a estes Manuais

Sem comentários