1825605 Members
2914 Online
109682 Solutions
New Discussion

swap file system

 
SOLVED
Go to solution
Shivkumar
Super Advisor

swap file system

What is the role of swap file system with regard to virtual memory management on hpux 11i ?

Is it necessary that swap file system should be ufs type ?

Thanks,
Shiv
5 REPLIES 5
Devender Khatana
Honored Contributor
Solution

Re: swap file system

Hi,

The swap does not need to have a file system. Allthough you optionally can have a file system swap.

UFS is I think in SUN and in HP we have file system types of HFS, VXFS ( Also called JFS).

A raw partition or LVOL can work as swap partition.

HTH,
Devender
Impossible itself mentions "I m possible"
Pedro Cirne
Esteemed Contributor

Re: swap file system

Hi,

SWAP filesystem is the last option if you want performance.

There are several forum post concerning swap, check this one:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=941041

Enjoy :)

Pedro
Mahesh Kumar Malik
Honored Contributor

Re: swap file system

Hi Shiv

Following link may be of help for the subject

http://docs.hp.com/en/B2355-90672/ch06s02.html

Regards
Mahesh
Cem Tugrul
Esteemed Contributor

Re: swap file system

Hi Shiv,

Another doc from my archive
Good luck,
Our greatest duty in this life is to help others. And please, if you can't
Babu A
Frequent Advisor

Re: swap file system

Hi Shiv,

Swap space is an area on disk that temporarily holds a process memory image. When physical memory demand is sufficiently low, process memory images are brought back into physical memory from the swap area on disk. Having sufficient swap space enables the system to keep some physical memory free at all times.

This type of memory management is often referred to as virtual memory and allows the total number of processes to exceed physical memory. Virtual memory enables the execution of a process within physical memory only as needed.

It is not mandatory to have a filesystem for the swap. A raw partion (either LVM or non LVM) can work as swap partion.

Regards,

Babu