首先 查看1.用ps -ef|grep postgres 查看进程是否已经启动;正常情况如下:postgres 1445 1 0 07:54 ? 00:00:00 /usr/bin/postgres -D /var/lib/pgsql/data -p 5432postgres 1853 1445.....
分类:
数据库 时间:
2014-10-15 12:40:00
阅读次数:
773
配置OpenSuSE zypper repo(repositories)源,直接运行 yast2 repositories1,添加OpenStack Icehouse revision(release)版本zypper源到OpenSuSE系统
分类:
其他好文 时间:
2014-10-14 17:36:49
阅读次数:
204
修改配置sshd的文件1.修改sshd配置文件 /etc/ssh/sshd_config2.将#PasswordAuthentication no的注释去掉,并将no改为yes3.将#PermitRootLogin yes的注释掉4.重新启动SSH服务/etc/init.d/sshd restart...
分类:
其他好文 时间:
2014-10-14 11:02:38
阅读次数:
158
说明:源码版本:H版参考文档:http://www.choudan.net/2013/12/09/OpenStack-WSGI-APP%E5%AD%A6%E4%B9%A0.html一、前奏 nova api本身作为一个WSGI服务器,对外提供HTTP请求服务,对内调用nova的其他模块响应相应的.....
1.初始化数据库;postgresql-setup initdb2.启动postgresql并设置为开机自启动;systemctl restart postgresqlsystemctl enable postgresql3.登进数据库看看状态;(可略)su - postgrespsql\du (查...
分类:
数据库 时间:
2014-10-13 19:02:27
阅读次数:
303
cd/usr/local/src
wgethttp://nginx.org/download/nginx-1.7.6.tar.gz
tar–xvfnginx-1.7.6.tar.gz
cdnginx-1.7.6
./configure--prefix=/usr/local/nginx--with-http_stub_status_module--with-http_ssl_module--with-pcre
makemakeinstall
vi/usr/local/nginx/conf/nginx.con..
分类:
Web程序 时间:
2014-10-13 17:47:30
阅读次数:
552
1,tenantA group of users, used to isolate access to Compute resources(一组用户,用于隔离访问计算资源). An alternative term for a project(替代属于叫项目).2,userIn Identity S...
分类:
其他好文 时间:
2014-10-13 15:27:59
阅读次数:
251
目的:
在centos6.5操作系统环境下制作一个centos6.5的kvm镜像
一、制作环境:
操作环境是在openstack平台开一个实例,装的是centos6.5,镜像来自:http://cloud.centos.org/centos/6.5/images/CentOS-6-x86_64-GenericCloud-20140929_01.qcow2
centos社区制作的镜像...
分类:
其他好文 时间:
2014-10-13 14:28:29
阅读次数:
256
通过外部网络的方式安装openstack可能会需要花费大量的事件在rpm包下载上,而且也有可能在某些客户现场不能访问外部网络环境,为了方便以及快速的安装,可以自己搭建一个yum源。本文从yum源的创建,到openstack单节点的安装,以及在安装的过程中出现的问题,做了一个完整的总结。
下载各安装源到本地
创建/root/centos目录,并进入该目录,执行以下命令
...
分类:
其他好文 时间:
2014-10-13 13:42:19
阅读次数:
247