IBM Tivoli Monitoring, Version 6.3

Default installation seeding values

If no seeding values are configured, the default seeding values are used. The default installation value for a pristine installation is ALL. The default installation value for an upgrade installation is NEW.

If only a single installation value is provided to the editSdaOptions command, the value for the unspecified option is set to the default value, that is, ALL for a pristine installation and NEW for an upgrade installation.

For more information on the commands in this section, see the IBM Tivoli Monitoring Command Reference.

Example of using the tacmd listsdaoptions command when no record is found

tacmd listsdaoptions

KUILSO101I: No records found on the server.

This means default SDA seeding will occur: ALL for pristine install, NEW for upgrade install

Example of using the tacmd editsdaoptions command to set default behaviors

tacmd editSdaOptions -t DEFAULT -o SEEDING=DISABLE

No configuration options were found for the specified type. The following options will be created:
PRODUCT INSTALL SEED UPGRADE SEED
DEFAULT DISABLE DISABLE

Are you sure you want to update the selected options? Type Y for yes. Type N for no.
Y

KUIESO150I: The selected SDA configuration options records were successfully updated.

Example of using the tacmd editsdaoptions to set options for a specific agent

tacmd editSdaOptions -t NT LZ UX -o INSTALL_SEED=ALL UPGRADE_SEED=NEW

No configuration options were found for the specified type. The following options will be created:
PRODUCT INSTALL SEED UPGRADE SEED
LZ ALL NEW
NT ALL NEW
UX ALL NEW

Are you sure you want to update the selected options? Type Y for yes. Type N for no.
Y

KUIESO150I: The selected SDA configuration options records were successfully updated.

Example of using the tacmd listsdaoptions to display existing records

tacmd listsdaoptions
PRODUCT INSTALL SEED UPGRADE SEED
DEFAULT DISABLE DISABLE
LZ ALL NEW
NT ALL NEW
UX ALL NEW


Feedback