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

Re: uemFlags USB reg entry Fix :

$
0
0

Did anyone find a resolution? we are getting the same errors. USB Deny reason: denied by policy

 

2020-01-10T08:48:40.314-05:00 INFO  (56EC-5734) <MessageFrameWorkShare> [vmware-remotemks] Remote USB status reported, state: unavailable

2020-01-10T08:48:40.314-05:00 DEBUG (56EC-5734) <MessageFrameWorkShare> [vmware-remotemks] USB deny reason: denied by policy

2020-01-10T08:48:40.314-05:00 DEBUG (56EC-5734) <MessageFrameWorkShare> [vmware-remotemks] viewusb_op_notif_error: [Id: 0], msgId=213, msgParam=IDS_DROPDOWN_DEVICES_NOT_AVAILABLE

2020-01-10T08:48:40.314-05:00 INFO  (56EC-5734) <MessageFrameWorkShare> [vmware-remotemks] Remote USB uemTimeouts: 0

2020-01-10T08:48:40.314-05:00 DEBUG (56EC-5384) <vmware-usbd> [vmware-remotemks] viewusb_op_notif_reconnect: state=0


Re: Guest.Disk.Capacity returns null for one of the VMs

$
0
0

sorry, forgot to paste the last line of the code

 

Write-Warning $size

 

 

Re: Guest.Disk.Capacity returns null for one of the VMs

$
0
0

$vm = Get-View -ViewType "VirtualMachine" -Filter @{'Runtime.PowerState'='poweredOn';  'name'='goodVM' }

$size = $vm.Guest.Disk.Capacity

Write-Warning $size

 

WARNING: 31181598720

Re: connecting a sony minidisc recorder

$
0
0

I have downloaded and run the app you indicated. No change.

 

Just to be clear, I used to be able to select the USB option and select the USB drives I wanted attached the the VMware app. I can't do that now. When I choose the USB option there is no list of USB drives.

 

Dr. Siddons

Re: Sound Blaster 16 emulation in VMware Player

$
0
0

Is the error message appearing in the guest (i.e. a Win98 error dialog box) or on your host OS?  What host OS are you using?  Did you install any SB16 drivers inside the VM, or is it just using the drivers included with Win98?

 

As the VM runs, it generates a log file named vmware.log in the same directory as the rest of the VM's files.  Can you attach a vmware.log to your next reply here?  To make sure it is useful, make sure it shows an attempt to play sound.  For instance: Completely power off the VM, then power it on, attempt to play sound in the guest, then shut down the VM normally, and then grab the vmware.log from the VM's directory before you do anything else with the VM.  Attach that here, and I'll take a look.

 

Thanks,

--

Darius

Re: Sound Blaster 16 emulation in VMware Player

$
0
0

Heh... Known Issues with VMware for Linux 1.0:

 

Sound support
VMware provides basic play support for Soundblaster-compatible PCM (Pulse Code Modulation) audio and can support formats such as .wav and .au files. VMware virtual machines do not support MIDI devices, game ports nor the ability to record sounds.

 

So... we have had Sound Blaster support in some form since the very first release of the product which would eventually become Workstation/Player/Fusion/etc.  I knew it had been around for a long time, but had not realized it was since the very beginning!

--

Darius

Creating VMs with ResourcePool.ImportVApp without posting VMDK to host

$
0
0

Hi -

 

We're using govmomi to create new VMs, using ResourcePool.ImportVApp to create a lease, and then lease.Upload to post the VMDK to the host the VM's being created on. This is causing problems in clusters where the hosts are firewalled off from the machine talking to the vSphere API.

 

Initially we dealt with this by uploading the VMDK to the right datastore, and then referring to that with a VirtualDeviceFileBackingInfo when importing the OVF. Unfortunately that didn't work for creating VMs on vSAN datastores - the VMs would be created fine but wouldn't boot, from the VM log it seemed like the disk format was wrong for the datastore type and so the VM couldn't read the disk at all.

 

POSTing the VMDK to the host (with mime type "application/x-vnd.vmware-streamVmdk") when importing the OVF means that the disk file gets adapted to work correctly for the datastore (so it works on vSANs). But is there a way we can get the same result without being able to connect to the host directly?

 

One option seems to be using HttpNfcLeasePullFromUrls_Task, but that's vSphere 6.7 only, which I don't have access to. Is there another way to get the disk file converted to the correct format for the VM when creating the VM with a VMDK already uploaded to the datastore?

 

Thanks,

Christian

DRS cluster - rolling reboot of esxi

$
0
0

Hi LucD

 

Looking for a script for - DRS cluster - rolling reboot of esxi

 

I did see 1 script

 

 

 

PowerCLI Script For vSphere Cluster Rolling Reboot | Infrastructure Adventures

 

But i wanted to check if you have something too ? ( Industry standard for container orchestration is K8s, for powerli it is LucD

 

 

Pls confirm this will work on all version of any improvemnmet since esxi 4x when you published it

 

$clusterName = <clustername>

$rebootMax = 2

 

 

$targets = @{}

$rebooting = @{}

 

 

Get-Cluster -Name $clusterName | Get-VMHost | %{

$targets[$_.Name] = $_

}

$esxNr = $targets.Count

 

 

while($targets.Count -gt 0){

while($rebooting.Count -le $rebootMax -and $targets.Count -gt 0){

$waiting = $targets.Values | %{$_}

$waiting | Select -First 1 | %{

Set-VMHost -VMHost $_ -State "Maintenance" | Restart-VMHost -RunAsync -Confirm:$false -WhatIf

$targets.Remove($_.Name)

$rebooting[$_.Name] = $_

}

}

sleep 10

while($rebooting.Count -eq $rebootMax -or ($rebooting.Count -ne 0 -and $targets.Count -eq 0)){

$active = $rebooting.Values | %{$_}

$active | %{

$esx = $_

if($esx.State -eq "Maintenance"){

Set-VMHost -VMHost $esx -State "Connected"

$rebooting.Remove($esx.Name)

}

}

sleep 10

}

}


VCSA6.7 DNS設定変更後のエラーについて

$
0
0

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

 

VCSA6.7について

 

検証作業の中でVCSA導入時に設定したDNSサーバから変更の指示があったため新しいDNSサーバに変更しました(変更方法は以下)

https://IPアドレス:5480にログイン

・ネットワーク項目→DNSを新しいIPアドレスに変更

・VCSA再起動

 

■質問

設定後のVCSA再起動後、https://IPアドレス/uiでWEBログインしようとしたところ

このサイトにアクセスできません。~~のウェブページは一時的に停止しているか、新しいウェブアドレスに移動した可能性があります。

と表示されました。

 

当事象の原因と改善方法をご存知の方がいましたらご教授頂けますでしょうか。

 

https://IPアドレス:5480/には問題なくログイン出来ます。

 

以上、宜しくお願いします。

VCSA6.7導入について

$
0
0

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

 

VCSA6.7導入時のエラーについて質問させて下さい。

 

■事前対応

AD(DNS)サーバで正引き、逆引き登録済み

 172.23.46.102とtake001-horizonvc.test-kensho.comの組み合わせ

 

■ステージ1の設定項目(関係個所のみ抜粋)

仮想マシン名:take001-horizonvc

FQDN:take001-horizonvc.test-kensho.com

IPアドレス:172.23.46.102

DNS:ADサーバと同じIPアドレスを設定

 

【ステージ1の事象】

ステージ1で以下のエラーメッセージが発生

「インストーラがvCenterAppliance管理インターフェイスに接続できません」。PlatformServicesControllerが組み込まれたvCenterServerが正常にデプロイされました。

 

ポート番号5480で接続出来るとメッセージされていたので5480に接続してステージ2に進む

 

■ステージ2の設定項目(関係個所のみ抜粋)

セットアップをクリック

 

システム名:take001-horizonvc.test-kensho.com

IPアドレス:172.23.46.102(デフォルトに設定されている)

DNSサーバ:ADサーバと同じIPアドレス

 

【ステージ2の事象】

ステージ2のプログレスバーが進行し、90%ぐらいでセッションが切れる

https://VCSAのIPアドレス:5480でログインすると、問題なく接続される

 

■質問

ステージ1の事象が発生した原因と改善方法はありますでしょうか。

また、ポート番号5480でステージ2に進んでも問題ありませんでしょうか。

 

ステージ2の事象で途中でセッションが切れましたが、正常に導入されている認識で良いでしょうか。

 

以上、宜しくお願いします。

Re: VCSA6.7 DNS設定変更後のエラーについて

$
0
0

確認点として、新しい参照先の DNS サーバーには、vCSA や ESXi など関連するサーバー類が登録されていますか?

恐らくログイン時に参照される SSO が FQDN で vCSA 内でリダイレクトされるのでその際に名前解決できずにエラーとなっているのかと思います。

※ ブラウザのアドレスバーが IP アドレスではなく、vCSA の FQDN が表示されていませんか?

正引・逆引 とも正しく名前解決できるか確認し、名前解決できない場合は DNS サーバーに正しく登録してみてください。

WindowsXP PCのP2Vでエラーメッセージ0x0000007B 0xF7A05524,0xC0000034,0x00000000,0x00000000でとまる

$
0
0

WindowsXP ProマシンからWindows10のP2VでP2Vでエラーメッセージ0x0000007B  0xF7A05524,0xC0000034,0x00000000,0x00000000でとまるトラブルで、いろいろググってデジストリを書き換えたりしても解決しません。何方かこの地獄から抜け出したいませんか???

Re: vCenter registration of the VASA provider failed.

$
0
0

Добрый день, Finikiez

 

Прошу прощения за долгий ответ. У нас пополнение в семье Ответ на Ваш вопрос, да там сертификат выпущенный самой VSC (Virtual Storage Console , апплайнс Netapp который из себя предствлаяет виртуальную машину). Но по всей видимости ошибка не из-за него. Так как при попытке ручного добавления VASA провайдера, через раздел Storage Provider, я усешно принимаю сертификат VSC , и далее уже получаю ошибку ту же самую. Затем уже после всех попыток, я решил посмотреть логи на VSC, и нашел таки этот сертификат который портит процесс регистрации. Вложил а аттач лог. Затем начал искать этот сертификат в Certificate Authority в PSC через vecs-cli.exe в контейнерах:

MACHINE_SSL_CERT

TRUSTED_ROOTS

TRUSTED_ROOT_CRLS

machine

vpxd

vpxd-extension

vsphere-webclient

SMS

BACKUP_STORE

Но нигде этот сертификат обнаружить не удается. Можете подсказать, пожалуйста, где еще можно попробовать найти его и убрать ?

 

Благодарю за содействие !

Re: MacOS Catalina without admin rights: Fusion 11.5 Bootcamp doesn't work

$
0
0

Hi again

 

Yup, to this I fully agree :))

Re: VMware ESXi 6.7 Driver for Mellanox Technologies MT27500/MT27520 Family


Keyboard map problem

$
0
0

Hi,

Watchlist application is very smart and useful for me.

But there is a problem in remote console section.

Our server has used Turkish keyboard layout. But watchlist remote connect has only include English keyboard layout. Due to key mappings are different, i couldn't write some characters from your keyboard. Such ss i, . (Dot) etc.. it is hold Turkish little i which is ı actually.

So, i couldn't manage some hosts which are required i char.

Keyboard kayout should be changed or must be used as hardware keyboard on there.

 

Best regards,

Re: Guest.Disk.Capacity returns null for one of the VMs

$
0
0

Sorry, but I'm confused.
The Write-Warning seems to return a value.
And the earlier error mentions line 1, while the Write-Warning seems to be on line 3.

Re: DRS cluster - rolling reboot of esxi

$
0
0

I do see a potential issue with the sleep 10.

If an ESXi node is not back again within those 10 seconds, your subsequent Set-VMHost might fail.

 

I would add a loop to wait for the rebooted ESXi node to be powered on again, before continuing with the Set-VMHost.

HKCU registry items not set (UEM 9.6)

$
0
0

Hi all,

 

I use UEM 9.6 and want to set some items in the HKCU, these items are not set during logon. I know UEM works because I tested it with some icons on the desktop and they are working.

I even tested a HKCU setting with a test key:

*********************************************************************************************************************

Windows Registry Editor Version 5.00

 

[HKEY_CURRENT_USER\Software\Immidio\Flex Profiles\ImportMarkers]

"Pre"=dword:b0dafda1

 

[HKEY_CURRENT_USER\Environment]

"TestKey"=dword:000000000

 

[HKEY_CURRENT_USER\Software\Immidio\Flex Profiles\ImportMarkers]

"Post"=dword:7004260c

*********************************************************************************************************************

 

Debug logs tells me that the key is set:

2020-01-24 08:28:14.405 [INFO ] Importing UEM settings 'TestKey.zip' (\\fs01.uwsd.loc\UEMconfig$\Production\General\FlexRepository\Settings\Reg\TestKey.zip)

2020-01-24 08:28:14.418 [DEBUG] ImportRegistry::Import: Calling '"C:\Windows\REGEDIT.EXE" /S "C:\Users\SANDER~1.TES\AppData\Local\Temp\FLXCDD7.tmp"' (RPAL: l=0 (D/E), r=0)

2020-01-24 08:28:14.470 [DEBUG] Read 1 entry from profile archive (size: 576; compressed: 234; took 57 ms)

2020-01-24 08:28:14.470 [INFO ] Successfully imported settings ('TestKey.xml')

AD Migration

$
0
0

In our environment vsphere 6.5 build 14156547 and Horizon 7.4 build 7400497. Windows team migrating Windows 2008 R2 active directory schema version 47 to windows 2012 R2 active directory schema version 69. any impact will come to our POD and VDI Users and  after upgrade Active directory schema.

Viewing all 231111 articles
Browse latest View live


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