Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. arcchoos

    Primary page space

    u r right. so my problem is to find out which one is the primary paging space and what is its name if not hd6.
  2. arcchoos

    Primary page space

    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.
  3. arcchoos

    Primary page 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
  4. arcchoos

    Primary page space

    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...

Part and Inventory Search

Back
Top