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

Snapshot reverts Automatically

$
0
0

Hello,

 

Recently a VM reverted back to a snapshot that was not invoked by human intervention. We currently have no automation tools or scripts setup to where this could have happened by some preprogrammed process. Also we only use persistent disks with these VMs. This has happened to us on one other occasion. At this point we are perplexed as to how this may have happened and we are looking to see if anyone else has experienced the same issue and if you have how have you prevented it from happening again.

 

Thanks for any insight.


Network problem about SR-IOV in VIO 3.0

$
0
0

Hi expert,

I have deployed a VIO 3.0 environment based on DVS. I want to use SR-IOV VF (intel 82599) to improve the network performance.

Currently the VM had already boot up, and the VF driver was loaded successfully. from the vsphere, I can see the VF occupying with command "esxcli network sriovnic vf list".

After I configured the IP address on the interface, it can't reach other servers, no matter the other server is located on the same host or not.

 

I captured the packets on the physical switch, and found out that the VM with VF could send the ARP request out, and other server had response the ARP reply,

but the VM could not receive the ARP reply.

And I also captured the packets on virtual switch's uplink interface. If the another server which located on the same host, the ARP reply packets could be captured on uplink interface;

but if another server which located on the different host, the ARP reply packets couldn't be captured.

 

I have been in puzzled for a long time...... Could anyone give some advice? Any help would be appreciated!

 

Haifeng.

OS not found error with Workstation 12

$
0
0

Dear Gents

 

I am experiencing annoying problem whilst I try to boot my Kubuntu iso image I am getting always error OS NOT FOUND!

 

See image bellow.vmware_osnotfound2.jpg

 

I found lot of advice saying to check id CD-ROM drive has checked option Connected and Connected at power ON

 

Funny thing is that connected is greyed unchecked! I am not able actually change it to connected checked!

 

Do anybody know hot to solve this annoying issue and get rid this crap?

 

Regards

 

Andy from Slovakia

Как проверить работу VAAI

$
0
0

Добрый день!

У нас есть хранилище HP 3PAR 7200  и несколько хостов ESXI 5.5

Hardware Acceleration: Supported.

Делал тест работы VAAI миграцией виртуальной машины с одного Datastore на другой.

Виртуальная машина 350 GB.

При включенном VAAI время миграции составило 922 с.

При отключенном VAAI время миграции составило 1104 с.

Разница по времени как по мне не сильно серьезная всего 3 минуты.

Подскажите пожалуйста это нормальные показатели или я слишком много ожидаю от VAAI?

vm cpu disabled

$
0
0

in my esxi cluster 5.5 u2 . there are 4 vm's

some times we have error from all that vm's (  Message from abc.local: The CPU has been disabled by the guest operating system. Power off or reset the virtual machine.)

I didnt any solve this problem. any idea for it ?

 

all virtual machines are redhat 7 ( maipo) . vmware tools 3rdParty , hardware version 10 and cpu ready %6-%7 , on vcenter power management is balanced

vcpu configuration

$
0
0

Are there any problems in the following configuration ? The number of CPUs supplied is more. Also what is the max limit of vcpu on this esxi.

 

  

# CPUCores per CPU# CoresCPU usage %# vCPUs
210205377
2102045107
210203388

vSphere ESXi 6.0 on an Intel NUC6i7KYK and iSCSI Datastores

$
0
0

Knowing this is an unsupported layout, I'm running this in my home lab. Has anyone successfully installed vSphere ESXi 6.0 U2 on an Intel NUC6i7KYK and been able to connect it to an iSCSI datastore? I'm only seeing a single adapter in my Storage Adapters section and it isn't iSCSI. Am I missing something in my configuration or is this just not possible?

NUC.png

Why the rx buf length and vmdq num of intel ixgbe are decreased in vCD(deployed with VxLAN) and VIO (deployed with VDS) scenario?

$
0
0

Hi expert,

 

We use intel ixgbe NIC in our host, and we have set the option as below to enable 8 VMDQ for each NIC.

esxcfg-module -s "InterruptType=2,2,2,2 VMDQ=8,8,8,8" ixgbe

 

If the host is not prepared by vCD(use VxLAN) or VIO(use VDS without VxLAN), the physical NIC's VMDQ numer is 8, and pre-set maximums rx buf is 4096.

 

Buf if we prepare the host with vCD(use VxLAN) or VIO(use VDS without VxLAN), the physical NIC's VMDQ numer is 4, and pre-set maximums rx buf is 512.

 

These change will obviously affect the network performance of our application. So I want to know is it the system implementation or something could be configured?

 

Any reply would be appreciated!

 

The normal situation of rx buf is like below:

Ring parameters for vmnic6:

Pre-set maximums:

RX:             4096

RX Mini:        0

RX Jumbo:       0

TX:             4096

Current hardware settings:

RX:             456

RX Mini:        0

RX Jumbo:       0

TX:             1024

 

[root@VDF109:~] ethtool -S vmnic6 |grep queue |grep packet

     tx_queue_0_packets: 0

     tx_queue_1_packets: 0

     tx_queue_2_packets: 0

     tx_queue_3_packets: 0

     tx_queue_4_packets: 0

     tx_queue_5_packets: 0

     tx_queue_6_packets: 0

     tx_queue_7_packets: 0

     tx_queue_8_packets: 0

     rx_queue_0_packets: 1084

     rx_queue_1_packets: 0

     rx_queue_2_packets: 0

     rx_queue_3_packets: 0

     rx_queue_4_packets: 0

     rx_queue_5_packets: 0

     rx_queue_6_packets: 0

     rx_queue_7_packets: 0

     rx_queue_8_packets: 0

 

after prepared with VxLAN or VIo, the value was changed:

[root@VDF109:~] ethtool -g vmnic8

Ring parameters for vmnic8:

Pre-set maximums:

RX:             512

RX Mini:        0

RX Jumbo:       0

TX:             4096

Current hardware settings:

RX:             512

RX Mini:        0

RX Jumbo:       0

TX:             4096

 

[root@VDF109:~] ethtool -S vmnic8 |grep queue |grep packet

     tx_queue_0_packets: 2878481859

     tx_queue_1_packets: 0

     tx_queue_2_packets: 1039548483

     tx_queue_3_packets: 0

     tx_queue_4_packets: 0

     rx_queue_0_packets: 2595905

     rx_queue_1_packets: 1351314766

     rx_queue_2_packets: 1365270610

     rx_queue_3_packets: 1735407715

     rx_queue_4_packets: 0

 

BR.

 

Haifeng.


vMotion and USB connections through Console

$
0
0

I have someone that has a console session open and a USB device connected to the VM on a ESXi 5.5 host.  If that VM is vMotioned to a new host, is it normal for the USB to drop connection?  Again to be clear, the USB device is connected to his laptop and the VM is hosted on a server.  The USB is not directly connected to the host.

 

I have not tested this on ESXi 6 yet but I know this is a problem on 5.5.

 

Thanks in advance.

Esxi 6.0 Update 2 connection troubleshooting

$
0
0

Hi everybody

 

for a few days I have a connection lost in my Vcenter during the night with one of my Esxi

Vms are still running but it is said non responsive in vcenter

I can connect on ssh but not with vmware vsphere client

 

after a while connection comes back

 

can somebody help me ?

 

I made a services.sh restart and this is what I've Got

 

services.sh restart

services.sh: stop /etc/init.d/vmtoolsd

Running vmtoolsd stop

vmtoolsd is not running

Errors:

Sysinfo error on operation returned status : Not found. Please see the VMkernel log for detailed error information

services.sh: stopped /etc/init.d/vmtoolsd

services.sh: stop /etc/init.d/vmsyslogd

Running vmsyslogd stop

Stopping vmsyslogd service using init is not supported

services.sh: stopped /etc/init.d/vmsyslogd

services.sh: stop /etc/init.d/xorg

Running xorg stop

services.sh: stopped /etc/init.d/xorg

services.sh: stop /etc/init.d/snmpd

Running snmpd stop

root: snmpd is not running.

services.sh: stopped /etc/init.d/snmpd

services.sh: stop /etc/init.d/sfcbd

Running sfcbd stop

This operation is not supported.

Please use /etc/init.d/sfcbd-watchdog stop

services.sh: stopped /etc/init.d/sfcbd

services.sh: stop /etc/init.d/wsman

Running wsman stop

Stopping openwsmand

services.sh: stopped /etc/init.d/wsman

services.sh: stop /etc/init.d/sfcbd-watchdog

Running sfcbd-watchdog stop

Getting Exclusive access, please wait...

Exclusive access granted.

Connect to localhost failed: Connection failure.

Connect to localhost failed: Connection failure.

services.sh: stopped /etc/init.d/sfcbd-watchdog

services.sh: stop /etc/init.d/lwsmd

Running lwsmd stop

watchdog-lwsmd: Terminating watchdog process with PID 8266234

Stopping Likewise Service Manager [memory reservation released] Failed to login: Invalid response code: 503 Service Unavailable

...ok

services.sh: stopped /etc/init.d/lwsmd

services.sh: stop /etc/init.d/vpxa

Running vpxa stop

watchdog-vpxa: Terminating watchdog process with PID 8266191

vpxa stopped.

Connect to localhost failed: Connection failure.

services.sh: stopped /etc/init.d/vpxa

services.sh: stop /etc/init.d/vobd

Running vobd stop

watchdog-vobd: Terminating watchdog process with PID 8266035

vobd stopped

services.sh: stopped /etc/init.d/vobd

services.sh: stop /etc/init.d/lacp

Running lacp stop

watchdog-net-lacp: Terminating watchdog process with PID 8265950

services.sh: stopped /etc/init.d/lacp

services.sh: stop /etc/init.d/memscrubd

Running memscrubd stop

memscrubd is not running

services.sh: stopped /etc/init.d/memscrubd

services.sh: stop /etc/init.d/nscd

Running nscd stop

watchdog-nscd: Terminating watchdog process with PID 8265947

services.sh: stopped /etc/init.d/nscd

services.sh: stop /etc/init.d/dcbd

Running dcbd stop

watchdog-dcbd: Terminating watchdog process with PID 8265951

services.sh: stopped /etc/init.d/dcbd

services.sh: stop /etc/init.d/smartd

Running smartd stop

watchdog-smartd: Terminating watchdog process with PID 8265966

smartd stopped

services.sh: stopped /etc/init.d/smartd

services.sh: stop /etc/init.d/cdp

Running cdp stop

watchdog-cdp: Terminating watchdog process with PID 8265959

services.sh: stopped /etc/init.d/cdp

services.sh: stop /etc/init.d/slpd

Running slpd stop

Stopping slpd

services.sh: stopped /etc/init.d/slpd

services.sh: stop /etc/init.d/rabbitmqproxy

Running rabbitmqproxy stop

rabbitmqproxy is not running

services.sh: stopped /etc/init.d/rabbitmqproxy

services.sh: stop /etc/init.d/lbtd

Running lbtd stop

watchdog-net-lbt: Terminating watchdog process with PID 8265540

net-lbt stopped

services.sh: stopped /etc/init.d/lbtd

services.sh: stop /etc/init.d/sdrsInjector

Running sdrsInjector stop

watchdog-sdrsInjector: Terminating watchdog process with PID 8265550

sdrsInjector stopped

services.sh: stopped /etc/init.d/sdrsInjector

services.sh: stop /etc/init.d/vvold

Running vvold stop

/etc/init.d/vvold stop, called by pid 8269589

vvold is not running.

services.sh: stopped /etc/init.d/vvold

services.sh: stop /etc/init.d/rhttpproxy

Running rhttpproxy stop

watchdog-rhttpproxy: Terminating watchdog process with PID 8265620

VMware HTTP reverse proxy stopped.

services.sh: stopped /etc/init.d/rhttpproxy

services.sh: stop /etc/init.d/storageRM

Running storageRM stop

storageRM is not running

services.sh: stopped /etc/init.d/storageRM

services.sh: stop /etc/init.d/nfcd

Running nfcd stop

nfcd is not running

services.sh: stopped /etc/init.d/nfcd

services.sh: stop /etc/init.d/hostd

Running hostd stop

watchdog-hostd: Terminating watchdog process with PID 8265799

hostd stopped.

services.sh: stopped /etc/init.d/hostd

services.sh: stop /etc/init.d/vmfstraced

Running vmfstraced stop

watchdog-vmfstracegd: PID file /var/run/vmware/watchdog-vmfstracegd.PID does not exist

watchdog-vmfstracegd: Unable to terminate watchdog: No running watchdog process for vmfstracegd

vmfstracegd is not running

Failed to clear vmfstracegd memory reservation

services.sh: stopped /etc/init.d/vmfstraced

services.sh: stop /etc/init.d/sensord

Running sensord stop

watchdog-sensord: Terminating watchdog process with PID 8265543

sensord stopped

services.sh: stopped /etc/init.d/sensord

services.sh: stop /etc/init.d/usbarbitrator

Running usbarbitrator stop

watchdog-usbarbitrator: Terminating watchdog process with PID 8265409

usbarbitrator stopped

services.sh: stopped /etc/init.d/usbarbitrator

services.sh: stop /etc/init.d/swapobjd

Running swapobjd stop

watchdog-swapobjd: Terminating watchdog process with PID 8265377

Waiting for process to terminate...

swapobjd stopped

services.sh: stopped /etc/init.d/swapobjd

services.sh: stop /etc/init.d/SSH

Running SSH stop

SSH login disabled

VobUserLib_Init failed with -1

Connect to localhost failed: Connection failure.

Errors:

Invalid operation requested: This ruleset is required and connot be disabled

services.sh: stopped /etc/init.d/SSH

services.sh: stop /etc/init.d/ESXShell

Running ESXShell stop

ESXi shell login disabled

VobUserLib_Init failed with -1

services.sh: stopped /etc/init.d/ESXShell

services.sh: stop /etc/init.d/DCUI

Running DCUI stop

Disabling DCUI logins

VobUserLib_Init failed with -1

services.sh: stopped /etc/init.d/DCUI

services.sh: stop /etc/init.d/ntpd

Running ntpd stop

Stopping ntpd

watchdog-ntpd: Terminating watchdog process with PID 8265314

Connect to localhost failed: Connection failure.

services.sh: stopped /etc/init.d/ntpd

services.sh: stop /etc/init.d/vsantraced

Running vsantraced stop

watchdog-vsantraced: PID file /var/run/vmware/watchdog-vsantraced.PID does not exist

watchdog-vsantraced: Unable to terminate watchdog: No running watchdog process for vsantraced

vsantraced is not running

watchdog-vsantracedUrgen: PID file /var/run/vmware/watchdog-vsantracedUrgen.PID does not exist

watchdog-vsantracedUrgen: Unable to terminate watchdog: No running watchdog process for vsantracedUrgen

vsantracedUrgen is not running

Persisting traces to /locker/vsantraces

cp: can't stat '/var/log/vsantraces/*.index': No such file or directory

ls: /var/log/vsantraces/*.gz: No such file or directory

Failed to clear vsantraced memory reservation

services.sh: stopped /etc/init.d/vsantraced

services.sh: start /etc/init.d/vsantraced

Running vsantraced start

VSAN Cluster not configured, not starting vsantraced

services.sh: started /etc/init.d/vsantraced

services.sh: start /etc/init.d/ntpd

services.sh: start /etc/init.d/DCUI

services.sh: start /etc/init.d/ESXShell

services.sh: start /etc/init.d/SSH

Running ntpd start

Running SSH start

Running DCUI start

Running ESXShell start

ESXi shell login enabled

Enabling DCUI login: runlevel =

VobUserLib_Init failed with -1

pkill: No cartel by that name

VobUserLib_Init failed with -1

services.sh: started /etc/init.d/DCUI

services.sh: started /etc/init.d/ESXShell

Connect to localhost failed: Connection failure.

Connect to localhost failed: Connection failure.

SSH login enabled

VobUserLib_Init failed with -1

services.sh: started /etc/init.d/SSH

Starting ntpd

services.sh: started /etc/init.d/ntpd

services.sh: start /etc/init.d/swapobjd

services.sh: start /etc/init.d/usbarbitrator

Running usbarbitrator start

Running swapobjd start

swapobjd started

services.sh: started /etc/init.d/swapobjd

Errors:

Error while rescanning adapter vmhba33. Error was Unable to scan VMkernel SCSI subsystem for old devices.  Scan already in progress

 

usbarbitrator started

services.sh: started /etc/init.d/usbarbitrator

services.sh: start /etc/init.d/sensord

services.sh: start /etc/init.d/vmfstraced

services.sh: start /etc/init.d/hostd

services.sh: start /etc/init.d/nfcd

services.sh: start /etc/init.d/storageRM

services.sh: start /etc/init.d/rhttpproxy

services.sh: start /etc/init.d/vvold

services.sh: start /etc/init.d/sdrsInjector

services.sh: start /etc/init.d/lbtd

services.sh: start /etc/init.d/rabbitmqproxy

Running sensord start

Running vmfstraced start

Running hostd start

Running nfcd start

Running rhttpproxy start

Running storageRM start

Running sdrsInjector start

Running vvold start

Running lbtd start

Running rabbitmqproxy start

hostd is running.

services.sh: started /etc/init.d/hostd

/etc/init.d/vvold start, called by pid 8270681

VMFS Global Tracing is not enabled.

storageRM started

services.sh: started /etc/init.d/storageRM

services.sh: started /etc/init.d/vmfstraced

nfcd started

services.sh: started /etc/init.d/nfcd

sdrsInjector started

services.sh: started /etc/init.d/sdrsInjector

sensord started

net-lbt started

services.sh: started /etc/init.d/lbtd

services.sh: started /etc/init.d/sensord

VMware HTTP reverse proxy started.

services.sh: started /etc/init.d/rhttpproxy

vvold max reserve memory set to 200

rabbitmqproxy not up, probably not unconfigured yet.

services.sh: started /etc/init.d/rabbitmqproxy

WaitVvoldToComeUp /var/run/vmware/.vmware-vvol.started created

vvold stopped after start!

/var/run/vmware/.vmware-vvol.started is not created

Successfully cleared vvold memory reservation

services.sh: started /etc/init.d/vvold

services.sh: start /etc/init.d/slpd

Running slpd start

Starting slpd

services.sh: started /etc/init.d/slpd

services.sh: start /etc/init.d/cdp

services.sh: start /etc/init.d/smartd

services.sh: start /etc/init.d/dcbd

services.sh: start /etc/init.d/nscd

services.sh: start /etc/init.d/memscrubd

services.sh: start /etc/init.d/lacp

Running cdp start

Running smartd start

Running dcbd start

Running lacp start

Running nscd start

Running memscrubd start

The checkPages boot option is FALSE, hence memscrubd could not be started.

services.sh: started /etc/init.d/memscrubd

cdp started

nscd started

services.sh: started /etc/init.d/cdp

services.sh: started /etc/init.d/nscd

dcbd started

services.sh: started /etc/init.d/dcbd

smartd started

services.sh: started /etc/init.d/smartd

LACP daemon started

services.sh: started /etc/init.d/lacp

services.sh: start /etc/init.d/vobd

Running vobd start

vobd started

services.sh: started /etc/init.d/vobd

services.sh: start /etc/init.d/vpxa

Running vpxa start

Connect to localhost failed: Connection failure.

services.sh: started /etc/init.d/vpxa

services.sh: start /etc/init.d/lwsmd

Running lwsmd start

Starting Likewise Service Manager [memory reservation set]  [starting lsass service] Starting service dependency: netlogon

Starting service dependency: lwio

Starting service dependency: rdr

Starting service: lsass

Failed to login: Invalid response code: 503 Service Unavailable

...ok

services.sh: started /etc/init.d/lwsmd

services.sh: start /etc/init.d/sfcbd-watchdog

Running sfcbd-watchdog start

Connect to localhost failed: Connection failure.

Connect to localhost failed: Connection failure.

Getting Exclusive access, please wait...

Exclusive access granted.

services.sh: started /etc/init.d/sfcbd-watchdog

services.sh: start /etc/init.d/wsman

services.sh: start /etc/init.d/sfcbd

services.sh: start /etc/init.d/snmpd

Running wsman start

Running snmpd start

Running sfcbd start

Starting openwsmand

This operation is not supported.

Please use /etc/init.d/sfcbd-watchdog start

services.sh: started /etc/init.d/sfcbd

services.sh: started /etc/init.d/wsman

root: snmpd has not been enabled.

services.sh: started /etc/init.d/snmpd

services.sh: start /etc/init.d/xorg

services.sh: start /etc/init.d/vmsyslogd

services.sh: start /etc/init.d/vmtoolsd

Running vmsyslogd start

Running vmtoolsd start

Running xorg start

services.sh: started /etc/init.d/vmtoolsd

vmsyslogd is running.

services.sh: started /etc/init.d/vmsyslogd

services.sh: started /etc/init.d/xorg

ESX 6.5 disk goes missing after tagging as SSD

$
0
0

I'm am in the process of provisioning a new ESX 6.5 host based on a DALCO S2600WT2R server.

 

We are using hardware RAID (card MegaRAID SAS Fusion Controller) and the virtual disks created by the hardware are not seen as SSD (which I guess is to be expected ?).

 

I have followed this procedure (which I have done a few times under v5.5 and 6 without issues) and although it did not report any error message the affected disks are not anymore seen by the host server

 

They don't appear at all in the vSphere client (yes still using it !) and as "degraded" in WebUI:

 

SSD storage as degraded

Nothing obvious reported in syslog.

 

Any idea ?

 

(and yes I understand that there is now a GUI for that I that I should have presumably used it).

Storage Adapters Output for vSphere (Devices+Paths)

$
0
0

 

Hello,

 

 

I have a little Problem ;(

 

 

 

 

 

theire where a lot of changes for vSphere.

 

 

 

 

 

http://www.vmware.com/support/developer/vc-sdk/visdk400pubs/vsdk400behaviorchanges.html

 

 

 

 

 

normaly for 3.5 we saw a Device like this: (raw+nonrawdisk)

 

 

ESX 3.x:   vmhba1:0:1

 

 

so  it was possible for me to make an output for all Decimal Lun,Ids  which where zoned by the Storage Admins. (the storage admins have the Hex Code).

 

 

we have a DR Solution which 2 Storages where synced together.

 

 

so i made a docu to describe which 2 Decimal Id's where synced

 

 

but now i don't know how to handle the HostMultipathInfoLogicalUnit.id andHostMultipathInfoPath.name. 

 

 

it's not 100% clear to me ;(

 

 

with 3.5 it was well-arranged.

 

 

i tryed right now to make a new script  and i'am searching for few objects which i do not find in the SDK ;(

 

 

theire are 2 tabs on the Storage Adapters gui

 

 

Paths:

 

 

Runtime Name: vmhbaN:Cx:Tx:Lx

 

 

Target: San identifier

 

 

LUN: Decimal ID

 

 

Status

 

 

so in the Gui these are multipath entrys (paths) so i searched in  HostMultipathInfoPath[].

 

 

but i don't find this entrys. only 

 

adapter

dynamicProperty

dynamicType

isWorkingPath

key

lun

name

pathState

state

transport

H

 

and for Devices:

 

 

Name (Fibre Channel Disk Name)

 

 

Runtime Name: vmhbaN:Cx:Tx:Lx

 

 

LUN: Decimal Lun id

 

 

Type: Disk type

 

 

Transport:

 

 

Capacity:

 

 

Owner:

 

 

-


 

 

May somebody knows how to query the "Runtime Name, Dec LUN ID"

 

 

 

 

 

Thx

 

 

 

 

 

Max

 

 

VMbackup by vmkfstools

$
0
0

仮想マシンのコピーをバックアップとして保存するには、OVA形式でエクスポートする方法と、vmkfstools コマンドで仮想マシンファイルをコピーする方法がある。


OVA

・コマンド入力ではなく、Clientの操作でクローンが作成できるので、簡単でわかりやすい。

・入力ミスによる、誤作業(本番を誤って上書き、コピー漏れ、等)が起きにくい。

・shの作成・修正の手間が不要

 

vmkfstools

・早い(FCストレージ⇔R120b間で、20Gの仮想OSのクローン作製に、vmkfstools 1~3分/Client 10~15分)

vCenterServerが無くてもクローンが作成できる。

 

同じ構成の仮想マシンを他のESXi ホストに多数展開する、テスト環境構築のためセットアップ初期状態の仮想マシンを保存しておく、等の用途であれば OVA、

運用フェーズでの定期バックアップなら、スクリプトで実行可能な vmkfstools を使う、など用途で適切に使い分けると良い。

※ そもそも OVA は仮想マシンのエクスポート/インポート用のものなので、運用でのバックアップに利用するのは適していない。

 

 

 

vmkfstoolsでバックアップを取得しようとしてエラーが出力される件

 

以前、仮想マシンのバックアップを実行した際、以下のメッセージが出力されました。意味不明です。

DiskLib_Check() failed for source disk The file specified is not a virtual disk (15).

 

調査の結果、このメッセージは、<XXX-flat.vmdk>に対するもので、以下のように直接ファイルを指定してコピーすることはできないそうです。

vmkfstools -i /仮想マシンフォルダのパス/<仮想マシン名>.vmdk /バックアップフォルダのパス/<仮想マシン名>.vmdk

vmkfstools -i /仮想マシンフォルダのパス/<仮想マシン名>-flat.vmdk /バックアップフォルダのパス/<仮想マシン名>-flat.vmdk

 

結論として、<XXX-flat.vmdk>は指定しない、が正解です。
1行目の無印vmdkの指定だけで、-flatもセットで取得されます。
この方法で取得した仮想マシンデータのコピーを、他のESXi ホストに追加して起動してみましたが、問題ありませんでした。

 


ためしに、こんなshをつくりまして、

/var/script # cat vm_backup3.sh
#env
PATH=/usr/sbin/:/bin/

orgdir=/vmfs/volumes/FC-datastore1/
bkdir=/vmfs/volumes/datastore1_bk/

vm1=VM-w2008R2_clone

mkdir $bkdir$vm1

vmkfstools -i $orgdir$vm1/$vm1.vmdk $bkdir$vm1/$vm1.vmdk

cp $orgdir$vm1/*nvram $bkdir$vm1/
cp $orgdir$vm1/*vmsd $bkdir$vm1/
cp $orgdir$vm1/*vmx $bkdir$vm1/
cp $orgdir$vm1/*vmxf $bkdir$vm1/
/var/script #


実行してみます。

/var/script # sh vm_backup3.sh
Destination disk format: VMFS zeroedthick
Cloning disk '/vmfs/volumes/FC-datastore1/VM-w2008R2_clone/VM-w2008R2_clone.vmdk'...
Clone: 100% done.
/var/script #

ノーリアクションで完了しました。


バックアップ元のフォルダを見てみます。

※ log は仮想マシンの構成ファイルでは無いので、バックアップ対象外。

/var/script # ls -la /vmfs/volumes/FC-datastore1/VM-w2008R2_clone/
drwxr-xr-x     1 root     root               2380 Mar  7 04:14 .
drwxr-xr-t     1 root     root               1820 Mar  2 06:00 ..
-rw-r--r--     1 root     root                 76 Feb 27 09:36 VM-w2008R2_clone-0ddff29c.hlog
-rw-------     1 root     root               7382 Feb 17 00:27 VM-w2008R2_clone-1.png
-rw-------     1 root     root        42949672960 Mar  7 04:14 VM-w2008R2_clone-flat.vmdk
-rw-------     1 root     root               8684 Mar  7 04:14 VM-w2008R2_clone.nvram
-rw-------     1 root     root                526 Mar  7 04:07 VM-w2008R2_clone.vmdk
-rw-r--r--     1 root     root                  0 Feb 13 01:44 VM-w2008R2_clone.vmsd
-rwxr-xr-x     1 root     root               3190 Mar  7 04:14 VM-w2008R2_clone.vmx
-rw-r--r--     1 root     root               2852 Feb 29 00:35 VM-w2008R2_clone.vmxf
-rw-r--r--     1 root     root              38095 Feb 27 09:19 vmware-43.log
-rw-r--r--     1 root     root              38095 Feb 27 09:24 vmware-44.log
-rw-r--r--     1 root     root              38095 Feb 27 09:30 vmware-45.log
-rw-r--r--     1 root     root              38095 Feb 27 09:36 vmware-46.log
-rw-r--r--     1 root     root             176034 Feb 29 00:49 vmware-47.log
-rw-r--r--     1 root     root             173564 Mar  1 01:24 vmware-48.log
-rw-r--r--     1 root     root             173799 Mar  7 04:14 vmware.log
/var/script #
/var/script #


取得したクローンのフォルダを見てみます。

/var/script # ls -la /vmfs/volumes/datastore1_bk/VM-w2008R2_clone/
drwxr-xr-x    1 root     root               1120 Mar  7 04:22 .
drwxr-xr-t    1 root     root               1540 Mar  7 04:18 ..
-rw-------    1 root     root        42949672960 Mar  7 04:18 VM-w2008R2_clone-flat.vmdk
-rw-------    1 root     root               8684 Mar  7 04:22 VM-w2008R2_clone.nvram
-rw-------    1 root     root                526 Mar  7 04:22 VM-w2008R2_clone.vmdk
-rw-r--r--    1 root     root                  0 Mar  7 04:22 VM-w2008R2_clone.vmsd
-rwxr-xr-x    1 root     root               3190 Mar  7 04:22 VM-w2008R2_clone.vmx
-rw-r--r--    1 root     root               2852 Mar  7 04:22 VM-w2008R2_clone.vmxf
/var/script #
/var/script #

 

flat.vmdkが取れてるので、大丈夫のようです。

VMWare Tools fails to install on Czech Windows 2000 & XP

$
0
0

Recently I've been reviving two installations, Windows 2000 SP4 and Windows XP SP3 (both czech versions), when I found out I am unable to install the latest VMWare tools.

 

Both systems were running the tools perfectly fine on older version of VMWare (probably 7 or 8) but updating to the latest tools on VMWare Workstation 12.1 failed. When the installation is almost done, the program starts to "roll back actions" and then says that the installation ended up prematurely. Same on 2000 and XP, but on Win2k there is an additional error regarding Think printer driver (but when I click continue on it, the installation continues "fine").

 

I have tried to reinstall Win2k multiple times, but I am always ending up in the same problem (I tried to install both before and after applying all updates), except for the English localization where the tools installed properly. Now I don't really understand why this don't work on Czech locale but works fine on the English one, since it has always been working on Czech too for many years.

 

Interestingly, the last versions that I found installable is 8.6.16-3054402 and 8.4.6 build385536 (quite an old old).

 

I've come across this KB article that appear to describe my problem, but according to it, it should have been fixed long time ago:

VMware KB:    VMware Tools installation in non-US-English 32-bit Windows rolls back and fails with MSI error status 160…

 

This is the log I found in the temp folder on Windows 2000 after trying to upgrade from the version named above:
http://pastebin.com/riWPa54G

 

Also, it is extremely disappointing that a product of such quality lacks 3D acceleration on Windows 95 and Windows 98 systems.

 

The bug is present on latest release: 12.1.1

 

Any help would be greatly appreciated.:)
Thanks.

  

Windows Tips

$
0
0

送るメニューを開く

プログラムとファイルの検索に「shell:sendto」を入力

http://www.atmarkit.co.jp/ait/articles/1109/30/news131.html

 

[ファイル名を指定して実行] から、管理者権限で起動する

 → [Shift]+[Ctrl]+[Enter]

手っ取り早く管理者権限のメモ帳などを起動する - Qiita

 

リソース負荷試験ツール

[Windows] Microsoft CPU負荷ツール (CPUSTRES.EXE) を使ってみた | インフラSEの運用・構築メモ

[Windows] Microsoft メモリ負荷ツール (Testlimit.exe) を使ってみた | インフラSEの運用・構築メモ

 

 

イベントログを作成するコマンド

Eventcreate

ex.)

eventcreate /so SpntLog /id 101 /l application /t error /d "監視試験"

 

※ EventCreate コマンドでは以下の制限あり

 ・実行するPC上で実際に使用されているソース名+IDではイベントログを作成できない。

 ・作成できるイベントIDが、1から1000までの数値に限られる

 

PowerShell のほうが自由度が高い

Windows PowerShell: Writing Windows events using PowerShell

 

ex.)

$evt=new-object System.Diagnostics.EventLog("Application")

$evt.Source="SpntLog"

$infoevent=[System.Diagnostics.EventLogEntryType]::Error

$evt.WriteEntry("監視試験のためのテストイベント",$infoevent,101)

 

 

ログオンユーザーにメッセージを送る

DOS「メッセージ送信」コマンド(Hishidama's Windows DOS command "msg" Memo)

 

例)全ユーザに同じメッセージを送る場合(msg01.png、msg02.png)

msg * "監視試験が終了しました。ご協力ありがとうございました。"

20160802.png

msg02.png

 

 

複数のサブディレクトリを検索対象にして、特定の名前のファイルをリストする

コマンドプロンプトの場合

対象のディレクトリに移動してから /S オプションでサブディレクトリを参照

cd C:\Windows\WinSxS

dir /S ntfs.sys* >C:\IaaSadmin\ntfs_chk.txt


PowerShellの場合

Get-ChildItem -Path C:\Windows\WinSxS\*\ntfs.sys* >C:\IaaSadmin\ntfs_chk.txt

 

 

 

タスクスケジューラ+パフォーマンスモニタ 簡易監視

タスクスケジューラとパフォーマンスモニタを使用して、リソース使用率が閾値を超えたらイベントログに出力したり、メールを送信できる。

 

Windows標準機能だけで、ディスクの残容量を監視する

https://blog.cles.jp/item/4060

パフォーマンス カウンターを監視するためのデータ コレクター セットを作成する

Capacity_surveillance.png

 

 

Windows OS 再インストール時の留意事項

パーティション再構成時に、MSRは消しちゃだめ

Windows7がGPT 形式のHDDにインストールできない時にできること – 某氏の猫空

 

 

ユーザー情報取得

Reporting on Local Accounts Using PowerShell -- Microsoft Certified Professional Magazine Online

http://tech.guitarrapc.com/entry/2013/02/08/210233

 

Get-CimInstance -ClassName Win32_UserAccount | select Name

 

Get-WmiObject -Class Win32_UserAccount -Filter  "LocalAccount='True'" | Select PSComputername, Name, FullName, Status, Disabled, AccountType, Lockout, PasswordExpires, PasswordRequired, PasswordChangeable, SID

 

Get-WmiObject -Class Win32_UserAccount -Filter  "LocalAccount='True'" | select Name

PowerShellでWMIからユーザ情報取得する(csv) - Qiita

PowerShell/ユーザーアカウント情報を確認する - Windowsと暮らす

 

 

ローカル セキュリティ ポリシー設定情報取得

任意のテキストファイルで出力、出力結果は整形が必要。

SecEdit /export /cfg C:\tmp\secpol.txt

 

Script to Export Local Security Policy - IT Programming - Spiceworks

Basic PowerShell GPO Inventory - Script Center - Spiceworks

 

ローカル グループ ポリシー

http://woshub.com/backupimport-local-group-policy-settings/http://woshub.com/backupimport-local-group-policy-settings/http://woshub.com/backupimport-local-group-policy-settings/

 

 

UAC設定変更

http://rtaki.sakura.ne.jp/infra/?p=1399http://rtaki.sakura.ne.jp/infra/?p=1399[Windows]管理共有 (C$, D$など) にビルトイン administrator 以外は接続できない | インフラSEの運用・構築メモ


After ESXi 6 update to version 4600944 MegaRaid Storage Manager console stop working

$
0
0

Hallo,

I have an issue with LSI/AVAGO/BROADCOM RAID monitoring tool and ESXi

 

After ESXi update to version (6.0.0 4600944), MegaRaid Storage Manager (16.05.04.00) console installed on Windows VM, stop working with error:

“Login failed: unable to connect to CIMOM server”

 

Before the update, I run ESXi 6.0 UP2 (6.0.0 3620759)  and  MegaRaid Storage Manager woks perfectly.

 

Thank you

Claudio

How can I forcefully update my vRO plugin?

$
0
0

It always tells me a newer version or the same version has already been installed.

Or is there any way to bump my developed plugin version? Thanks.

No way unity / copy paste / drag and drop / Workstation pro 12.5 Windows 7 guest 7 host

$
0
0

Hello,

 

after trying for a looong time, I'm frustrated. My workstation works fine with several OSs (W7 64, W10, Ubuntu...), but with my workhorse which is a old VM with W7 32b, I'm unable to make Unity, or drag and drop (or copy and paste) work.

 

Drag and drop operations always show the forbidden icon.

Copy (in host) does not enable the paste option (in guest) - or vice versa.

Trying to activate Unity causes some funny messages, most usual "The guest operating system is not running VMware tools" (it is) but even "The guest operating system does not support unity".

 

I've tried everything I've thought or found around - from cloning the VM to running VMware as administrator, disabling / enabling guest isolation, reinstalling the VMware tools, tweaking the vmx file...

 

At this point I'll very much welcome any suggestion.


Thank you,

 

jaime

Failed to get the instance UUID for baseImageVm with path

$
0
0

Hi,

I've just upgraded to Horizon 7 on vSphere 6U2 and I'm trying to setup  a new pool with instant cloning. I am however having problems with this and get the following error message:

Selection_999(399).jpg

The connection server log file shows a java exception:

2016-03-30T13:05:30.744+02:00 ERROR (1988-1810) <pool-9-thread-14> [FaultUtil] UnexpectedFault: Failed to get the instance UUID for baseImageVm with path /myLocation/vm/VDI/Build/win7-x64-vdi-instant.

2016-03-30T13:05:30.744+02:00 DEBUG (1988-1810) <pool-9-thread-14> [EventLogger] Error_Event:[ADMIN_POOL_ADD_FAILED] "domain\user failed to add Pool vdi-i-xyz": Node=VDI-CON-01.domain.local, DesktopId=vdi-i-xyz, Severity=AUDIT_FAIL, Time=Wed Mar 30 13:05:30 CEST 2016, ViewAPIDesktopId=Desktop/MzljODVmYTAtYmNlMS00MmM1LWFkMWEtNWNhNjQ2MzhlMzIw/dmRpLWktb3Bt, DesktopDisplayName=xyz Instant Virtual Desktop, Source=com.vmware.vdi.vlsi.server.util.ViewAPIEventLogger, UserSID=S-1-5-21-3576796692-3430792800-2338966728-3207, Module=Vlsi, UserDisplayName=domain\user, Acknowledged=true

2016-03-30T13:05:30.744+02:00 DEBUG (1988-1810) <pool-9-thread-14> [ViewAPI] $Prof: Operation=ViewAPI (Desktop.Desktop_Create), Object=-:-, Time=19824 ms

2016-03-30T13:05:30.745+02:00 DEBUG (0D00-1348) <MessageFrameWorkDispatch> [MessageFrameWork] System::WriteWindowsEvent

2016-03-30T13:05:30.747+02:00 ERROR (1988-1700) <ajp-nio-8009-exec-5> [Util] Missing message in MessageBundle for key: DesktopCreationFailed

2016-03-30T13:05:30.747+02:00 ERROR (1988-1700) <ajp-nio-8009-exec-5> [Util] Missing message in MessageBundle for key: ErrorInstantDesktopCreate

2016-03-30T13:05:30.748+02:00 DEBUG (1988-1700) <ajp-nio-8009-exec-5> [FlexFaultHandler] Failed to get the instance UUID for baseImageVm with path /myLocation/vm/VDI/Build/win7-x64-vdi-instant., ErrorInstantDesktopCreate com.vmware.vdi.admin.ui.common.FlexFaultHandler.a(SourceFile:329)

com.vmware.vdi.vlsi.binding.vdi.fault.UnexpectedFault:

causeString = null,

causeStackTrace = null,

errorCode = null,

errorAttributes = null

inherited from com.vmware.vdi.vlsi.binding.vdi.fault.ViewRuntimeFault:

errorMessage = Failed to get the instance UUID for baseImageVm with path /myLocation/vm/VDI/Build/win7-x64-vdi-instant.

inherited from com.vmware.vdi.vlsi.binding.vdi.fault.UnexpectedFault: Failed to get the instance UUID for baseImageVm with path /myLocation/vm/VDI/Build/win7-x64-vdi-instant.

  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)

  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)

  at java.lang.Class.newInstance(Class.java:442)

  at com.vmware.vim.vmomi.core.types.impl.ComplexTypeImpl.newInstance(ComplexTypeImpl.java:171)

  at com.vmware.vim.vmomi.core.types.impl.DefaultDataObjectFactory.newDataObject(DefaultDataObjectFactory.java:26)

  at com.vmware.vim.vmomi.core.soap.impl.unmarshaller.ComplexStackContext.<init>(ComplexStackContext.java:33)

  at com.vmware.vim.vmomi.core.soap.impl.unmarshaller.UnmarshallerImpl$UnmarshallSoapFaultContext.parse(UnmarshallerImpl.java:135)

  at com.vmware.vim.vmomi.core.soap.impl.unmarshaller.UnmarshallerImpl$UnmarshallSoapFaultContext.unmarshall(UnmarshallerImpl.java:98)

  at com.vmware.vim.vmomi.core.soap.impl.unmarshaller.UnmarshallerImpl.unmarshalSoapFault(UnmarshallerImpl.java:84)

  at com.vmware.vim.vmomi.client.common.impl.SoapFaultStackContext.setValue(SoapFaultStackContext.java:37)

  at com.vmware.vim.vmomi.client.common.impl.ResponseUnmarshaller.unmarshal(ResponseUnmarshaller.java:97)

  at com.vmware.vim.vmomi.client.common.impl.ResponseImpl.unmarshalResponse(ResponseImpl.java:245)

  at com.vmware.vim.vmomi.client.common.impl.ResponseImpl.setResponse(ResponseImpl.java:203)

  at com.vmware.vim.vmomi.client.http.impl.HttpExchange.run(HttpExchange.java:126)

  at com.vmware.vim.vmomi.client.http.impl.HttpProtocolBindingImpl.send(HttpProtocolBindingImpl.java:98)

  at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl$CallExecutor.sendCall(MethodInvocationHandlerImpl.java:526)

  at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl$CallExecutor.executeCall(MethodInvocationHandlerImpl.java:507)

  at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl.completeCall(MethodInvocationHandlerImpl.java:295)

  at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl.invokeOperation(MethodInvocationHandlerImpl.java:265)

  at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl.invoke(MethodInvocationHandlerImpl.java:169)

  at com.sun.proxy.$Proxy108.create(Unknown Source)

  at com.vmware.vdi.admin.ui.DesktopBeanFlexAdapter.saveAutoPool(SourceFile:3522)

  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

  at java.lang.reflect.Method.invoke(Method.java:497)

  at com.vmware.vdi.admin.ui.common.ViewFlexFactory$ViewProxy.invoke(SourceFile:113)

  at com.sun.proxy.$Proxy100.saveAutoPool(Unknown Source)

  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

  at java.lang.reflect.Method.invoke(Method.java:497)

  at flex.messaging.services.remoting.adapters.JavaAdapter.invoke(JavaAdapter.java:386)

  at flex.messaging.services.RemotingService.serviceMessage(RemotingService.java:178)

  at flex.messaging.MessageBroker.routeMessageToService(MessageBroker.java:1468)

  at flex.messaging.endpoints.AbstractEndpoint.serviceMessage(AbstractEndpoint.java:1044)

  at flex.messaging.endpoints.amf.MessageBrokerFilter.invoke(MessageBrokerFilter.java:101)

  at flex.messaging.endpoints.amf.LegacyFilter.invoke(LegacyFilter.java:154)

  at flex.messaging.endpoints.amf.SessionFilter.invoke(SessionFilter.java:42)

  at flex.messaging.endpoints.amf.BatchProcessFilter.invoke(BatchProcessFilter.java:63)

  at flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:190)

  at flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:328)

  at flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java:373)

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

  at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:720)

  at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:466)

  at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:391)

  at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:318)

  at com.vmware.vdi.admin.ui.servlet.AMFProxyServlet.a(SourceFile:90)

  at com.vmware.vdi.admin.ui.servlet.AMFProxyServlet.doPost(SourceFile:57)

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:648)

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

  at org.apache.catalina.filters.FailedRequestFilter.doFilter(FailedRequestFilter.java:97)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

  at com.vmware.vdi.support.ViewAdminFilter.doFilter(SourceFile:103)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

  at com.vmware.vdi.admin.be.filters.CertificateAuthFilter.doFilter(SourceFile:140)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

  at com.vmware.vdi.admin.be.filters.DisableUrlSessionFilter.doFilter(SourceFile:73)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)

  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)

  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)

  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)

  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)

  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:522)

  at org.apache.coyote.ajp.AbstractAjpProcessor.process(AbstractAjpProcessor.java:868)

  at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)

  at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1500)

  at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456)

  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

  at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

  at java.lang.Thread.run(Thread.java:745)

2016-03-30T13:05:30.748+02:00 ERROR (1988-1700) <ajp-nio-8009-exec-5> [FlexFaultHandler] Failed to get the instance UUID for baseImageVm with path /myLocation/vm/VDI/Build/win7-x64-vdi-instant., ErrorInstantDesktopCreate

2016-03-30T13:05:30.749+02:00 DEBUG (1988-1700) <ajp-nio-8009-exec-5> [FlexFaultHandler] Failed to get the instance UUID for baseImageVm with path /myLocation/vm/VDI/Build/win7-x64-vdi-instant., ErrorInstantDesktopCreate com.vmware.vdi.admin.ui.common.FlexFaultHandler.a(SourceFile:329)

com.vmware.vdi.admin.ui.common.FlexRemoteException: Failed to get the instance UUID for baseImageVm with path /myLocation/vm/VDI/Build/win7-x64-vdi-instant., ErrorInstantDesktopCreate

  at com.vmware.vdi.admin.ui.common.FlexFaultHandler.a(SourceFile:331)

  at com.vmware.vdi.admin.ui.common.FlexFaultHandler.handleGenericError(SourceFile:316)

  at com.vmware.vdi.admin.ui.common.FlexFaultHandler.handleInstantDesktopException(SourceFile:385)

  at com.vmware.vdi.admin.ui.DesktopBeanFlexAdapter.saveAutoPool(SourceFile:3529)

  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

  at java.lang.reflect.Method.invoke(Method.java:497)

  at com.vmware.vdi.admin.ui.common.ViewFlexFactory$ViewProxy.invoke(SourceFile:113)

  at com.sun.proxy.$Proxy100.saveAutoPool(Unknown Source)

  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

  at java.lang.reflect.Method.invoke(Method.java:497)

  at flex.messaging.services.remoting.adapters.JavaAdapter.invoke(JavaAdapter.java:386)

  at flex.messaging.services.RemotingService.serviceMessage(RemotingService.java:178)

  at flex.messaging.MessageBroker.routeMessageToService(MessageBroker.java:1468)

  at flex.messaging.endpoints.AbstractEndpoint.serviceMessage(AbstractEndpoint.java:1044)

  at flex.messaging.endpoints.amf.MessageBrokerFilter.invoke(MessageBrokerFilter.java:101)

  at flex.messaging.endpoints.amf.LegacyFilter.invoke(LegacyFilter.java:154)

  at flex.messaging.endpoints.amf.SessionFilter.invoke(SessionFilter.java:42)

  at flex.messaging.endpoints.amf.BatchProcessFilter.invoke(BatchProcessFilter.java:63)

  at flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:190)

  at flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:328)

  at flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java:373)

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

  at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:720)

  at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:466)

  at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:391)

  at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:318)

  at com.vmware.vdi.admin.ui.servlet.AMFProxyServlet.a(SourceFile:90)

  at com.vmware.vdi.admin.ui.servlet.AMFProxyServlet.doPost(SourceFile:57)

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:648)

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

  at org.apache.catalina.filters.FailedRequestFilter.doFilter(FailedRequestFilter.java:97)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

  at com.vmware.vdi.support.ViewAdminFilter.doFilter(SourceFile:103)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

  at com.vmware.vdi.admin.be.filters.CertificateAuthFilter.doFilter(SourceFile:140)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

  at com.vmware.vdi.admin.be.filters.DisableUrlSessionFilter.doFilter(SourceFile:73)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)

  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)

  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)

  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)

  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)

  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:522)

  at org.apache.coyote.ajp.AbstractAjpProcessor.process(AbstractAjpProcessor.java:868)

  at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)

  at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1500)

  at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456)

  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

  at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

  at java.lang.Thread.run(Thread.java:745)

Caused by: com.vmware.vdi.vlsi.binding.vdi.fault.UnexpectedFault:

causeString = null,

causeStackTrace = null,

errorCode = null,

errorAttributes = null

inherited from com.vmware.vdi.vlsi.binding.vdi.fault.ViewRuntimeFault:

errorMessage = Failed to get the instance UUID for baseImageVm with path /myLocation/vm/VDI/Build/win7-x64-vdi-instant.

inherited from com.vmware.vdi.vlsi.binding.vdi.fault.UnexpectedFault: Failed to get the instance UUID for baseImageVm with path /myLocation/vm/VDI/Build/win7-x64-vdi-instant.

  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)

  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)

  at java.lang.Class.newInstance(Class.java:442)

  at com.vmware.vim.vmomi.core.types.impl.ComplexTypeImpl.newInstance(ComplexTypeImpl.java:171)

  at com.vmware.vim.vmomi.core.types.impl.DefaultDataObjectFactory.newDataObject(DefaultDataObjectFactory.java:26)

  at com.vmware.vim.vmomi.core.soap.impl.unmarshaller.ComplexStackContext.<init>(ComplexStackContext.java:33)

  at com.vmware.vim.vmomi.core.soap.impl.unmarshaller.UnmarshallerImpl$UnmarshallSoapFaultContext.parse(UnmarshallerImpl.java:135)

  at com.vmware.vim.vmomi.core.soap.impl.unmarshaller.UnmarshallerImpl$UnmarshallSoapFaultContext.unmarshall(UnmarshallerImpl.java:98)

  at com.vmware.vim.vmomi.core.soap.impl.unmarshaller.UnmarshallerImpl.unmarshalSoapFault(UnmarshallerImpl.java:84)

  at com.vmware.vim.vmomi.client.common.impl.SoapFaultStackContext.setValue(SoapFaultStackContext.java:37)

  at com.vmware.vim.vmomi.client.common.impl.ResponseUnmarshaller.unmarshal(ResponseUnmarshaller.java:97)

  at com.vmware.vim.vmomi.client.common.impl.ResponseImpl.unmarshalResponse(ResponseImpl.java:245)

  at com.vmware.vim.vmomi.client.common.impl.ResponseImpl.setResponse(ResponseImpl.java:203)

  at com.vmware.vim.vmomi.client.http.impl.HttpExchange.run(HttpExchange.java:126)

  at com.vmware.vim.vmomi.client.http.impl.HttpProtocolBindingImpl.send(HttpProtocolBindingImpl.java:98)

  at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl$CallExecutor.sendCall(MethodInvocationHandlerImpl.java:526)

  at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl$CallExecutor.executeCall(MethodInvocationHandlerImpl.java:507)

  at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl.completeCall(MethodInvocationHandlerImpl.java:295)

  at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl.invokeOperation(MethodInvocationHandlerImpl.java:265)

  at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl.invoke(MethodInvocationHandlerImpl.java:169)

  at com.sun.proxy.$Proxy108.create(Unknown Source)

  at com.vmware.vdi.admin.ui.DesktopBeanFlexAdapter.saveAutoPool(SourceFile:3522)

  ... 60 more

2016-03-30T13:05:30.749+02:00 ERROR (1988-1700) <ajp-nio-8009-exec-5> [FlexFaultHandler] Failed to get the instance UUID for baseImageVm with path /myLocation/vm/VDI/Build/win7-x64-vdi-instant., ErrorInstantDesktopCreate

2016-03-30T13:05:30.750+02:00 DEBUG (1988-1700) <ajp-nio-8009-exec-5> [ViewFlexFactory] Failed to get the instance UUID for baseImageVm with path /myLocation/vm/VDI/Build/win7-x64-vdi-instant., ErrorInstantDesktopCreate com.vmware.vdi.admin.ui.common.ViewFlexFactory$ViewProxy.invoke(SourceFile:125)

com.vmware.vdi.admin.ui.common.FlexRemoteException: Failed to get the instance UUID for baseImageVm with path /myLocation/vm/VDI/Build/win7-x64-vdi-instant., ErrorInstantDesktopCreate

  at com.vmware.vdi.admin.ui.common.FlexFaultHandler.a(SourceFile:331)

  at com.vmware.vdi.admin.ui.common.FlexFaultHandler.handleGenericError(SourceFile:316)

  at com.vmware.vdi.admin.ui.DesktopBeanFlexAdapter.saveAutoPool(SourceFile:3622)

  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

  at java.lang.reflect.Method.invoke(Method.java:497)

  at com.vmware.vdi.admin.ui.common.ViewFlexFactory$ViewProxy.invoke(SourceFile:113)

  at com.sun.proxy.$Proxy100.saveAutoPool(Unknown Source)

  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

  at java.lang.reflect.Method.invoke(Method.java:497)

  at flex.messaging.services.remoting.adapters.JavaAdapter.invoke(JavaAdapter.java:386)

  at flex.messaging.services.RemotingService.serviceMessage(RemotingService.java:178)

  at flex.messaging.MessageBroker.routeMessageToService(MessageBroker.java:1468)

  at flex.messaging.endpoints.AbstractEndpoint.serviceMessage(AbstractEndpoint.java:1044)

  at flex.messaging.endpoints.amf.MessageBrokerFilter.invoke(MessageBrokerFilter.java:101)

  at flex.messaging.endpoints.amf.LegacyFilter.invoke(LegacyFilter.java:154)

  at flex.messaging.endpoints.amf.SessionFilter.invoke(SessionFilter.java:42)

  at flex.messaging.endpoints.amf.BatchProcessFilter.invoke(BatchProcessFilter.java:63)

  at flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:190)

  at flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:328)

  at flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java:373)

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

  at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:720)

  at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:466)

  at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:391)

  at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:318)

  at com.vmware.vdi.admin.ui.servlet.AMFProxyServlet.a(SourceFile:90)

  at com.vmware.vdi.admin.ui.servlet.AMFProxyServlet.doPost(SourceFile:57)

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:648)

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

  at org.apache.catalina.filters.FailedRequestFilter.doFilter(FailedRequestFilter.java:97)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

  at com.vmware.vdi.support.ViewAdminFilter.doFilter(SourceFile:103)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

  at com.vmware.vdi.admin.be.filters.CertificateAuthFilter.doFilter(SourceFile:140)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

  at com.vmware.vdi.admin.be.filters.DisableUrlSessionFilter.doFilter(SourceFile:73)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)

  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)

  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)

  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)

  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)

  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:522)

  at org.apache.coyote.ajp.AbstractAjpProcessor.process(AbstractAjpProcessor.java:868)

  at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)

  at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1500)

  at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456)

  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

  at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

  at java.lang.Thread.run(Thread.java:745)

Caused by: com.vmware.vdi.admin.ui.common.FlexRemoteException: Failed to get the instance UUID for baseImageVm with path /myLocation/vm/VDI/Build/win7-x64-vdi-instant., ErrorInstantDesktopCreate

  at com.vmware.vdi.admin.ui.common.FlexFaultHandler.a(SourceFile:331)

  at com.vmware.vdi.admin.ui.common.FlexFaultHandler.handleGenericError(SourceFile:316)

  at com.vmware.vdi.admin.ui.common.FlexFaultHandler.handleInstantDesktopException(SourceFile:385)

  at com.vmware.vdi.admin.ui.DesktopBeanFlexAdapter.saveAutoPool(SourceFile:3529)

  ... 60 more

Caused by: com.vmware.vdi.vlsi.binding.vdi.fault.UnexpectedFault:

causeString = null,

causeStackTrace = null,

errorCode = null,

errorAttributes = null

inherited from com.vmware.vdi.vlsi.binding.vdi.fault.ViewRuntimeFault:

errorMessage = Failed to get the instance UUID for baseImageVm with path /myLocation/vm/VDI/Build/win7-x64-vdi-instant.

inherited from com.vmware.vdi.vlsi.binding.vdi.fault.UnexpectedFault: Failed to get the instance UUID for baseImageVm with path /myLocation/vm/VDI/Build/win7-x64-vdi-instant.

  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)

  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)

  at java.lang.Class.newInstance(Class.java:442)

  at com.vmware.vim.vmomi.core.types.impl.ComplexTypeImpl.newInstance(ComplexTypeImpl.java:171)

  at com.vmware.vim.vmomi.core.types.impl.DefaultDataObjectFactory.newDataObject(DefaultDataObjectFactory.java:26)

  at com.vmware.vim.vmomi.core.soap.impl.unmarshaller.ComplexStackContext.<init>(ComplexStackContext.java:33)

  at com.vmware.vim.vmomi.core.soap.impl.unmarshaller.UnmarshallerImpl$UnmarshallSoapFaultContext.parse(UnmarshallerImpl.java:135)

  at com.vmware.vim.vmomi.core.soap.impl.unmarshaller.UnmarshallerImpl$UnmarshallSoapFaultContext.unmarshall(UnmarshallerImpl.java:98)

  at com.vmware.vim.vmomi.core.soap.impl.unmarshaller.UnmarshallerImpl.unmarshalSoapFault(UnmarshallerImpl.java:84)

  at com.vmware.vim.vmomi.client.common.impl.SoapFaultStackContext.setValue(SoapFaultStackContext.java:37)

  at com.vmware.vim.vmomi.client.common.impl.ResponseUnmarshaller.unmarshal(ResponseUnmarshaller.java:97)

  at com.vmware.vim.vmomi.client.common.impl.ResponseImpl.unmarshalResponse(ResponseImpl.java:245)

  at com.vmware.vim.vmomi.client.common.impl.ResponseImpl.setResponse(ResponseImpl.java:203)

  at com.vmware.vim.vmomi.client.http.impl.HttpExchange.run(HttpExchange.java:126)

  at com.vmware.vim.vmomi.client.http.impl.HttpProtocolBindingImpl.send(HttpProtocolBindingImpl.java:98)

  at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl$CallExecutor.sendCall(MethodInvocationHandlerImpl.java:526)

  at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl$CallExecutor.executeCall(MethodInvocationHandlerImpl.java:507)

  at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl.completeCall(MethodInvocationHandlerImpl.java:295)

  at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl.invokeOperation(MethodInvocationHandlerImpl.java:265)

  at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl.invoke(MethodInvocationHandlerImpl.java:169)

  at com.sun.proxy.$Proxy108.create(Unknown Source)

  at com.vmware.vdi.admin.ui.DesktopBeanFlexAdapter.saveAutoPool(SourceFile:3522)

  ... 60 more

 

Anyone seen this before?

 

Lars

Error Code: 0X80070570 When Installing Win Server 2016 DC on Workstation 12

$
0
0

Hi All,

 

Hoping for some help getting a new Win Server 2016 Datacenter setup in a virtualized environment. I've been trying for the past couple of days and for the life of me cannot get the installation to complete. It's failing with Error Code: 0x80070570. Now I've done plenty of research on this and still can't seem to put my finger on what is causing the error.

 

Steps Performed So Far:

1. Verified MD5 Checksum on multiple files. Confirmed all were valid and not corrupted.

2. Updated BIOS Drivers on my Host OS (Windows 10 64bit)

3. Attempted install from ISO file attached to the Virtual Disk in VMware

4. Attempted install from DVD containing ISO

5. Changed Virtualization Engine to all available options, and also tried checking the Virtualize Intel VT-x box

6. Attempted install on SSD and on a standard WD HDD

 

I don't know where to go next and this is driving me nuts! I really need to get a home lab setup soon and I would rather not throw a whole Win Server OS over-top of one of my other WIN7 & WIN10 installations.

 

Any help would be greatly appreciated. I have enabled Full debugging and attached the latest vmware.log file.

 

Thanks in advance!

 

Marcus

Viewing all 175326 articles
Browse latest View live


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