Add a virtual cluster node to an existing cluster server environment

I'm working on a project to add a virtual server in our ESX - 3.5 environment to a group of existing Microsoft cluster server... Is there a way to create a virtual HBA to generate a name WWN Conect to a Lun on our san see the data already stored there but not destroy data when connecting to the lun.

. (San is connected to our IBM Blade Center now fiber)

Hello

Take a look at this link on the MSCS on VMware cluster:

http://www.VMware.com/PDF/vSphere4/R41/vsp_41_mscs.PDF

Best wishes / Saludos

-

Tags: VMware

Similar Questions

  • Adding a node to an existing cluster

    Hello

    Our project is using Livecycle ES2.5 Patch1 on top of Weblogic.

    Due to some conflicts of locking, to add several servers (such as an urgent solution) cause, we can solve the problem if not soon.

    Then add the new node to a cluster of existing (Weblogic) is a pure Weblogic operations or we do something else on the side of Livecycle?

    Thank you very much!

    Please follow the document below to add a new node to an existing cluster

    http://help.Adobe.com/en_US/LiveCycle/10.0/ClusterWebLogic/WSf674976bd3510660738a11612fd62 b1a3f - 7ffa.html

  • How to add the virtual copy to an existing collection

    Hello

    I use LR 5.7.x in Win7 environment.

    I have an existing collection within a collection set. I would like to add a virtual copy of an image to this collection. Is there a way to do this in one step?

    If I select the image and press B, he puts a - not a virtual copy - copy into the target. The only way I see to do this is to first make the virtual copy, copy it to the target collection and finally remove the copy virtual from the original location.

    Best regards

    Scott

    Hi scott_o,

    To add a virtual copy to a collection, you must create a virtual copy. When it is created, set the collection (to which you want to import pictures or virtual copies to) as target collection.

    Once this is done, you must select the image or the virtual copy, then press B to add to the target collection.

    Note: Add collection does not all copies of the image file.

    In addition, if you remove the virtual copy in the catalog, it will be removed from the collection as well.

    Let me know if it helps.

    ~ UL

  • Add a virtual disk to an existing virtual machine.

    Hello

    Anyone know what would be the best way to create an action to add a new virtual disk (hard) to an existing virtual computer? I have found no existing action/workflow, and I do not know where to start.

    Thank you

    Hey Mikael,.

    There is a "workflow" for this!

    Library / vCenter / Virtual Machine Management / management of devices / add a disk.

    This workflow, you can add a VMDK to a virtual machine.

  • Script to add the virtual computer to the inventory of different data warehouses

    I need a script that will go through all available databases and add the virtual machine inside of them in inventory.


    I know how to do this with:

    New-VM - VMFilePath ' [DATASTORE] vmfolder/vmname.vmx "-VMHost (Get-Cluster"NOMCLUSTER"|) Get-VMHost | Get - Random) - place (Get-folder folder_name) - RunAsync

    But we have hundreds of data stores and thousands of virtual machines. I suck at writing scripts in a loop, but it looks like that's what I need. I tried using wildcards for the VMFilePath - but it does not work. Must be another way.

    Any help would be greatly appreciated!

    Oh, I fixed it. I had a host that was plundered with partial connectivity to storage. The script was repeatedly tries to connect to this host jacked up.

    I managed to work around the problem by changing "Get-VMHost | Select - first 1 "to" Get-VMHost | Get-Random.

    Works fine now... as do all things Luke and Lam

  • Sort of put the virtual device node / drive SCSI ID?

    Is it possible to define, through PowerCLI, the virtual device node / SCSI disk ID of a VM hard drive to the specific address?  We need to pin a high specific controllers virtual machine disks and disk IDs to ensure the consistency of multiple deployments.  Bring on the specific controller was easy, but I was not able to find a way to set the ID of the disk.

    Thank you!

    Hello, stromcooper-

    You can use the method ReconfigVM() to a VirtualMachine object to change this.  It is the property UnitNumber to the VirtualDisk and you create some context objects to make the change, such as:

    ## the VM on which to change a disk's SCSI ID$strVMToUpdate = "someVM"## get the VM$vmToUpdate = Get-VM $strVMToUpdate## get the hard disk to change; assumes it is called "Hard disk 2" here$hdskToChange = Get-HardDisk -VM $vmToUpdate -Name "Hard disk 2"
    
    ## create a new VirtualMachineConfigSpec, with which to make the change to the VM's disk$spec = New-Object VMware.Vim.VirtualMachineConfigSpec## create a new VirtualDeviceConfigSpec$spec.deviceChange = New-Object VMware.Vim.VirtualDeviceConfigSpec$spec.deviceChange[0].operation = "edit"## populate the "device" property with the existing info from the hard disk to change$spec.deviceChange[0].device = $hdskToChange.ExtensionData## then, change the second part of the SCSI ID (the UnitNumber)$spec.deviceChange[0].device.unitNumber = 8## reconfig the VM with the updated ConfigSpec (VM must be powered off)$vmToUpdate.ExtensionData.ReconfigVM_Task($spec)
    

    The line where it is implemented. .unitNumber to '8' is where you would put your ID desired.  This piece of code maintains the VirtualDisk on the same SCSI controller on which it is already located.  Note: the virtual computer must be turned off for the task to reconfigure.

    How does do for you?

  • Unable to add the virtual machine to inventory

    Unable to add the virtual machine to inventory

    Hi assane, is vmware-cmd same available on ESXi 5.0 and later versions?

    To the OP:

    If you use 5.0 or later ESXi, vmware-cmd will not work. Alternatively, you can use:

    Vim - cmd solo/registervm /vmfs/volumes/datastore_name/VM_directory/VM_name.vmx

    That said, it could be several reasons of failure regarding the registration of the VM. Can put you up a screenshot of the error / symptom you see when it breaks down?

  • Blocking task - add a virtual machine to VAPP

    Which block task will begin when I add a virtual machine to a Palsy of a catlog. The "add, move or delete virtual machines of VAPP" seems to send a job blocking, but the xml of the blocking task does not include the vcloud:vm, only the vcloud:vapp

    I want to send a notification when the new VM is complete provisioning and include details on the new virtual machine.

    If you duplicated one of the workflow approval of all notifications, try to paste the following in the Get scaffolding Scriptable this workflow task... He will certainly need a cleaning according to your needs. It is a part of my test code for extraction of information of this type of operation...

    var vcdHost = vApp.getHost();
    
    //User info
    var username = user.name;
    var userDescription = user.description;
    var userFullName = user.fullName;
    var userEmailAddress = user.emailAddress;
    var userTelephone = user.telephone;
    var userIm = user.im;
    
    var userDeployedVmQuota = user.deployedVmQuota;
    if (userDeployedVmQuota == 0) userDeployedVmQuota = "Unlimited";
    var userStoredVmQuota = user.storedVmQuota;
    if (userStoredVmQuota == 0) userStoredVmQuota = "Unlimited";
    var userRole = vcdHost.getEntityByReference(VclEntityType.ROLE, user.role).name;
    
    System.sleep(5000);
    
    if (blockingTask != null) {
        var task = vcdHost.getEntityByReference(VclEntityType.TASK, blockingTask.getTask());
        task.updateInternalState();
        var XMLstring = task.toXml();
        System.log("Task XML: \n"+XMLstring);
    
        // Now begin typical XML Processing for this set of action types:
        // These come from the "Add, Move or Delete Virtual Machines from vApp" blocking task being enabled
        // This workflow requires a single input - a string containing the XML to be processed.
        // It generates the following outputs:
        // operationType - this is a string that is either "create" "delete" or "move"
        // the other output is a Array/Properties object with the following possible properties:
        // vmName - string
        // hostName - string
        // osName - string
        // hwVersion - string
        // cpuCount - string
        // memoryMB - string
        var doc = new XML(XMLstring);
        default xml namespace = doc.namespace();
        // initialize the outputs:
        var operationType = null;
        var vmPropsArray = new Array();
    
        // Determine action type from XML:
        if (doc.Params.DeleteItem != null && doc.Params.DeleteItem.length() > 0){
            System.log("This is a Delete operation");
            operationType = "delete";
            //    DELETE ITEM Processing
            System.log("DeleteItem Count: "+doc.Params.DeleteItem.length());
            for each (c in doc.Params.DeleteItem){
                var vmProps = new Properties();
                System.log("VM to Delete: "[email protected]());
                vmProps.put("vmName",[email protected]());
                vmPropsArray.push(vmProps);
            }
        }
        if(doc.Params.CreateItem != null && doc.Params.CreateItem.length() > 0){
            System.log("A blank VM is being added to the vApp");
            operationType = "create";
            System.log("CreateItem Count: "+doc.Params.CreateItem.length());
            for each (c in doc.Params.CreateItem){
                var vmProps = new Properties();
                System.log("VM to Add: "[email protected]());
                System.log("Description: "+c.Description.toString());
                vmProps.put("vmName",[email protected]());
                vmProps.put("description",c.Description.toString());
                vmProps.put("hostName","n/a");
                vmProps.put("osName","n/a");
                vmProps.put("cpuCount","n/a");
                vmProps.put("memoryMB","n/a");
                vmPropsArray.push(vmProps);
            }
        }
        // ADD/MOVE Testing:
        if(doc.Params.SourcedItem != null){
            System.log("SourcedItem Count: "+doc.Params.SourcedItem.length());
            for each (c in doc.Params.SourcedItem){
                var vmProps = new Properties();
                System.log("=============================");
                if(c.@sourceDelete == "true"){
                    operationType = "move";
                }else{
                    operationType = "create";
                }
                System.log("This is an "+operationType+" operation");
                //System.log("sourceDelete: "+c.@sourceDelete);
                var instantiationParams = c.InstantiationParams;
                vmProps.put("vmName",instantiationParams.GuestCustomizationSection.ComputerName.toString());
                System.log("VM Name: "+instantiationParams.GuestCustomizationSection.ComputerName.toString());
    
                vmProps.put("hostName",instantiationParams.*::VirtualHardwareSection.*::System.*::VirtualSystemIdentifier.toString());
                System.log("Host Name: "+instantiationParams.*::VirtualHardwareSection.*::System.*::VirtualSystemIdentifier.toString());
    
                vmProps.put("osName", instantiationParams.*::OperatingSystemSection.*::Description.toString());
                System.log("Operating System: "+instantiationParams.*::OperatingSystemSection.*::Description.toString());
    
                vmProps.put("hwVersion",instantiationParams.*::VirtualHardwareSection.*::System.*::VirtualSystemType.toString());
                System.log("Hardware Version: "+instantiationParams.*::VirtualHardwareSection.*::System.*::VirtualSystemType.toString());
    
                var n2 = new Namespace("http://schemas.dmtf.org/ovf/envelope/1");
                var n3 = new Namespace("http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData");
                var items = instantiationParams.*::VirtualHardwareSection.n2::Item;
                for each (i in items){
                    if(i.n3::Description.toString() == "Number of Virtual CPUs"){
                        vmProps.put("cpuCount",i.n3::VirtualQuantity.toString());
                        System.log("CPU Count: "+i.n3::VirtualQuantity.toString());
                    }
                    if(i.n3::Description.toString() == "Memory Size"){
                        vmProps.put("memoryMB",i.n3::VirtualQuantity.toString());
                        System.log("Memory (MB): "+i.n3::VirtualQuantity.toString());
                    }
                }
                vmProps.put("description","n/a");
                vmPropsArray.push(vmProps);
            }
        }
    }
    
    //vApp Info
    var vAppName = vApp.name;
    var vAppDescription = vApp.description;
    var vAppVdc = vApp.parent.name;
    var org = vApp.parent.parent;
    
    //Using query service to get further information on the to be deployed vApp
    var queryService = vcdHost.toAdminObject().toAdminExtensionObject().getExtensionQueryService();
    var expression = new VclExpression(VclQueryVAppField.NAME, vApp.name, VclExpressionType.EQUALS);
    var filter = new VclFilter(expression);
    var params = new VclQueryParams();
    params.setFilter(filter);
    
    var resultSet = queryService.queryAllVappRecords(params);
    while (resultSet != null) {
        var records = resultSet.getRecords();
        for each (var record in records) {
            //Since we got the vApp by its name we want to check it is the right one
            if (record.href == vApp.getReference().href) {
                var vAppCreationDate = VclMiscObjectFactory.convertToGregorianCalendar(record.creationDate).toString();
                var vAppNumberOfVMs = record.numberOfVMs;
                var vAppStorageMB = record.storageKB / 1024;
                var map = record.otherAttributes;
                var vAppAutoDeleteDate = "Unlimited";
                for each (k in map.keys) {
                    if (k.getLocalPart() == "autoDeleteDate") {
                        var vAppAutoDeleteDateString = map.get(k);
                        if  (vAppAutoDeleteDateString != null && vAppAutoDeleteDateString != undefined) {
                            var vAppAutoDeleteDateXmlGregorianCalendar = VclMiscObjectFactory.xmlGregorianCalendarFromString(vAppAutoDeleteDateString);
                            var vAppAutoDeleteDate = VclMiscObjectFactory.convertToGregorianCalendar(vAppAutoDeleteDateXmlGregorianCalendar).toString();
                        }
                        System.log(k.getLocalPart() + " : " + map.get(k));
                    }
                }
            }
        }
        resultSet = resultSet.getNextPage();
    }
    
    var vmsProperties = new Array();
    
    var queryService = vcdHost.getQueryService();
    expression = new VclExpression(VclQueryVMField.CONTAINER, vApp.getReference().href, VclExpressionType.EQUALS);
    filter = new VclFilter(expression);
    params = new VclQueryParams();
    params.setFilter(filter);
    
    var resultSet = queryService.queryRecords(VclQueryRecordType.ADMINVM, params);
    while (resultSet != null) {
        var records = resultSet.getRecords(new VclQueryResultAdminVMRecord());
        System.log(records.length + " VM records found");
        for each (var record in records) {
            var vmProp = new Properties();
            vmProp.put("guestOs", record.guestOs);
            vmProp.put("memoryMB", record.memoryMB);
            vmProp.put("numberOfCpus", record.numberOfCpus);
            if (record.networkName != null) {
                vmProp.put("networkName", record.networkName);
                }
            else {
                vmProp.put("networkName", "");
            }
            vmProp.put("name", record.name);
            vmProp.put("description","n/a");
            vmsProperties.push(vmProp);
        }
        resultSet = resultSet.getNextPage();
    }
    
    function addInfoTitle(info, title) {
        info += "" + title + "
    \n"; return info; } function addInfoEntry(info, label, entry) { info += "
  • " + label + " : " + entry + "\n"; return info; } function addInfoSeparation(info) { info += "

\n"; return info; } content = ""; content = addInfoTitle(content, "Requestor"); content = addInfoEntry(content, "Username", username); content = addInfoEntry(content, "Description", userDescription); content = addInfoEntry(content, "Full Name", userFullName); content = addInfoEntry(content, "Email Address", userEmailAddress); content = addInfoEntry(content, "Telephone Number", userTelephone); content = addInfoEntry(content, "Instant Messenger ID", userIm); content = addInfoEntry(content, "Deployed VM Quota", userDeployedVmQuota); content = addInfoEntry(content, "Stored VM Quota", userStoredVmQuota); content = addInfoEntry(content, "Role", userRole); content = addInfoSeparation(content); content = addInfoTitle(content, "vApp"); content = addInfoEntry(content, "Name", vAppName); content = addInfoEntry(content, "Description", vAppDescription); content = addInfoEntry(content, "VDC", vAppVdc); content = addInfoEntry(content, "Creation Date", vAppCreationDate); content = addInfoEntry(content, "Number of VMs", vAppNumberOfVMs); content = addInfoEntry(content, "Disk Size", System.formatNumber((vAppStorageMB / 1024), "0")+ " GB"); content = addInfoEntry(content, "Storage Lease", vAppAutoDeleteDate); System.log("=================================================\n"); System.log("Operation Type: "+operationType); // Process the vmPropsArray: // vmName - string // hostName - string // osName - string // hwVersion - string // cpuCount - string // memoryMB - string if (vmPropsArray != null){ for each (vmProps in vmPropsArray){ System.log("vmName: "+vmProps.get("vmName")); System.log("hostName: "+vmProps.get("hostName")); System.log("osName: "+vmProps.get("osName")); System.log("cpuCount: "+vmProps.get("cpuCount")); System.log("memoryMB: "+vmProps.get("memoryMB")); content = addInfoSeparation(content); content = addInfoTitle(content, "VM"+" ("+operationType+")"); content = addInfoEntry(content, "\tName", vmProps.get("vmName")); // This is the "Full Name" or "Display Name" if(vmProps.get("description")!="n/a"){ content = addInfoEntry(content,"\tDescription", vmProps.get("description")); } if(vmProps.get("hostName")!="n/a"){ content = addInfoEntry(content, "\tHost Name", vmProps.get("hostName")); // This is the hostname or Computer Name } if(vmProps.get("osName")!="n/a"){ content = addInfoEntry(content, "\tGuest OS name", vmProps.get("osName")); } if(vmProps.get("cpuCount")!="n/a"){ content = addInfoEntry(content, "\tvCPUs", vmProps.get("cpuCount")); } if(vmProps.get("memoryMB")!="n/a"){ content = addInfoEntry(content, "\tRAM (MB)", vmProps.get("memoryMB")); } // content = addInfoEntry(content, "\tNetwork name", vmProp.get("networkName")); } } var displayContent = content; // Retrieve the full webview url here: should be like http://your.vco.server:8280/vmo/approvals var webViewUrl = configurationElement.getAttributeWithKey("webViewUrl").value; // Extract the host from the url var vcoHost = webViewUrl.match(/^(ftp:\/\/|https?:\/\/)?(.+@)?([a-zA-Z0-9\.\-]+).*$/)[3]; // Now build the answer URL to be placed in e-mail var urlAnswer = "here" ; content = addInfoSeparation(content); content += "Click "+urlAnswer +" to approve or reject this request."; content = addInfoSeparation(content); content += "** This is an automated workflow email. Do not reply. **";
  • Can I add a virtual machine to a dvswitch without using vcentre?

    Afternoon,

    Our vcentre is not set up to handle the dvswitches on the host - bit of a long story.

    Until he does, can we use the command line to add a virtual machine to a dvswitch?

    If so, can someone help me with this?

    Thank you

    Martin

    vCenter is required to set up and manage a distributed switch.

  • Add multiple virtual machines to the inventory at once?

    Hello

    Add virtual machines to the inventory, I need to browse the data store, get him the virtual machine folder, click with the right button on the vmx file and add it to the inventory. If I have to do for 100 virtual machines, that it takes a lot of time.

    Is there a way I can add multiple virtual computers to inventory collectively without doing it for each individual computer?

    Rizwan

    Not with vSphere client if this is what you need.

    If this post was useful/solved your problem, please mark the points of wire and price as seem you. Thank you!

  • Raw devices + Virtual device Node

    Hello

    I made a litte script for the WDR level.

    the release is scheduled for the html. I have attached the script

    I made a summons of ability for the Rdm.

    the only thing I'm missing is the

    'Virtual device node.

    SCSI (x: x)

    I looked at the config.hardware.device.

    but I can not find the name for the disc label.

    May is a way to interrogate the SCSI ID?

    THX

    Max

    Try the attached script to see if that produces what you want.

    ____________

    Blog: LucD notes

    Twitter: lucd22

  • Is _ there a way to add new paintings of art to an existing document?

    Is it possible to add new paintings of art to an existing document (same size and the same space between work plans)?

    What I do now, is that I have to create a new file (with the new number of work plans) cut & paste - y at - it another way to do this?

    Thank you.

    Draw a new box of the size of your work plan. The duplicate in the network as you want. Select all and object > plans > convert to the artboard.

  • Wide DPM except 1 cluster server?

    Hello

    I currently have a cluster with 7 5.1 in ESXi servers.

    I want to put the DPM on the whole cluster with the exception of 1 server. The script below does for the entire cluster, but I can't work out what to write change options management host power on one of the servers to people with reduced mobility. Any thoughts please? I think that it is in the ClusterConfigInfoEx / ClusterDpmHostConfigInfo articles, but every time I have to try is not working.

    Add-PSSnapin VMware.VimAutomation.Core

    SE connect-VIServer-Server XYZ - user XXX - XXX password

    $cluster = get-Cluster "DQT" | Get-View

    $spec = new-Object VMware.Vim.ClusterConfigSpecEx

    $spec.dpmConfig = new-Object VMware.Vim.ClusterDpmConfigInfo

    $spec.dpmConfig.defaultDpmBehavior = 'automated '.

    $spec.dpmConfig.enabled = $true

    $spec.dpmConfig.hostPowerActionRate = 1

    $taskMoRef = $cluster. ReconfigureComputeResource_Task ($spec, $true)

    Remove-PSSnapin VMware.VimAutomation.Core

    The error came as a result of the supposed script already had that esxi excluded from the DPM, where the option 'change '.

    I've included a test to check if the ESXi entry is already present in excluded hosts.

    And the new version also supports several exclusions.

    $excludedHost = "ESXx","ESXy","ESXz"$clusterName = "MyCluster"
    
    Add-PSSnapin VMware.VimAutomation.CoreConnect-VIServer -server XYZ -user XXX -password XXX
    
    $cluster = Get-Cluster -Name $clusterName$spec = New-Object VMware.Vim.ClusterConfigSpecEx$spec.dpmConfig = New-Object VMware.Vim.ClusterDpmConfigInfo$spec.dpmConfig.defaultDpmBehavior = "automated"$spec.dpmConfig.enabled = $true$spec.dpmConfig.hostPowerActionRate = 1
    
    foreach($esx in Get-VMHost -Name $excludedHost){    $specEsx = New-Object VMware.Vim.ClusterDpmHostConfigSpec    if($cluster.ExtensionData.ConfigurationEx.DpmHostConfig | where {$_.Key -eq $esx.ExtensionData.MoRef}){        $specEsx.operation = [VMware.Vim.ArrayUpdateOperation]::edit    }    else{        $specEsx.operation = [VMware.Vim.ArrayUpdateOperation]::add    }    $specEsx.Info = New-Object VMware.Vim.ClusterDpmHostConfigInfo    $specEsx.Info.enabled = $false    $specEsx.Info.Key = $esx.ExtensionData.MoRef
    
        $spec.dpmHostConfigSpec += $specEsx}
    
    $cluster.ExtensionData.ReconfigureComputeResource($spec, $true)
    
    Disconnect-VIServer -server XYZ -Confirm:$falseRemove-PSSnapin VMware.VimAutomation.Core
    
  • Is it permissible to install XE in a virtual server environment?

    Hello.

    I wonder if it is permitted to install XE in a virtual server environment (for example, the digital ocean droplets)

    as the specification for the virtual host is 1 CPU with 1 GB of RAM?

    Are there constraints based on licenses, because the 'drop' (= virtual server) probably works on a very

    more host (whose card I don't know)?

    Kind regards

    Matthias

    XE have been installed in many virtual environments such as Digital Ocean and Amazon Web Services. You can find many messages to blog about it. 11 g license Guide:

    Oracle Database Express Edition Oracle Database Express Edition (Oracle Database XE) is an edition of entry-level of Oracle database which is quick to download, simple to install and manage, and is free to develop, deploy and distribute. Oracle Database XE makes it easy to upgrade to other editions of Oracle without costly migration and complex. Oracle Database XE can be installed on any size machine with any number of CPUS, stores up to 11 GB of user data, using up to 1 GB of memory and using a single CPU on the host machine. Support is provided by an online forum.

    (The underlining is mine.) I think you'll install it wherever you want

  • Browsing databases of Virtual Center failed: could not connect to server NFC, can any body help me how to solve this problem please

    Browsing databases of Virtual Center failed: could not connect to server NFC, can any body help me how to solve this problem please

    Hi Mallik7, please try the following steps, you must succeed to solve the problem.

    To connect a client to vCenter directly to the ESX host error-free work.

    Files/etc/vmware/config the ESX host contain the lines:

    ------------------------------------

    authd.soapServer = 'TRUE '.

    prefvmx.consolidateDeleteNFSLocks = "TRUE" authd.proxy.vpxa - nfc = "vmware - vpxa:vpxa - nfc.

    Authd.proxy.vpxa - nfcssl = ' vmware - vpxa:vpxa - nfcssl.

    ------------------------------------

    This problem occurs when a carriage return is missing from/etc/vmware/config. To resolve this issue, go to edit/etc/vmware/config:

    1 make a backup of this file from the path - / etc/vmware/config, by running the following command:

    CP/etc/vmware/config/var/tmp /.

    2. edit/etc/vmware/config so that there is a return transport after the line:

    prefvmx.consolidateDeleteNFSLocks = 'TRUE '.

    While he reads the following:

    ---------------------------------------------

    authd.soapServer = 'TRUE '.

    prefvmx.consolidateDeleteNFSLocks = 'TRUE '.

    Authd.proxy.vpxa - nfc = "vmware - vpxa:vpxa - nfc.

    Authd.proxy.vpxa - nfcssl = ' vmware - vpxa:vpxa - nfcssl.

    ---------------------------------------------

    3. restart the management agent spend.

    Note: Make sure that you are not in your environment name resolution problems.

  • Maybe you are looking for