oracle和grid下均有amdu的命令。
使用的时候
[grid@testorcl11g bin]$ ./amdu
amdu_2015_04_20_16_59_55/
看里面的report.txt文件
[grid@testorcl11g amdu_2015_04_20_16_59_55]$ cat report.txt
-*-amdu-*-
******************************* AMDU Settings ********************************
ORACLE_HOME = /u01/app/11.2.0.3/grid
System name: Linux
Node name: testorcl11g
Release: 2.6.32-279.el6.x86_64
Version: #1 SMP Wed Jun 13 18:24:36 EDT 2012
Machine: x86_64
amdu run: 20-APR-15 16:59:55
Endianess: 1
--------------------------------- Operations ---------------------------------
------------------------------- Disk Selection -------------------------------
-diskstring ''
------------------------------ Reading Control -------------------------------
------------------------------- Output Control -------------------------------
********************************* DISCOVERY **********************************
******************************* END OF REPORT ********************************
没有信息显示。用root用户运行
root@testorcl11g bin]# ./amdu
amdu_2015_04_20_17_00_34/
WARNING: Using brute force method to determine the size of /dev/raw/rawctl.
There will be performance issues. Please check configuration to determine the cause for the failure of ioctl
里面的report内容如下:
[root@testorcl11g amdu_2015_04_20_17_00_34]# cat report.txt
-*-amdu-*-
******************************* AMDU Settings ********************************
ORACLE_HOME = ?
System name: Linux
Node name: testorcl11g
Release: 2.6.32-279.el6.x86_64
Version: #1 SMP Wed Jun 13 18:24:36 EDT 2012
Machine: x86_64
amdu run: 20-APR-15 17:00:34
Endianess: 1
--------------------------------- Operations ---------------------------------
------------------------------- Disk Selection -------------------------------
-diskstring ''
------------------------------ Reading Control -------------------------------
------------------------------- Output Control -------------------------------
********************************* DISCOVERY **********************************
******************************* END OF REPORT ********************************
怎么解决?
写成amdu -diskstring '/dev/dev/asm-disk*' 也是没有内容?