- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - hardlimit and swap space - pre requiste for oracle
 
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
 
08-12-2014 10:41 AM
08-12-2014 10:41 AM
			
				
					
						
							hardlimit and swap space - pre requiste for oracle
						
					
					
				
			
		
	
			
	
	
	
	
	
Hi
I am installing oracle 11 g in hp ux 11 i v3.
While Installing oracle,it got failed due to pre-requiste was not met.
i am getting failure at swap space and hardlimit.
1.How can i change the hard limit ?
2.How can I change the swap space size.
#swapinfo -tam
                 Mb          Mb           Mb   PCT      START/          Mb
TYPE          AVAIL        USED         FREE  USED       LIMIT     RESERVE  PRI  NAME
dev            8192           0         8192    0%           0           -    1  /dev/vg00/lvol2
reserve           -         353         -353
memory         7786        1573         6213   20%
total         15978        1926        14052   12%       -           0    -
#swapinfo
                 Kb          Kb           Kb   PCT      START/          Kb
TYPE          AVAIL        USED         FREE  USED       LIMIT     RESERVE  PRI  NAME
dev         8388608           0      8388608    0%           0           -    1  /dev/vg00/lvol2
reserve           -      361264      -361264
memory      7973176     1610748      6362428   20%
I need to set hard hard Limit  to 63488 and swap size  to  15 gb ?
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
08-12-2014 11:57 AM
08-12-2014 11:57 AM
			
				
					
						
							Re: hardlimit and swap space - pre requiste for oracle
						
					
					
				
			
		
	
			
	
	
	
	
	
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
08-12-2014 01:37 PM
08-12-2014 01:37 PM
			
				
					
						
							Re: hardlimit and swap space - pre requiste for oracle
						
					
					
				
			
		
	
			
	
	
	
	
	
>I need to set hard hard Limit to 63488
Which? maxdsize_64bit? You can use kctune(1m) to do that.
>Is it possible to create secondary swap in vgoo in the same disk?
You don't need more swapspace, you need more memory. Otherwise you'll be very slow.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
08-12-2014 08:39 PM
08-12-2014 08:39 PM
			
				
					
						
							Re: hardlimit and swap space - pre requiste for oracle
						
					
					
				
			
		
	
			
	
	
	
	
	
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
08-13-2014 02:10 AM
08-13-2014 02:10 AM
			
				
					
						
							Re: hardlimit and swap space - pre requiste for oracle
						
					
					
				
			
		
	
			
	
	
	
	
	
>How do you say that I need more memory?
If Oracle says you need more swap, that's too slow if it wants to use it for the SGA.
Why don't you increase maxdsize_64bit and then see what Oracle says about how much swap you need.
You already have about 15 GB.