码迷,mamicode.com
首页 >  
搜索关键字:upgrade centos7    ( 16137个结果
Failed to upgrade Oracle Cluster Registry configuration(root.sh)
最近在给客户基于Suse 11 sp3安装Oracle 10g RAC,在安装完clusterware执行/u01/app/crs/root.sh时收到错误提示,Failed to upgrade Oracle Cluster Registry configuration由于当前的环境使用了多路径,从Oracle的描述来看,这是一个Oracle Bug(4679769),如果你有相同的问题,请接着...
分类:数据库   时间:2014-08-21 13:28:24    阅读次数:381
在 Ubuntu 12.04 上通过安装源安装 Open vSwitch (OVS)
先把Ubuntu 12.04 更新一下 sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade   删除 Ebtables 包 sudo aptitude purge ebtables 从安装源安装Open vSwitch (OVS) sudo apt-get install ap...
分类:其他好文   时间:2014-08-20 19:42:02    阅读次数:226
Centos7最小化安装下安装,编译lamp环境
centos7默认的php是5.5,mysql已经变为mariadb,如果想要自定义的配置,需要自己手动来编译配置.以下步骤在公司服务器上已经正常操作过.1、安装centos7选择基本安装,配置完网络后首先要先关闭firewall:停止firewall# systemctl stop firewal...
分类:其他好文   时间:2014-08-19 23:42:05    阅读次数:495
CentOS-7命令小结(一)
CentOS7的最小化安装已制作成文档,在附件中查看系统版本信息#uname-a#cat/etc/redhat-release升级所有包,改变软件设置和系统设置,系统版本内核都升级#yum-yupdate升级所有包,不改变软件设置和系统设置,系统版本升级,内核不改变#yum-yupgradeCentOS7中主机名的配置文件发生..
分类:其他好文   时间:2014-08-19 19:16:15    阅读次数:192
CentOS7+Python3.4+Django1.6.5+Apache2.4+mod_wsgi4.2.7
CentOS7+Python3.4+Django1.6.5+Apache2.4+mod_wsgi4.2.7...
分类:编程语言   时间:2014-08-18 18:36:52    阅读次数:251
ubuntu安装软件或upgrade出现 You might want to run 'apt-get -f install' to correct these
今天在ubuntu下安装任何软件都提示以下错误:You might want to run 'apt-get -f install' to correct these:The following packages have unmet dependencies:kate : Depends: kde...
分类:其他好文   时间:2014-08-16 13:49:20    阅读次数:454
apt-get updete以及apt-get upgrade的区别
You should first runupdate, thenupgrade. Neither of them automatically runs the other.apt-get updateupdates the list of available packages and their v...
分类:其他好文   时间:2014-08-15 21:05:19    阅读次数:229
CentOS7安装配置DNS服务器
准备工作(假设名称为bigcloud.local)#更改主机名称 #vi/etc/sysconfig/network #Createdbyanaconda NETWORKING=yes HOSTNAME=bigcloud.local #修改文件/etc/hosts,内容如下: 127.0.0.1localhostlocalhost.localdomainlocalhost4localhost4.localdomain4 ::1localhostlocalho..
分类:其他好文   时间:2014-08-15 10:50:29    阅读次数:370
Centos7操作系统部署指南
Centos7操作系统部署指南...
分类:其他好文   时间:2014-08-15 09:30:37    阅读次数:239
centos 7 lvm raid
用centos7创建lvm镜像的方法与步骤1、创建磁盘分区首先将sdb和sdc分区,并创建四个pv(sdb1、sdb2、sdc1、sdc2,然后创建vg0并将sd1、sdc1加入其中。依次执行命令为:fdisk/dev/sdb–创建三个扩展分区/dev/sdb1、/dev/sdb2partprobe-重新读取分区表pvcreate/dev/sdb1pvcreate/..
分类:其他好文   时间:2014-08-15 02:47:28    阅读次数:239
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!