Solaris 10 tips
1)Solaris 10启用root登陆ssh:a)开放root登录权限,修改/etc/default/login文件,注释掉其中的:
CONSOLE=/dev/console;
b)在/etc/ssh/sshd.conf文件中,将PermitRootLogin no改为PermitRootLogin yes;
c)重启Solaris或者sshd服务;
2)Solaris 10利用iostat查看多路径卷的读写情况:
iostat -Yssdx -xtc 5
ssdx是多路径对应的卷。
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/90974/showart_1864906.html
页:
[1]