If you are interesting how you can tweeak you WR1043ND route under OpenWRT, you can check this link:
http://knowhow.bart.prokop.name/install/openwrt/wr1043nd
http://knowhow.bart.prokop.name/install/openwrt/wr1043nd
# mkdir -p /mnt/ntserver# mount -t cifs //ntserver/download -o username=vivek,password=myPassword /mnt/ntserver# mount -t smbfs -o username=vivek,password=D1W4x9sw //ntserver/download /mnt/ntserver# cd /mnt/ntserver; ls -lshell> echo "1" > /sys/class/fc_host/host#/issue_lip
shell> echo "- - -" > /sys/class/scsi_host/host#/scan
shell> echo 1 > /sys/block//device/delete
shell> echo "scsi add-single-device " > /proc/scsi/scsi
To remove a device explicitly:shell> echo "scsi remove-single-device " > /proc/scsi/scsi
Where #!/bin/ksh
USERNAME=”root”
PASSWORD=”yourpassword”
for i in `cat /home/doxer/servers_list_linux`
do
echo “”>/root/.ssh/known_hosts
expect <spawn ssh -l${USERNAME} -p22 $i “echo -n ‘====’;hostname;cat /sys/class/scsi_host/host*/{modelname,model_name,fwrev,fw_version}”
set timeout 20
expect “*yes*”
send “yes\r”
expect “assword:”
send “${PASSWORD}\r”
expect eof
EOF
done
This HOW-TO contains information on how to use Microsoft© DiskSpd to simulate Veeam Backup & Replication disk actions to measure disk pe...