Re: ESXi 5 host shut down from vCenter 5
If you are sure other VM's wont migrate to the host then you can shutdown. But I would personally prefer to put the host in Maintenance Mode and shutdown, So that once you complete your activity you...
View ArticleESXi: разные ip-адреса на одном интерфейсе
Добрый день.Установили на удаленном хостинге ESXi 3.5. На сервере активна 1 сетевая карта (возможности включить второй интерфейс нет). Как настроить удаленно гипервизор, чтоб management и виртуальная...
View ArticleRe: ESXi: разные ip-адреса на одном интерфейсе
ну, как бы это по дефолту так работает У вас есть интерфейс vmk с IP1, и есть портгруппа VM Network (по умолчанию). Запускайте там машинки с нужными вам IP, всё будет работать через едеинственную...
View ArticleRe: ESXi 5 host shut down from vCenter 5
Hello Cert, If you are in HA mode then only VM'will move to another host. 1) Turn off HA mode2) Put host maintainance mode3) Then shutdown As its test environment then no need to worry about VM's...
View ArticleRe: ESXi: разные ip-адреса на одном интерфейсе
Спасибо.На самом деле у меня получилось повесить оба ip, но только на vmkernel... но это было совсем не то =)
View ArticleRe: update virtual machine custom attribute
Have a look which custom attributes are defined withGet-CustomAttributeYou can also look for a VM that is under SRM control what custom attributes are thereGet-VM -Name MyVM | Select -Property Name...
View ArticleDVPort - Manually assign the Port No. while creating VM
Hi, In my set up in once of the VLAN DV Port group there were 128 ports were assigned. Yesterday we found that all the ports have been used, so that we have increased the port counts from 128 - 512,...
View ArticleHow to Use VDAP with vDR?
Dear Team, One of my frined told me that, we can use vDAP with vDR, but how can i use the same , need help??? regardsMr VMware...
View ArticleRe: Netapp Virtual Storage Console discovery issue
Hi.. Be aware that the register URL is case sensitive... From this VMware KB: http://kb.vmware.com/kb/2001703 The NetApp Virtual Storage Console credentials can be updated by accessing this URL on...
View ArticleRe: Upgrade ESX 3.5 U3 to 3.5 U5
I ran the command on a test machine of mine and it returns an error[root@esx351 sbin]# esxupdate --bundle upgrade-from-esx3.5-3.5.0_update05-207095.zip updateoption --bundle not recognizedEnter...
View ArticleRe: no ethernet driver inside guest Windows XP OS
I cant get the nic to show up in xp. I removed the e1000 line but still no go. Here is my VMX file: Any help is appreciated. ---.encoding = "windows-1252"config.version = "8"virtualHW.version =...
View ArticleRe: требуется помощь - перестала загружаться XP
Может так сделаем? Поставьте тимвьювер и дайте мне разовый доступ, я посмотрю.Просто тут все в основном работают с VMware vSphere и лично я не помню как выглядит меню и где какие кнопочки в vmware...
View ArticleRe: Script to unassign users from VMware View
You want the Remove-UserOwnership cmdlet.Provided the CSV contains the following fields"VM","User""VM1","user1""VM1","user1"You can do something like this Import-Csvinput.csv-UseCulture|%{...
View ArticleRe: TCP window scale flag dropped cross VMWare NAT device
I'm using now Virtualbox as a work around, this works correctly (aka tcp window scale flag used cross nat device).As a result throughput between distant server and virtual machine is now on par (4...
View ArticleRe: Upgrade ESX 3.5 U3 to 3.5 U5
Have you copied the upgrade file to a temporarty location on the host and are you running the command from that location (where is zip is located)
View ArticleRe: Upgrade ESX 3.5 U3 to 3.5 U5
yes I have copied the zip file to tmp directory and I am running it from there [root@esx351 tmp]# ls -ltotal 452388-rw------- 1 root root 5 Jan 17 03:02 cimserver_start.confsrwxrwxrwx...
View ArticleRe: How to get Snapshot space using vi java api??
Nevermind, finally after deep study of vsphere java sdk & Snapshot I got the Solution...we need to use searchDatastoreSubFolder_Task() method with two parameters.....1) Datastore Path 2)...
View Articleesxi 共享存储的问题
各位大神,小弟初来乍到。想问点问题,特此请教1.要使用vmotion是否一定要用共享存储来支持?2.多台ESXi server之间的本地磁盘能互相访问么?怎么样才能做到多台esxi server之间的本次磁盘能够互相访问?谢谢了。。。涉及到项目问题。请各位大神帮忙回答
View ArticleRe: vDS Report Generation
The variable $DvSallowPromiscuous will be $null when the Where-clause is not successfull$DvSallowPromiscuous = $DvSallowPromSec | where-object {$_.Name -NotLike "*DVUplinks"}In that case you should use...
View Article