Quantcast
Channel: VMware Communities: Message List
Viewing all 245467 articles
Browse latest View live

Current method for Linux Guest Shared folder access? Is there an 'open-vm-tools only' way?

$
0
0

Hi;

 

  What is the current suggested way to access shared folders on a Windows 7-64 Host from a Linux Guest (using Workstation Pro 12.1)? Is this possible with only open-vm-tools?

 

  I've been using Centos 7.2/RHEL 7.2 Linux guests. I've been using open-vm-tools/open-vm-tools-desktop for the guest tools. But, the only way I've figured out to get access to the hosts shared folders from the Guest is to go ahead and also install the vmware tools package on the Guests. This then ends up automatically mounting my shared folders in /mnt/hgfs/xxxxx as specified in the Host VM settings.

 

  Is there a better way to do this so that I don't need to install the VMware tools anymore? The reason I ask it that I frequently end up with fatal compiler errors when an updated version of the guest OS comes out.

 

  For example, I just updated a Guest from RHEL 7.2 to RHEL 7.3. The Guest tools failed to compile (in page.c) for the hgfs stuff. I found an entry in the workstation forum that suggested that I try to download and use the 10.1.0 Linux Guest tools (instead of the 10.0.x ones that seem to come with Workstation 12.1).

 

I did this which ultimately seemed to work, but I saw a concerning warning during install that says:

 

WARNING:  It appears your system is missing the required /usr/bin/vmhgfs-fuse

 

So, is installing both the open-vm-tools and the VMware guest tools the necessary/right way to access the Hosts shared folders from the guest?  Should I be concerned about the missing 'vmhgfs-fuse'?

 

Thanks;


Vms wont work with 10GB capped at 1GB

$
0
0

Hello,

 

im using several hosts with ESX 5.5 they all have 8 10Gb ethernet cards being used as 2 LAGs of 40Gb on each host. They are all connected in a 10Gb switch.

 

We are trying to fine tune to improve our performance and we discovered the following.

 

Using iperf or just transfering files from linux to linux or windows to windows, the max speed we can get its 1Gb of transfer and i mean like 120Mb being multiplied by 8 getting around a 1Gb speed.

 

On the Vms itself they have VMXnet3 and the speed shows 10GB. Some transfers as shown above we're made with Virtual Machines in different hosts and Virtual Machines on the same host.

 

Any ideas or suggestions of were can i look to understand better this behavior ?

 

LAGs are almost not being used.

Windows 7 Sessions

$
0
0

Hi all

 

Following situation:

We have 5 VMs and 5 domain users for one pool (automated desktop pool, automatic assignment)

The 5 user are generic ones, so each user in the company can log in with one of those 5 accounts into one of those 5 VMs.

 

Now, if for example Jon is logged in with User1 and 30 minutes later Peter is also taking User1 to log in, he will take over the session from Jon. I think this is by design from Microsoft in Windows 7. But is there a way to block this? So if User1 is logged in, no other person can log in with User1, until User1 does not have an active (RDP) session?

 

With RDS I think you can achieve this with the following policy:

Restrict Remote Desktop Services user to a single Remote Desktop Services session but it does not work for "only" Windows 7.

 

I don't know, maybe there is a way with some Horizon settings / RegKeys?

 

Thank you for your advice.

 

Regards

Solero

PSC HA 6.5 - requires load balancer? Or not?

$
0
0

From the KB article "Configuring Platform Service Controller HA in vSphere 6.5 (2147018)", it seems to me that an external load balancer is still required for seamless PSC HA in v6.5.  However, the vSphere 6.5 Upgrade Guide has a section that seems to claim that an external load balancer is no longer required.  It talks about raising the "domain functional level" to "2".  I can't seem to mind much other documentation that discusses this, so I am wondering if this is a documentation error, or could someone explain it to me in more depth?  Here is the blurb from the vSphere 6.5 Upgrade Guide (note the section I highlighted in BOLD):

 

 

Upgrade an Environment in Which Platform Services Controller High Availability Is Enabled

In vSphere 5.5 and vSphere 6.0, Platform Services Controller high availability is supported only if a load balancer handles redirection of vCenter Server tra c in case of Platform Services Controller failure. When you upgrade Platform Services Controller and vCenter Server, the resulting environment supports high availability. The load balancer is no longer needed because the Platform Services Controller is capable of handling heavy loads.

Before the upgrade, each node has a domain functional level 1. Failover is handled by an external load balancer.

Prerequisites

Your environment is set up with an external load balancer and Platform Services Controller instances highly available.

Procedure

 

 

Upgrade each Platform Services Controller node.

The domain functional level does not change, and the external load balancer continues handling failover.

Enable Platform Services Controller high availability after the upgrade of all Platform Services Controller nodes.

  1. a  Log in to the shell of one Platform Services Controller instance.
  2. b  Set the domain functional level to 2 by running the following command.
      dir-cli domain-functional-level set --level 2 

    The domain functional level change propagates to the other Platform Services Controller instances.

  3. c  Repoint each vCenter Server node to one of the Platform Services Controller instances by using the

    cmsso-util script, as discussed in the vSphere Installation and Setup documentation.

    The vCenter Server nodes are currently pointing to the external load balancer.

After you test that Platform Services Controller high availability works correctly, you can remove the load balancer from your environment.

 

 

SQL Failover and DRS

$
0
0

Is it possible for a DRS migration to cause a fully virtualized SQL server cluster failover event due to the packet or two that might be dropped while the virtual machine moves to the new ESXi host?

creating user in vCenter

$
0
0

Hello,

 

Not sure if this is the appropriate place to ask.  We need to create a user name "bob".  We don't use SSO and don't plan on using.

 

So far we have found a way to do this but want a confirmation to this method.  Are there other factors that we have to be aware of?

 

1) ssh into the vCenter Server Appliance

 

2) useradd -m bob

 

3) Go into vCenter and find Bob and add a role that is needed

 

4) create a resource group (folder) and move VMs to to the folder.

 

Thanks,

TT

Re: how to authenticate for rest api with vCenter 6.5 appliance

$
0
0

Here is some sample vRO JS code that seems to work in my 6.5 environment. The workflow input parameter is the variable host (of type REST:RESTHost) configured with Basic authentication.

 

var vcenter = "10.20.160.200";
var user = "vcuser1";
var pass = "vcpass1";
var request = host.createRequest("POST", "https://" + vcenter + "/rest/com/vmware/cis/session", "");
var response = request.executeWithCredentials(user, pass);
var sessionid = JSON.parse(response.contentAsString).value;
System.log("response code: " + response.statusCode);
System.log("response body: " + response.contentAsString);
System.log("sessionid: " + sessionid);

var taskjson =
{ "piece":
      {          "location_type":"FTP",          "comment":"Automatic backup",          "parts":["seat"],          "location":"ftp://10.20.6.12/backup/",          "location_user":"ftpuser1",          "location_password":"ftppass1"      }
}

request = host.createRequest("POST", "https://" + vcenter + "/rest/appliance/recovery/backup/job", JSON.stringify(taskjson));
request.setHeader("Accept", "application/json");
request.setHeader("Content-Type", "application/json");
var response = request.executeWithCredentials(user, pass);
var jobid = JSON.parse(response.contentAsString).value.id;
System.log("response code: " + response.statusCode);
System.log("response body: " + response.contentAsString);
System.log("backup job id: " + jobid);

var status = "INPROGRESS";
while (status == "INPROGRESS") {
  System.sleep(10000);  request = host.createRequest("GET", "https://" + vcenter + "/rest/appliance/recovery/backup/job/" + jobid, "");  request.setHeader("Accept", "application/json");  response = request.executeWithCredentials(user, pass);  status = JSON.parse(response.contentAsString).value.state;  System.log("response code: " + response.statusCode);  System.log("status: " + status);  System.log("response body: " + response.contentAsString);
}

System.log("Completion status: " + status);

Re: FT fail due to VM has more than one vCPU

$
0
0

Thanks RichardBush, we had the same error in the desktop client and in the web client it gives us the dialogue to set it up and turn it on... well looks like I found our first "thing that doesn't work in the desktop client" which is a shame because I like the desktop client a lot more haha.


Licensing required for new vCenter HA feature?

$
0
0

Does anyone know if any special level of licensing is needed to leverage the new vCenter HA feature in v6.5?  I know there are essentially (3) vCenter instances involved:

 

1) Active

2) Passive

3) Witness

 

Can a single license of vCenter Server support all (3) instances, or must additional licenses be purchased?

 

Also, does vCenter HA work with vCenter Foundation as well as vCenter Standard?

 

Thanks,

Bill

Re: Status of LSI 9207 / Dell LSI SAS9207-8i

$
0
0

Sounds good, that was what I was hoping was the case.  I'll hold tight for a little while.  So far vSAN 6.2 is working great on vCenter 6.5, in fact much better since the UI is way more responsive.  Looking forward to upgrading to vSAN 6.5 at some point soon. 

Re: VMware vSphere Profile driven storage service AND VMware vCenter Storage Monitoring Service Alert

$
0
0

FYI, I ran into the vmware vsphere profile driven storage missing during a vcenter upgrade from 5.5 U2 to 5.5 U3

 

I did not have access to the U2 ISO to repair, so vmware support had me UNINSTALL vcenter and do a clean U3 install

 

We had some trouble recreating the SQL DSN (uninstall deletes it!)

 

But everything was there in the DB once we had a working DSN

 

First time out of 20+ vcenter upgrades I had seen this!

Re: VSAN Streched Cluster on nested host

$
0
0

Ah ok, here is the problem - vSAN Stretched Cluster is not supported with ESXi 6.0 GA Bulid 2494585

vSAN Stretched Cluster came into existence from vSphere 6 update 1 onwards.

 

If you want 6.0 version - I would suggest you to download latest ESXi 6.0 version i.e. ESXi 6.0 U2 - Download VMware vSAN (6.2)

If you want 6.5 version - Download VMware vSAN (6.5)

 

_________________________

Was your question answered correctly? If so, please remember to mark your question as "Correct" or "Helpful" when you get the correct answer. This helps others searching for a similar issue.


Cheers!

-Shivam

Re: VSAN stretched cluster grey tap

$
0
0

I have replied to your post - Re: VSAN Streched Cluster on nested host

I believe this is also related to the ESXi version not supported with vSAN Stretched Cluster.

 

_________________________

Was your question answered correctly? If so, please remember to mark your question as "Correct" or "Helpful" when you get the correct/helpful answer. This helps others searching for a similar issue.


Cheers!

-Shivam

Re: HORRIBLE Mouse Tracking SLUGGISH on Sierra w/8.5.1 - PLEASE HELP!

$
0
0

Uninstalling and reinstalling Excel, but it sounds like a different problem than what you're having.

Re: Having problems with "Internal error" on newly installed Mac OSX

$
0
0

Understood, but if it's in /Applications it shouldn't trigger the gatekeeper restrictions, so somethings definitely broken.


Re: Massive USB problems with Nikon Coolscan and 2010 MacBookPro

$
0
0

Is it a USB 3 device?  If so, XP won't see it.  You can get around it by putting a USB 2 hub between the device and the computer.

Configuring a PCI device passthrough

$
0
0

Im trying to setup a VM to serve storage via fiber channel using the hosts QLE2562 PCI card in passthrough mode.

Whenever I attach the PCI card to the VM, I get the following message:

 

Power On virtual machine:Device 10:0.0 is already in use.

 

 

See the error stack for details on the cause of this problem.

Time: 12/8/2016 3:41:14 PM

Target: dsan02

ESXi: esxi0

Error Stack

Failed to start the virtual machine.

Device 10:0.0 is already in use.

 

Any suggestions would be helpful in fixing this issue. Not able to power on VM when PCI card is attached.

Re: New MacBook, Fusion 8.5.3, Win 8.1, migrating?

$
0
0

One other note - CCC doesn't create bootable windows clones.  WinClone does that.

Re: Can adding drives to create a SAN

$
0
0

Any one else have any info that might help in getting this to work?

Re: App Volumes 2.12 now GA

Viewing all 245467 articles
Browse latest View live




Latest Images