- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- File copy over DECnet.
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
08-12-2005 07:54 PM
08-12-2005 07:54 PM
I am encountering a problem in file copying over DEcnet form one node to other.
One node is on DECnet PaseIV on OpenVMS Alpha V6.2, other node is on DECnet Plus on itanium server running OpenVMS V8.2. I have registered DECnet PaseIV node adrress in DECnet Plus Node, and I can set host to nodes, but when I copy file from One node to another I have to mention Username and passwords in command line. How can I avoid user name and password in command line??How can the nodes be made trusted???
example of command is:
$copy node1 "username password"::[Disk]filename []
Rgds
ahmed
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 08:18 PM
08-12-2005 08:18 PM
Re: File copy over DECnet.
The are two ways to do away with the username and password requirements, and they are complementary. They are logical names and proxy access.
If you create a logical name, which specifies the nodename, username, and password of the other machine, then your use of the logical name will completely eliminate the need to manually enter the node, user, and password on each access. However, it will expose the password if the logical name is displayed (RMS is smart enough, when displaying the directory name and error messages, to use the string "password" instead of the actual password, but the SHOW LOGICAL command cannot make the presumption).
You can eliminate the password entry on each access using Proxy Logins. They are fully described in the DECnet manuals. If you do not have the hardcopy for the DECnet manuals, you can get it online via the OpenVMS www site at http://www.hp.com/go/openvms.
These are, as I mentioned earlier, complementatary. Both can be used. The logical name eliminates the need to specify the nodename, and the proxy eliminates the need to specify the password on each access.
I will also mention, as a side note, that this would not happen were the machines clustered, since a clustered system is a single security domain, disks generally are organized to be cluster mounted, so a simple file copy, without node name or network semantics, can be used.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 08:19 PM
08-12-2005 08:19 PM
SolutionYou need to set up proxy access to be able to do
the copies without specifying password.
On the Alpha:
$ mcr authorize add/proxy itanium::username localusername
On the Itanium:
$ mcr authorize add/proxy alpha::username localusername
filling in the appropriate nodenames and usernames.
You can also add /DEFAULT to remove the need for
specifying the username on commands. Personally
I don't use /DEFAULT and thus always specify
usernames on my commands.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 09:42 PM
08-12-2005 09:42 PM
Re: File copy over DECnet.
Thanx for ur proper reply..
Rgds
ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2005 09:16 PM
08-13-2005 09:16 PM
Re: File copy over DECnet.
Usually I create same user on both machines so with /default option user can access on other side declaring only nodename.
It's just a my preference.
Antonio Vigliotti