Hi all,
In the code I have to find out the primary paging space on AIX.
As per the IBM documentaion, the primary/default paging/swap space on AIX is hd6.
But I can't hard-code it as 'hd6' in the code because there may be some way to change the primary paging space or rename it.
Is it...