[root@cn-svn-multi-01 ~]# mount -t nfs 192.168.0.234:/mnt/nfs/test/nfs-1 /mnt
mount: wrong fs type, bad option, bad superblock on 192.168.0.234:/mnt/nfs/test/nfs-1,
&
原创
2013-03-20 11:04:10
2111阅读
【环境】服务器:10.1.10.86客户端:10.1.1.160 ... ... ...一、安装NFS NFS服务器安装配置:(在CentOS6.3当中,portmap服务由rpcbind负责) [root@NFS~]# yum -y install nfs-utils rpcbind &
原创
2013-12-19 11:31:32
2411阅读
1.服务器端安装yum -y install nfs-utils rpcbind 2.服务器端配置nfs的端口为2049启动NFS只需启动portmap和NFS服务即可,Portmap的端口为111RPC所管理的所有NFS功能服务都需重新向RPC注册vi /etc/exports/mnt/san 192.168.100.0/255.255.255.0(rw,async,no_subtree_che
原创
2013-06-06 15:28:13
612阅读
之前一直使用Centos 5.5 64位的系统,安装NFS的步骤也非常简单。现在有几台测试服务器是Centos 6.3的系统,在上面部署NFS的时候发现和Centos 5.5还是有很大的差别,启动的时候报如下错误:
Starting NFS quotas: Cannot register service: RPC: Unable to receive; errno = Conne
转载
精选
2013-02-28 09:22:41
426阅读
CentOS 6.3下NFS安装配置 一、环境介绍 NFS服务器:CentOS6.3 192.168.8.20 NFS客户端:CentOS6.5 192.168.8.39 二、服务器端安装配置 1、先用rpm -qa命令查看所需安装包(nfs-utils、rpcbind)...
转载
2016-04-15 15:31:00
162阅读
2评论
--------------闲 扯------------------ 这里首先感谢酒哥的构建高可用的Linux服务器的这本书,看了这本书上并参考里面的配置让自己对DRBD+HeartBeat+NFS思路清晰了许多。 drbd简单来说就是一个网络raid-1,一般有2到多个node节点,各
原创
2013-05-28 20:24:00
5359阅读
点赞
4评论
--------------闲 扯------------------ 这里首先感谢酒哥的构建高可用的Linux服务器的这本书,看了这本书上并参考里面的配置让自己对DRBD+HeartBeat+NFS思路清晰了许多。 &nbs
转载
精选
2013-06-15 15:08:24
439阅读
DNS
实验一:转发,泛解析,负载均衡,主从服务器
主服务器的配置(10.10.10.10):
[root@server1 ~]# yum -y install bind*( centos 6.3 bind-9.8.2-0.10.rc1.el6_3.4.i686)
[root@server1 ~]# vi /etc/named.conf
optio
原创
2012-10-15 12:33:37
733阅读
今天在一台DELL Vostro 200的机器上安装CentOS 6.3,起初用U盘安装的方式,用UltroISO把CentOS 6.3的镜像烧录进U盘,用平时烧录Windows的方法。拿U盘去DELL那台机器,按F12用USB启动,进去可以看到INSTALL的选项,回车进去,出现一段代码信息,最后提示Boot有问题。看到手头上有空白的DVD光盘,于是用ImgBurn来刻录光盘,再到DELL 20
原创
2014-08-13 10:19:03
627阅读
YUM
一 yum介绍:
软件包管理器 Yum(全称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及SUSE、CentOS中的Shell前端软件包管理器。基於RPM包管理,能够从指定的服务器自动下载RPM包并且安装,
原创
2013-03-20 10:58:09
659阅读
Puppet 安装
1,下载安装puppetlabs-release-6-1.noarch.rpm
[root@localhost usr]# wget http://yum.puppetlabs.com/el/6/product
原创
2013-03-19 11:22:39
837阅读
centos6.x rhel6.x nfs挂载 属主nobody
原创
2014-03-26 11:25:33
10000+阅读
一、环境介绍: 服务器:centos 192.168.1.225 客户端:centos 192.168.1.226二、安装:NFS的安装配置:centos 5 :yum -y install nfs-utils portmapcentos 6(在CentOS 6.3当中,portmap服务由rpcbind负责) :yum -y&nbs
转载
精选
2014-06-09 11:38:20
370阅读
一,介绍
subversion(简称svn)是近年来崛起的版本管理软件,是cvs的接班人。目前,绝大多数开源软件都使用svn作为代码版本管理软件。 Subversion是一个版本控制系统,相对于的RCS、CVS,采用了分支管理系统,它的设计目标就是取代CVS。互联网上免费的版本控制服务多基于Subversion。[1] Subversion的版本库可以
原创
2013-04-03 09:17:49
615阅读
安装VNC Server简单教程。本文系统环境为Centos 6.3_X64位,已经使用yum 安装好桌面环境yum groupinstall "Desktop" "Desktop Platform" "X Windows System"因为系统太新,使用yum install tigernvc-server 安装VNC提示找不到文件,从
原创
2013-07-18 17:52:11
985阅读
点赞
5评论
一 服务端配置1.配置前先关闭iptables和SELINUX,避免安装过程中报错。[root@localhost tw]# service iptables stopiptables: Flushing firewall rules: [ OK ]iptables: Setting chains to policy ACCEPT: filter [&n
原创
2014-11-03 18:13:43
802阅读
编译环境和编译方法安装编译环境:#yum install gcc gcc-c++ gcc-g77 flex autoconfig automake bison zlib-devel bzip2-devel ncurses-devel libtool libtool-ltdl openssl openssl-devel pam-devel libtermcap-devel curl-devel li
原创
2012-09-10 20:36:39
591阅读
tftp error
[root@aa-config-01 dhcp]# cat /etc/xinetd.d/tftp
# default: off
# description: The tftp server serves files using the trivial file transfer \
#
原创
2013-03-21 09:51:58
539阅读
backuppc install
[root@localhost yum.repos.d]# wget http://dev.centos.org/centos/5/CentOS-Testing.repo
[root@localhost yum.repos.d]# yum install httpd
原创
2013-03-26 09:44:23
1058阅读
git git gitweb
GIT 安装
1,安装
[root@cn-dns-test03 /]# yum install git
[root@cn-dns-test03 home]# useradd --home /home/git git
[root@cn-dns-test03 home]# passwd git
原创
2013-04-03 09:19:09
944阅读