- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- file system 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-04-2003 10:44 PM
03-04-2003 10:44 PM
file system swap
During installation i have configured 8+4GB HDD as following in attachement and device swap as 1gb. And left out some free space and thought of creating File system swap later. Now i want to find out this free space and allocate some free space for file system swap and some for future to extend tmp file system.
Suggestion please to find out the free space and to configure File system swap.
Thanks
K.Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 11:06 PM
03-04-2003 11:06 PM
Re: file system swap
why you wants to create slow filesystem swap if you can create secondary device swap.
To create secondary device swap you can use SAM, Disks and Filesystems, create new lvol and configre this as SWAP/DUMP device.
After swapon the system will use this also and in order of the priority. You can give the secondary device swap the same priority like lvol2 (primary device swap).
If you have further questions, let me know.
Regards ...
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 11:21 PM
03-04-2003 11:21 PM
Re: file system swap
your attachment doesnt show any details about free physical extents.
do a vgdisplay -v and give us the outputs. and as suggested already, create a secondary swap rather than a file system swap.
an after thought. are u trying to say that in the free space available on one of the logical volumes, you would like to create a file system swap?
man swapon for more info.
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 12:27 AM
03-05-2003 12:27 AM
Re: file system swap
As you requested the vgdisplay out i am sending the o/p in a text file. Please go through and guide me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 03:35 AM
03-05-2003 03:35 AM
Re: file system swap
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 03:40 AM
03-05-2003 03:40 AM
Re: file system swap
Thanks for your response.
How do i create the Device swap for this free space.
Can you tell me the steps involved.
Regards,
K.Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 03:45 AM
03-05-2003 03:45 AM
Re: file system swap
Otherwise, it involves manually creating a logical volume and enabling it for swap with the swapon command.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 03:47 AM
03-05-2003 03:47 AM
Re: file system swap
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 03:51 AM
03-05-2003 03:51 AM
Re: file system swap
Thanks Guys.
Regards,
K.Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 03:53 AM
03-05-2003 03:53 AM
Re: file system swap
#lvcreate -l 128 -n devswap -C y -r n /dev/vgxx
Enable swap
#swapon -p 1 /dev/vgxx/devswap
(priority 1)
make sure to update the /etc/fstab file to make it active every reboot.
The easier way would be using SAM-->add device swap
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 03:56 AM
03-05-2003 03:56 AM
Re: file system swap
It's D270 Server. 11i O/S.
1GB RAM. 1GB device swap.
4+8 GB HDD. Now i need to install mq-series, c++, ANSIC,
Oracle 8.1.7 and our client supplied softwares.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 04:35 AM
03-05-2003 04:35 AM
Re: file system swap
and then add it to fstab. then you can do a reboot or do a swapon to enable it for swaping.
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:10 AM
03-05-2003 06:10 AM
Re: file system swap
You got some really good advice here. Please take the time to assign a few points to Pete who took time to help you.
I don't need any, I have nothing to add to the post, other than to note you are getting solid advice.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 09:49 PM
03-05-2003 09:49 PM