4.0.0 HP PolyServe Software for Microsoft SQL Server Administration Guide (T5392-96056, March 2010)

Virtual SSAS procedures
Modify the configuration
To modify the configuration of a Virtual SSAS, select it on the PolyServe Management Console window,
right-click, and select Properties. You can then change the configuration, with the exception that the
primary interface cannot be changed.
NOTE:
When you modify the configuration of a Virtual SSAS, you can move interfaces between the Available
and Members columns, in effect changing the interfaces on which the Virtual SSAS is configured.
However, you cannot move the interface on which the Virtual SSAS is currently active from the Members
column to the Available column.
To change the configuration from the command line, use this command:
mx vssas update [--policy autofailback|nofailback] [--application
<application_name> [--force yes|no] <ip> <name> <<networkinterface> ...>
The --force yes option causes the update to complete even if the operation encounters an error.
Enable/disable a Virtual SSAS
A Virtual SSAS may be left in a disabled state after it is moved via a drag and drop operation. Use
the Enable feature to re-enable the Virtual SSAS. To do this, select the Virtual SSAS on the PolyServe
Management Console, right-click, and select Enable on All Servers.
You can also disable a Virtual SQL Server if necessary. select the Virtual SSAS on the PolyServe
Management Console, right-click, and select Disable on All Servers.
To enable or disable a Virtual SSAS from the command line, use these commands:
mx vssas enable <vssas>
mx vssas disable <vssas>
Delete a Virtual SSAS
To remove a Virtual SSAS, select it on the PolyServe Management Console, right-click, and select
Delete.
To delete a Virtual SSAS from the command line, use this command:
mx vssas delete [--force yes|no] <vssas>
View status for a Virtual SSAS
The PolyServe Management Console shows the status of all Virtual SSASs configured in the matrix.
To view status from the command line, use this command:
mx vssas status [--up|--down] [--enabled|--disabled] [--operational|
--maintenance] [--primary|--backup] [--active|--inactive] [--showApplication]
<vssas>
Configure SQL Server Analysis Services98