Quantcast
Channel: VMware Communities : All Content - All Communities
Viewing all 172599 articles
Browse latest View live

VMware suddenly VERY slow opening applications

$
0
0

Running VMware 10.1.1 on a MacBook Pro with 16MB RAM, running macOS High Sierra 10.13.4.  Host OS on VMware is Windows 10 version 1709. Network Adapter connected,and sharing internet with my Mac.

 

Over the last few days, opening time for applications has gone from nearly instantaneous to very slow. E.g., click on the MS Word icon, nothing appears for about 45 seconds, then the application takes about a further minute to fully open.  Similar for Chrome, Adobe Acrobat Pro, Windows Explorer.

 

Applications on the Mac side of the system open in their normal quick way

 

Can anyone tell me how to fix this?


PowerCLI で vROps に接続してみる。

$
0
0

PowerCLI 10.0 で、vRealize Operations Manager(vROps)に接続してみます。

 

今回の vROps のホスト名は、vrops01.go-lab.jp で、バージョンは 6.6.1 です。

vrops661-01.png

 

情報収集対象の vCenter Server は vROps に登録ずみです。

vrops661-02.png

 

今回の PowerCLI モジュールのバージョンです。

PowerCLI 10.0 では、下記の vROps むけモジュールがあります。

ちなみに Linux での PowerCLI にもコマンドは含まれていますが、まだ対応はしていないようです。

(今回は Windows 10 で実行しています)

PowerCLI> Get-Command -Module VMware.VimAutomation.vROps | Sort-Object Name | select Source,Version,Name

 

Source                     Version        Name

------                     -------        ----

VMware.VimAutomation.vROps 10.0.0.7893921 Connect-OMServer

VMware.VimAutomation.vROps 10.0.0.7893921 Disconnect-OMServer

VMware.VimAutomation.vROps 10.0.0.7893921 Get-OMAlert

VMware.VimAutomation.vROps 10.0.0.7893921 Get-OMAlertDefinition

VMware.VimAutomation.vROps 10.0.0.7893921 Get-OMAlertSubType

VMware.VimAutomation.vROps 10.0.0.7893921 Get-OMAlertType

VMware.VimAutomation.vROps 10.0.0.7893921 Get-OMRecommendation

VMware.VimAutomation.vROps 10.0.0.7893921 Get-OMResource

VMware.VimAutomation.vROps 10.0.0.7893921 Get-OMStat

VMware.VimAutomation.vROps 10.0.0.7893921 Get-OMStatKey

VMware.VimAutomation.vROps 10.0.0.7893921 Get-OMUser

VMware.VimAutomation.vROps 10.0.0.7893921 Get-vROpsCommand

VMware.VimAutomation.vROps 10.0.0.7893921 Set-OMAlert

 

 

これは Get-vROpsCommand でも確認できます。

PowerCLI> Get-vROpsCommand | Sort-Object Name | select Source,Version,Name

 

Source                     Version        Name

------                     -------        ----

VMware.VimAutomation.vROps 10.0.0.7893921 Connect-OMServer

VMware.VimAutomation.vROps 10.0.0.7893921 Disconnect-OMServer

VMware.VimAutomation.vROps 10.0.0.7893921 Get-OMAlert

VMware.VimAutomation.vROps 10.0.0.7893921 Get-OMAlertDefinition

VMware.VimAutomation.vROps 10.0.0.7893921 Get-OMAlertSubType

VMware.VimAutomation.vROps 10.0.0.7893921 Get-OMAlertType

VMware.VimAutomation.vROps 10.0.0.7893921 Get-OMRecommendation

VMware.VimAutomation.vROps 10.0.0.7893921 Get-OMResource

VMware.VimAutomation.vROps 10.0.0.7893921 Get-OMStat

VMware.VimAutomation.vROps 10.0.0.7893921 Get-OMStatKey

VMware.VimAutomation.vROps 10.0.0.7893921 Get-OMUser

VMware.VimAutomation.vROps 10.0.0.7893921 Get-vROpsCommand

VMware.VimAutomation.vROps 10.0.0.7893921 Set-OMAlert

 

 

では vROps に接続してみます。

ここで対話的にユーザ / パスワードを入力します。

PowerCLI> Connect-OMServer -Server vrops01.go-lab.jp

 

接続されたことが確認できます。

今回は vROps のローカルユーザで接続したので AuthSource が空欄ですが、

vCenter のユーザで接続すると、ここに vROps に登録した vCenter の名前が入ります。

PowerCLI> $global:DefaultOMServers | fl Name,IsConnected,User,AuthSource

 

Name        : vrops01.go-lab.jp

IsConnected : True

User        : admin

AuthSource  :

 

 

これで vROps のリソース情報が見られるようになります。

PowerCLI> (Get-OMResource).Count

260

PowerCLI> Get-OMResource | group ResourceKind | select Count,Name | Sort-Object Name

 

Count Name

----- ----

    3 AIM Plugin

    1 BusinessService

    7 CacheDisk

   11 CapacityDisk

    7 ClusterComputeResource

    1 ContainerAdapterInstance

    1 Datacenter

   11 Datastore

    2 DatastoreFolder

   23 DistributedVirtualPortgroup

    1 Enterprise

    1 ENTITYSTATUS

    2 Environment

    1 EP Ops Adapter Instance

    4 EP Ops Adapter Resources Group

   18 HostSystem

    2 Licensing

    1 OPENAPI Adapter Instance

    1 Operating Systems World

    1 PythonRemediationVcenterAdapter Instance

    1 Remote Checks World

    4 ResourcePool

    1 Tier

    1 Universe

    1 vCenter Operations Adapter Instance

    1 vC-Ops-Admin-UI

    1 vC-Ops-Analytics

    1 vC-Ops-CaSA

    1 vC-Ops-Cluster

    1 vC-Ops-Collector

    1 vC-Ops-Controller

    1 vC-Ops-Fsdb

    1 vC-Ops-Node

    1 vC-Ops-Persistence

    1 vC-Ops-Product-UI

    1 vC-Ops-Self-Monitoring

    1 vC-Ops-Suite-API

    1 vC-Ops-Watchdog

    1 VirtualAndPhysicalSANAdapter Instance

   90 VirtualMachine

    4 VirtualSANDCCluster

   11 VirtualSANDiskGroup

    4 VirtualSANFaultDomain

    2 VirtualSANWitnessHost

    4 VM Entity Status

   18 VMFolder

    1 VMwareAdapter Instance

    2 VmwareDistributedVirtualSwitch

    1 vRealizeOpsMgrAPI Adapter Instance

    1 vSAN World

    1 vSphere World

 

 

PowerCLI> Get-OMResource -ResourceKind VirtualMachine | select -Last 5

 

Name                         Health  ResourceKind    Description

----                         ------  ------------    -----------

vm01                         Green   VirtualMachine

vrops01                      Green   VirtualMachine

esxi65-template              Green   VirtualMachine

nsx-mgr01                    Green   VirtualMachine

vc-sv01                      Green   VirtualMachine

 

 

個人的には、コマンドラインからメトリック情報を収集する場合などには

REST API よりも PowerCLI の方がデータを扱いやすいかなと思います・・・

 

つづく。

vmotion error

6.5 PSC - STS Communication with Identity Management

$
0
0
  1. User attempts to authenticate to SSO
  2. STS service generates a token and signs it with its certificate
  3. STS then communicates with the identity management service to verify the user in AD or wherever?
  4. STS or identity management hand over the token to the user?
  5. User presents token to the VMware software

 

Is there a concise explanation of how this works someplace, maybe with a few pictures?

Query if ESXi is joined into AD domain

$
0
0

Hi,

 

 

I've seen plenty of posts on how to use PowerCLI to un/re/join a host into AD domain, but nothing on how to query the host if it's already part of any domain. Ideally there is something in get-view, but I can live with other methods too.

 

 

Thanks

Graphics Problems, Major UI Elements Not Displayed: High Sierra Guest on Sierra Host

$
0
0

I am running the latest VMware Fusion 10 on the latest Sierra 10.12.6 host, running the latest High Sierra 10.13.4 guest. I need to run Java in a browser to connect to an old HP Procurve network switch, and I do not want to install Java on my host Mac computer. This is a perfect use-case for a virtual machine! I installed Java 8, release 161 on that High Sierra guest, and it failed. (Note: I installed the same Java on a Windows 7 guest and it works fine.)

 

The host computer is a 2016 15 inch MacBook Pro with Core i7, 16 Gbytes of RAM and plenty of drive space. The guest has been configured with 2 cores and 6144 Gbytes of RAM memory.

 

PROBLEM DESCRIPTION:

Graphics elements are missing from the Safari browser with Java. The graphics display that shows which ports are active on the Procurve switch are missing.

 

Worse: I tried installing Firefox. It is missing major graphics elements and is not useable. The navigation bar is missing, as are the title bar, the three "gel" buttons (Close, Minimize, and Expand), and much more. The window is frameless. The problem is consistent and repeatable.

 

-> Has anyone encountered these issues with High Sierra guests?

vCloudDirector5.5.2への複数Clusterの登録について

$
0
0

お世話になっております。

 

以下環境情報です。

--------

vCloudDirector5.5.2 ×1台(仮想OS)

vShield Manager 5.5.3 ×1台(仮想OS)

vCenter Server  5.1u1c×1台(仮想OS)

VMwareESXi 5.1×32台

--------

 

上記32台のESXiホストがvCenterServer上で、1つのクラスタに集約され、

vCloudDirectorの管理下に置かれています。

既存クラスタのCPU/メモリがリソース不足になってきたため、

vCenterServer上に、新規クラスタを作成することを検討しております。

この場合、vCloudDirector上で、既存クラスタと新クラスタの両方を管理することは、

機能的に可能でしょうか。

The VMRC has disconnected... Trying to reconnect

$
0
0

Hello all

 

I'm unable to launch a console on my vSphere Client...

 

I've been running a VMWare ESXi 5.0 server for several years.

 

I have a new desktop computer I want to use to manage it through the vSphere Client.

Windows 10, build 1709.

 

I have downloaded the latest vSphere Client and installed it.

When I'm connecting to my server, it asks me to download and install the 5.0 version of the vSphere Client... I guess it's due to the version running on the server...

 

Anyway, no matter what I tried, I'm unable to launch a console on my VM, I have a warning "The VMRC has disconnected... Trying to reconnect".

 

Already done :

- using Windows compatibility mode

- uninstalled Avast (in case of !) and allowing access through Windows Defender

- of course, rebooted my computer, killed the vmware-vrmc.exe process...

 

Any idea ? From what I've read, it's fixed with the 5.1 Client, I suppose I'll have to update my server ?

 

Thanks for any returns...


Snapshots email with owner details

$
0
0

Hello Everyone,

 

Hope all are doing good!!!

 

I am looking for the script which generates  and email  the snapshot report with below categories

 

VM | Snapshot name | Created | Description | Created by

 

In our environment, we have two Vcenter servers as Prod & DR, so the snapshots should be gathered from both of the Vcenter servers (shouldn't be duplicated).

 

So far i am using the attached script which gives me the output as enclosed under "script_output"

 

Please help!!!

 

Thank you

 

Regards,

Arvin Kumar

datastore heartbeating

PCI/GPU passthrough

$
0
0

Hello,

 

I'm trying to passthrough a GeForce 7300 LE (I know it's old) to a Debian 9 VM on a standalone ESXi 6.5 host. I have enabled PCI passthrough and attached the device to the VM. I am using the nouveau driver within the VM, which according to it's man page, the 7300 LE is a supported chipset. Attached is what I see when the VM boots to the login screen (using GDM, X11 System Default). When I log in, the screen goes black. I've seen other forum discussions talk about setting configuration parameters with pciHole.start, pciHole.end, and pciHole.size, but I do not understand what these will do, let alone the values they should have.

IMAG0768[1].jpg

Is anybody able to point me in the right direction for getting this PCI/GPU passthrough to work?

 

Thanks,

Craig

double character typing

$
0
0

I have ESXI 6.5. I am experiencing the double character issue.

 

I have tried the following changes

 

Repeated characters when typing in Vmware remote console

 

VMware Knowledge Base

Repeated characters when typing in remote console (196)

 

Repeated characters when typing in your VMs remote console?

 

 

 

I have tried to edit the vmx file directly in the web console as well as download, editing and uploading the file. When I try to save the changes using the web the changes won't save.

 

The VM in question is a Windows 8 VM.

 

Is there any kind of other esxi/vsphere client that may allow me to do this? I am on a Mac so I was using an alternative to Notepad++ (I used Atom as well as Visual Studio Code).

 

Attached is screenshot of change made via Notepad++

Installing Windows 10 on iMac running High Sierra from USB key. No USB startup option

$
0
0

I'm new to the world of Windows installations, and confused as to how to proceed since starting up from the USB dongle that has Windows 10 on it is not an option. Within the USB dongle there are folders (64x, 32x, etc). I can dig down to find a boot up file, but I don't know what those look like in the world of Windows. Any help?

route domain name to virtual machine

$
0
0

Hello,

 

 

I have  two months searching information, but don't find the right answer.

 

 

 

I have ESXI now, but maybe this doesn't is the software need, and somebody can guide what is the solutions.

 

 

 

This is my needs.

 

 

 

Example:

 

 

 

Have 3 VM

 

1. api.example.com (Windows Server)

 

2. testing.example.com (Linux Server)

 

3. whm.example.com (cPanel Linux Server)

 

 

 

Have 1 IP Dedicated.

 

 

 

If open  api.example.com need the VM response to request domain or subdomain.

 

If open testing.example.com need show the page in the VM Linux.

 

 

 

Now have cPanel machine response all request, but can't route domains to diferent VM, I don't know if need more IP's or another software for work.

 

 

 

Regards

Count vDisks and vNics

$
0
0

Hello,

 

is it possible to generate a report that indicates the count of VMDKs and vNics in a VM?


VCenter SOAP API CALL

$
0
0

Hi Guys,

 

Could you guide or provide sample SOAP xml to create datastore cluster or Create cluster using SOAP API call. I am able to create datacenter using SOAP API call, but i am unable to perform any other additional operation using SOAP API Call..

 

Could you please let me know any documentation available to create SOAP call for the vcenter basic operation . Thanks

Default network in new VMs - Vdirector 9.1

$
0
0

Hello Everyone

 

I'm evaluating vDirector and i need help to understand how to make new vms in a tenant to automatic connect to a default network.

 

I have a default system tenant with a global catalog with Windows 2016. When i deploy that template in a Tenant, i need to edit the virtual machine and select the network.

 

Is there a way to make all new virtual machines for that tenant or all tenants to use an Edge network by default?

 

Thanks!

Versione ESXI

$
0
0

Buongiorno,

da dove posso verificare la vaserione di ESXi installlata e il tipo di licenza, se a pagamento o free?

 

Saluti.

[vRA 7.3] - Archive period when request DELETE machine

$
0
0

Hi guyz,

 

juste one question.

 

When a user request a destruction of Virtual Machine it's possible to :

 

- Power off Virtual Machine

- Keep this Virtual Machine on vCenter

- Delete virtual machine from vCenter et vRA after 7 days

 

 

Thx for your help.

Get-ScsiLun

$
0
0

Hi guys.

 

Has anyone else had major performance problems with the Get-ScsiLun cmdlet? It may be somehow Windows Server 2016 related but post upgrading to Windows server 2016 and PowerCLI 10, I have found that the cmdlet performs probably 10 times slower (probably more) then it did in the past.

 

Thank you very much!

Viewing all 172599 articles
Browse latest View live


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