摘要:
解决方法参见Symantec文章TECH138689. Problem Every time starting Cluster Manager by executing "hagui" following error message is observed on console but it works without any issue. Error # /opt/VRTSvcs/bin... 阅读全文
摘要:
在Solaris10安装完成后,可能会遇到Xmanager无法登录图形界面的问题。一般情况下有两种方法可以解决。 1. 关闭默认的cde服务,配置并启用gdm 参考文档:http://www.dbasky.net/archives/2009/04/solaris-10-xmanager.html 1. 关闭默认的cde服务 svcadm disable cde-login 用ps-ef|grep dtlogin 应该看不到dtlogin进程了 2. 进入/etc/X11/gdm 编辑... 阅读全文
摘要:
用Jumpstart安装client时,报错如下: {0} ok boot net - install nowin Boot device: /pci@0/pci@0/pci@1/pci@0/pci@2/network@0 File and args: - install nowin 1000 Mbps full duplex Link up Requesting Internet Address for 0:14:4f:a0:89:62 Requesting Internet Address for 0:14:4f:a... 阅读全文
摘要:
分别在log server和log client上安装syslog-ng. log server示例配置(syslog-ng.conf)如下: @version: 3.2 @include "scl.conf" options { flush_lines (0); time_reopen (10); ... 阅读全文
摘要:
从sunfreesoftware.com下载以下安装软件:gcc,eventlog, libiconv, libintl, zlib, pcre, openssl, glib, syslog-ng. syslog-ng安装 按顺序依次安装以下软件. gcc : root@node1 # gunzip gcc-3.4.6-sol10-sparc-local.gz root@nod... 阅读全文
摘要:
在Solaris10中用户密码状态主要有四种,分别是PS、NL、LK、NP。 PS:表示用户密码已设置。 NL:表示用户帐号是不可登录帐号。 LK:表示用户已被锁定。 NP:表示用户没有密码,登录时不需要密码认证。 使用passwd -s username 命令可以查看用户帐号的密码状态。 下面看看几种状态的区别: 1. NL与LK的区别 LK是表示... 阅读全文
摘要:
stty命令可以用来显示和设置终端参数。 -a 参数用来显示终端设置。 root@jumpstart:/ #>stty -a speed 38400 baud; rows = 24; columns = 80; ypixels = 0; xpixels = 0; csdata ? eucw 1:0:0:0, scrw 1:0:0:0 ... 阅读全文
摘要:
Oracle 8i以上smallfile表空间的ROWID格式是:OOOOOO.FFF.BBBBBB.RRR,其中: O--对象号 F--文件号 B--块号 R--行号 ROWID是一个64位数,共18位。 64位编码表如下: 64位码 对应十进制数值 A~Z 0~25 ... 阅读全文
摘要:
Powerpath的IO路径工作模式有三种,分别是active、standby和unlic。 以下是文档对三种工作模式的解释: active - indicates this path can accept I/O. Load balancing is performed for a device with more than one active path, based on the ... 阅读全文
摘要:
在Solaris系统实施上,经常利用IPMP进行双网卡绑定以提高网络的高可用性。IPMP有两种方式,分别是link-based和probe-based。其中link-based配置简单,使用广泛。link-based IPMP是否自动进行网卡切换主要是看Solaris内核中记录的link状态。在某些情况下,虽然网络已经出现问题,但solaris内核却认为link状态仍然是正常的。比如:与主机网卡连... 阅读全文