We do not segregate our SSD's into a separate ASP. We did put a
'preferred disk unit' on our ERP data to encourage that stuff to go there.
How do I tell what other data may be there (if any)? Not just /QSYS.LIB
stuff, but other IFS data also.
WRKDSKSTS shows our SSD's at 98+% while the system as a whole is at 72+%.
I can get some space back by acting upon the data from this query:
SELECT SYSTEM_TABLE_SCHEMA, SYSTEM_TABLE_NAME, SYSTEM_TABLE_MEMBER,
AVGROWSIZE, NUMBER_DELETED_ROWS, avgrowsize* number_deleted_rows as
wastedSpace
FROM syspartitionstat
WHERE SYSTEM_TABLE_SCHEMA='ERPLXF'
ORDER BY 6 DESC
But that still doesn't tell me if other, non ERP type data is there.
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.