Contained Within
Find More Documentation
Featured Support Resources
| PDF로 이 문서 다운로드
NAME
- dr_cmd_init - initiate a DR operation on a domain
SYNOPSIS
-
dr_cmd_init domain [tcl | tk]
DESCRIPTION
-
-
Caution:
- Do not use this command, which runs in the DR shell; it is included here only for completeness. Instead, use drinit(1M), which performs the same functions, but with the added security of safeguards and checks.
-
dr_cmd_init initializes the Tcl/Tk to DR interface, arranges for all DR-related output to be handled in an appropriate manner, and displays all initial board states. dr_cmd_init must be the first command run as part of a sequence of commands for a DR operation. It initializes links to both the dr_daemon(1M) on the host and the Agent on the SSP. See dr_daemon(1M) in the Solaris Reference Manual for SMCC-Specific Software and snmpd(1M) in man Pages(1M): Ultra Enterprise 10000 SSP Administration Commands .
- This command is equivalent to drinit(1M).
OPTIONS
-
-
domain
- The host domain on which to the DR operation is to be executed.
-
-
tcl | tk
- If you specify tcl, stderr and stdout messages are handled normally. If you specify tk, they are redirected to an internal buffer, which can be passed to the Tk widgets for display. If you specify neither, the DR shell correctly chooses a suitable default based on argv[0 ].
EXIT STATUS
- If dr_cmd_init succeeds it returns a 0 result code in the dr_return global variable. If it fails, it returns a 1 and displays diagnostic messages.
-
-
Note:
- Tcl parsing errors prevent DR commands from running which, in turn, leaves dr_return uninitialized. In such cases, the dr_return error code is meaningless. See dr (1M)for more information concerning return codes.
DIAGNOSTICS
- See DIAGNOSTICS in drinit(1M).
DR Administration Commands..dr_cmd_init ( 1M ) SEE ALSO
-
dr_daemon(1M) in the Solaris Reference Manual for SMCC-Specific Software and snmpd(1M) in man Pages(1M): Ultra Enterprise 10000 SSP Administration Commands
|
|