VMware Cloud Community
paulopires16
Contributor
Contributor

VMware Remote Console - The request refers to an unexpected or unknown type.

Hello

Help, please.

I´m use "vcd-1.5-vmrc-api-example"...

I can access the console of the VM with VMID but not with datacenter + vmpath.

When I try to access gives:

"The request Refers to an unexpected or unknown type."

function connect () {

    var host = '192 .168.10.115 ';

    var thumb = 'xx: xx: xx: xx: xx: xx: xx: xx: xx: xx: xx: xx: xx: xx: xx: xx: xx: xx: xx: xx';

    allowSSLErrors var = true;

    var ticket ='';

    var user = 'adminuser';

    var pass = 'password';

    vmid var ='';

    datacenter var = 'PTLAB';

    vmPath var = '[EVA-VMWARE-DISK-004] W2K8R2VMV51/W2K8R2VMV51.vmx';

    

     var ret = vmrc.connect (host, thumb, allowSSLErrors, ticket, user, pass, vmid, datacenter, vmPath);

}

What is the problem? Anyone know?

I checked the ports:

telnet ipHost 902 -> OK, open

IPVcenter telnet -> NOT OK, close

The problem is here? If it is because ports in VCENTER? How do I open, I have everything turned off, firewall, everything off ... and still does not.

Thans

Paul

Labels (1)
0 Kudos
0 Replies