Valid on Red Hat Enterprise Linux (RHEL), CentOS, SUSE Linux Enterprise Server (SLES) 11.x, and Oracle Linux Server 6.x on a Xen-based PVM
Symptom
When I back up an RHEL, CentOS, SLES, Oracle Linux 6.x server on a Xen-based PVM, the backup read throughput value is less.
Solution
To resolve this issue, configure the disk input/output (I/O) scheduler of the VM.
Follow these steps:
ls /dev/xvd*
cat /sys/block/xvda/queue/scheduler
The following result is displayed on the VM:
[noop] anticipatory deadline cfq
echo "cfq" > /sys/block/xvda/queue/scheduler
The following result is displayed on the VM:
noop anticipatory deadline [cfq]
The backup job runs with an optimum backup read throughput.
Copyright © 2015 Arcserve.
All rights reserved.
|
|