NAME

Set-DcsSCSIInquiryData

SYNOPSIS

Sets the SCSI Inquiry data for a virtual disk.

SYNTAX

Set-DcsSCSIInquiryData   -VirtualDisk <Object>   [ -Product <String> ]   [ -Revision <String> ]   [ -Serial <String> ]   [ -Vendor <String> ]   [ -Connection <String> ]   [ -PipelineVariable <String> ]

DESCRIPTION

Changes the SCSI Inquiry data for a virtual disk. This data is returned to the client host when discovering devices through SCSI inquiries. Specify the parameters to set or change. If a parameter is not specified it will not be changed from the current setting. CAUTION: Do not change these values unless you are certain that they need to be changed in order for client hosts to discover virtual disks or to properly function while using virtual disks. Changing these values unnecessarily or incorrectly will cause errors.

PARAMETERS

-VirtualDisk<Object>
VirtualDiskData object, name, or ID that identifies the virtual disk.

Required: true
Position: named
Default value:
Accept pipeline input: true (ByValue)
Accept wildcard characters: false

-Product<String>
Use this parameter to set the product name.

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

-Revision<String>
Use this parameter to set the revision.

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

-Serial<String>
Use this parameter to set the serial number.

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

-Vendor<String>
Use this parameter to set the vendor number.

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

-Connection<String>
Alias of the connection to the server group. If not specified, the default connection is used.

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

-PipelineVariable<String>

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

INPUTS

VirtualDiskData : Object that identifies the virtual disk.

OUTPUTS

InquiryData : Object that identifies and describes the SCSI Inquiry Data for the virtual disk.

NOTES

Also see Get-DcsScsiInquiryData.

EXAMPLES


-------------- Example 1 Sets SCSI Inquiry Data for a virtual disk specified by name --------------
Set-DcsSCSIInquiryData -VirtualDisk "Virtual disk 1" -Serial 00058321
			

Set the serial number to 00058321 for the virtual disk named "Virtual disk 1".

Vendor                        Product                       Revision                      Serial
------                        -------                       --------                      ------
DataCore                      Virtual Disk                  DCS                           00058321