Monday, May 23, 2011

Search Farm administration: Start/stop script

PS C:\> Get-Help .\FS4SP.ps1

NAME
C:\FASTSearch\Shell\Operation\FS14\FS4SP.ps1

SYNOPSIS
Performs FASTSearch start & stop.


SYNTAX
C:\FASTSearch\Shell\Operation\FS14\FS4SP.ps1 [[-action] ] [-thisNode ] [-adminNode] [-col ]
[-row ] [-retries ] []


DESCRIPTION
Performs start or stop of the FASTSearch system. Action (starting or stopping) is governed by the -action parameter
.

When the FASTSearch system spans multiple nodes, PowerShell Remoting must be enabled, and CredSSP Authentication mu
st be configured.


RELATED LINKS
about_Remote
Enable-PSRemoting
Enable-WSManCredSSP

REMARKS
To see the examples, type: "get-help C:\FASTSearch\Shell\Operation\FS14\FS4SP.ps1 -examples".
For more information, type: "get-help C:\FASTSearch\Shell\Operation\FS14\FS4SP.ps1 -detailed".
For technical information, type: "get-help C:\FASTSearch\Shell\Operation\FS14\FS4SP.ps1 -full".

-------------------------- EXAMPLE 1 --------------------------

C:\PS>FS4SP -action "start"

No comments: