Home | Previous Page | Next Page   The onpladm Utility > Defining Database Operations >

Configuring Target-Server Attributes

To configure target-server attributes, you must:

Setting Target-Server Attribute Values

The following diagram illustrates the syntax to set default values for target server attributes.

Read syntax diagramSkip visual syntax diagramSetting Target Server Attribute Values
 
>>-onpladm configure defaults--+-----------------+-------------->
                               '- -s--servername-'
 
>-- -m--machinetype-- -c--data_codeset--+-----------------+----><
                                        '- -S--servername-'
 

Element Purpose Key Considerations
- c data_codeset Character set for data files Additional Information: The character set of the database is determined by the DB_LOCALE environment variable. For information about locales and code sets, see the IBM Informix: GLS User's Guide.
-m machinetype Machine type None
-s servername Database server for which defaults are set Additional Information: If a server is not specified, the default information within the onpload database that describes all database servers is modified.
-S servername Sets the onpload database server Additional Information: The default is the value of the INFORMIXSERVER environment variable.

Listing Target-Server Defaults

The following diagram illustrates the syntax to list target-server default values.

Read syntax diagramSkip visual syntax diagramListing Target Server Defaults
 
>>-onpladm list defaults--+-----------------+------------------->
                          '- -s--servername-'
 
>--+-----------------+-----------------------------------------><
   '- -S--servername-'
 

Element Purpose Key Considerations
-s servername Database server for which defaults are set Additional Information: If a server is not specified, the default information within the onpload database that describes all database servers is modified.
-S servername Sets the onpload database server Additional Information: The default is the value of the INFORMIXSERVER environment variable.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]