VMware Cloud Community
schistad
Enthusiast
Enthusiast
Jump to solution

Guest operations manager / file Manager returns a "no route to host" error when attempting to copy from RHEL guest to the vCO appliance

While trying to use the guest script manager package I discovered that for RHEL6 guests we have an issue copying the file back from the guest to vCO. Consistently they all fail in the "Copy file from guest to vCO" workflow, and in testing the error is reproducible.

Specifically, the final step in that workflow - result = fileManager.downloadFile(vcoPath, ftInfo) - generates the error "No route to host (Workflow:Copy file from guest to vCO / Scriptable task (item1)#10)"

Anyone know what might be causing this?

0 Kudos
1 Solution

Accepted Solutions
tschoergez
Leadership
Leadership
Jump to solution

make sure that your vCO has network connection to the ESX host the VM is running on.

Guest operations directly connect to the ESX host from the client (here: the vcenter plugin within vCO) after initiating the procedure on vCenter.

Cheers,

Joerg

View solution in original post

0 Kudos
2 Replies
tschoergez
Leadership
Leadership
Jump to solution

make sure that your vCO has network connection to the ESX host the VM is running on.

Guest operations directly connect to the ESX host from the client (here: the vcenter plugin within vCO) after initiating the procedure on vCenter.

Cheers,

Joerg

0 Kudos
schistad
Enthusiast
Enthusiast
Jump to solution

Aha.. now that explains a lot Smiley Happy Thanks!

0 Kudos