New-EVIndexSnapshot on cluster
Hello,
we add to our batch script this line
\powershell.exe -psconsolefile "C:\Program Files (x86)\Enterprise Vault\evshell.psc1" -command "& {New-EvIndexsnapshot -EVServerName evclustername.domain.cz -confirm:$false}"
In history - we call this script on version 12.x where we have backup mode for stores and index and after upgrade of EV14.2 we added snapshot of new elastic search, see .
So, the script is located on node1 in C:\script. If this node is active, all is working. If this node is passive, two lines with e backup mode for stores and backup mode for index works. But call EVindexsnapshot is not working.
Is needed configure Set-EVIndexSnapshotLocation on both nodes to the same path ?
Is needed call the script on active node ?
Many thanks