White Papers
Dell HPC NFS Storage Solution - High Availability (NSS-HA) Configuration with Dell PowerVault
MD3260/MD3060e Storage Arrays
26
checkstream[compute-00-10]: [valid data] 1488 valid extents in 273.860652 seconds
(5.43342 err/sec)
checkstream[compute-00-10]: [valid data] 93898678272/96636764160 bytes (87 GiB/90
GiB)
checkstream[compute-00-10]: [zero data] 1487 errors in 273.860652 seconds (5.42977
err/sec)
checkstream[compute-00-10]: [zero data] 2738085888/96636764160 bytes (2 GiB/90 GiB)
checkstream[compute-00-10]: read 23592960 blocks 96636764160 bytes in 273.860652
seconds (344598 KiB/sec)
checkstream[compute-00-10]: ------------------------------------------------
checkstream[compute-00-10]: encountered 1487 errors, failing
A.4. The dd Linux utility
dd is a Linux utility provided by the coreutils rpm distributed with RHEL 6.3. It was used to copy a file.
The NFS file system was mounted at /mnt/xfs on the clients.
To write data to the storage, the following command line was used.
# dd if=/dev/zero of=/mnt/xfs/file bs=1M count=90000
To read data from the storage, the following command line was used.
# dd if=/mnt/xfs /file of=/dev/null bs=1M