HI all!
I try to install Oracle Solaris 11.1 for create 2 NFS share.
Create VM (8 version), set 4096 MB RAM, 4 core and set Oracle Solaris 11 (64-bit) and connect VMXNET 3 adapter (fro 10Gbps speed link). I install tools: VMware KB: Installing VMware Tools in a Solaris virtual machine
For NFS i connect 4 drive: 2 WD Red (SATA) and 2 WD Re (SAS) (use vmkfstools -z tools, because ESXi not see RDM disk - LSI 9003-8i SAS controller).
System install in one WD Red disc, and add mirror command: zpool attach rpool c8t0d0 c8t1d0.
For WD Re i use RAID 0 and use ./zpool-s11-1111 create raider c8t2d0 c8t3d0.
All work fine!
For connect i create new vSwitch1 without physical adapter - add VM and VMKernel for 10Gbps speed link.
Add two NFS storage in ESXi - its OK.
But when i try to work - i have two problem:
1. when i start to copy big file (81 GB) in NSF raider - first time all be fine, but in 10 minutes speed down and i see, what network adapter in VM Solaris work inccorect. Command ping -s 10.0.0.1 return 1ms, 2000ms, 1ms, 2300ms - all time. I reboot network, VM - no result. Delete network adpter and add new - all repaider. But after some time - sityation return. (I try to add E1000 adapter - no result)
2. wher i run "CrystalDiskMark" in VM with OS WS2008 R2, and add Yhick Provision Lazy Zeroed, i get Seq speed Read 255 MB/s, Write 45 MB/s.
When i start in console Solaris:
time dd if=/dev/zero of/reaider/test bs=10240 count 2009600 (21 GB)
whey return
real 1m9.992s
user 0m0.652
sys 0m28.123
Its ~304 MB/sec.
What i do incorrect?