- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- RCP VMS command
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
09-22-2005 09:38 AM
09-22-2005 09:38 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 10:30 AM
09-22-2005 10:30 AM
Re: RCP VMS command
q
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 02:36 AM
09-23-2005 02:36 AM
Re: RCP VMS command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 03:39 AM
09-23-2005 03:39 AM
Solutionif you want to copy the MultiNet files to TNBB1M to install them there, it sounds like that server does not yet have a TCPIP stack installed, so there would be no RCP functionality, as that only comes with an installed TCPIP stack.
Consider to use DECnet file copy. All you need is the DECnet address of node TNBB1M, if it's not already defined on node RTRS1M and a username/password on that node.
If everything is defined, just use:
$ COPY/LOG filename TNBB1M"username password"::
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 04:03 AM
09-23-2005 04:03 AM
Re: RCP VMS command
1. Even if you can copy the files over, I doubt that that an initial install would work from the copied files. You can copy and install Multinet patches.
2. If you have DECNET between the two nodes and proxies for SYSTEM account between the two nodes, you could mount the cd on BRRTRS1M. Then you could try a network install:
@sys$update:vmsinstal multinet -BRRTRS1M::$n$dkannn:[multinetvvv]
3. If that doesn't work, you will probably need to talk with Process Software about your situation.
Lawrence
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 04:08 AM
09-23-2005 04:08 AM
Re: RCP VMS command
$ @sys$update:vmsinstal multinet BRRTRS1M::$n$dkannn:[multinetvvv]
$! substituting appropriate values for n, a (controller), nnn (device number) and vvv (multinet version)
Lawrence
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 04:21 PM
09-23-2005 04:21 PM
Re: RCP VMS command
q