Cisco Certified Internetwork Expert(Routing and Switching) CCIE R&S 2101X, IBM Certified Advanced Technical Expert - Power Systems with AIX v2, Red Hat Certified Engineer RHCE 130-165-39X, Oracle Certified Master 10g
发布时间:2011-05-27 11:38:44
在AIX下将表导出到NFS上oracle@localhost:/home/oracle $expdp ora/ora tables=test directory=DMPDIR dumpfile=test.dmpExport: Release 10.2.0.5.0 - 64bit Production on Friday, 27 May, 2011 10:58:57Copyright (c) 2003, 2007, Oracle. All rights reserved..........【阅读全文】
发布时间:2011-05-17 18:55:40
一台RHEL4的服务器被强制删除了glibc-2.3.4-2.36包。 所有的命令都无法执行,都报错: -bash: /bin/ls: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory用RHEL4的光盘启动到linux rescue模式,准备重新安装glibc包,却发现/dev下没有scd0设备。 通过dmesg|grep -i cdrom 发现.........【阅读全文】
发布时间:2011-05-12 23:34:00
当NFS Client 无法访问 NFS Server的适合,在Client上df操作等就会挂起。这个适合需要将挂载的NFS卸载掉。在不知道挂载点的情况下,可以使用nfsstat -m 命令来查看。 Linux:[root@localhost ~]# nfsstat -m/mnt/RHEL from 10.10.10.8:/mnt/sharevg/shar.........【阅读全文】
发布时间:2011-05-08 18:42:05
Openfiler连接EMC存储 由于Openfiler是基于rPath Linux版本的,EMC的PowerPath没有对rPath提供支持,所以无法使用。但是,在linux发行版中,一般都自带了Device Mapper Multipath,可以采用dm-mutipath来实现PowerPath提供的功能。 首先建立一个/etc/multipath.conf文件 .........【阅读全文】