THRESHOLD Clause: |--THRESHOLD--percent-------------------------------------------|
Element | Purpose | Restrictions | Syntax |
---|---|---|---|
percent | The percentage of total space in the dbspace which, when used, triggers an alarm. | Value is between 1 and 100 | Decimal or hexadecimal integer |
The THRESHOLD value represents a percentage of the total space in the dbspace. Once that percentage of space has been allocated to database objects, the "used space percentage" for that dbspace has crossed its configured threshold. At that point the following message is written to the message log:
Warning: DBspace '<dbspace name>' is more than <threshold> percent full.
An alarm is also generated with a severity of 3 (Attention), a Class ID of 5 (Resource overflow) and a Tag ID of 4 (DBspace high water mark crossed).
You can view threshold information for all dbspaces on a coserver with the onstat -g hwm command.
Use the onutil ALTER DBSPACE command with the THRESHOLD clause when you want the server to notify you if the Dbspace fills beyond a certain percentage.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]