2013年1月8日

RHCS安装&配置

摘要: #启动Gonga服务luci[root@rhevm01 ~]# /etc/init.d/luci startAdding following auto-detected host IDs (IP addresses/domain names), corresponding to `rhevm01.example.com' address, to the configuration of self-managed certificate `/var/lib/luci/etc/cacert.config' (you can change them by editing `/var/ 阅读全文

posted @ 2013-01-08 23:58 jackiedai 阅读(388) 评论(0) 推荐(0)

RHEVM安装过程

摘要: #安装单台RHEVM服务器点击查看[root@rhevm ~]# rhevm-setup Welcome to RHEV Manager setup utilityIn order to proceed the installer must stop the ovirt-engine serviceWould you like to stop the ovirt-engine service? (yes|no): yesStopping ovirt-engine service... RHEV Manager uses httpd to proxy requests to the applic 阅读全文

posted @ 2013-01-08 23:52 jackiedai 阅读(499) 评论(0) 推荐(0)

GlusterFS问题集

摘要: #删除旧目录.glusterfs# setfattr -x trusted.glusterfs.volume-id $brick_path# setfattr -x trusted.gfid $brick_path# rm -rf $brick_path/.glusterfsOR:# cd $brick_path; for i in `attr -lq .`; do setfattr -x trusted.$i .; done# rm -rf $brick_path/.glusterfs重启glusterd 服务生效。 阅读全文

posted @ 2013-01-08 23:48 jackiedai 阅读(247) 评论(0) 推荐(0)

RHEVM PostgreSQL数据库相关

摘要: #RHEVM数据库备份[root@rhevm dbscripts]# ./backup.sh -l /usr/share/ovirt-engine/db-backups/ -u engineBackup of database engine to /usr/share/ovirt-engine/db-backups//engine_Mon_Dec_31_13:58:52_CST_2012.sql started.........Backup of database engine to /usr/share/ovirt-engine/db-backups//engine_Mon_Dec_31_1 阅读全文

posted @ 2013-01-08 23:37 jackiedai 阅读(323) 评论(0) 推荐(0)

RHEV3.1问题集

摘要: #BUGrhevm-shell登录rhevm失败如下正式版本存在BUG:rhel-x86_64-server-6-rhevm-3.1/rhevm-cli-3.1.0.17-1.el6ev.noarch.rpm1、缺少password 参数 -p PASSWORD, --password=PASSWORD2、-I, --insecure 不生效3、证书认证失败[root@rhevm ~]# wget -O rhevm.cer http://rhevm.example.com/ca.crt[root@rhevm ~]# rhevm-shell -c -l https://rhevm.exampl. 阅读全文

posted @ 2013-01-08 23:31 jackiedai 阅读(281) 评论(0) 推荐(0)

Slony-I同步复制配置

摘要: #安装PostgreSQL数据库,主从数据库安装过程类似[root@rhevm01 ~]# rpm -qa|grep postgrespostgresql-8.4.11-1.el6_2.x86_64postgresql-libs-8.4.11-1.el6_2.x86_64postgresql-server-8.4.11-1.el6_2.x86_64postgresql-jdbc-8.4.701-8.el6.noarchpostgresql-devel-8.4.11-1.el6_2.x86_64postgresql-contrib-8.4.11-1.el6_2.x86_64#编译安装SlonyI 阅读全文

posted @ 2013-01-08 16:37 jackiedai 阅读(622) 评论(0) 推荐(0)

RedHat系统之vlan-and-bridge配置

摘要: #vlan设置[root@rhevm01 ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth1.123 DEVICE='eth1.123'HWADDR=''NM_CONTRPLLED='yes'ONBOOT='yes'IPADDR='XXX.XXX.XXX.179'NETMASK='255.255.255.0'VLAN='yes'GATEWAY='XXX.XXX.XXX.1'HWADDR字段一定不能有MAC地址,可注释或置 阅读全文

posted @ 2013-01-08 15:48 jackiedai 阅读(660) 评论(0) 推荐(0)

导航