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

Re: Mounting an NFS filesystem on VM

$
0
0

Thanks all for the tips and steps. Huge help -- now I can work the rest of the day!


Re: Can't Uninstall Applications through Horizon View Client

$
0
0

Yes, it was user account control. Just had to figure out how to configure them properly and send them to the VM. Thanks.

Re: Enable Storage DRS

$
0
0

Hey dude,

 

I am working on making the report script output to a html file and failing like a chump:

 

#############################

# Connect to vCenter        #

#############################

add-pssnapin VMware.VimAutomation.Core

Connect-VIServer 127.0.0.1 -Protocol https -User <USER> -Password <PW>

#############################

#         Variables         #

#############################

$date=Get-Date -format "yyyy-MMM-d"

$datetime=Get-Date

$filelocation="E:\Scripts\Temp\SDRS-$date.htm"

#############################

#          Content          #

#############################

foreach($dsc in Get-DatastoreCluster){

  $defaultVM = $dsc.ExtensionData.PodStorageDrsEntry.StorageDrsConfig.PodConfig.DefaultVmBehavior

  foreach($vm in ($dsc.ExtensionData.PodStorageDrsEntry.StorageDrsConfig.VmConfig | where{!$_.Enabled})){

    Get-View -Id $vm.Vm -Property Name |

    Select @{N='DSC';E={$dsc.Name}},

      Name,

      @{N='Enabled';E={$vm.Enabled}},

      @{N='Behavior';E={

        if($vm.Behavior){$vm.Behavior}

        else{"Default ($($defaultVM))"}

      }}

  }

} |

 

#############################

# Add Text to the HTML file #

#############################

ConvertTo-Html –title "VMware Hardware Version" –body "<H1>VMware Hardware Version</H1>" -head "<link rel='stylesheet' href='style.css' type='text/css' />"

ConvertTo-Html –title "VMware Hardware Version" –body "<H4>Date and time</H4>",$datetime -head "<link rel='stylesheet' href='style.css' type='text/css' />" | Out-File -Append $filelocation

######################

# FTP HTML output #

#####################

#we specify the directory where all files that we want to upload 

$Dir="$filelocation"

#Below for test

#$Dir="C:/Users/administrator/Desktop/tmp/"   

 

#ftp server

#$ftp = "ftp://<IP>/internal-backups/vcenter/misc-reports/NTP-DNS/"

#$user = "<USER>"

#$pass = "<PW>" 

 

#$webclient = New-Object System.Net.WebClient

 

#$webclient.Credentials = New-Object System.Net.NetworkCredential($user,$pass) 

 

#list every sql server trace file

#foreach($item in (dir $Dir "*.bak")){

#    "Uploading $item..."

#    $uri = New-Object System.Uri($ftp+$item.Name)

#    $webclient.UploadFile($uri, $item.FullName)

# }

##############################

# Disconnect session from VC #

##############################

disconnect-viserver -confirm:$false

Re: Cannot allocate more CPUs

$
0
0

Which version are you using? The last version where the vCPU count in the Enterprise edition was limited to 8 was ESXi 5.0.

 

André

Installing Horizon View Agent breaks other software

$
0
0

I have a VM running some proprietary software I'll call softwareX. When I install Horizon View agent softwareX won't open.

 

I spent some time uninstalling/reinstalling softwareX and making a number of other changes to the registry and group policy settings on the active directory server.

 

Eventually, I got the software to work again, but among all the things I did I can't pinpoint what actually fixed it.

 

I really want to be able to get to the core of the problem. Is there anywhere where I can find a comprehensive list of what Horizon View Agent does to my system when it's installed? The changes it might make that I'm looking for are: UAC changes, core registry changes, firewall settings, things that would have an effect on SQL databases, etc.

Re: Project Pro and Visio Pro 2103 app stacks cause problems with Word 2013

$
0
0

I think they fixed this if your using appvolumes 2.11, but in appvolumes 2.10 I got the memory error and fixed it by modifying the snapvol.cfg in the appstack. Try following these steps

 

  1. Update the AppStack from the App Volumes Manager.
  2. Attach AppStack to provisioning machine.
  3. During provisioning mode navigate to c:\snapvolumestemp\mountpoints\{driveguid}\
  4. Open snapvol.cfg
  5. Add the following:
    • exclude_path=\ProgramData\Microsoft\Crypto\RSA\MachineKeys
  6. Save snapvol.cfg
  7. Finish Provisioning AppStack.

 

Its the notes I took when I tried fixing the insufficent memory problem. Another thing that might be related, word needs a printer installed. If you deleted all printers, even software printers, the insufficent memory error can occur as well

Re: vSphere Client console only showing part of VM screen

$
0
0

titaniumlegz - Yes it did mess with the font scaling for me as well, but it didn't affect me too much, so I was hoping this wouldn't be the case for you.

 

This appeared to happen after the last large update to Windows 10. it might be a video driver. The machines that have run into this for my organization were an E5470, M4800, and M7510 so it's all over the place.

 

I think part of the problem is the apps themselves. they have to be able to handle the scaling of large resolution screens. You can always try to edit the DPI settings on those as well like we did for vCenter, but that's all I know at this time. Sorry I can't be of more assistance on that front, but perhaps

Re: Project Pro and Visio Pro 2103 app stacks cause problems with Word 2013

$
0
0

You need to do this to any appstack that will be attached, so even if office is installed on the base image and you of non office software on other appstacks, those other appstacks need to be modified. The problem was this folder gets virtualized and replaces the folder when users are using the machines. Something in here is needed, but since its not accessible causes issues.


Re: vmware encryption

Re: How to enable alerts on IBM flex x240 and IBM Storwize v3700 hardwares

Use a External USB harddrive with Linux VM

$
0
0

I have a Ubuntu 14.04 VM running on my ESXI 6.0 Host.  I am wanting to build a Timemachine Server but I want to use a 2TB external WD hard drive to store the Timemachine backups. How do i use my external hard drive and connect it to be usable with my Linux VM?

Re: Snapshots - not really there

$
0
0

Using the vmclient, we have noticed that every vm shows a snapshot is present, ...

Where/how do you see these snapshots?

The Snapshot Manager is not necessarily a reliable indicator. If a snapshot deletion fails, the snapshot won't show up in the Snapshot Manager anymore, although it still exists. In such cases you will often see a "Consolidation needed" warning for the affected VMs.

 

André

Re: Cant re-add vmdk.

$
0
0

I got it figured out thanks though!

Removing Volume from vCenter containing unused replica?

$
0
0

Hello,

 

we've got an unused replica in one of our obsolete volumes. It's a left over from clean up.

Would it mess up anything if we would just remove the obsolete volume containing the unused replica from the esxi hosts and vcenter?

 

Cheers,

Re: Can I use vCenter license twice for TestBed Infrastructure

$
0
0

vCenter Server is licensed "per Instance", and as far as I know there's no exceptionto this. So if you want to run a second instance you can either run it for 60-days in evaluation mode, or by purchasing another license.

 

André


Is there any problem if we rename the portgroups created by NSX Manager?

$
0
0

Hi There,

 

Just wondering if there would be any support issues if we rename the portgroups created by NSX manager i.e. VxLAN overlay, Logical Switches, etc?

 

Thanks,

 

Mohit

ESXi v5.5 U3 SSL Certificate not "checking in"

$
0
0

Curious if anyone else has seen this.  I enable HA on the cluster and I have a host that won't join HA, the error comes out as HA is unavailable.  Checking the fdm log I see the below error.

 

Its not like normal SSL errors where the cert is bad, the problem is the new cert is good its just not being accepted.  For the peer thumbprint it shows the thumbprint of the new cert, for the expectedthumbprint it shows the old cert.  For whatever reason it just won't look for the new one even though the cert is perfectly fine.  Any way to force vCenter to look for the new one?  Its like its just not registering for some reason.

 

I've done all the basic stuff like remove it from the cluster and add it back in.  Restart it, restart management agents.  I even emptied the cluster out completly and added everything back, same answer.

 

 

 

2016-09-29T21:26:39.307Z [FFE46B70 verbose 'Cluster' opID=SWI-58bbb19f] [ClusterManagerImpl::AddBadIP] IP HA_MASTER_IP marked bad for reason Unreachable IP

2016-09-29T21:26:39.307Z [FFE46B70 info 'Message' opID=SWI-58bbb19f] Destroying connection

2016-09-29T21:26:39.317Z [FFF09B70 error 'Message' opID=SWI-586358c] [MsgConnectionImpl::FinishSSLConnect] Error N7Vmacore3Ssl18SSLVerifyExceptionE(SSL Exception: Verification parameters:

--> PeerThumbprint: NEW_THUMBRPINT

--> ExpectedThumbprint: OLD_THUMBPRINT

--> ExpectedPeerName: host-57

--> The remote host certificate has these problems:

-->

--> * Host name does not match the subject name(s) in certificate.

-->

--> * unable to get local issuer certificate) on handshake

2016-09-29T21:26:39.317Z [FFF09B70 warning 'Election' opID=SWI-586358c] [MasterVerificationInfo::ConnectComplete] Failed to connect to master host-57

2016-09-29T21:26:39.317Z [FFF09B70 verbose 'Election' opID=SWI-586358c] [ClusterElection::AddInvalidMaster] Added invalid master host-57

2016-09-29T21:26:39.317Z [FFF09B70 warning 'Election' opID=SWI-586358c] [ClusterElection::UpdateInvalidMasterCountMap] Host host-57 has been declared invalid 21 times

2016-09-29T21:26:39.317Z [FFF09B70 info 'Message' opID=SWI-586358c] Destroying connection

2016-09-29T21:26:40.295Z [FFCC1B70 verbose 'Cluster' opID=SWI-6058ed8] [ClusterManagerImpl::IsBadIP] HA_MASTER_IP is bad ip

2016-09-29T21:26:40.295Z [FFCC1B70 verbose 'Election' opID=SWI-6058ed8] CheckVersion: Version[2] Other host GT : 59261 > 0

2016-09-29T21:26:40.295Z [FFCC1B70 verbose 'Cluster' opID=SWI-6058ed8] [ClusterPersistence::VersionChange] version[2] 59261 from host-57,HA_MASTER_IP

2016-09-29T21:26:40.295Z [FFCC1B70 info 'Cluster' opID=SWI-6058ed8] [ClusterPersistence::VersionChange] fetching version[2] 59261 from host-57,HA_MASTER_IP

2016-09-29T21:26:40.295Z [FFCC1B70 verbose 'Cluster' opID=SWI-6058ed8] [ClusterManagerImpl::IsBadIP] HA_MASTER_IP is bad ip

2016-09-29T21:26:40.295Z [FFCC1B70 verbose 'Election' opID=SWI-6058ed8] CheckVersion: Version[2] Other host GT : 59261 > 0

2016-09-29T21:26:40.295Z [FFCC1B70 verbose 'Cluster' opID=SWI-6058ed8] [ClusterPersistence::VersionChange] version[2] 59261 from host-57,HA_MASTER_IP

2016-09-29T21:26:40.295Z [FFCC1B70 verbose 'Cluster' opID=SWI-6058ed8] [ClusterPersistence::VersionChange] Already fetching newer version 59261 > 59261

2016-09-29T21:26:40.307Z [FFC80B70 error 'Message' opID=SWI-1f3c266a] [MsgConnectionImpl::FinishSSLConnect] Error N7Vmacore3Ssl18SSLVerifyExceptionE(SSL Exception: Verification parameters:

Re: Fusion 8.5 - macOS Sierra 10.12 (GM) - MacBook Pro Camera Malfunction

$
0
0

This problem is a huge impediment to my job.  I am a technical manager that works remotely much of the time and need to jump into and out of video conference calls on the host machine while working on one or more VMs.  Having to shut everything down and reboot between meetings is expensive.  I hope you will update us periodically on progress toward resolution.  Thanks.

Re: VMWare Fusion 6.0.6 and MacOS Sierra?

$
0
0

Hi,

 

barclakj said:

Now I need to work out if I'm prepared to fork out for the upgrade or head down the virtualbox route...

 

FYI in the following thread they talk about conflicts with having both VB and Fusion installed on macOS Sierra.

"Could not open /dev/vmmon" on macOS 10.12

 

There's even a statement that VB cannot be installed on macOS Sierra (I have not tried, so can't deny/confirm, it also does not say it doesn't work, just that the installer has issues)

 

--

Wil

Re: ESXi host upgrade using VUM quits after 22% and host becomes unresponsive

$
0
0

Are there any hints in the VUM logs, or in /var/log/esxupdate.log on the ESXi host?

 

Cheers, Matt.

Viewing all 217522 articles
Browse latest View live




Latest Images