mount nfs 提示 -o nolock
admin 8年前 (2016-10-13) 7226浏览 0评论
在挂载 nfs 提示 mount.nfs: rpc.statd is not running but is required for remote locking. mount.nfs: Either use '-o nolock' to keep ...
admin 8年前 (2016-10-13) 7226浏览 0评论
在挂载 nfs 提示 mount.nfs: rpc.statd is not running but is required for remote locking. mount.nfs: Either use '-o nolock' to keep ...
admin 9年前 (2016-05-11) 6275浏览 0评论
通过 nfs 挂载后,执行 ls 命令 会出现 一下错误。 ls: ..: Remote I/O error ls: .: Remote I/O error 解决办法:mount 加选项-o nfsvers=3或者-o nfsvers=2 转载请注明...
admin 9年前 (2016-01-21) 3369浏览 0评论
环境 nps 192.168.1.97 client 192.168.1.98 一、yum 安装 yum -y install nfs-utils rpcbind nfs 的配置文件 /etc/expots 默认为空 vi /etc/exports ...
admin 9年前 (2015-12-21) 3993浏览 0评论
对于安装使用xen虚拟机大家已是很熟悉的操作了,但有些对于xen migrate的操作有的还不太熟悉。此xen高可用技术可保证guest的不间断服务。下面介绍几种常用的xen Guest域迁移操作,其中主要介绍动态迁移,如文中有不当之处,欢迎拍砖。 ...
admin 9年前 (2015-12-11) 4350浏览 0评论
过去一直以为GlusterFS和GFS为同一个东西,真是惭愧。昨天一同事用到才发现它是个好东西! 安装很简单,在所有存储服务器上执行: yum -y install glusterfs glusterfs-server chkconfig glust...
admin 10年前 (2015-05-12) 4706浏览 0评论
网络文件服务器(Network File System,简称NFS),是分布式计算系统的一个组成部分,可实现在异种网络上共享和装配远程文件系统。NFS由Sun公司开发,目前已经成为文件服务的一种标准(RFC1904,RFC1813)。其最大的功能就是...
admin 10年前 (2015-05-12) 10576浏览 0评论
环境说明: 如上图示:image服务器作为web服务器的存储使用,使用nfs服务将/data目录挂载到web的/storage/image下使用,某日因误操作将/data下的所有数据全部删除了(幸好还有备份),将数据恢复后在web端(n...