ChinaUnix.net
相关文章推荐:

RHEL6 集群配置

作者: opius 出自: http://www.linuxdiyf.com 一、介绍 ======== 这篇文档旨在介绍如何安装配置基于2台服务器的MySQL集群。并且实现任意一台服务器出现问题或宕机时MySQL依然能够继续运行。 注意! 虽然这是基于2台服务器的MySQL集群,但也必须有额外的第三台服务器作为管理节点,但这台服务器可以在集群启动完成后关闭。同时需要注意的是并不推荐在集群启动完成后关闭作为管理节点的服务器。尽管理论上可以建立基于只有2台服务器...

by sdccf - MySQL文档中心 - 2008-04-06 11:18:59 阅读(405) 回复(0)

相关讨论

环境 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...

by huluo520 - 服务器应用 - 2008-12-16 13:03:31 阅读(1555) 回复(2)

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....

by safe.cn - 服务器应用 - 2008-09-11 21:04:21 阅读(2023) 回复(1)

我改在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...

by killgoogle - 服务器应用 - 2008-05-08 21:36:58 阅读(2246) 回复(6)

大家好: 是这样的我现在在rhel3(2.4.21)下安装HEARTBEAT的heartbeat-ldirectord-1.2.3.cvs.20050927-1.rh.el.um.3.i386.rpm包时,需要perl-Crypt-SSLeay ,请教如何找到这个包??万分感谢!!!

by jakewhite - 集群和虚拟机 - 2006-09-22 12:39:36 阅读(755) 回复(3)

参考文章: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...

网络管理

by johncan - 网络技术文档中心 - 2008-07-10 01:47:31 阅读(1160) 回复(0)

在主配置文件中,做了如下设置: [share] path = /home/share valid users = user01 public = yes writable = yes 发现,把public=yes改成no以后,对访问没有影响。 请问:public项的确切含义是什么呢? 多谢了,帮帮忙吧。

by lichangsheng - 服务器应用 - 2008-04-22 16:58:18 阅读(2167) 回复(1)
by tobyhoo - 服务器架设 - 2006-11-10 15:46:39 阅读(718) 回复(1)

rhel AS4/3 + cluster suite 做HA,以hp ILO 作为powerswitch,这个ILO应该怎样配置?有没有实际作过的大哥帮忙讲解一下?

by fenxiang - 集群和虚拟机 - 2006-06-19 19:17:44 阅读(1207) 回复(6)

安装过程中没有配置,startx进不去。看来是配置有问题。请问有什么比较简单的配置命令吗?

by attiseve - 系统管理 - 2005-12-19 15:15:25 阅读(738) 回复(6)

我以前在rhel3中配置DNS没问题,但在换成rhel4后怎么配也不行了,百思不得其解。以下是我的所有配置,有请大虾指点。谢谢! [root@ns rhel4]# rpm -qa | grep bind bind-9.2.4-2 bind-utils-9.2.4-2 bind-libs-9.2.4-2 ypbind-1.17.2-3 bind-chroot-9.2.4-2 #ip ad sh 1: lo: ; mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet...

by homan_eggs - 服务器应用 - 2005-05-24 19:08:35 阅读(841) 回复(0)