NetApp

Get Flash Accel configuration options cmdlet
The Get-FAOptions cmdlet gets the available options to configure Flash Accel.
Syntax
Get-FaOptions

[
-ComputerName String]
[
-Credential PsCredential]
[
CommonParameters]
Description
The Get-FAOptions cmdlet gets the available options to configure Flash Accel. To get information for a remote computer, use the ComputerName parameter. The command uses WMI to gather data remotely and locally.
Parameters
-ComputerName String
Specifies a remote Windows computer on which you want to run the command. If you do not use this parameter, the command runs on the local computer. The value can be a fully qualified domain name or an IP address. When the remote computer is in a different domain from the local computer, you must use a fully qualified domain name.
-Credential PsCredential
Specifies a user account that you want to use to run this command. An administrative-level user account is required. If you do not use this parameter, the command runs under the user account with which you are currently logged in. Type a user name, such as "User01", "Domain01\User01", or "User@example.com". You can also enter a PSCredential object, such as an object that is returned by the Get-Credential cmdlet. When you type a user name, you are prompted for a password.
This cmdlet supports the following common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer and OutVariable. For more information, type:
get-help about_commonparameters
Example 8. Example: Get basic data device attributes
The following example gets available Flash Accel options from the local computer:
C:\PS>Get-FAOptions

DefaultDeviceState : Disabled
DefaultDeviceCacheMode : WriteThru
EventLogLevel : Warning
MetricsResetInterval : 60
GenIdInterval : 15
IoTimeout : 100
IoRetryInterval : 1000
IoRetryCount : 3
MinReadSize : 4096
MaxReadSize : 65536
MinWriteSize : 4096
MaxWriteSize : 65536
WriteQLimit : 1024
BlockUsageThreshold : 1
ChunkMinBlockThreshold : 128
ChunkMaxBlockThreshold : 128
Parent Topic: Flash Accel PowerShell cmdlets


Was this topic helpful? Send comments to NetApp.