This section provides useful help and tips over and above the formal support manual sections 2 through 18.
Product Version: ACB / OBM: All Operating System: All platforms Description: How to start OBM / ACB in debug mode? Steps: This document contains the information of how to start OBM / ACB in debug mode. Table of Contents:
Installation on Windows / Mac OS X Installation on Linux
Installation on Windows / Mac OS X Installation on Linux
Note: Debug mode is only available for ACB version after 5.5.1.0.
For ACB / OBM version 6.7.0.0 or above - Windows / Mac OS X:Back to top You can start the client agent in debug mode by editing the RunOBC batch / script file and afc.opt files, located in the installation home and installation home bin folder - ${Install-Home}\bin\RunOBC.bat or ${Install-Home}/bin/RunOBC.sh${Install-Home}\afc.opt
|
RunOBC: |
| ------------------------------------------------------------------ DEBUG_MODE ----------------------------------------------------------------- |
| Enable/Disable debug mode |
| e.g. SET DEBUG_MODE="--debug" |
| or SET DEBUG_MODE="" |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| SET DEBUG_MODE="" |
|
RunOBC (Updated): |
| ------------------------------------------------------------------ DEBUG_MODE ----------------------------------------------------------------- |
| Enable/Disable debug mode |
| e.g. SET DEBUG_MODE="--debug" |
| or SET DEBUG_MODE="" |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| SET DEBUG_MODE="--debug" |
For ACB / OBM version 5.5.1.0 - 6.5.x.x - Windows / Mac OS X:
Back to top You can start the client agent in debug mode by editing the RunOBC batch or script file, located in the installation home bin folder - ${Install-Home}\bin\RunOBC.bat or ${Install-Home}/bin/RunOBC.sh
|
RunOBC.bat or RunOBC.sh: |
| ------------------------------------------------------------------ DEBUG_MODE ----------------------------------------------------------------- |
| Enable/Disable debug mode |
| e.g. SET DEBUG_MODE="--debug" |
| or SET DEBUG_MODE="" |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| SET DEBUG_MODE="" |
|
RunOBC.bat or RunOBC.sh (Updated): |
| ------------------------------------------------------------------ DEBUG_MODE ----------------------------------------------------------------- |
| Enable/Disable debug mode |
| e.g. SET DEBUG_MODE="--debug" |
| or SET DEBUG_MODE="" |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| SET DEBUG_MODE="--debug" |
You can start the client agent in debug mode by editing the RunBackupSet.sh file and afc.opt files, located in the installation home and installation home bin folder -${Install-Home}/bin/RunBackupSet.sh${Install-Home}/afc.opt
|
RunBackupSet.sh: |
| ------------------------------------------------------------------ DEBUG_MODE ----------------------------------------------------------------- |
| Set Debug mode. |
| Options available: DEBUG/NO-DEBUG |
| e.g. SET DEBUG_MODE="DEBUG" |
| or SET DEBUG_MODE="NO-DEBUG" |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| DEBUG_MODE="NO-DEBUG" |
|
RunBackupSet.sh (Updated): |
| ------------------------------------------------------------------ DEBUG_MODE ----------------------------------------------------------------- |
| Set Debug mode. |
| Options available: DEBUG/NO-DEBUG |
| e.g. SET DEBUG_MODE="DEBUG" |
| or SET DEBUG_MODE="NO-DEBUG" |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| DEBUG_MODE="DEBUG" |
For OBM version 5.5.1.0 - 6.5.x.x - Linux
Back to top You can start the client agent in debug mode by editing the RunBackupSet.sh script file, located in the installation home bin folder - ${Install-Home}/bin/RunBackupSet.sh
|
RunBackupSet.sh: |
| ------------------------------------------------------------------ DEBUG_MODE ----------------------------------------------------------------- |
| Set Debug mode. |
| Options available: DEBUG/NO-DEBUG |
| e.g. SET DEBUG_MODE="DEBUG" |
| or SET DEBUG_MODE="NO-DEBUG" |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| DEBUG_MODE="NO-DEBUG" |
|
RunBackupSet.sh (Updated): |
| ------------------------------------------------------------------ DEBUG_MODE ----------------------------------------------------------------- |
| Set Debug mode. |
| Options available: DEBUG/NO-DEBUG |
| e.g. SET DEBUG_MODE="DEBUG" |
| or SET DEBUG_MODE="NO-DEBUG" |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| DEBUG_MODE="DEBUG" |
For OBM version 5.2.x installation on Windows / Mac OS X:
Back to top You can start the client agent in debug mode by editing the RunOBM batch or script file, located in the installation home bin folder - ${Install-Home}\bin\RunOBM.bat or ${Install-Home}/bin/RunOBM.sh
|
RunOBM.bat: |
| ... |
| %JAVA_EXE% %JAVA_LIB_PATH% %CLASSPATH% %JAVA_OPTS% obm %OBM_HOME% |
| CONFIG_HOME% |
| pause |
| ... |
|
RunOBM.sh: |
| ------------------------------------------------------------------ DEBUG_MODE ----------------------------------------------------------------- |
| Set the debug mode. Options available: [ --debug | {EMPTY} ] |
| e.g. DEBUG_MODE=--debug |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| DEBUG_MODE= |
|
RunOBM.bat (Updated): |
| ... |
| %JAVA_EXE% %JAVA_LIB_PATH% %CLASSPATH% %JAVA_OPTS% obm --debug % |
| OBM_HOME% %CONFIG_HOME% > c:\debug.log |
| pause |
| ... |
|
RunOBM.sh (Updated): |
| ------------------------------------------------------------------ DEBUG_MODE ----------------------------------------------------------------- |
| Set the debug mode. Options available: [ --debug | {EMPTY} ] |
| e.g. DEBUG_MODE=--debug |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| DEBUG_MODE=--debug |
For OBM version 5.2.x installation on Linux:
Back to top You can start the client agent in debug mode by editing the RunBackupSet.sh script file, located in the installation home bin folder - ${Install-Home}/bin/RunBackupSet.sh
|
RunBackupSet.sh: |
| ------------------------------------------------------------------ DEBUG_MODE ----------------------------------------------------------------- |
| Set Debug mode. |
| Options available: DEBUG/NO-DEBUG |
| e.g. SET DEBUG_MODE="DEBUG" |
| or SET DEBUG_MODE="NO-DEBUG" |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| DEBUG_MODE="NO-DEBUG" |
|
RunBackupSet.sh (Updated): |
| ------------------------------------------------------------------ DEBUG_MODE ----------------------------------------------------------------- |
| Set Debug mode. |
| Options available: DEBUG/NO-DEBUG |
| e.g. SET DEBUG_MODE="DEBUG" |
| or SET DEBUG_MODE="NO-DEBUG" |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| DEBUG_MODE="DEBUG" |