oracleasm各个选项含义

简介: configure Use the configure option to reconfigure the Automatic Storage Management library driver, if necessary: # /etc/init.
+关注继续查看

configure
Use the configure option to reconfigure the Automatic Storage
Management library driver, if necessary:
# /etc/init.d/oracleasm configure

enable
disable
Use the disable and enable options to change the behavior of the
Automatic Storage Management library driver when the system starts.
The enable option causes the Automatic Storage Management library
driver to load when the system starts:
# /etc/init.d/oracleasm enable

start
stop
restart
Use the start, stop, and restart options to load or unload the
Automatic Storage Management library driver without restarting the
system:
# /etc/init.d/oracleasm restart

createdisk
Use the createdisk option to mark a disk device for use with the
Automatic Storage Management library driver and give it a name:
# /etc/init.d/oracleasm createdisk DISKNAME devicename

deletedisk
Use the deletedisk option to unmark a named disk device:
# /etc/init.d/oracleasm deletedisk DISKNAME
Caution: Do not use this command to unmark disks that are being used
by an Automatic Storage Management disk group. You must drop the
disk from the Automatic Storage Management disk group before you
unmark it.

querydisk
Use the querydisk option to determine whether a disk device or disk
name is being used by the Automatic Storage Management library driver:
# /etc/init.d/oracleasm querydisk {DISKNAME | devicename}

listdisks
Use the listdisks option to list the disk names of marked Automatic
Storage Management library driver disks:
# /etc/init.d/oracleasm listdisks

scandisks
Use the scandisks option to enable cluster nodes to identify which
shared disks have been marked as Automatic Storage Management
library driver disks on another node:
# /etc/init.d/oracleasm scandisks

相关文章
|
4天前
|
SQL Oracle 安全
Oracle杂谈一 Oracle数据库的一些基本概念
Oracle杂谈一 Oracle数据库的一些基本概念
|
5天前
|
SQL Oracle 关系型数据库
oracle数据库中对汉字跟英文字母混合排序
oracle数据库中对汉字跟英文字母混合排序
26 0
|
5天前
|
存储 SQL Oracle
Oracle数据库批量删除表、视图、序列、存储过程、函数脚本
Oracle数据库批量删除表、视图、序列、存储过程、函数脚本
14 0
|
5天前
|
Oracle 关系型数据库 数据库
Oracle数据库 查询所有表
Oracle数据库 查询所有表
21 1
|
12天前
|
存储 Oracle 算法
数据库数据恢复-ORACLE数据库常见故障的数据恢复可能性分析
ORACLE数据库常见故障: 1、ORACLE数据库无法启动或无法正常工作。 2、ORACLE数据库ASM存储破坏。 3、ORACLE数据库数据文件丢失。 4、ORACLE数据库数据文件部分损坏。 5、ORACLE数据库DUMP文件损坏。
|
28天前
|
Oracle 关系型数据库 数据库
PostgreSQL和Oracle两种数据库有啥区别?如何选择?
PostgreSQL和Oracle两种数据库有啥区别?如何选择?
53 0
|
2月前
|
Oracle 关系型数据库 数据库
Oracle——给数据库的某个字段设置随机数
Oracle——给数据库的某个字段设置随机数
|
2月前
|
Oracle 关系型数据库 数据库
通过数据泵expdp、impdp方式备份与还原(导出与导入)Oracle数据库
通过数据泵expdp、impdp方式备份与还原(导出与导入)Oracle数据库
|
2月前
|
Oracle 关系型数据库 数据库
PLSQL连接本地oracle或远程oracle数据库,实现随意切换
PLSQL连接本地oracle或远程oracle数据库,实现随意切换
|
2月前
|
Oracle 关系型数据库 数据库
Flink对Oracle数据库的支持
Flink对Oracle数据库的支持
89 1
推荐文章
更多