全部博文(56)
发布时间:2013-02-26 12:24:33
今天做了一个红帽6.2的HA配置,期间遇到了不少问题,通过网络搜索解决办法整理汇总如下,1.Authentication to the ricci agent at node1 failed修改ricci的密码就可以了passwd ricci 然后重启ricci服务2.Unable to establish an SSL connection to node1:11111 after 5 tries. 确保ric.........【阅读全文】
发布时间:2013-02-05 17:26:26
Oracle虚拟化3.2已经发布了,附上下载地址OVM3.2-Manager下载地址:https://edelivery.oracle.com/EPD/Download/process_download/V36286-01.iso?file_id=57422986&aru=15844522&userid=5451700&egroup_aru_number=15869426&country_id=156&patch_file=V36286-01.isoOVM3.2-Server下载地址:https://edelivery.or.........【阅读全文】
发布时间:2013-02-04 13:47:27
解决了阿里云主机无法正常使用yum安装LAMP相应软件后,下面就正式进入LAMP的配置环节: 1.安装Mysql yum install mysql mysql-server chkconfig mysqld on2.安装Apacheyum install httpdchkconfig httpd on启动Apache/etc/init.d/httpd start恩,测.........【阅读全文】
发布时间:2013-02-04 13:19:59
最近在测试的时候偶尔发现用mysqladmin来修改mysql默认密码的时候提示:ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)这个错误,解决办法如下:# /etc/init.d/mysql stop# mysqld_safe --user=mysql --skip-grant-tables --skip-networking mysql -u root mys.........【阅读全文】