Re: N1K or DVS info on a ESXi Host
I don't have a N1K handy right now, but does this list the connected ESXi hosts per N1K ? foreach($dvsinGet-VDSwitch){ Get-View-Id ($dvs.ExtensionData.Config.Host|%{ $_.Config.Host}) |...
View ArticleRe: Guest OS auto started, unique IP and name
njineermike wrote:I have a few questions: 1: Can the Guest OS be auto started to a specific VM? If so, exactly HOW is this done? I've seen references to scripting, but the threads were several years...
View ArticleRe: Скорость восстановления виртуальных машин
Могу предположить что восстановление идёт по Ethernet, а бэкап по FC SAN. В счетчиках производительности на хосте или сервере резервного копирования это будет видно.HP Data Protector 7.0 вообще умеет...
View ArticleRe: moving VM across sites (another vcenter)
Use esxReplicator from Vizioncore and check link for supported featuresVizioncore, Inc. Announces esxReplicator for VMware ESX Server : VMblog.com - Virtualization News and Information for Ev…
View ArticleRe: Скорость восстановления виртуальных машин
Maxim wrote: HP Data Protector 7.0 вообще умеет по FC SAN восстанавливать ВМ? Да. Для этого ему необходим r/w ко всем датасторам. Хотя чаще используют вариант с доступом r/o для того чтобы делать...
View ArticleRe: Ошибочка Device performance has deteriorated
namahs wrote: Хранилка ibm ds3512 iscsi подключение.Хранилка подключена к выделенной сети Ethrnet или в серверную, если второе, то кто-то что-то качал, поэтому и латенси (время отклика) увеличилось.
View ArticleRe: VM Image Copied / Replicated
Thanks Julien, You are absolutely right. But like I said I omitted the details for oversimplification. I am already determining the unique copy by manipulating MAC address with some other hardware...
View ArticleRe: Static IP Lost Internet Connection
You have to configure network adapter as Bridge mode and configure you desire IP address in windows server 2008. Also make sure that you have configure same block IP that your LAN use for...
View ArticleRe: Where is the Blue print?
I have found a article have a look... http://wahlnetwork.com/2011/03/08/vcap-dca-blueprint-study-sheet/Regards,Milton
View ArticleRe: Force Client Settings through vCenter
Hi.. Im quite sure that this can't be done from vCenter...vSphere Client settings are stored locally on each client in the registry under HKEY_CURRENT_USERS... To bypass the Getting Started tab a...
View ArticleUpgrade from ESXi 5.0 to 5.1 U1
Hello, I usually do clean install when upgrading ESXi. This time I want to do with Update Manager. I imported "VMware-ESXi-5.1.0-Update1-1065491-HP-5.50.26.iso" custom HP iso to update manager. And...
View ArticleRe: Unable to ping from or to host
DogRocco wrote: The host IP gets a dynamic Ip from router: IP: 192.168.1.45Subnet: 255.255.255.0Gateway: 192.168.1.1 Windows 7 workstation: IP: 192.168.1.79Subnet: 255.255.255.0Gateway: 192.168.1.1 I...
View ArticleBackup VDP appliance with VDP, a good idea ?
Hi, I'm using vsphere 5 with 3 esx V4 I'm testing VDP, as we can't backup on tapde the VDP data, I suggest to backup the VDP appliance (and data) with VDR on a CIFS folder. Then I will be able to...
View ArticleVirtual serial port and WmWare WorkStation
Good day! There is a problem in the driver with an example of WDK 7.1 "Virtual serial port" when connecting to WmWare WorkStation 9.0.2. In the driver on a real machine is no problem. When I Mapped...
View ArticleRe: Windows 2008 R2 "Time machine"
Hello Julien, I tried what you wrote: I checked out the "Time to display list of operating system" checkbox. After the restart the checkbox is checked again, this setting is also reverted the previous...
View ArticleWindows 8 & Console
Hi everyone, I have a little problem since windows 8 . I have 3 ESXI 5.0 servers. I saw that console in vsphere client 5.0 may not work on windows 8. So I installed VGC (Vmware Guest Console). All...
View ArticleRe: Configurator URL: HTTP Status 404 -
I have the same issue then wikusvanderwalt configurator.log: Jul 24 2013 06:31:06.271 INFO [main] com.vmware.horizon.configurator.common.ConfiguratorPropertyPlaceholder - Loading properties file from...
View ArticleRe: Remove Catalog?
You can use the ExtensionData property. (get-catalog "test").ExtensionData.Delete() or $cat = get-catalog "test"$cat.ExtensionData.Delete()
View ArticleRe: Configurator URL: HTTP Status 404 -
Is it possible that your vCenter password has changed after you have initially deployed the vApp? Or the vCenter user you provided lost permissions or something.. ?
View Article