- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Sharing drives between systems
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
05-03-2005 07:10 AM
05-03-2005 07:10 AM
Anybody got any advice?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 07:29 AM
05-03-2005 07:29 AM
Re: Sharing drives between systems
Commands like:
$DIR other_node::some_disk:[some_dir]
and
$TYPE other_node"username password"::test.txt
Of course there are all sorts of security opens: defaul accounts (not advised), proxies, explicit username/password.
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 08:00 AM
05-03-2005 08:00 AM
Re: Sharing drives between systems
you may even be so lucky, that your network people do not block DECnet.
Then you do not even have to hassle with the DECnet-over-IP config.
A simple DECnet config __IF allowed__, is much simpler.
But after successful config, they work exactly the same.
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 08:47 AM
05-03-2005 08:47 AM
Re: Sharing drives between systems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 09:30 AM
05-03-2005 09:30 AM
Re: Sharing drives between systems
Aside from your familiarity with NFS, what advantages do you feel it has over DECnet?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 07:05 PM
05-03-2005 07:05 PM
Re: Sharing drives between systems
1) you have to enable NFS service
$ @SYS$MANAGER:TCPIP$CONFIG
Choice server component and client component.
2) enter into TCPIP console
$ TCPIP
look at MOUNT command that's like /etc/mount of unix system
TCPIP>HELP MOUNT
Good Luck!
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 07:36 PM
05-03-2005 07:36 PM
Re: Sharing drives between systems
In one of your earlier responses, you mentioned that you were looking for something "DECnet is more viable, but more like NFS".
I may be missing something. What characteristic of NFS is important?
In NFS, most definitely provides client/server access to files. It is by no means "both systems having the drives as local". DECnet transparent file access, properly configured with proxies and logical names, will give essentially the same degree of access. For jollies, I have, on occasion, set my default device to a DECnet-including path, and even done compilations, links, and, executions directly over the DECnet.
It is, for many people, a somewhat unexpected result. It is a direct result of OpenVMS' architectural approach to most things. A file is a file is a file, after all.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 09:01 PM
05-03-2005 09:01 PM
Re: Sharing drives between systems
If you want security you use DECNet (for sure) and if security isn't such a big deal you can use the IP stuf. We still have to wait for IPv6 if we want some option of security in IP.
On the VMS site you can mount the drive eg:
$ tcpip mount dnfs1: "
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 09:07 PM
05-03-2005 09:07 PM
Re: Sharing drives between systems
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2005 07:05 AM
05-04-2005 07:05 AM
Re: Sharing drives between systems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2005 07:49 AM
05-04-2005 07:49 AM
Solutionsuppose your DBA needs a "local" device with syntax like like DZA100: or even DFSA123: if he 'requires DFS, for that matter), then,
for a device DUA4: at remote system "ABC", do a
$ DEFINE/SYS/EXEC/TRANS=CONC DZA100: ABC::DUA4:
and (assuming DB node XYZ) at ABC, do a
$ MCR AUTHORIZE ADD /PROX XYZ::
You also need to create your DBA's account with the same name, /ACCESSS=NETWORK, and give it whatever rights needed on XYZ.
Now, for all purposes, DZA100: can be used as-if local.
replace DZA100:, DAU4:, ABC::, XYZ, ,dba>, as needed.
If you have NOT defined logical names to your system and network authorisation files, then do a $ SET DEF SYS$SYSTEM before the AUTHORIZE command.
HTH,
Proost.
Have one on eme.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2005 06:44 PM
05-04-2005 06:44 PM
Re: Sharing drives between systems
on vms you can add new devices that are slightly different from unix filesystem. Mounted device is like network disk of windows but vms can usename longer than 1 charactes; e.g. DKA0: (vms), F: (windows).
Decnet scenario is sure but you must use proxies to avoid publish password.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2005 08:10 PM
05-04-2005 08:10 PM
Re: Sharing drives between systems
I have a network of VMS and Tru64 nodes.
On my experience, the best prectique to sharing drives between VMS nodes is to use DECnet (as say Jan) without forget to define nodes in database with DECNET_REGISTER. I use only NFS to share VMS and UNIX files. For my, DECnet guaranteed more security because use proxies defined on VMS.
Saludos.
Daniel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2005 03:51 AM
05-05-2005 03:51 AM