- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- How to change default Node?
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
тАО10-17-2005 04:35 PM
тАО10-17-2005 04:35 PM
I have configured both NIs via @sys$startup:tcpip$config with following datas:
EE0: 10.10.10.2/255.255.255.0, Node1
WE0:172.168.1.10/255.255.255.0, Node2
$> sho net
Product: TCP/IP Node: Node1.com Address(es): 10.10.10.2
But I want the WE0: be the default with the тАЬ$>show networkтАЭ. So I disabled the EE0: with TCPIP>Set Nointerface EE0
After reboot the Server ,
$> sho net
Product: TCP/IP Node:
How to display the WE0: with тАЬ$>show network тАЭ ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-17-2005 05:03 PM
тАО10-17-2005 05:03 PM
Re: How to change default Node?
There should be one for DECNET and one for TCPIP. The TCPIP thing registers a network using TCPIP$INET_HOSTADDR logical name.
That said, I do not know how to register a 2nd interface :-(
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-17-2005 06:03 PM
тАО10-17-2005 06:03 PM
Re: How to change default Node?
See SHOW LOGICAL SYS$NET*, and/or SYS$STARTUP:SYS$NET_SERVICES_*.COM to see how the existing networks are defined. You can either modify the TCP/IP entry or add your own, specifying whichever interface(s) or commands you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-17-2005 06:25 PM
тАО10-17-2005 06:25 PM
Re: How to change default Node?
the TCPIP node name and address are obtained from the TCPIP configuration and stored in the TCPIP$INET* logicals during TCPIP startup.
During TCPIP configuration, the first interface defined sets up the host configuration (see TCPIP SHOW CONF COMM). You can change this information manually with:
$ TCPIP SET CONFIG COMM/LOCAL_HOST=Node2
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-17-2005 07:02 PM
тАО10-17-2005 07:02 PM
Re: How to change default Node?
for network config it's handy to use in Sys$manager NETCONFIG.COM, TCPIP$CONFIG.COM , (UCX$CONFIG for older TCPIP).
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-17-2005 10:29 PM
тАО10-17-2005 10:29 PM
Re: How to change default Node?
I already tried the way,but things as following
$ tcpip set CONFIG COMM/LOCAL_HOST=Node2
%TCPIP-E-CONFIGERROR, error processing configuration request
-TCPIP-E-INVQUAL, invalid qualifier value for /LOCAL_HOST
-RMS-E-RNF, record not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-17-2005 10:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2005 05:56 PM
тАО10-18-2005 05:56 PM
Re: How to change default Node?
As you said,I got it!
Thanks a lot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2005 08:02 PM
тАО10-18-2005 08:02 PM
Re: How to change default Node?
Purely Personal Opinion