Windows / Code / 0x40002f2b
0x40002f2b
Decimal: 1073753899 · Signed: 1073753899
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: 0x2f2b (12075)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2f2b (12075)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 1011 | Repairs the RAID-5 volume with focus by replacing the failed RAID-5 member
with the specified dynamic disk.
Syntax: REPAIR DISK= [ALIGN=] [NOERR]
DISK= Specifies the dynamic disk that will replace the failed RAID-5
member. The specified disk must have free space equal to or
larger than the total size of the failed RAID-5 member.
ALIGN= Typically used with hardware RAID Logical Unit Number (LUN)
arrays to improve performance. Aligns all volume extents to
the closest alignment boundary. The extent offsets will be
a multiple of .
NOERR For scripting only. When an error is encountered, DiskPart
continues to process commands as if the error did not occur.
Without the NOERR parameter, an error causes DiskPart to exit
with an error code.
The specified dynamic disk must have free space greater than or equal to
the size of the failed RAID-5 member.
A RAID-5 volume must be selected for this operation to succeed.
Example:
REPAIR DISK=1 |
| diskpart.exe | 78.1 | Repairs the RAID-5 volume with focus by replacing the failed RAID-5 member
with the specified dynamic disk.
Syntax: REPAIR DISK= [ALIGN=] [NOERR]
DISK= Specifies the dynamic disk that will replace the failed RAID-5
member. The specified disk must have free space equal to or
larger than the total size of the failed RAID-5 member.
ALIGN= Typically used with hardware RAID Logical Unit Number (LUN)
arrays to improve performance. Aligns all volume extents to
the closest alignment boundary. The extent offsets will be
a multiple of .
NOERR For scripting only. When an error is encountered, DiskPart
continues to process commands as if the error did not occur.
Without the NOERR parameter, an error causes DiskPart to exit
with an error code.
The specified dynamic disk must have free space greater than or equal to
the size of the failed RAID-5 member.
A RAID-5 volume must be selected for this operation to succeed.
Example:
REPAIR DISK=1 |
| diskraid.exe | 78.11011 | Usage: IPSEC IPORTAL TPORTAL=
IPSEC IPORTAL SET KEY=[] TPORTAL= [ [ [...]]]
IPSEC IPORTAL SET TUNNEL=
DESTINATION=
IPSEC TPORTAL IPORTAL=
IPSEC TPORTAL SET KEY=[] {INITIATOR | IPORTAL=}
[ [ [...]]]
IPSEC TPORTAL SET TUNNEL=
DESTINATION=
IPSEC SUBSYSTEM SET GROUPKEY=[]
IPSEC INITIATOR SET GROUPKEY=[]
IPSEC INITIATOR SET KEY=[] TPORTAL= [ [ [...]]]
IPSEC INITIATOR SET TUNNEL=
DESTINATION=
Sets or displays the IPSEC policy for the currently selected iSCSI
initiator portal, target portal, subsystem, or local initiator.
Enter:
IPSEC IPORTAL /? for specific help on setting initiator portal
IPSEC policy
IPSEC TPORTAL /? for specific help on setting target portal IPSEC
policy
IPSEC SUBSYSTEM /? for specific help on setting subsystem-wide IPSEC
policy
IPSEC INITIATOR /? for specific help on setting local-initiator-wide
IPSEC policy |
| 3 entries |
Associated Headers