Flash Accel Installation and Administration Guide
:
Flash Accel PowerShell cmdlets
: Importing Flash Accel PowerShell cmdlets to a VM
Importing Flash Accel PowerShell cmdlets to a VM
Before you can run the PowerShell cmdlets included with Flash Accel, you need to import them to the VM.
Before you begin
The Flash Accel software package must be installed on the VM.
Steps
1.
At a Windows command prompt in the VM, enter:
powershell
2.
At the PowerShell prompt, enter:
Import-Module FA-PsCmdlets
3.
Verify that the cmdlets were imported successfully by entering the following command:
Get-Command -Module FA-PsCmdlets
The PowerShell cmdlets for Flash Accel are listed.
Example 1.
Example: Importing cmdlets
C:\Users\Administrator> powershell
PS C:\Users\Administrator> Import-Module FA-PsCmdlets
PS C:\Users\Administrator> Get-Command -Module FA-PsCmdlets
CommandType Name
----------- ----
Cmdlet Clear-FAMetrics
Cmdlet Format-FACache
Cmdlet Get-FACache
Cmdlet Get-FADevice
Cmdlet Get-FAOptions
Cmdlet Reset-FADevice
Cmdlet Set-FACache
Cmdlet Set-FADevice
Cmdlet Set-FAOptions
Cmdlet Stop-FACacheFormat
Parent Topic:
Flash Accel PowerShell cmdlets
Was this topic helpful? Send
comments
to NetApp.