Unsolved

This post is more than 5 years old

33 Posts

802

July 22nd, 2009 06:00

Broadcom Server NIC and Celerra problem

OK, so we are building a new VMware environment using NFS off of a NS80g for storage. When we attempt to create guest systems and the OS install is being performed it fails because it can not grow the vmdk file fast enough on the Celerra. Vmware support says they have seen this before with broadcom NIC and a Celerra and that the resolution was to replace the broadcoms with Intel. Does anyone have any ideas why this would be?

33 Posts

July 28th, 2009 05:00

OK apparently it has been determined by VMware that it is not a Broadcom NIC problem but a problem when you disable caching on the FS as recommended in the EMC Celerra with VMware whitepaper that EMC put out. According to VMware support EMC is aware of the problem and is working on a fix but the solution till then is not to disable caching. Is there a way to re-enable caching after it has already been disabled. I ran the command: server_mount server_2 -option rw,uncached vmware01 /vmware01

2 Intern

 • 

366 Posts

July 28th, 2009 09:00

Yes, there is.

server_mount server_2 -ignore -option rw vmware01 /vmware01

The -ignore tells the DM to overwrite the mount options. If you do not use it, it would append the mount options.


Gustavo Barreto.

6 Operator

 • 

8.6K Posts

July 29th, 2009 06:00

interesting

do you have a service request or bug number for that ?

33 Posts

July 30th, 2009 13:00

30760542 is the SR I opened today on it. My presales engineers have confirmed this today along with a VAR that does EMC and VMware.

6 Operator

 • 

8.6K Posts

August 10th, 2009 06:00

FYI,

looks like a fix is available in 5.6.46:

Impact Level
Severity 1
Symptom Desc.
From version 5.6.439 to 5.6.46.4, installing a VMWare virtual machine on Celerra using the NFS
protocol when the underlying file system was mounted with "uncached" option resulted in a corrupted
virtual machine.
Fix
Code has been fixed to handle "uncached" option properly, eliminating data corruption.
Service Request No.
29798394
Fixed in version
5.6.46.3
No Events found!

Top