- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Increasing the size of the shared memory that ...
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-09-2005 09:02 PM
03-09-2005 09:02 PM
Increasing the size of the shared memory that can be locjed by sybase on hpux11.00
I have been able to achive 2.0GB by tuning some Kernel parameters. How do I go around this?
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 09:09 PM
03-09-2005 09:09 PM
Re: Increasing the size of the shared memory that can be locjed by sybase on hpux11.00
We have done this many a times on Solaris and Sybase. Its been quite some time and i don't remember the precise command, but could tell you how we would achieve it
1. Make sure that 4GB of shared mem can
be seen at your OS level
2. Then in Sybase use sp_configure and
increase the parameters for shared memory
I know these were not dynamic.
3. Once that is done, shutdown your Sybase
ASE and start it up
regards
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 10:52 PM
03-09-2005 10:52 PM
Re: Increasing the size of the shared memory that can be locjed by sybase on hpux11.00
What could be the next step?
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 11:18 PM
03-09-2005 11:18 PM
Re: Increasing the size of the shared memory that can be locjed by sybase on hpux11.00
From what i see from the error, the first issue we would need to handle is
1. Do you have a .cfg file specified in your runserver file namely RUN_ABUJA ?
If you have specified, make sure that the location is right ?
Also please post that .cfg file here, so that we can make sure that its ok.
Please do also make sure that the HP-UX host has been rebooted after increasing the shmmax param and that at the OS level the shared memory is what you expect
rgds
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 11:21 PM
03-09-2005 11:21 PM
Re: Increasing the size of the shared memory that can be locjed by sybase on hpux11.00
rgds
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 12:21 AM
03-10-2005 12:21 AM
Re: Increasing the size of the shared memory that can be locjed by sybase on hpux11.00
The server has been rebooted after the SHMMAX was chacged to 6GB.
What di I need to next?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 01:03 AM
03-10-2005 01:03 AM
Re: Increasing the size of the shared memory that can be locjed by sybase on hpux11.00
Are you running 32 or a 64 bits system ?
# file /stand/vmunix
vmunix: ELF-64 executable object file - PA-RISC 2.0 (LP64)
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 01:04 AM
03-10-2005 01:04 AM
Re: Increasing the size of the shared memory that can be locjed by sybase on hpux11.00
memory is defined in this case as ram plus swap.
So, pumping up shmmax is not going to do any good beyond that situation.
To see, swapinfo -tam
You can add physical memory, this will make more available to shmmax. You can add swap, this does the same but has a significant, negative performance impact.
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-10-2005 01:40 AM
03-10-2005 01:40 AM
Re: Increasing the size of the shared memory that can be locjed by sybase on hpux11.00
ab_s_03a:/ # file /stand/vmunix
/stand/vmunix: ELF-64 executable object file - PA-RISC 2.0 (LP64)
ab_s_03a:/ # swapinfo -tam
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 1024 0 1024 0% 0 - 1 /dev/vg00/lvol2
dev 4096 0 4096 0% 0 - 2 /dev/vg00/lvol10
reserve - 526 -526
total 5120 526 4594 10% - 0 -
ab_s_03a:/ #
Please, remember that I have 11Gb of physical memory on the server.
Also, below is the list of patches that I installed on hpux11.00 before this problem started for the installion of c8xx contoller cards for DS2300 disk system;
PHC0_21187
PHCO_23651
PHKL_18543
PHKL_20016
PHKL_22588
PHKL_24279
PHKL_27980
PHKL_28766
PHKL_29256
PHKL_29494