Editar

Start-HcsHotfix

Installs a hotfix on a StorSimple device.

Syntax

Start-HcsHotfix
     [-Force]
     [-Credential <PSCredential>]
     -Path <String>
     [-WhatIf]
     [-Confirm]
     [<CommonParameters>]

Description

The Start-HcsHotfix cmdlet installs a hotfix on a StorSimple device. You must install maintenance mode updates on each controller individually. If you do not install a maintenance mode hotfix on each controller, data may become lost or corrupted.

Examples

Example 1: Install a hotfix

PS C:\>Start-HcsHotfix -Path "\\myshare\hotfix\hotfix.exe"

This command installs a hotfix on a StorSimple device.

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Credential

Specifies a PSCredential object. Specify a credential that has read permission for the location that the Path parameter specifies. To obtain a PSCredential object, use the Get-Credentialhttp://go.microsoft.com/fwlink/?LinkID=293936 cmdlet. For more information, type Get-Help Get-Credential.

Type:PSCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Force

Forces the command to run without asking for user confirmation.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Path

Specifies a file name, including the path, to the hotfix to install. The hotfix must be on a share that the StorSimple device has access to. If the share requires credentials, they must be supplied with the Credential parameter.

If you have trouble accessing a network share by specifying a name (for example, \\mysharehost\temp\), try accessing it by IP address instead (for example, \\192.168.0.25\temp\). Because this device is not joined to a domain, accessing network shares by name does not always work, depending on the configuration of your network. The device cannot communicate over IPSEC enabled networks.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False