- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /swap
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
03-23-2003 09:24 PM
03-23-2003 09:24 PM
/swap
/dev/vg00/lvol2 swap 1024
/dev/vg00/lvol3 / 800 vxfs
/dev/vg00/lvol4 /home 800 vxfs
/dev/vg00/lvol5 /opt 10000 vxfs
can anyone tell me what type of swap,hfs or vxfs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2003 09:35 PM
03-23-2003 09:35 PM
Re: /swap
swap is neither hfs nor vxfs, it's different kind of file system which contiguous
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2003 10:06 PM
03-23-2003 10:06 PM
Re: /swap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2003 10:43 PM
03-23-2003 10:43 PM
Re: /swap
I'm just putting my $0.02 Cents in here:
If you have Secondary swap space, then it is a file system. But if you have only the primary swap, then it's a device file. Do this to find out:
#swapinfo -ta
It'll tell you if you have Primary or Primary and secondary swap configured in your system.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2003 11:54 PM
03-23-2003 11:54 PM
Re: /swap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 12:19 AM
03-24-2003 12:19 AM
Re: /swap
Primary swap should not appear in fstab (if it does you get a error message about it at boottime). Secondary swap usually goes in fstab (so it will be enabled at boottime).
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2003 07:01 AM
03-25-2003 07:01 AM
Re: /swap
I usually do put an entry in fstab for my swap volumes. Those entries are just comments though. Put a # at the beginning of the line. I've also done it with raw volumes just for documentation purposes. If swapinfo or LVM commands were not working for some reason, I can at least go to fstab for volume information. Of course I have to manually keep it up so it's only as accurate as I make it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2003 07:33 AM
03-25-2003 07:33 AM
Re: /swap
The swap is different type of file system which is used when you run out of physical memory . hfs is High throughput file system , the /stand file system is always hfs file system. vxfs is veritas file system , you can check the contents of the file /etc/defauls/fs , which will be your default file system .
whenever you create a file system with newfs & without -F option it always refers to /etc/defaul/fs entry.