× 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 would be remiss to mention the new UDTF for showing you disk drives.
From the built in examples:

-- category: IBM i Services
-- description: Storage - Review status of all storage H/W
--
-- Query information for all DISKs, order by percentage used
--
SELECT Percent_Used
,CASE
WHEN Unit_Type = 1
THEN 'SSD'
ELSE 'DISK'
END AS Storage_Type
,A.*
FROM Qsys2.Sysdiskstat A
ORDER BY Percent_Used DESC;


Bryan

Matt Olson wrote on 5/3/2018 2:48 PM:
Does anyone know why WRKDSKSTS shows total ASP size as 1395GB when it should really be around 1268?

We have 11 x 127GB drives in RAID 5 which should equal about 1268. We also have one hot spare, bringing it to 1395.

Why would WRKDSKSTS show the hotspare as usable drive space??

Additionally, the percentage ASP used is off as well because of this.

Lastly, does the system incorrectly calculate total used disk space because of the recursive sym link in QOpenSYs that links back upon itself up to a depth of 10 times (therefore inflating QOpenSys consumed space by 10x)?

Thanks!


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.