我的Linux内核是rhel 3AS 2.4.21-4.EL i386 。 安装配置HA要不要升级内核? 哪个网址可以下载到clumanager*rpm和redhat-config-cluster*rpm?
by benny80818 - 内核/嵌入技术 - 2004-12-26 12:16:16 阅读(341) 回复(1)
环境 linux主机 IP: 192.168.10.1 主机名是:nicke.jwdomain.com 客户机 IP: 192.168.10.2 名为:fmis /etc/named.conf配置如下: options{ directory "/var/named"; forwarders {192.168.1.2 }; pid-file "/var/run/named/named.pid"; }; zone "." { type hint; file "named.ca"; }; zone "localhost" { type master; f...
OS Version : RedHat Enterprise Linux 5.0 DNS Version : Bind-9.3.3-7.el5 Domain Name : felix.com IP Address : 192.168.2.227 Ftp Server : 192.168.2.227 Web Server : 192.168.2.226 DNS Address : 60.191.244.5 [root@felix ~]# vi /var/named/chroot/etc/named.conf options { directory "/var/named"; }; zone "felix.com" { type master; file "felix.com"; }; zone "2.168.192....
我改在rhel5下配置DNS。可是在 [root@killgoogle named]# service named start 启动 named: named配置错误:: dns_rdata_fromtext: killgoogle.com.zone:8: near eol: unexpected end of input zone killgoogle.com/IN: loading master file killgoogle.com.zone: unexpected end of input _default/killgoogle.com/IN: unexpected end of input 202.196.41.rev:11: TTL set to prior TTL (11) 202.196.41.rev:12: TTL set to p...
原先在redhat9.0上安装的是LiDIA-2.1pre7,装好了之后在/usr/local 下有LiDIA目录, 自己的代码在redhat9.0也可以编译过去 在rhel_as4上安装LiDIA-2.1pre7,编译不过去,后下了lidia-2.2.0.tar.bz2进安装 但装好了后/usr/local 下的是lidia目录,变成小写的了。。。。 自己的代码在rhel_as4上怎么改也编译不过去了。。。 请问怎么在rhel_as4上安装后在/usr/local 下有LiDIA目录,,,而不是lidia目录??
参考文章:http://hi.baidu.com/smilth/blog/item/a3394236c89010dfa3cc2b16.html http://blog.chinaunix.net/u/9951/showart_682416.html(配置前要认真读读此篇文章,了解DNS的原理) 一、主机环境说明 系统为Red Hat Enterprise Linux 5.0,hostname为oracle.xxt401.com,主机所处网段为192.168.1.0/24。 二、安装以下软件包 bind-libs-9.3.3-7.el5(提供一些库文件) bind-devel-9.3.3-7.el5 bind-utils-9.3.3-7.el5(提供di...
在主配置文件中,做了如下设置: [share] path = /home/share valid users = user01 public = yes writable = yes 发现,把public=yes改成no以后,对访问没有影响。 请问:public项的确切含义是什么呢? 多谢了,帮帮忙吧。
rhel AS4/3 + cluster suite 做HA,以hp ILO 作为powerswitch,这个ILO应该怎样配置?有没有实际作过的大哥帮忙讲解一下?