上周五公司停电,这周回来上班后发现公司SMB服务器无法访问,SSH到服务器,df一下,发现挂载记录丢失,如下图,正常情况下应该有一条/dev/sdb1挂载在mnt的记录。既然挂载丢失,手动挂载一下下,mount/dev/sdb1/mnt可恢复访问,但服务器重启后现象依旧,难道自动挂载记录也丢失了..
分类:
其他好文 时间:
2014-05-27 04:02:06
阅读次数:
818
在让读者们继续看下去之前,我觉得很有必要开门见山的讲清楚:将CentOS5升级到CentOS6是无法通过yum或rpm等工具进行升级的。根据CentOS官网的描述,直接升级是不支持的,除了yum和rpm不能之外,anaconda也必须使用全新安装(Freshinstallation)才能升级成功(不能使用升级安装..
分类:
其他好文 时间:
2014-05-27 04:01:45
阅读次数:
290
mount-tcifs-ousername=administrator,password=123//$IP//mnt
描述了Linux系统上安装Oracle的各个详细步骤...
分类:
数据库 时间:
2014-05-22 08:28:25
阅读次数:
487
调试环境:CentOS-6.4-x86_64nagios-4.0.4nagios-plugin-2.0按照官方文档配置完成后,apache正常工作,但nagios的监控页面都报错无法显示,经查为SELinux启动的原因,关闭命令为#getenforce#setenforce0重启nagios服务后,web显示正常,但该方法只是暂时强制SELinux关闭。一劳..
分类:
移动开发 时间:
2014-05-21 00:54:44
阅读次数:
307
centos系统修改密码root:在执行passwdroot后报错:修改root密码passwd:Authenticationtokenmanipulationerror操作方法:ls-l/etc/passwd和ls-l/etc/shadow查看到两个文件均有写权限。chattr-i/etc/passwd和chattr-i/etc/shadow减掉这两个文件的。。这个时候执行passwdroot还是..
分类:
其他好文 时间:
2014-05-20 23:40:00
阅读次数:
423
1、卸载原有存储umount/home/weishaostore/2、查看iSCSIsession信息iscsiadm-msession3、设置InitiatorNamevim/etc/iscsi/initiatorname.iscsiInitiatorName=iqn.2014-05.com.ruijie.whistle:whistle-100.e7839d5100InitiatorName=iqn.2014-05.com.ruijie.whistle:whistle-150...
分类:
系统相关 时间:
2014-05-20 22:22:40
阅读次数:
492
一、安装apache、subversion服务#yuminstallhttpdsubversionsubversion-develmod_dav_svn-y二、配置apache服务器#sed‘{/^$/d;/#/d}‘/etc/httpd/conf/httpd.conf
ServerTokensOS
ServerRoot"/etc/httpd"
PidFilerun/httpd.pid
Timeout60
KeepAliveOff
MaxKeepAliveRequests100
K..
分类:
其他好文 时间:
2014-05-20 21:09:14
阅读次数:
553
1. 版本信息
(1)系统环境CentOS 6.5...
分类:
数据库 时间:
2014-05-20 15:53:57
阅读次数:
433
[root@localhost ~]# date -R // 查看时区
Mon, 19 May 2014 10:18:46 +0000
[root@localhost ~]# tzselect // 设置修改时区
Please identify a location so that time zone rules can be set correctly.
Please select a continent or ocean....
分类:
其他好文 时间:
2014-05-20 15:49:50
阅读次数:
319