Windows / Code / 0x400030e0
0x400030e0
Decimal: 1073754336 · Signed: 1073754336
As HRESULT:- S: 0 (Success)
- R: 1 (Reserved, must be clear in a well-formed HRESULT)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x000 (FACILITY_NULL: Default)
- Code: 0x30e0 (12512)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x30e0 (12512)
Associated Modules
| Module | Found in | Description |
|---|
| diskraid.exe | 78.11011 | Usage: CHAP TARGET SET SECRET=[<"secret">] [INITIATOR=]
CHAP TARGET REMEMBER SECRET=[<"secret">] INITIATOR=
Sets the CHAP secret for the currently selected target or remembers the
CHAP secret required to authenticate the target to the specified initiator.
SET Specifies that the CHAP secret will be set for target.
REMEMBER Specifies that the CHAP secret will be remembered by the target
to use to authenticate to the initiator specified by
INITIATOR=.
SECRET=[<"secret">]
Specifies the secret to set or remember. If empty the secret
will be cleared.
INITIATOR=
Specifies the initiator iSCSI name with which to associate
the secret.
A target must be selected for this operation to succeed.
Example:
CHAP TARGET SET SECRET="3A9cf0bb59"
CHAP TARGET REMEMBER SECRET="my secret password"
INITIATOR=iqn.2429-08.com.myinitiators.initiator-3 |
| 1 entry |
Associated Headers