×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
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-2025 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.