- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Multinet050 Configuration on VMS 7.3-1/2
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
03-28-2005 11:44 PM
03-28-2005 11:44 PM
Question1: What is the equvalent for net$configure in multinet
Question2: I run CONFIGURE.COM , How do I get this system to network. So the other systems can ping.
-Thanks in advance
Kiran
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2005 01:15 AM
03-29-2005 01:15 AM
Solutionas you can see from the MultiNet docs (online at http://www.process.com/tcpip/mndocs.html , especially from the Install & Admin Guide, you configure MultiNet by calling CONFIGURE.COM, and you start it by
@SYS$SYSDEVICE:[MULTINET.
HTH,
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2005 02:35 AM
03-29-2005 02:35 AM
Re: Multinet050 Configuration on VMS 7.3-1/2
My problem is how can I make sure that this is in network( with telnet/ping I can assure my TCPIP configuration went well, With MULTINET, How can I get this info)
-Regards
Kiran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2005 02:52 AM
03-29-2005 02:52 AM
Re: Multinet050 Configuration on VMS 7.3-1/2
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2005 03:53 AM
03-29-2005 03:53 AM
Re: Multinet050 Configuration on VMS 7.3-1/2
$ multinet configure/servers
At the SERVER-CONFIG> prompt, type in SHOW and press return. It will list the services and flag the disabled services with an *.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2005 06:19 PM
03-29-2005 06:19 PM
Re: Multinet050 Configuration on VMS 7.3-1/2
My problem is how can I make sure that this is in network( with telnet/ping I can assure my TCPIP configuration went well, With MULTINET, How can I get this info)
<<<
At installation time, there's the option whether to install MultiNet commands into the command tables or not. Anyway, you should be able to use MultiNet's services using the MULTINET command, e.g.
$ MULTINET TELNET
$ MULTINET PING
etc.
HTH,
Martin