Dbsavail
Utility: dbsavail.ec Synopsis: Printout total space and available space by dbspace name with total. Creates a stored procedure, dbsavail() to do most work and you can execute that directly also to see the report. Author(s): Art S. Kagel Version(s) supported: 7.0x File(s): dbsavail.ec Comments: There is a shell/perl script version of this included also which works on 5.0x. Since the script is based on onstat/tbstat it is only up to date as of the last time the reserved pages were flushed. Utility: dbsavail.sh Synopsis: Printout total space and available space by dbspace name with total. Author(s): Art S. Kagel Jake Salomon Version(s) supported: 5.0x/6.0x/7.xx+ File(s): dbsavail.sh dbsavail.sh.64bit dbsavail.p2 Comments: Requires a UNIX-like sort utility, KSH, and PERL. If you have a 64bit version of IDS (versions ending in .FC*) you will need to use the .64bit version of the script as the format of the onstat report it interprets has changed in those releases.