Thursday, July 28, 2016

ORACLE ACFS MOUNT POINT ISSUES
++++++++++++++++++++++++++++++


Recently our ACFS mount point not came up automatically when we try to mount the acfs mount point its shown below error
root@linux02 ~]# /sbin/mount.acfs -o all
/sbin/mount.acfs.bin: error while loading shared libraries: libhasgen11.so: cannot open shared object file: No such file or directory

This issue occured due to GRID HOME not able to recognize by the mount.acfs command.

root@linux02 ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda2              43G   16G   26G  39% /
/dev/sda1             289M   17M  258M   7% /boot
tmpfs                 3.0G  164M  2.9G   6% /dev/shm
.host:/               362G  306G   56G  85% /mnt/hgfs

[root@linux02 ~]# /sbin/mount.acfs -o all
/sbin/mount.acfs.bin: error while loading shared libraries: libhasgen11.so: cannot open shared object file: No such file or directory


[root@linux02 ~]# export ORACLE_HOME=/u01/app/11.2.0.1/grid


[root@linux02 ~]# /sbin/mount.acfs -o all
[root@linux02 ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda2              43G   16G   26G  39% /
/dev/sda1             289M   17M  258M   7% /boot
tmpfs                 3.0G  164M  2.9G   6% /dev/shm
.host:/               362G  306G   56G  85% /mnt/hgfs
/dev/asm/rman-39      1.0G  217M  808M  22% /u01/app/data_rman
[root@linux02 ~]#



Please contact for online and classroom classes for Oracle DBA, RAC ,Data Guard and Goldengate..


Regards
Krishna
+91-8553162006
dbaclass4u@gmail.com 

1 comment:

  1. mount.acfs is a script that should have the oracle home set in it already. no need to set it in the env.

    ReplyDelete

Share your knowledge it really improves, don't show off...