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

Re: При записи на диск подскакивает нагрузка на процессор и пинги начинают ухудшаться.

$
0
0

Снапшоты есть, 3 штуки.

чекдиск запустил просто через chkdsk, без параметров.


Re: Change vNIC type

$
0
0

works like a charme... thanks again, Chris!

 

t.

 


Re: Esxi 5.1 Changing default port 80 and 443

Alert when Host nic utilization reaches 80%

$
0
0

hi,

 

i want to configure an Alert when Host nic utilization reaches 80%.

Re: Esxi 5.1 Changing default port 80 and 443

$
0
0

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.

Re: Fusion 6.0.2 and OSx Mavericks 10.9.1 - Sleep Wake failure unless I shutdown or suspend my Win7Pro VM before closing lid

$
0
0

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.

Re: Alert when Host nic utilization reaches 80%

$
0
0

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

Re: Server 2012 R2 guest on an ESXi 5.1.0 host

$
0
0

Re: esxi 5.5 e crash del sistema

$
0
0

grazie a tutti per i suggerimenti

Re: Alert when Host nic utilization reaches 80%

$
0
0

thanks Arun. Even i am aware of that. but my question is for each nic on the Host, not for entire ESXI host.

Re: При записи на диск подскакивает нагрузка на процессор и пинги начинают ухудшаться.

$
0
0

У других ВМ, которые на том же разделе, но проблем не имеют -- у них снапшоты есть?

Re: ESXi 4.1 и vlan

$
0
0

Выложите, пожалуйста скриншот клиента со схемой виртальных свитчей.

Re: Consiglio Aggiornamento da 4.1 a 5.5 con nuovo hardware (stesso virtual center)

$
0
0

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.

need a script that will look at all of the VM servers and tell the names of the ones that have not been logged into in the past 2 weeks and past month

$
0
0

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



HCL Problem

$
0
0

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


Re: resize (shrink) vmdk

$
0
0

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).

Re: При записи на диск подскакивает нагрузка на процессор и пинги начинают ухудшаться.

$
0
0

Я бы попробовал от снапшотов избавиться в любом случае для проверки.

Re: Consiglio Aggiornamento da 4.1 a 5.5 con nuovo hardware (stesso virtual center)

$
0
0

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.

Re: ESXi 4.1 и vlan

Like API returning 401 error

$
0
0

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.

Viewing all 208811 articles
Browse latest View live


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