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

Re: Custom Alarm based on  Snapshot Age- Vm's with snapshots older than 48Hrs

$
0
0

I am currently doing Something Like this, but with No Auto delete, But just Email.. The remaining are anyways being taken care by incidents generated using default size Alarm..


Re: How can I achieve host failure protection with 2 ESXI servers in one geographical location?

Re: get-view filter

$
0
0

Hi

 

is there a faster way to run this query?

 

Screen Shot 2017-09-08 at 2.04.26 PM.png

Re: XaaS provisioning request - no item in the "Items" tab

$
0
0

So, I finally found a solution and I'm very mad at VMware...

 

The key problem was using this code to return my Dynamic object to vRA:

 

var objects = Server.findAllForType("DynamicTypes:" + namespace + "." + typeName);
for each (var object in objects)
{
 if ( object.name == vm_name )
 {  My_object = object;  System.log(object.name);  break;
 }
}

 

Despite the fact that Server.findAllForType() really found my Dynamic objects and I got proper My_object, it wasn't recognized by vRA.

And actually I had to use this:

 

 My_object = DynamicTypesManager.getObject(namespace, typeName, object.id);

 

So, to proper return Dynamic Type object to vRA you have to use DynamicTypesManager() class instead of well-known findAllForType().

If anybody know what is the difference here and why "findAllForType()" is not good to use - I'll be very thankful for this info!

Re: VMware Workstation 12 Pro Mouse Forward Back Buttons Don't Work

$
0
0

I am experiencing the same issue. VMWare Workstation PRO 12.5.7 Build -5813279, Lenovo MT20, Windows 10 Host, Mint Linux 18.2 Guest, Logitech Marble Mouse. I added the lines to the vmx and restarted the guest to no avail. After message around I noticed that if I right click on the VM in the browser and Go to Removable Devices > Logitech USB Trackball > Connect (Disconnect from host) that the Guest OS notices the Mouse and applies the changes and the Back/Forward buttons start working. The problem is that the USB Device is no longer attached in the Host OS and I am unable to use the mouse outside of the VM, which makes it unworkable.

 

I am posting in hopes that someone from VMWare is paying attention and this provides some more insight into why VMWare is broken.

Re: Need Powershell script for VM inventory

$
0
0

Hi Robert,

 

is it possible to add Custom Attributes to the list? I am able to add Notes by adding $Report.Note = $VM.Notes and also added "Notes" to the Select-Object line, but to no avail to get any Custom Attributes to be displayed. Thank you.

Re: vRO + PowerShell plugin --> Get-Tag failure

$
0
0

Just a quick update. We worked around this issue by using a wrapper script and a temp file.

 

The wrapper script creates a temp powershell file, that calls the main script. The temp script is then executed using winrs. Here is an example.

 

param(

[String] $a

,[String] $b

)

 

$cmdLine = "d:\main.ps1 `'$a`' '`$b`'

$cmdLine | Out-File -filepath "d:\temp.ps1"

winrs -r:http://localhost:5985 -ad -u:domain\user -p:password powershell.exe "d:\temp.ps1"

Remote-Item "d:\temp.ps1"

Re: VCSA Appliance Health API pulls

$
0
0

Strange, I get a response from that API using the same call..

 

{    "value": [        {            "start_time": "2017-09-07T10:00:00.000Z",            "data": [                "30",                "30",                "30",                "30",                "30",                "30",                "30",                "30",                "30",                "0"            ],            "function": "COUNT",            "name": "cpu.util",            "end_time": "2017-09-07T14:30:00.000Z",            "interval": "MINUTES30"        }    ]
}

 

Do you get a response from https://{{vc}}/rest/appliance/monitoring/cpu.util


Re: VMware Workstation is so slow it'll kill me...

$
0
0

1. 12.5.7 build-5813279

2. The Host OS is Windows 10 Version 1703 (OS Build 15063.540). This issue will appear on any VM, no matter what OS they run, but the log files are to a Windows XP VM.

3. I can't reproduce this issue.

4. Attatchment 1.txt

5. Attatchment 2.zip

Re: get-view filter

$
0
0

Try like this

 

$filterHash= @{

    'Runtime.PowerState'="^(?!poweredOff)"

    'Guest.GuestFamily'="^(?!windowsGuest)"

    'Guest.ToolsStatus'="toolsOld"  

}

$properties='Name','Runtime.PowerState',

    'Guest.GuestFamily','Guest.ToolsStatus','Guest.GuestFullName'

 

Get-View-ViewTypeVirtualMachine-Property$properties-Filter$filterHash|

SelectName,

    @{N='OS';E={$_.Guest.GuestFullName}},

    @{N='ToolsStatus';E={$_.Guest.ToolsStatus}} |

Export-Csvvmtools-linux.csv-NoTypeInformation-UseCulture

 

Re: XaaS provisioning request - no item in the "Items" tab

$
0
0

In your loop you filter on the name whereas the finder method works with the ID.

Secondly, the scripting classes returned by Server.findAll or  DynamicTypesManager.getObject do not have to be the same.

But it's awesome that you have found the point in the flow where the object is not properly handed over.

 

What I do not understand: why do you loose control of your newly created dynamic type? Why do you have to do this lookup at all instead of holding the new instance in a variable or output param?

Vcenter Appliance 6.5 : Issues while deploying ova files using " Deploy new OVF template" option

$
0
0

Hello all,

 

I know it is a known issue where " Deploy new OVF template" in Vcenter appliance has issues and gives the following error : "OVF package with compressed disks is currently not supported for OVF import". hence, I did following workaround:

 

https://anthonyspiteri.net/quick-fix-ovf-package-with-compressed-disks-is-currently-not-supported/#prettyPhoto

 

After this workaround, I see a different error: " Service Unavailable : Error getting https://<vcenterIP>:443/cls/data/xxxxxxx/<ova file>-file18.msg: HTTP/1.1 503 service unavailable. "

 

Can anyone please help me with this issue?

 

Using Ovftool from local (as suggested by most of them) to deploy ova is super slow as I need to connect to VPN to complete the deployment.
I need to be in the network for ova that I am deploying.

Re: What is the current technique for importing KVM VMs into Vcenter?

$
0
0

Hello wsanders11,

 

 

vCenter Converter works for Linux boxes:

www.vmware.com/pdf/convsa_61_guide.pdf

 

How were you creating .vmdk descriptors for VMs?

I don't think it is possible to attach a -flat.vmdk to a VM directly and if it was then this could be the source of issues.

It's also possible that any .vmdk descriptor used/generated could have had incorrect sizing and/or attributes of the -flat and caused the corruption.

 

If cloning after appears to work, great, but do intensive FS checks to ensure this is the case.

 

 

Bob

Re: Esxi 6.5.0U1 and LSI SMIS Providers

Re: Inconsistent toolbar item placement

$
0
0

The titles are also not centered in the window - visually distracting.


Re: Can not deploy ovf template in vcenter web client

$
0
0

I'm having this issue as well and I'm running vCenter 6.5.0.1 Build 5973321. I've been trying to deploy the vRealize Orchestrator 7.3 appliance and am not able to because of this error. I've tried other OVF/OVA images and I get the same error. Additionally it happens with both the Flash and HTML5 web clients and have received the same results.

 

Has anybody found a fix to this? Is there a workaround?

linux version failure on headset and camera

$
0
0

Hi everyone,

I just installed VMware Horizon Client for 32-bit Linux on my laptop so I tried to attend my meetings, but usb headset is not able, also camera s not working (on my VDI sesión).

3.5 jack headphones is working, but when I connect to my VDI speakers are on, and microphone doesn't respond

anyone could give me and advise on how to resolve this issue?

 

Thanks RD.

Re: Ctrl+A and Shortcuts In Microsoft Excel

$
0
0

You should be able to use CMD-A in both places.

Re: USB Passthrough of TV Tuner

$
0
0

Were you able to get anywhere on this? I'm having the exact same issue, to the "T".

 

At first thought it was due to a server OS so I loaded Windows 10, but ran across the same issue. A Physical machine works fine, though.

 

running VMware ESXi, 6.5.0 Update 1, (5969303) if that helps any.

Authentication Fails when Syncing Content Library from other vCenter

$
0
0

I have some content libraries shared between data centers. This worked a few days ago for me, as user "wsanders". Now, when I try to sync a recently uploaded library item as "wsanders" I get an error:

 

"The "Sync Library Item" operation failed for the entity with the following error message.

This method requires authentication."

 

To get the sync to start I have to log in as administrator.

 

The subscription URL on the destination library matches the one on the origin and I can pull the json down in web browser.

 

How do I start debugging this? Is there a separate role I need to set to allow all users to post content in libraries and share it?

Viewing all 230663 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>