Hirdetés

Új hozzászólás Aktív témák

  • AiRLAC

    veterán

    Tegyél fel egy vCenter-t, evaluation módban elvileg minden funkcióhoz hozzáférsz, aztán Storage VMotion (szerintem az SCP thin diskből thick-et csinál, legalábbis pár éve még így volt). A vCenter telepítés remekül scripthelhető:

    vcsa_example.json
    {
    "__version": "2.13.0",
    "new_vcsa": {
    "esxi": {
    "hostname": "HOSTNAME",
    "username": "root",
    "password": "PASSWORD",
    "deployment_network": "NETWORKNAME",
    "datastore": "DATASTORENAME"
    },
    "appliance": {
    "thin_disk_mode": true,
    "deployment_option": "small",
    "name": "VMNAME"
    },
    "network": {
    "ip_family": "ipv4",
    "mode": "static",
    "ip": "1.2.3.4",
    "dns_servers": [
    "4.5.6.7"
    ],
    "prefix": "24",
    "gateway": "2.3.4.5",
    "system_name": "VMNAME"
    },
    "os": {
    "password": "ROOTPASSWORD",
    "ntp_servers": "1.2.3.4",
    "ssh_enable": true
    },
    "sso": {
    "password": "SSOPASSWORD",
    "domain_name": "vsphere.local"
    }
    },
    "ceip": {
    "description": {
    "__comments": [
    "++++VMware Customer Experience Improvement Program (CEIP)++++",
    "VMware's Customer Experience Improvement Program (CEIP) ",
    "provides VMware with information that enables VMware to ",
    "improve its products and services, to fix problems, ",
    "and to advise you on how best to deploy and use our ",
    "products. As part of CEIP, VMware collects technical ",
    "information about your organization's use of VMware ",
    "products and services on a regular basis in association ",
    "with your organization's VMware license key(s). This ",
    "information does not personally identify any individual. ",
    "",
    "Additional information regarding the data collected ",
    "through CEIP and the purposes for which it is used by ",
    "VMware is set forth in the Trust & Assurance Center at ",
    "http://www.vmware.com/trustvmware/ceip.html . If you ",
    "prefer not to participate in VMware's CEIP for this ",
    "product, you should disable CEIP by setting ",
    "'ceip_enabled': false. You may join or leave VMware's ",
    "CEIP for this product at any time. Please confirm your ",
    "acknowledgement by passing in the parameter ",
    "--acknowledge-ceip in the command line.",
    "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
    ]
    },
    "settings": {
    "ceip_enabled": true
    }
    }
    }

    vcsa_deploy.cmd
    vcsa-deploy.exe install --no-ssl-certificate-verification --accept-eula --acknowledge-ceip .\vcsa_example.json

Új hozzászólás Aktív témák