Home > Database > Mysql Tutorial > body text

ASM启动和关闭操作选项

WBOY
Release: 2016-06-07 17:27:06
Original
1630 people have browsed it

ASM实例的启动和关闭操作与RDBMS数据库实例类似的选项:

启动和关闭ASM实例

ASM实例的启动和关闭操作与RDBMS数据库实例类似的选项:

执行STARTUP操作

FORCE,,这个选项强行关闭,执行的是SHUTDOWN ABORT操作,然后启动;

MOUNT,执行启动ASM实例并挂载参数ASM_DISKGROUPS指定的磁盘组操作;

NOMOUNT,执行启动ASM实例操作但是不挂载磁盘组;

OPEN,注意,ASM实例没有OPEN这个选项操作,实际上是MOUNT之后OPEN的。

执行SHUTDOWN操作

NORMAL,ASM实例等待所有的连接退出后才关闭实例;

IMMEDIATE,不等待会话退出但是等待会话完成后关闭;

TRANSACTIONAL,与IMMEDIATE等同;

ABORT,立即关闭。

-The End-

linux

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template