重庆思庄Oracle、Redhat认证学习论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 3243|回复: 0
打印 上一主题 下一主题

[参考文档] How to Mount or Unmount ACFS File System While Applying GI Patches? (Doc ID 1...

[复制链接]
跳转到指定楼层
楼主
发表于 2015-11-5 17:31:45 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
[size=130%]How to Mount or Unmount ACFS File System While Applying GI Patches? (Doc ID 1494652.1)

                               
登录/注册后可看大图



                               
登录/注册后可看大图

In this Document
Goal
Solution
Unmounting ACFS File Systems
Mounting ACFS File Systems

Applies to:   Oracle Database - Enterprise Edition - Version 11.2.0.3 to 11.2.0.3 [Release 11.2]
Information in this document applies to any platform.
GoalHow to mount or unmount ACFS while applying Grid Infrastructure patches?
SolutionUnmounting ACFS File SystemsACFS file systems can be used by Oracle RAC for hosting software files for the database. It can also be used as a general purpose file system for non-database files. The ACFS file system is managed and administered by the Oracle Grid Infrastructure, So ACFS file systems will be impacted when shutting down the GI stack for patching GI homes.
Shut down the processes (including non-Oracle processes) that use the files on ACFS, then unmount the ACFS file system.
If the ACFS file system is used by Oracle database software, then perform Steps 1 and 2.
1.      Execute the following command to find the names of the CRS managed ACFS file system resource.
# crsctl stat res -w "TYPE = ora.acfs.type" -p | grep VOLUME
2.      Execute the following command to stop the CRS managed ACFS file system resource with the resource name found from Step 1.
As root user execute:
# srvctl stop filesystem -d <volume device path> -n <node to stop file system on>

If the ACFS file system is not used for Oracle Database software and is registered in the ACFS registry, perform the following steps.
1.      Execute the following command to find all ACFS file system mount points.
As root user execute:
# /sbin/acfsutil registry
2.      Unmount ACFS file systems found in Step 1.
As root user execute:
# /bin/umount <mount-point>
Note:
On Linux, use: /bin/umount
On Solaris, use: /sbin/umount
On AIX, use: /usr/sbin/umount

3.      Verify that the ACFS file systems are unmounted. Execute the following command to verify.
As the root user execute:
# /sbin/acfsutil info fs
The previous command should return the following message if there is no ACFS file systems mounted.
"acfsutil info fs: ACFS-03036: no mounted ACFS file systems"

Mounting ACFS File SystemsIf the ACFS file system is used by Oracle database software, then perform Steps 1 and 2.
1.      Execute the following command to find the names of the CRS managed ACFS file system resource.
As root user execute:
# crsctl stat res -w "TYPE = ora.acfs.type" -p | grep VOLUME
2.      Execute the following command to start and mount the CRS managed ACFS file system resource with the resource name found from Step 1.
As root user execute:
# srvctl start filesystem -d <volume device path> -n <node to start file system on>

If the ACFS file system is not used for Oracle Database software and is registered in the ACFS registry, these file systems should get automatically mounted when the CRS stack comes up. Perform Steps 1 and 2 if it is not already mounted.
1.      Execute the following command to find all ACFS file system mount points.
As the root user execute:
# /sbin/acfsutil registry
2.      Mount ACFS file systems found in Step 1.
As the root user execute:
# /bin/mount <mount-point>
Note:
On Linux, use: /bin/mount
On Solaris, use: /sbin/mount
On AIX, use: /usr/sbin/mount






分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 支持支持 反对反对
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|手机版|小黑屋|重庆思庄Oracle、Redhat认证学习论坛 ( 渝ICP备12004239号-4 )

GMT+8, 2024-4-29 04:56 , Processed in 0.096671 second(s), 24 queries .

重庆思庄学习中心论坛-重庆思庄科技有限公司论坛

© 2001-2020

快速回复 返回顶部 返回列表