1.安装 nfs 服务yum install nfs-utils rpcbindchkconfig nfs on2.exprotfs 文件/usr/sbin/exportfs -rvcat /etc/exports/home/ 10.0.2.0/24(rw,sync,all_squash,anonu...
分类:
其他好文 时间:
2014-08-03 22:57:26
阅读次数:
172
root@node1glance]#su-s/bin/sh-c"glance-managedb_sync"glanceTraceback(mostrecentcalllast):File"/usr/bin/glance-manage",line10,in<module>sys.exit(main())File"/usr/lib/python2.6/site-packages/glance/cmd/manage.py",line253,inmainlog.setup(‘glance‘)File"/u..
novadbcreatenotice:
xxxxxxxsu-s/bin/sh-c"nova-managedb_sync"novaxxxxxx
correctone:
su-s/bin/sh-c"nova-managedbsync"nova[root@node1/]#su-s/bin/sh-c"nova-managedbsync"novaTraceback(mostrecentcalllast):File"/usr/bin/nova-manage",line10,in<module>sys.exi..
分类:
其他好文 时间:
2014-08-03 07:57:25
阅读次数:
300
首先,在CentOS中安装软件,通过yum命令来安装软件,就要在系统中的软件源中添加软件源节点,即在目录./etc/yum.repos.d/下的CentOS-Base.repo文件中做修改:在控制台Console中进入超级用户su然后采用命令vim /etc/yum.repos.d/CentOS-B...
分类:
其他好文 时间:
2014-08-02 09:54:43
阅读次数:
227
一、安装mongodb 创建/etc/yum.repos.d/mongodb.repo文件,配置文件内容如下: [mongodb]
name=MongoDB?Repository
baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/
gpgcheck=0
enabled=1 ...
分类:
数据库 时间:
2014-08-01 23:24:52
阅读次数:
524
1:创建MariaDB.repo#vim/etc/yum.repos.d/MariaDB.repo#MariaDB10.0CentOSrepositorylist-created2013-08-2313:08UTC#http://mariadb.org/mariadb/repositories/[mariadb]name=MariaDBbaseurl=http://yum.mariadb.org/10.0/centos6-amd64gpgkey=https://yum.mariadb.org/RPM-GP..
分类:
数据库 时间:
2014-08-01 20:10:23
阅读次数:
562
在使用pod install命令后,一直处于analyzing dependencies的状态,之后出现error:[!] An error occurred while performing `git pull` on repo `master`. [!] /usr/bin/git pull --...
分类:
其他好文 时间:
2014-07-30 20:24:34
阅读次数:
237
安装只要 yum -y installnfs-utils即可一、NFS服务器的设定NFS服务器的设定可以通过/etc/exports这个文件进行,设定格式如下:分享目录主机名称或者IP(参数1,参数2)/arm2410s10.22.22.*(rw,sync,no_root_squash)可以设定的参...
分类:
其他好文 时间:
2014-07-30 20:16:04
阅读次数:
346
生成yum源cd/var/ftp/pub/cdh/5createrepo --update .从节点yum clean all配置yum库/etc/yum.repos.d# cat /etc/yum.repos.d/cloudera-cdh.repo [hadoop]name=hadoopbaseu...
分类:
其他好文 时间:
2014-07-29 17:39:02
阅读次数:
264
一、系统环境1、设置yum源(1)使用本地源挂载光驱ISO文件确认路径/media/CentOS_6.5_Final/cd/etc/yum.repos.dmvCentOS-Base.repoCentOS-Base.repo.bakviCentOS-Base.repo[base]name=Basebaseurl=file:///media/CentOS_6.5_Final/gpgcheck=0#(1检测0不检测)enabled=1#(1启动0..
分类:
移动开发 时间:
2014-07-29 16:02:19
阅读次数:
342