全部博文(710)
发布时间:2013-08-30 09:30:22
存储路径不在首选路径上并且挂载时baocu# mount /dev/mapper/md3000i /ftproot2/mount: you must specify the filesystem type解决办法:清空已有的multipath记录#multipath -F扫描磁盘#multipath -v2......【阅读全文】
发布时间:2013-08-29 18:35:22
ubuntu重启网卡提示 Ignoring unknown interface eth1=eth1解决办法:在/etc/network/interfaces添加auto eth1iface eth1 inet dhcp重启网卡/etc/init.d/networking restart......【阅读全文】
发布时间:2013-08-22 18:58:27
[oracle@localhost dbs]$ sqlplus / as sysdbaSQL*Plus: Release 10.2.0.5.0 - Production on Fri Aug 23 02:24:38 2013Copyright (c) 1982, 2010, Oracle. All Rights Reserved.ERROR:ORA-01031: insufficient privileges[oracle@localhost ~]$ id uid=500(oracle) gid=500(oinstall) groups=500(oinst.........【阅读全文】
发布时间:2013-08-22 18:57:26
0.2.0.1静默升级到10.2.0.5报错SEVERE:Values for the following variables could not be obtained from the command line or response file(s): MYORACLESUPPORT_USERNAME(MyOracleSupportUsername)Silent install cannot continue.在response file中添加,作用忽约racle的metalink 账号验证将其设置为 true 就.........【阅读全文】