text
stringlengths
0
4.23k
provider
Lists detailed information about the currently selected provider.
subsystem
Lists detailed information about the currently selected subsystem.
controller
Lists detailed information about the currently selected controller.
port
Lists detailed information about the currently selected controller port.
drive
Lists detailed information about the currently selected drive, including the occupying LUNs.
lun
Lists detailed information about the currently selected LUN, including the contributing drives. The output differs slightly depending on whether the LUN is part of a Fibre Channel or iSCSI subsystem. If the Unmasked Hosts list contains only an asterisk, this means that the LUN is unmasked to all hosts.
tportal
Lists detailed information about the currently selected iSCSI target portal.
target
Lists detailed information about the currently selected iSCSI target.
tpgroup
Lists detailed information about the currently selected iSCSI target portal group.
verbose
For use only with the LUN parameter. Lists additional information, including its plexes.
dissociate
Sets specified list of controller ports as inactive for the currently selected LUN (other controller ports are not affected), or dissociates the specified list of iSCSI targets for the currently selected LUN.
Syntax
dissociate controllers <n> [,<n> [,...]]
dissociate ports <n-m>[,<n-m>[,…]]
dissociate targets <n> [,<n> [,…]]
Parameter
Parameter
Description
controllers
Removes controllers from the list of controllers that are associated with the currently selected LUN. Use only with VDS 1.0 providers.
ports
Removes controller ports from the list of controller ports that are associated with the currently selected LUN. Use only with VDS 1.1 providers.
targets
Removes targets from the list of iSCSI targets that are associated with the currently selected LUN. Use only with VDS 1.1 providers.
<n> [,<n> [,…]]
For use with the controllers or targets parameter. Specifies the numbers of the controllers or iSCSI targets to set as inactive or dissociate.
<n-m>[,<n-m>[,…]]
For use with the ports parameter. Specifies the controller ports to set as inactive by using a controller number (n) and port number (m) pair.
<n> [,<n> [,…]]
<n-m>[,<n-m>[,…]]
Example
DISKRAID> SEL LUN 5
LUN 5 is now the selected LUN.
DISKRAID> ASSOCIATE PORTS 0-0,0-1
Controller port associations changed.
(Controller ports active after this command: Ctlr 0 Port 0, Ctlr 0 Port 1)
DISKRAID> ASSOCIATE PORTS ADD 1-1
Controller port associations changed.
(Controller ports active after this command: Ctlr 0 Port 0, Ctlr 0 Port 1, Ctlr 1 Port 1)
DISKRAID> DISSOCIATE PORTS 0-0,1-1
Controller port associations changed.
(Controller ports active after this command: Ctlr 0 Port 1)
exit
Exits Diskraid.
Syntax
exit
extend
Extends the currently selected LUN by adding sectors to the end of the LUN. Not all providers support extending LUNs. Does not extend any volumes or file systems contained on the LUN. After you extend the LUN, you should extend the associated on-disk structures using the DiskPart extend command.
Syntax
extend lun [size=<LUN_size>] [drives=<drive_number>, [<drive_number>, ...]] [noerr]