connection2:0: iscsi: detected conn error (1011)
1. Locate the current TCP Window Scaling setting by entering this command:
cat /proc/sys/net/ipv4/tcp_window_scaling
If the result is "0", then TCP Window Scaling is disabled.
If the result is "1", then TCP Window Scaling is enabled. It must be disabled for this temporary solution.
echo 0 > /proc/sys/net/ipv4/tcp_window_scaling
2.Enter this command at the command prompt:
TCP window scaling has already been disabled.
echo "# Disable TCP window scaling" >> sysctl.conf
echo "net.ipv4.tcp_window_scaling=0" >> sysctl.conf
阅读(5757) | 评论(0) | 转发(0) |