HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: lib$spawn returns LOGIN-F-CLISYMTBL
Operating System - OpenVMS
1827836
Members
1844
Online
109969
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
04-06-2005 07:09 AM
04-06-2005 07:09 AM
lib$spawn returns LOGIN-F-CLISYMTBL
I have an OpenVMS Alpha 7.1 system. We're installed a new version of our application package and we're receiving intermittant failures on a LIB$SPAWN call.
Nothing else has changed, so I guess this new (larger) image is hitting some type of limit.
I would first check virtualpagecnt, but that shows in sysgen as an 'obsolete' parameter. Of course, the 'system messages' doc talks about virtualpagecnt.
Any ideas of what specific parameters to review?
Thanks.
Nothing else has changed, so I guess this new (larger) image is hitting some type of limit.
I would first check virtualpagecnt, but that shows in sysgen as an 'obsolete' parameter. Of course, the 'system messages' doc talks about virtualpagecnt.
Any ideas of what specific parameters to review?
Thanks.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 07:24 AM
04-06-2005 07:24 AM
Re: lib$spawn returns LOGIN-F-CLISYMTBL
The text for $HELP/MESS CLISYMTBL has improved in VMS V7.3-1
How about changing the parameter with the very name your are worried about: CLISYMTBL
This is a dynamic param.
On my 7.1 system it looks like:
SYSGEN> SHOW CLISYMTBL
Parameter Name Current Default Min. Max. Unit Dynamic
-------------- ------- ------- ------- ------- ---- -------
CLISYMTBL 512 512 48 1024 Pagelets D
You may want to look at the number of logical names before and afer the change.
Any chance to push some logical over from process to job or a dedicated logical name table? The process ones will be cloned for a spawn. That is a lot of resources (cpu and memory).
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 07:49 AM
04-06-2005 07:49 AM
Re: lib$spawn returns LOGIN-F-CLISYMTBL
Mark,
I think the idea about the sysgen parameter is a good one, but it appears this problem is related to the number of symbols defined and/or the size of the symbols or their values, not the logical names.
$ SHOW SYM/ALL/GLO
is a good way to see what symbols are defined.
It's funny that the help/mess gives quite different advice about what's wrong, though. Even if it is a virtual address space problem, I don't understand how increasing the PHYSICAL memory of the machine would provide more VIRTUAL memory.
--Travis Craig
I think the idea about the sysgen parameter is a good one, but it appears this problem is related to the number of symbols defined and/or the size of the symbols or their values, not the logical names.
$ SHOW SYM/ALL/GLO
is a good way to see what symbols are defined.
It's funny that the help/mess gives quite different advice about what's wrong, though. Even if it is a virtual address space problem, I don't understand how increasing the PHYSICAL memory of the machine would provide more VIRTUAL memory.
--Travis Craig
My head is cold.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 01:13 AM
04-07-2005 01:13 AM
Re: lib$spawn returns LOGIN-F-CLISYMTBL
DCL symbols and process logicals are created from a pool of memory in the process sized by CTLPAGES (not a dynamic parameter). The size of the symbol table within that is controlled by CLISYMTBL which is a dynamic paramter. Information about this area of memory can be seen with the command SHOW PROCESS/MEMORY
____________________
Purely Personal Opinion
Purely Personal Opinion
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP