Upgrades a nonclustered SAP ASE server to the SAP ASE Cluster Edition, and creates a cluster with a single instance.
You can perform the upgrade by answering prompts at the command line or via an input file.
See the SAP ASE Cluster Edition installation guide for your platform for upgrade information.
upgrade server server_name [ login login_name ] [ password password ] [ agent agent_spec ] [ discovery discovery_spec ] [ file input_file_name ] [ checkonly ]
The default user name after installation is “uafadmin” with no password; this is the Simple Login Module in the Agent configuration. You can configure the user name and password to use several different mechanisms for authentication and authorization, including operating system logins.
The default user name after installation is “uafadmin” with no password; this is the Simple Login Module in the Agent configuration. You can configure the user name and password to use several different mechanisms for authentication and authorization, including operating system logins.
When upgrading a non-clustered SAP ASE server, there is only one node. The format for agent_spec is “node_name:port_number”. The default port number is “9999.”
The format is “method[(method_specification)] ”. See the description for sybcluster -d discovery_list for more information about discovery methods.
upgrade server Enter the name of the cluster: new_cluster Enter the existing Sybase installation directory for server myserver: Enter the name of the subdirectory containing the ASE installation for server myserver: Enter the name of the subdirectory containing the OCS installation for server myserver: Enter the name of an sa login on server exit: [sa] Enter a password: Cluster new_cluster - Enter the maximum number of instances: [4] Verifying the supplied agent specifications... 1>tigger 9999 2.5.0 Linux Enter the number representing the cluster node 1 [1] Will this cluster be configured using private SYBASE installations? (Y/N) ...The information required to upgrade a server or create a cluster are the same.
The Sybase installation directory of the non-clustered SAP ASE server.
The release home directory of the non-clustered SAP ASE server.
The Open Client home directory of the non-clustered SAP ASE server.
The installation mode, private or shared.
If sybcluster detects a VCS subsystem, asks if you want to include VCS integration with the cluster.
If you have not configured LDAP, the path to the interfaces file.
The name of the first instance in the cluster.
Other values as required to create a cluster.
The checkonly option does not perform any upgrade steps, but instead check the server’s readiness for upgrade. Resolve the error conditions checkonly finds before performing the upgrade.