Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
oracle_dbfs [2020/11/03 15:57] – andonovj | oracle_dbfs [2020/11/03 16:08] (current) – andonovj | ||
---|---|---|---|
Line 172: | Line 172: | ||
=====Management===== | =====Management===== | ||
- | Finally we can start it as follows: | + | The management of DBFS, includes, stop/start and registartion in the Grid Infra: |
+ | ====Start/ | ||
< | < | ||
--Mount | --Mount | ||
Line 211: | Line 212: | ||
install | install | ||
[oracle@ol6-121-rac1 admin]$ | [oracle@ol6-121-rac1 admin]$ | ||
+ | </ | ||
+ | ====Register DBFS into Grid Infra==== | ||
+ | We can register the DBFS into Grid infra and though allow failover if the instance crashes: | ||
+ | |||
+ | < | ||
+ | [OS prompt]$ cp / | ||
+ | [OS prompt]$ cd ~ | ||
+ | [OS prompt]$ chmod +x add-dbfs-resource.sh | ||
+ | [OS prompt]$ cat add-dbfs-resource.sh | ||
+ | [oracle@ol6-121-rac1 ~]$ ./ | ||
+ | [oracle@ol6-121-rac1 ~]$ grid_env | ||
+ | [oracle@ol6-121-rac1 ~]$ crsctl stat res dbfs_mount | ||
+ | NAME=dbfs_mount | ||
+ | TYPE=local_resource | ||
+ | TARGET=OFFLINE, | ||
+ | STATE=OFFLINE, | ||
+ | [oracle@ol6-121-rac1 ~]$ crsctl start res dbfs_mount | ||
+ | CRS-2672: Attempting to start ' | ||
+ | CRS-2672: Attempting to start ' | ||
+ | CRS-2676: Start of ' | ||
+ | CRS-2676: Start of ' | ||
+ | [oracle@ol6-121-rac1 ~]$ crsctl stat res dbfs_mount | ||
+ | NAME=dbfs_mount | ||
+ | TYPE=local_resource | ||
+ | TARGET=ONLINE | ||
+ | STATE=ONLINE on ol6-121-rac1, | ||
</ | </ | ||
+ | |||