1828174 Members
2636 Online
109975 Solutions
New Discussion

Swapfile or Pagefile?

 
SOLVED
Go to solution
Jorge Cocomess
Super Advisor

Swapfile or Pagefile?

Greetings,

I would like to know how you can install additional swapfiles spread across numerous SANs disks. This is what my sysgen displayed after I executed these commands, SWAPFILCNT & PAGFILCNT;

Is this normal if I don't see positive value?

SYSGEN> SHO SWPFILCNT
Parameter Name Current Default Min. Max. Unit Dynamic
-------------- ------- ------- ------- ------- ---- -------
SWPFILCNT 0 0 0 0 Obsolete
SYSGEN> SHO PAGFILCNT
Parameter Name Current Default Min. Max. Unit Dynamic
-------------- ------- ------- ------- ------- ---- -------
PAGFILCNT 0 0 0 0 Obsolete
SYSGEN>


Please help!

Thank you in advance.

J
2 REPLIES 2
Sameer_Nirmal
Honored Contributor
Solution

Re: Swapfile or Pagefile?

Hi Jorge,

SWPFILCNT & PAGFILCNT system parameters are not used in OpenVMS Alpha and IA64. Hence they are being shown obsolete.

However, OpenVMS Alpha and IA64 supports maximum of 254 page and or swap files on a system.

Refer following document (chapter 2) for procedure to install additional swap, page files. Using AUTOGEN is recommended method.

http://h71000.www7.hp.com/doc/82FINAL/aa-pv5nj-tk/aa-pv5nj-tk.PDF?jumpid=reg_R1002_USEN

Volker Halle
Honored Contributor

Re: Swapfile or Pagefile?

Jorge,

as already has been said, PAGFILCNT and SWPFILCNT have become obsolete with OpenVMS Alpha V7.3 or higher (and OpenVMS I64), with an internal limit of 254 for the total sum of installed page and swap files.

Page and swap files can be created with SYSGEN> CREATE dev:filename.SYS/SIZE=xxx or by using AUTOGEN, see chapter 16.16 in:

http://h71000.www7.hp.com/doc/73final/6017/6017pro_073.html#create_page_swap

You need to install secondary page and swap files during startup, preferred method is to use SYS$MANAGER:SYPAGSWPFILES.COM - you need to mount the disk before installing the files (see chapter 5.2.3 in above document)

Volker.