3.6.0 Matrix Server Upgrade Guide (5697-7085, February 2008)
Chapter 2: Overview 14
Copyright © 1999-2008 PolyServe, Inc. All rights reserved.
/user <username> /password <password>|/noauth
The Matrix Server 3.4 user name and password needed to access the
matrix. If noauth is specified, the .matrixrc file will be used.
Upgrade a Virtual SQL Server
This command attempts to fix any duplicate registry entries and creates
the new cluster profile for a Virtual SQL Server. Before upgrading the
matrix to the Matrix Server 3.6 release, run this command for each Virtual
SQL Server configured in the matrix. The command needs to be run on
only one node.
cscript /nologo mssql_upgrade.js /upgrade /vsql <vsql_name>
/backup <backup_IP> /path <path_target> /matrix <hostname>
/user <username> /password <password>
See “2. Run the Upgrade Tool” on page 10 for an example.
Fix Duplicate Registry Entries
This option attempts to fix any duplicate registry entries for a Virtual SQL
Server. Because the /upgrade option also performs this task, it is not
necessary to run this command before the upgrade to Matrix Server 3.6.
cscript /nologo mssql_upgrade.js /fix /vsql <vsql_name>
/matrix <hostname> /user <username> /password <password>
For example:
cscript /nologo mssql_upgrade.js /fix /vsql vsql1 /matrix
computer1 /user admin /password admin
Dump the Virtual SQL Configuration
This command dumps the configuration for the existing Virtual SQL
Servers and Virtual SQL instances. Run the command as follows:
cscript /nologo mssql_upgrade.js /dump [/vsql <vsql_name>]
/matrix <hostname> [/user <username> /password <password>]
For example:
cscript /nologo mssql_upgrade.js /dump /vsql vsql1 /matrix
computer1 /user admin /password admin