Modifying Informix Database Instance Properties Using the Commvault Command Line Interface

Use XML to modify Informix database instance properties. Run the operation from the command line, or automate configuration by combining command line operations in a script.

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

  1. On the Informix Agent host, run the qlogin command to log on to the CommServe computer.

  2. Download the updateinformixinstance.xml file to the computer where you will run the command.

  3. Open the updateinformixinstance.xml file, add your specific parameters, and save the file.

    For information on supported instance XML parameters, see Available XML Parameters for Informix Instance Configuration.

  4. On the command line, go to Software_Installation_Directory/Base and type the command.

    Windows

    qoperation execute -af updateinformixinstance.xml -appName 'Informix Database'-clientName 'client_name' -instanceName 'dbname' -informixUser/userName 'informix_user' -informixUser/password 'informix_password' -informixUser/domainName 'domain_name' -informixDir 'INFORMIXDIR' -onConfigFile 'onconfig.servername' -sqlHostfile'path_to_sqlhosts_file' -dataBackupStoragePolicy/storagePolicyName 'Storage_Policy' -commandLineStoragePolicy/storagePolicyName 'command_line_sp' -logBackupStoragePolicy/StoragePolicyName 'log_sp' -enableDeduplication 'True' -generateSignature 'generate_signature -softwareCompression 'software_compression'

    UNIX

    qoperation execute -af updateinformixinstance.xml -appName 'Informix Database' -clientName client_name -instanceName 'informix_instance' -informixUser/userName 'informix_user' -informixDir 'INFORMIXDIR' -onConfigFile 'onconfig.servername' -sqlHostfile 'path_to_sqlhosts_file' -dataBackupStoragePolicy/storagePolicyName 'Storage_Policy' -logBackupStoragePolicy/storagePolicyName 'Storage_Policy' -commandLineStoragePolicy/storagePolicyName 'Storage_Policy' -enableDeduplication 'True' -generateSignature 'ON_CLIENT' -softwareCompression 'ON_CLIENT'
  5. Run the qlogout command to log off the CommServe computer.

Page contents

×

Loading...