- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Can Sybase 11 on OpenVMS exceeds 1 GB memory l...
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
12-10-2006 04:19 PM
12-10-2006 04:19 PM
I am going to give it a try very soon, but I wonder any experts already have an answer.
TIA.
Allen
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2006 05:04 PM - last edited on 11-14-2022 11:34 PM by Sunitha_Mod
12-10-2006 05:04 PM - last edited on 11-14-2022 11:34 PM by Sunitha_Mod
Re: Can Sybase 11 on OpenVMS exceeds 1 GB memory limitation
Back in 1996 Sybase had VLM support for Tru64, but not for OpenVMS best I know.http://www.hpl.hp.com/hpjournal/dtj/vol8num4/vol8num4art7.pdf
[Moderator note: Removed the broken links.]
Then in 1999 EOL was announced for the OpenVMS offering with 11.0.3.3.
I don't recall VLM support at that point in time, but I'll gladly be proven wrong.
fwiw,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2006 07:11 PM
12-10-2006 07:11 PM
Re: Can Sybase 11 on OpenVMS exceeds 1 GB memory limitation
I would test it but don't have the machine for it.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2006 07:28 PM
12-10-2006 07:28 PM
Re: Can Sybase 11 on OpenVMS exceeds 1 GB memory limitation
Don't see any limitations mentioned in the doc.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2006 11:20 PM
12-10-2006 11:20 PM
Re: Can Sybase 11 on OpenVMS exceeds 1 GB memory limitation
Agreed, but there were none mentioned to Vax either, where the limit was 1GB P0.
The doc on migrating VAX -> Alpha does not mention a vastly increased memory range.
The example numbers in the doc are all about small numbers of MB, up to 120MB or so. No mention of GB sized buffers.
The sp_configure 'total memory' doesn't mention anything, nor 'total data cache size'
fwiw,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2006 12:28 AM
12-11-2006 12:28 AM
Re: Can Sybase 11 on OpenVMS exceeds 1 GB memory limitation
http://www.sybase.com/developer
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2006 04:55 AM
12-11-2006 04:55 AM
Re: Can Sybase 11 on OpenVMS exceeds 1 GB memory limitation
There is an open source replacement for the open client libraries and utilities, and it does work on VMS. See
http://www.freetds.org
But that's a far cry from having the database server open source.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2006 05:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2006 09:34 AM
12-11-2006 09:34 AM
Re: Can Sybase 11 on OpenVMS exceeds 1 GB memory limitation
And I doubt Sybase has changed its code to use P2 or S2.
I will still try to increase total memory to 1.2 GB and restart database server and see what's the error message will be.
I will post my findings here.
Allen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 11:54 AM
12-18-2006 11:54 AM
Re: Can Sybase 11 on OpenVMS exceeds 1 GB memory limitation
I tested and it doesn't work.
Here is the error message and it is quite similar to those we got from Linux and Unix box.
00:2006/12/19 10:59:47.83 kernel Warning: Using default file 'SYBASE_SYSTEM:[SY
BASE]SERVER.cfg' since a configuration file was not specified. Specify a configuration file name in the RUNSERVER file to avoid this message.
00:2006/12/19 10:59:47.87 kernel os_create_region: error creating global section
00:2006/12/19 10:59:47.88 kernel %SYSTEM-F-GPTFULL, global page table is full
00:2006/12/19 10:59:47.88 kernel kbcreate: couldn't create kernel region.
00:2006/12/19 10:59:47.89 kernel kistartup: could not create shared memory
Other information on my VMS box
WRITE SYS$OUTPUT f$getsyi("GBLPAGES") and I get 3950000
write SYS$OUTPUT f$getsyi("FREE_GBLPAGES") and I get
677696.
Looks to me there is no workaround at this stage to allow my Sybase server to address over 1 GB space, and I don't think Sybase Inc is going to change their code. Sad....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 11:59 AM
12-18-2006 11:59 AM
Re: Can Sybase 11 on OpenVMS exceeds 1 GB memory limitation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 07:11 PM
12-18-2006 07:11 PM
Re: Can Sybase 11 on OpenVMS exceeds 1 GB memory limitation
Result :
os_create_region: error creating global section
SYSTENM-F_VASFUL virtual address space is full
Then do help/mes VASFUL ...
So, I think you reached another limit. One of your system, not VMS
Wim on 7.3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 08:59 PM
12-18-2006 08:59 PM
Re: Can Sybase 11 on OpenVMS exceeds 1 GB memory limitation
If I understand correctly, all Alpha exe's made on pre 7 should go up to 2 GB. But then why did my server crash at 1.5 ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 09:28 AM
12-19-2006 09:28 AM
Re: Can Sybase 11 on OpenVMS exceeds 1 GB memory limitation
Wim, could you please tell me what's the current total memory you allocated to Sybase?
Can you give it a try to see if you can configure Sybase with a number greater than 1024 MB? (e.g say 1.2 GB by using sp_configure 'total memory' ,614400).
I am very keen to see if I can exceed 1 GB memory. My system performance will improve a lot if Sybase can access, say 1.5 GB?
Thanks.
Allen