The primary paging space is hardcoded in the boot record and it will always be activated when the system is restarted.
User can define additional paging spaces but only one will be the primary.
By default hd6 is the primary paging space.
Hi plamb,
thanks for your response.
the output of ur command is the list of paging spaces.
# lsps -a|grep -v Page|awk '{print $1}'
paging00
hd6
It doesn't identifies which one is primary paging space.
regards,
arcchoos
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.