Windows / Code / 0x40002f2d
0x40002f2d
Decimal: 1073753901 · Signed: 1073753901
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: 0x2f2d (12077)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2f2d (12077)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 78.11011 | Locates new disks that may have been added to the computer.
Syntax: RESCAN
Example:
RESCAN |
| diskraid.exe | 78.11011 | Usage: LBPOLICY SET LUN TYPE= [PATHS=-{PRIMARY | }
[,-{PRIMARY | }[,...]]]
LBPOLICY SET LUN PATHS=-{PRIMARY | }
[,-{PRIMARY | }[,...]]
Sets the load balance policy for the currently selected LUN.
TYPE= Specifies the type of load balance policy. Must be one of
FAILOVER, ROUNDROBIN, SUBSETROUNDROBIN, DYNLQD, WEIGHTED,
LEASTBLOCKS, or VENDORSPECIFIC.
PATHS=-{PRIMARY | }[,-{PRIMARY | }[,...]]
Specifies one or more paths describing the load balance policy.
Specifies the index of a path. This must refer to
one of the currently selected LUN's paths.
PRIMARY Specifies that the path is a primary path. Any
paths not specified are implicitly set as backup.
Specifies the weight of the path.
A LUN must be selected for this operation to succeed.
Examples:
LBPOLICY SET LUN TYPE=FAILOVER PATHS=3-PRIMARY
LBPOLICY SET LUN TYPE=WEIGHTED PATHS=2-45,4-10,7-30
LBPOLICY SET LUN PATHS=5-PRIMARY |
| 2 entries |
Associated Headers