- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Setting secondary router on Digital Alpha Server 4...
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
11-23-2005 02:48 PM
11-23-2005 02:48 PM
I was wondering if anyone out there would know the command or procedure in adding a secondary router in Alpha Server with OpenVMS v7.1.
I was adding a new router switch and a new VLan to the network. By doing so, I have to add the additional router IP to the Alpha Server.
With Sun system, I could add the following command...
route add -net IP1 destination [gateway [metric] ]
I was wondering if Alpha Server has similar command or function...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2005 03:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2005 03:12 PM
11-23-2005 03:12 PM
Re: Setting secondary router on Digital Alpha Server 4100
If you execute the procedure:
$ @SYS$MANAGER:TCPIP$DEFINE_COMMANDS
you'll find most of the Unix style TCPIP commands defined. So, the same "route add -net" you know from Unix should do the same thing on OpenVMS.
There's also a DCL style interface:
$ TCPIP SET ROUTE/NETWORK destination /GATEWAY=host[/PERMENENT]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2005 07:11 PM
11-23-2005 07:11 PM
Re: Setting secondary router on Digital Alpha Server 4100
On VMS 7.1 you probably have UCX instead of the newer TCPIP. So replace TCPIP with UCX in Davids and Johns commands.
The Unix style commands are not available in UCX. But you can learn about seting routes with:
$ UCX
UCX> HELP SET ROUTE
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2005 05:46 PM
11-27-2005 05:46 PM
Re: Setting secondary router on Digital Alpha Server 4100
Jus want some privacy....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2005 05:55 PM
11-27-2005 05:55 PM
Re: Setting secondary router on Digital Alpha Server 4100
address -- I can't see it when I look at your profile.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2005 06:57 PM
11-27-2005 06:57 PM
Re: Setting secondary router on Digital Alpha Server 4100
Click the ">> Logout" link on the left side ;-)