- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swap & dump
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 10:18 PM
06-22-2004 10:18 PM
at the time of booting hp server
logical volume 64 , 0x3 configured as root
logical volume 64 , 0x2 configured as swap
logical volume 64 , 0x2 configured as dump
can someone tell me the difference between swap & dump .why same lv is used for both .
regds,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 10:23 PM
06-22-2004 10:23 PM
Re: swap & dump
If the system crashes, there isn't much use in having any swap so why not just use the same disk space for both dump and swap.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 10:25 PM
06-22-2004 10:25 PM
SolutionDump is used for a system panic.
if a system panics, it will dump the whole memory and the currently running kernel to the dump-device (lvol2 + secondary swap/dump if configured). After reboot the system will write the dump informations from the raw-device into the filesystem to /var/adm/crash
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 10:26 PM
06-22-2004 10:26 PM
Re: swap & dump
swap - used in leiu of memory when the system runs out of memory.
dump - to save the contents of the memory in case of a system crash. then the /sbin/init.d/savecrash copies the content of the dump into /var/adm/crash during the boot time.
regds
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 10:30 PM
06-22-2004 10:30 PM
Re: swap & dump
Swap is essentially a space on your disk used for virtual memory and lets processes be paged out of ram in case you run short of physical memory, they will be "swaped" back into RAM when physical memory is freed up.
Dump is used during a system crash. If your OS crashes the system attempts to save a image of the contents of physical memory. When you reboot, theres a startup script that copies this image to a place on your filesystem (typically /var/adm/crash) for analysis.
Hope this helps.
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 10:31 PM
06-22-2004 10:31 PM
Re: swap & dump
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 10:31 PM
06-22-2004 10:31 PM
Re: swap & dump
Swap is the disk space used as memory.
While dump is the disk space where the system dumps the memory information when
the system crash occurs which could be used later to analyze the cause of crash.
The same space is used because as soon ths system boots the swapper process is started and it has the PID zero while when the system crashes this swap space is no longer used and also the information in the swap space is not required to be dumped but only the memory info needs to be dumped.
This is very fast if we use the same space for dump and swap.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 11:29 PM
06-22-2004 11:29 PM
Re: swap & dump
maybe u would like to "hear"/read it from the horses mouth:
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000072951469
regards.