- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: How to set Decnet MAX LINKS on 8.3 on integrit...
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
06-21-2007 08:29 AM
06-21-2007 08:29 AM
A user requested we increase the Decnet Max Links to 256... having problems getting it set/assigned:
Could you please increase the number of DECnet maximum links on archer? It is currently at 0 and we need 256 like it is on tbird. This can be seen with the command:
$ mcr ncp show executor characteristics
and can be set with the command
$ MCR NCP SET EXECUTOR MAXIMUM LINKS 256
or you may have to use NCL instead of NCP but in that case I don't know the command.
-----------------------
I'm grasping @ straws trying to help him...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2007 08:54 AM
06-21-2007 08:54 AM
Re: How to set Decnet MAX LINKS on 8.3 on integrity server?
MCR NCP SET EXECUTOR MAXIMUM LINKS 256
MCR NCP DEFINE EXECUTOR MAXIMUM LINKS 256
Decnet uses two databases, Volatile and Permanent. The SET command will change the Volatile database and DEFINE will set the permanent database.
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2007 09:08 AM
06-21-2007 09:08 AM
Re: How to set Decnet MAX LINKS on 8.3 on integrity server?
$ MCR NCL SET NODE 0 NSP MAXIMUM TRANSPORT CONNECTIONS 256
$ MCR NCL SET NODE 0 OSI TRANSPORT MAXIMUM TRANSPORT CONNECTIONS 256
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2007 09:15 AM
06-21-2007 09:15 AM
Re: How to set Decnet MAX LINKS on 8.3 on integrity server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2007 05:27 PM
06-21-2007 05:27 PM
Re: How to set Decnet MAX LINKS on 8.3 on integrity server?
having your user report DECnet maximum links being 0 is most likely the result of using NCP SHOW EXEC CHAR on a DECnet-OSI/DECnet-Plus node. This command does not report a maximum links value.
Identification = DECnet-OSI for OpenVMS
Management version = V4.0.0
Incoming timer = 0
Outgoing timer = 0
NSP version = V4.1.0
Maximum links = 0
...
For DECnet-Plus, you need to check the equivalent values with:
MC NCL> SHOW NSP MAXIMUM TRANSPORT CONNECTIONS
MC NCL> SHOW OSI TRANSPORT MAXIMUM TRANSPORT CONNECTIONS
You might want to find out about the real problem behing this question...
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2007 06:15 PM
06-21-2007 06:15 PM
SolutionIf you're running DECnet-Plus (Phase V) then the easy way is to re-run NET$CONFIGURE in ADVANCED mode (@sys$startup:net$configure advanced) and change the NSP and OSI transport configurations by increasing the maximum number of connections from 200 (the default) to a bigger number. You might as well make it 1000 or 2000 - there's little or no penalty for that on a large memory machine like the Integrity boxes.
All the DECnet-Plus configuration is help in the NCL script files in SYS$STARTUP: You can edit these manually and re-execute them if you wish, or you can simply type the individual command at the NCL prompt, however the scripts need to be changed so that it happens next time the network is started. That's why it's a good idea to use NET$CONFIGURE unless you are thoroughly familiar with what you're changing.
If you're running DECnet Phase IV then NCP DEFINE EXECUTOR MAXIMUM LINKS
If you want some background to DECnet-Plus then this might help: http://www.downloads.xdelta.co.uk/vmstjv5%20feb2005/decnet%20article%20vms%20tj%20v5%20feb2005.pdf, as might some of the other stuff at http://www.hpug.xdelta.co.uk
Cheers, Colin (http://www.xdelta.co.uk).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2007 01:04 AM
06-22-2007 01:04 AM
Re: How to set Decnet MAX LINKS on 8.3 on integrity server?
We're apparently running Decnet +
I re-ran the net$config in advanced mode and increased both the NCP and OSI to 1000 as recomended, then I rebooted and all seems well...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2007 01:06 AM
06-22-2007 01:06 AM