如何確定計算節點能不能檢測到儲存節點上的磁碟

wgz7747147820發表於2020-09-30

檢視計算節點能不能看到cell node上的磁碟,可以不安裝GI就能看

第一步,首先將grid的安裝包拷貝到一個目錄下,將之解壓

[crsusr@slcz01db04 bin]$  ls
grid_home.zip

第二步 設定LD_LIBRARY_PATH和ORACLE_HOME

[crsusr@slcz01db04 bin]$ export ORACLE_HOME=/u01/check_disk
export LD_LIBRARY_PATH=/u01/check_disk/lib

第三步:
檢檢視看磁碟是不是能夠檢索到

[crsusr@slcz01db04 bin]$ export LD_LIBRARY_PATH=/u01/app/check_disk/lib


不設定ORACLE_HOME會報下面的錯
[crsusr@slcz01db04 bin]$ ./kfod.bin disks=all
Error 1 initializing CRS infrastructure
KFOD-00602: file not found; arguments: [kfodgpheap]
LEM-00031: file not found; arguments: [lempgmh] [lmserr]

不設定LD_LIBRARY_PATH會報下面的錯

[root@slcz01db04 bin]# ./kfod.bin disks=all
./kfod.bin: error while loading shared libraries: libasmclntsh.so: cannot open shared object file: No such file or directory

不能呼叫kfod,要呼叫kfod.bin
[root@slcz01db04 bin]# ./kfod disks=all
./kfod: line 22: /scratch/app/user/product/21.0.0/grid/bin/kfod.bin: No such file or directory

相關文章