用asmcmd 的rebal 代替 ASM_POWER_LIMIT 引數
ASMCMD> help rebal
rebal
Rebalances a disk group.
Synopsis
rebal [--power
Description
The options for the rebal command are described below.
diskgroup - Disk group name.
--power power - The power level can be set to the same values as the
ASM_POWER_LIMIT initialization parameter. For
information about the ASM_POWER_LIMIT initialization
parameter settings, see the Oracle Automatic Storage
Management Administrator's Guide.
The power level can be set from 0 to 1024. A value
of 0 disables rebalancing. If the rebalance power
is not specified, the value defaults to the setting
of the ASM_POWER_LIMIT initialization parameter.
You can determine if a rebalance operation is
occurring with the ASMCMD lsop command.
-w - Wait option. Causes ASMCMD to wait for the
disk group to be rebalanced before returning
control to the user. The default is not waiting.
Examples
The following is an example of the rebal command that rebalances the
FRA disk group with a power level set to 4.
ASMCMD [+] > rebal --power 4 FRA
ASMCMD [+] > lsop
Group_Name Operation State Power
FRA REBAL RUN 4
See Also
lsop
ASMCMD> rebal --power 4 DGTEST
Rebal on progress.
ASMCMD> lsop
Group_Name Pass State Power EST_WORK EST_RATE EST_TIME
DGTEST COMPACT WAIT 4
DGTEST REBALANCE DONE 4
ASMCMD>
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-1247099/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle ASM中ASM_POWER_LIMIT引數OracleASMMIT
- oracle ASM引數ASM_POWER_LIMIT以及其它一些引數詳解OracleASMMIT
- Spring Validation-用註解代替程式碼引數校驗Spring
- oracle 11.2 版本 asmcmd 針對 spfile 引數檔案增加的命令OracleASM
- 不定引數的應用
- RMAN 中使用控制檔案代替恢復目錄需要注意的引數
- 數值型模板引數的應用
- 將字串中的空格用 代替字串
- 用SUN官方的JVM代替JinitiatorJVM
- 【asmcmd】使用asmcmd工具管理ASMASM
- asmcmdASM
- 使用channel代替條件變數變數
- JVM實用引數系列JVM
- ASMCMD命令ASM
- ASMCMD - cpASM
- 使用asmcmdASM
- ftpd -u 002 引數的應用FTP
- Python技巧:用isnumeric等代替數值異常處理Python
- 實用 JVM 引數總結JVM
- mysql Sql引數用?而不用@MySql
- 關於用設計模式代替if else的迷惑設計模式
- 用javascript替換URL中的引數值JavaScript
- mysql用於分配記憶體的引數MySql記憶體
- asmcmd詳解ASM
- oracle asm asmcmdOracleASM
- ASM工具asmcmdASM
- kettle 引數——變數引數和常量引數變數
- ASMCMD中的各個命令ASM
- asmcmd的cp命令小bugASM
- asmcmd的一個問題ASM
- C#中的值引數,引用引數及輸出引數C#
- iOS可變引數(不定引數)的用法iOS
- Mac OS X 上用 otool 代替 lddMac
- 轉:ArrayList:用Set代替containsAI
- PHP 用 Enum 限定引數型別PHP型別
- 變數用雙引號包起來變數
- IMP EXP常用引數,實用例子
- ASMCMD簡介(1)ASM