Archives of the TeradataForum
Message Posted: Tue, 12 Nov 2003 @ 04:12:14 GMT
Subj: | | Re: Deleting Resource Partitions |
|
From: | | Greene, Thomas L |
| So, how can I do to delete partitions? What is the command to do it? | |
After you upgrade to 5.1 (not yet released), you may need to delete performance groups first...
C:\Documents and Settings\Administrator>schmon -b 4 -x
schmon: RP 4 is referenced by PG 32
But once you have done that....
C:\Documents and Settings\Administrator>schmon -b
Resource Partitions (0 - 4)
Id Partition Name Weight Limit
0 Default 1000 none
1 RP1 400 none
2 RP2 300 none
3 RP3 200 none
4 RP4 100 none
C:\Documents and Settings\Administrator>schmon -b 4 -x
C:\Documents and Settings\Administrator>schmon -b
Resource Partitions (0 - 4)
Id Partition Name Weight Limit
0 Default 1000 none
1 RP1 400 none
2 RP2 300 none
3 RP3 200 none
C:\Documents and Settings\Administrator>
|