Снапшоты есть, 3 штуки.
чекдиск запустил просто через chkdsk, без параметров.
Снапшоты есть, 3 штуки.
чекдиск запустил просто через chkdsk, без параметров.
works like a charme... thanks again, Chris!
t.
Hi,
If you have access to the ESXi Shell using SSH or the direct console, you may edit the proxy.xml directly using vi editor to change the HTTP and HTTPS ports on the ESXi host. The proxy.xml file is located in /etc/vmware/hostd/ directory on the ESXi host.
For more information refer to VMware KB VMware KB: Changing the port used by the vSphere Client to connect directly to the ESX/ESXi host
-Arun
http://highoncloud.blogspot.in/
About VMware Virtualization on NetApp
hi,
i want to configure an Alert when Host nic utilization reaches 80%.
Hi,
Thanks for your reply, I have looked at the VMware KB: Changing the port used by the vSphere Client to connect directly to the ESX/ESXi host
Even if i modify vifs connection as you stated I get the same error:
C:\Program Files (x86)\VMware\VMware vSphere CLI\bin>vifs.pl --server ************* --username ***** --password ********** --get /etc/vmware/hostd/proxy.xml c:\temp\proxy.xml
GET https://**************/folder/etc/vmware/hostd/proxy.xml unsuccessful : 404
Not Found
Error: File can not be downloaded to c:\temp\proxy.xml.
I can confirm having same issue on MBP Retina 10,1 (mid 2012).
I can single out VMware Fusion because:
- Used Mavericks 10.9.1 for a couple of months with Fusion 5. No reboots.
- Upgraded to Fusion 6 last week. No other system changes. Had several reboots since then. I don't think it is as consistent as Zaudio, but I will investigate further (unless I downgrade to Fusion 5).
It sometimes reboots in my bag when I enter the Wifi-coverage at work. I wonder if the "mini-wake" OSX does when recognizing the wifi is related to Power Nap. But the checkbox says "Enable Power Nap while plugged into a power adapter", doesn't make sense. Would like more insight into that area.
Hi,
To create an alarm for host network utilization, select the vCenter instance by connecting to the vSphere client. Navigate to Alarms tab and right click and select new Alarm. For Alarm Type to Monitor select Host and in the Triggers tab select Host Network Usage (KBps) you can select Warning for 80% and configure the action accordingly.
-Arun
http://highoncloud.blogspot.in/
About VMware Virtualization on NetApp
Objection.
The official VMware Guest OS support list shows that Windows Server 2012 R2 and Windows 8.1 are fully supported on ESXi 5.1 (even GA) and 5.0 U2 onwards.
See:
That there is no specific dropdown option for differentiating between 2012 and 2012 R2 is normal and not a problem, as explained in this KB article:
VMware KB: Microsoft Windows Server 2012 R2 guest operating system option is not available
grazie a tutti per i suggerimenti
thanks Arun. Even i am aware of that. but my question is for each nic on the Host, not for entire ESXI host.
У других ВМ, которые на том же разделе, но проблем не имеют -- у них снапшоты есть?
Выложите, пожалуйста скриншот клиента со схемой виртальных свитчей.
Avevo pensato anche io di fare un installazione pulita, però significherebbe formattare la macchina dove attualmente girano altri servizi o come dici tu un installazione virtuale, che però mi comporterebbe l'acquisto anche di una licenza Windows.
Hi All,
I need a script that will look at all of the VM servers we have and tell us the names of the ones that have not been logged into in the past 2 weeks and past month.
Is this possible. if yes ? please suggest.
Thanks.
Anjani Kumar
Hi,
i have a problem with the HCL.
A customer need to install vsphere 4.1 U3 (very old!!!) on aMSA2324sa in switched mode. it's supported, but in HCL the firmware version is 3.6.14.26, while the firmware of MSA is always MXXXXXX
is this an error or exist a particular FW version?
can anybody help me?
thanks in advance
1. Is there a way to resize the above vmdk to partition size without shutting down the server?
You can't shrink VMDKs, whether live or cold, only extend them.
2. What will be the best (secure) way to proceed?
The cleanest and simplest way would be: Attach a new disk to the VM, migrate your data, unmount the old disk from the guest OS, remove the old disk.
3. Is it correct that if current 400GB is on Thin provisioned vmdk the data store usage is equal to only actual VM(vmdk's and config) size? If the above is correct there is probably no need to resize vmdk because this VM will never use more than defined Windows partitions. Right?
A thin-provisioned disk grows in size if a block is written to for the first time. If you decreased the partition size in the guest OS, then under normal circumstances writes should never take place on this unpartitioned space. However, blocks that have been written to in the past will remain and continue to occupy physical disk space on the datastore (unless you write binary zeros to that space and svMotion the VM or similar).
Я бы попробовал от снапшотов избавиться в любом случае для проверки.
puoi valutare la virtualCenterServerAppliance allora: è una Vm linux gia' "fatta e finita".
Sul server windows fisico potresti poi disinstallare il vCenter 4.1 e installare solo l'UpdateManager 5.5.
Hi ,
As part OAuth 2.0 Implementation, I facing difficulties to make the like functionality.
My requirement is : I need to make a post like, from another portal. I’ve user access_token which is I’m providing in the url as “bearer_token”.
I’ve added http basic authentication also to the header when making the request, but it’s always giving 401 –Unauthorized error.
I’m making http post call from C# code. The actual Curl example given on developer site. # Curl Example
curl -X POST
-v --basic -u "emily@socialcast.com:demo"
https://demo.socialcast.com/api/messages/39/likes.xml
Could you please let me now that am I missing something in the following request in C# version .
My request url is something like:
https://mysite.com/api/messages/61351/likes?bearer_token=5a59e7b340e398e134f69cb75c688cf3
Please help me, to resolve this issue.