- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Meaning of Autogen "Concern" messages
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
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
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
тАО02-10-2010 11:55 AM
тАО02-10-2010 11:55 AM
"** Note ** - Multiple MIN values found for MIN_GBLSECTIONS.
Using VMS value (1000) which is superseding MODPARAMS value (900)"
** Note ** - Multiple ADD values for ADD_GBLSECTIONS found.
VMS value (600) combining with MODPARAMS value (300)
Even though "ADD" and "MIN" appear once in modparams.dat.
! Set by Factory Installed Software on 5-FEB-2010
SCSSYSTEMID=1052
SCSNODE="PROMB4"
VAXCLUSTER=0
WINDOW_SYSTEM = 1
MIN_GBLSECTIONS = 900
ADD_GBLSECTIONS = 300
! End of Factory Installed Software settings
!
(Brand new integrity server !)
Thanks !
-jg-
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2010 12:18 PM
тАО02-10-2010 12:18 PM
SolutionThe FIS has also decided that 900 isn't enough and it is adding 300 to the value.
You can simplify this by putting MIN_GBLSECTIONS=1200 and getting rid of the ADD_GBLSECTIONS line.
VMS, as delivered, tries to be a "one size fits all" but, as with most things, this is difficult to achieve.
The ADD_GBLSECTIONS has probably been included because, for some odd reason, the VMS default value is 1000 and 1000 is greater than the VMS supplied value of 900.
Usual advice is to run AUTOGEN after the system has been running its normal workload for a few days to a week and at any time that the workload substantially changes.
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2010 01:14 PM
тАО02-10-2010 01:14 PM
Re: Meaning of Autogen "Concern" messages
Search sys$system:*.dat for "_gblsections". On my system, in addition to my MODPARAMS.DAT, it was also found in clu$params.dat. The comments at the top say it is a MODPARAMS.DAT file for decwindows.
So I guess AUTOGEN.COM reads both files. According to the info printed by AUTOGEN, it appears to do the right thing.
So the precise definition is:
Both CLU$PARAMS.DAT and MODPARAMS.DAT specify certain parameter requirements. AUTOGEN merges these the two lists, and tells you that in two cases the two lists refer to the same parameter.
hth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2010 01:17 PM
тАО02-10-2010 01:17 PM
Re: Meaning of Autogen "Concern" messages
There's little reason not to set GBLSECTIONS or GBLPAGES to comparatively large values on modern servers; they're cheap, and those limits make less sense with larger-memory systems; analogous make-it-bigger changes were made to the default VIRTUALPAGECNT settings.
Resources:
http://labs.hoffmanlabs.com/node/461
@sys$update:autogen HELP
And for your manager, there's: http://hbr.org
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2010 01:38 PM
тАО02-10-2010 01:38 PM
Re: Meaning of Autogen "Concern" messages
AUTOGEN allows for "include" files of parameter definitions. It's a good idea to use this feature in a cluster to ensure consistency for parameters which should be the same across all nodes.
The syntax is:
AGEN$INCLUDE_PARAMS more-params.dat
For example, in your MODPARAMS.DAT for each node, write:
AGEN$INCLUDE_PARAMS COMMON_DISK:[COMMON_FILES]COMMON_PARAMS.DAT
(where COMMON_PARAMS.DAT contains things like quorum disk definition & votes, expected votes, interconnects and anything else which is common to all nodes).
As well as any explicit included files defined by you, there may be several implicit included files, provided by OpenVMS or layered products such as those named by Hoff and RBrown.
The message is simply telling you that in the combined set of autogen definitions, AUTOGEN has found mode than one MIN_GBLSECTIONS definition (in which case the highest value will be used) and more than one ADD_GBLSECTIONS definition (in which case all are summed).
This is not a cause for concern, as long as the resulting value is acceptable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-16-2010 10:15 AM
тАО02-16-2010 10:15 AM