Applies to: Sybase, Sybase IntelliSnap
Use XML to view Sybase subclient properties. Run the operation from the command line, or automate configuration by combining operations in a script.
Use this command to:
-
View the current Sybase subclient properties
-
View the Sybase subclient properties to verify the changes after using XML to modify the instance
You can include the XML parameters in the xml file, or you can specify them on the command line when they frequently change. For more information on command line parameters and XML elements, see Command Line - Syntax.
Procedure
-
On the Sybase Agent host, run the qlogin command to log on to the CommServe computer.
-
Download the GetSubclient.xml file and save it on the computer where you will run the command.
-
Open the GetSubclient.xml file, add your specific parameters and save the file.
For information on supported subclient XML parameters, see XML Parameters for Sybase Subclient Configuration.
-
On the command line, go to Software_Installation_Directory/Base and type the command.
qoperation execute -af xml_path\get_subclient_template.xml -appName 'Sybase'-clientName '<client_name>' -instanceName '<dbname>' -subclientName '<subclient_name>'
Examples
Getting the Subclient Properties
qoperation execute -af C:\XML\get_subclient_template.xml -appName 'Sybase' -clientName 'client1' -instanceName 'sybase_inst' -subclientName 'subclient1'