Chinaunix首页 | 论坛 | 博客
  • 博客访问: 270937
  • 博文数量: 56
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 642
  • 用 户 组: 普通用户
  • 注册时间: 2013-12-16 15:11
文章分类

全部博文(56)

文章存档

2017年(6)

2015年(3)

2014年(41)

2013年(6)

我的朋友

发布时间:2014-07-31 15:24:40

yum错误TypeError: rpmdb open failed解决方法 使用root用户# cd /var/lib/rpm/# for i in `ls | grep 'db.'`;do mv $i $i.bak;done #备份一下旧库# rpm --rebuilddb #重建该数据库(rebuild the database indices from the i.........【阅读全文】

阅读(1511) | 评论(0) | 转发(0)

发布时间:2014-07-29 16:03:02

Server configuration:1.Install iscsi-initiator-utils package.# yum -y install iscsi-target-utils# service tgtd restart 2.Define iSCSI target on Server.     tgtadm --lld iscsi --op new --mode target --tid=1 .........【阅读全文】

阅读(1381) | 评论(0) | 转发(0)

发布时间:2014-07-08 15:46:40

In host1. service NetworkManager stop2.virsh # iface-bridge em1 br0 --no-stp3. service network restartIn guestchose the "br0"How to remove switch bridgerm -f /etc/sysconfig/network-scripts/ifcfg-br0vim /etc/sysconfig/network-scripts/ifcfg-eno1 as follows:DEVICE="eno1" ONBOOT=yesNETBO.........【阅读全文】

阅读(1689) | 评论(0) | 转发(0)

发布时间:2014-07-07 10:54:25

......【阅读全文】

阅读(1177) | 评论(0) | 转发(0)

发布时间:2014-07-02 14:55:10

How to install RHEL7 by manual partitiondownload vmlinuz and initrd.img to fodler /boot/ from the following urlhttp://download.englab.nay.redhat.com/pub/rhel/rel-eng/RHEL-7.0-20131127.1/compose/Server/x86_64/os/images/pxeboot/Add the following words to /etc/grub.conf:title (3.10.0-54.el7-20131.........【阅读全文】

阅读(992) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册