- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- tcp/ip changes
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-19-2004 03:08 AM
06-19-2004 03:08 AM
tcp/ip changes
TCPIP> set configuration interface WE0 /host=
to set the default route:
TCPIP> stop routing
TCPIP> set noroute
TCPIP> set route /default_route
and how would I set the ethernet duplex parameters?
Thanks,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2004 04:01 AM
06-19-2004 04:01 AM
Re: tcp/ip changes
To make sure that the configuration was successful and correct I suggest you stop and then restart the TCP/IP software or simply reboot the whole system and then verify the changes. This makes sure that they are still valid when the system is doing an unexpected reboot (crash, power cycle).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2004 01:12 PM
06-19-2004 01:12 PM
Re: tcp/ip changes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2004 06:53 PM
06-19-2004 06:53 PM
Re: tcp/ip changes
your command shuld work fine without reboot; however as Uwe posted reboot grant you for restart system.
To change ethernet value, AFAIK, you need go into SRM console then reboot system.
Suppose you have EWA0 ethernet device, you can type (at SRM level)
>>> SHOW EWA0*
If I remember, EWA0_MODE is NIC mode (Twin,Fast,etc); to know what write, type
>>> SET EWA0_MODE
system answer with all valid values an then you can type
>>> SET EWA0_MODE
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2004 01:03 AM
06-20-2004 01:03 AM
Re: tcp/ip changes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 12:19 AM
06-21-2004 12:19 AM
Re: tcp/ip changes
If you are performing tcpip shutdown and startup, make sure that you are on the console :-)
rgds
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 12:21 AM
06-21-2004 12:21 AM
Re: tcp/ip changes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 12:55 AM
06-21-2004 12:55 AM
Re: tcp/ip changes
Stopping and starting TCPIP when ANY program requiring it is active - think of a webserver and other programs using TCPIP for communications - isn't a good idea. It will cause all open connections to be lost including running Telnet and FTP sessions, and may leave your system littered with (a lot of) BG-devices . In that case you may have to stop and start these servers and programs as well. This may cause other unforeseen problems with these programs!
I would suggest to create a commandprocedure to start TCPIP and related programs (in that order), and one to disable services, shutdown the programs and finally TCPIP (again, in that order) to prevent these problems. To be run (of course) when impact is lowest, and when you are really sure this doesn't interrupt running connections that you need open.
(I must admit, it's a matter of experience ;-))
Willem
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 01:07 AM
06-21-2004 01:07 AM
Re: tcp/ip changes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 03:34 AM
06-22-2004 03:34 AM
Re: tcp/ip changes
The feedback is much appreciated and let me know that, after a little research about VMS I was indeed on the right track.
Since this is needed for a server move, I can do everything cleanly with a reboot.
Thanks for the feedback.
Dan