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

Re: vCACCAFEResourceElement -> Destroy

$
0
0

What we do is create two entitlements; one for users and one for administrators (including our service account).

 

We remove the Destroy action from the User entitlement and replace it with Custom Destroy. The vRO workflow initiated by the custom destroy will call the native Destroy using the service account (which is configured to run the vCACCAFE:Host connection) as it is still entitled to the native action.

 

Our use case wasn't the same as yours though. We actually needed to remove Destroy from machine components to stop people breaking multi-machine deployments. We swapped out Destroy for Cloud.Machine and Virtual.Machine with a custom action called Destroy Deployment that was just a wrapper for figuring out the root deployment resource and calling the native destroy for it. Users themselves were still entitled to Destroy at the deployment level.

 

As I mentioned in the other thread, you've really only got those three options.


Re: Waiting Timer isn't resuming (perhaps after restart)

$
0
0

I don't know if they ever got improvements but I believe the waiting events have always potentially had issues in clustered vRO's, as they operate from their own independent rabbitmq queues.

 

I think you'd be better off recording the VMs/dates somewhere (vRO or externally) and running a process every X time (e.g., once per day or once per hour) that processes the list and destroys as appropriate.

Re: Help - need tool to recover flat vmdk file or load VM with missing disk file

$
0
0

Thanks for the help.

I will try recover with scalpel - scan

 

Any ideas for recovering the other disk for which i do have the flat file IDINET-Server.vmdk but wont load after loosing IMDEAidinet-flat.vmdk ?

 

Thanks again

Is there a way to track unfinished Actions?

$
0
0

I am using vRO 7.5 in this environment.

 

For example.

 

If I write an action that executes something that takes 2 hours (example only, I hopfully wouldnt ever do this )

This action is run by a workflow, then say the workflow either fails or is cancelled, is there a way to list anything that may not have completed yet?

 

I want to make sure there is nothing taking up resources when it is no longer valid.

 

Thanks all!

 

Cheers

Re: Help - need tool to recover flat vmdk file or load VM with missing disk file

$
0
0

> Any ideas for recovering the other disk for which i do have the flat file IDINET-Server.vmdk but wont load after loosing IMDEAidinet-flat.vmdk ?

 

Not sure if I can follow ?

That question was already by Andre - you reported that the attempt failed.

But reading the details I have too assume you made a mistake when you tried it.

With all info I have seen so fat simply setting

scsi0:1.present = "false"

should do the trick.

Re: Part of customization spec greyed out

Re: Pink Screen of Death

$
0
0

When this PSOD happened exactly? in what situation and after which state you encountered this problem? (for example after a special operation, like power-on a VM)

Re: Invalid operation increasing disk dize

$
0
0

I am not surprised at all that you cant expand this vmdk via the UI.

At the moment change block tracking is active while it is declared as very old virtual hardware.

It uses the optional

ddb.adapterType = "lsilogic"

which contradicts the IDE-geometry

ddb.geometry.cylinders = "2130500"

ddb.geometry.heads = "16"

ddb.geometry.sectors = "63"

The size of the flat.vmdk is not alligned to full MBs

which may be another reason why the UI cant expand it:

RW 2147543103 VMFS "DCROWN-flat.vmdk"

size in MBs = 1048605.030761719

To expand this vmdk stop the active backup job and delete all ctk.vmdks.

Then remove ctk-entries from the vmx and use this vmdk descriptor:

# Disk DescriptorFile

version=1

CID=12345678

parentCID=ffffffff

isNativeSnapshot="no"

createType="vmfs"

 

# Extent description

RW 2147543040 VMFS "DCROWN-flat.vmdk"

 

# The Disk Data Base

#DDB

ddb.adapterType = "lsilogic"

ddb.geometry.cylinders = "133678"

ddb.geometry.heads = "255"

ddb.geometry.sectors = "63"

ddb.virtualHWVersion = "8"

 

If I had to expand this vmdk I would use dd and write a new descriptor.


Re: Cloud Builder Maximum Hosts

$
0
0

Meaning theoretically 64 in a standard sddc via JSON, correct?  I understand no mgmt domain in a standard sddc would have that many, I was just trying to confirm more than 4.  I’ll try to test it and let you all know the outcome.

Re: Help - need tool to recover flat vmdk file or load VM with missing disk file

$
0
0

No luck. setting scsi0:1.present = "false"

I'm guessing it's the same as what andre asked me to do by delete the lines referencing to scdi0:1 drive

 

Result stil the same: Unable to enumerate all disks.

 

Thanks anyway.

 

What I dont understand is that having all the files for this vm hd1 I'm unable to mount it.

I'm starting to think that even if I recover the missin flat file the result will be the same.

Unable to enumerate all disks.

 

Thanks both for the time and help

Root Password Not Recognized, Even After Change

$
0
0

Hello,

 

I have a VMware ESXi 6.5 host on which I cannot access the root account. Each time I attempt to login, either via the Web interface or via SSH, it tells me that the password is incorrect.

 

Fortunately, I do have another user with admin access on the machine, so I can still get in. If I log in as that user, and then reset the root user's password, it appears to work, but I am still unable to login as root. This is true whether I reset it via the Web interface or via the shell with the passwd command.

 

No matter what I do, it tells me that the password for the root account is incorrect.

 

Any suggestions?

 

Thanks.

Re: NSX vxlan-VTEP and controller communication

$
0
0

Hi Sreec,

 

so actually controller keeps a full mac arp table and vteps will only keep their local mac arp tables.

when hosts in vtep1 wants to hosts in other vteps, vtep will also communicate to control first and control will reply with the host detail.

you mentioned controller will eventually populate the arp and mac table back to vteps via report, is this the way how controller reports back to vtep?

 

also, for instance, vm1 in vtep1 wants to speak to vm2 in vtep2 and controller has already replied vtep for vm2's detail.

I believe at this stage vtep1 will save vm2's mac and arp details locally.

 

(save vm2 locally after querying with controller)

  |

vtep1-----------------vtep2--------controller

|                              |

vm1                        vm2

 

how long will vtep1 keeps this detail in mac and arp table??

say after hours if vm1 wants to speak to vm2 again, willl vtep1 query controller again ??

or if vm2 is offline, how will vtep1 knows about it ??

 

Appreciate your patience and your precious time!

Regards

Michael

Re: Can't boot into Android VM in VMWare Fusion on Mac

$
0
0

I don't have that option in VMWare Fusion Version 8.5.10 (7527438)
(Legacy BIOS v UEFI)

Re: Help - need tool to recover flat vmdk file or load VM with missing disk file

$
0
0

Please show us the current vmx-file you edited with the vmware.log it creates when you start the VM.

Networking Suggestions?

$
0
0

Any suggestions on Networking: Mgmt Ntwk, VM Ntwk and vMotion.

 

New deployment:

3 hosts with 4 x 10Gb NICs and approximately 30 to 40 Guest VMs.

 

Team x 2 NICs    

vSwitch0 | Mgmt and VM Ntwk (Team 1)

vSwitch1 | vMotion VLAN100, MTU 9000 (Team 2)

 

LB Policy - Route based on IP hash

Physical switch ports - LACP


Re: failed to impersonate the current user to the vmware vcenter converter standalone server. internal system error

$
0
0

where could I find the log bundle? I can't run Vmware vCenter Converter.

Cant connect usb 3.1 on fusion 11.5 and catalina 10.15.2

$
0
0

Samsung Portable SSD T5 cant recognize by win10 guest. but it can recognize my sandisk flashdrive type c. im using MBP 2017 no touchbar

 

Please help.

Re: Networking Suggestions?

$
0
0

I would suggest the following (without knowing your specific requirements):

 

vSwitch 0: 2 x 10 GbE interfaces, Management and vMotion. vmnic0 active for Management; vmnic1 standby. Opposite for vMotion.

Virtual Distributed Switch: 2 x 10 GbE interfaces, no LACP, route based on physical NIC load. All VM networks.

How to remove failed vCenter from SRM 8.2 Photon appliance

$
0
0

VCenter has failed and was replaced with a new instance of vcenter, but when I try to remove the old one from SRM 8.2 appliance, breaking site pair fails. Assumption is it can’t connect to the removed vCenter(PSC). Any suggestion how to clean it up?

Re: намертво зависает виртуальная машина

$
0
0

Добрый день всем жителям.

Ну вот возвращаемся к прежней теме.

Были произведены следующие работы:

1.Обновлен vCenter до последнего обновления для 6.0

2. Обновлен хост с зависающим сервером до версии vmware 6.0 U3 от 09,2019

3. Обновлены Firmware на железо сервера в частности: Bios, дискового контроллера, iLo

Но прошивку дискового контроллера пришлось вернуть прежнюю, по причине не понятной после обновления прошивки система не хотела видеть 5 дисков из 24 (и соответственно не стартовали виртуальные машины.)

после обновления сервер проработал 17 дней в нормальном режиме, все было отлично, хотел уже сюда отписаться что все работает, НО.....

тут пришел нежданчик, опять мертвое зависание виртуалки на хосте и опять что бы виртуалку оживить пришлось грузить весть хост через iLo.

файлик vmkernel.log прилагаю, сам смотрел его - походу система ругается на тот же диск что и раньше.

Подскажите направление пожалуйста. возможно такое что при обновлении хоста не все драйвера обновились или в обновлении не было каких то конкретных обновлений. Обновлялся с кустомной сборки для серверов HP от 09/2019

Viewing all 232413 articles
Browse latest View live


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