seedup parameter parameter . .
Retrieves diagnostic trace table entries from running SEPs in a region.
When work is performed by a region, the SEPs insert diagnostic information into memory-based local trace tables. The seedup command harvests these trace tables and brings them together into a single output file. An event monitor process is used to broker the requests to the SEPs, to return their local trace table information.
By default, the event monitor on the local machine is used to retrieve trace tables for all SEPs for all regions. However, you can use command line parameters to customize this process.
Name of the region to retrieve trace entries from.
Default database server on the local machine: | -usedb |
Default database server on the local machine, identical to -usedb: | -usedb:(local) |
Specific database server on the local machine: | -usedb:(local)\SQLEXPRESS |
Default database server instance on a specific machine (SC1 used in example) | -usedb:SC1 |
Specific database server instance on a specific machine (SC1, SQLEXPRESS used in example for machine name, database server name) | -usedb:SC1\SQLEXPRESS |
seedup- Generates local trace table output from all SEPs for all regions
seedup -usedb:(local)\SQLEXPRESS -region:ESDEMO- Generates local trace table output from all SEPs for the ESDEMO region residing in the (local)\SQLEXPRESS database server instance.
seedup -region:ESDEMOGenerates local trace table output from all SEPs for the ESDEMO region residing in the default database server instance.