- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Working with DNAS
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-02-2005 01:14 AM
05-02-2005 01:14 AM
Working with DNAS
i look for everybody who known and working with DNAS under OVMS. Is it possible that DNAS is working only with TCPIP and how can i connect to a DECServer over a DCL Script, without manual Entrys (Enter, Access...)?
DNAS is Digital Network Access Software.
Thanks for your hints
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 01:30 AM
05-02-2005 01:30 AM
Re: Working with DNAS
If I'm correct DNAS is windows only, but TSM is just for OpenVMS. TSM is very old, but very stable and I'm not sure where to get it anymore.
AvR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 01:46 AM
05-02-2005 01:46 AM
Re: Working with DNAS
sorry but you can install also under OVMS and Unix this Version.Starting with the COmmand "DSV$CONFIGURE".
TSM is correct but its only running with LAT and not under TCPIP.
mfg
Manfred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 01:59 AM
05-02-2005 01:59 AM
Re: Working with DNAS
TSM V2.1 is on the OpenVMS Freeware CD V6. It runs with MOP (not LAT), but does NOT support DECserver management via TCPIP.
DNAS is the software running on the DECservers. @DSV$CONFIGURE will configure your load host to downline load the DECserver image.
For DECserver management over TCPIP, you'll need ASM (Access Server Manager) under Windows for remote management.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 02:12 AM
05-02-2005 02:12 AM
Re: Working with DNAS
thank you for your hint.
My Problem is we have COnfigured Scripts wich we have in DCL-Scripts. Over TSM we connectedt to the explizit DECServer and than we configure the Server with the Contents of the SCL-Script. The other method is, that we make a connect over TELNET but the problem is, we must make a manual Return with a following entering of a Name to come to the Local> Prompt.
mfg
Manfred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 02:23 AM
05-02-2005 02:23 AM
Re: Working with DNAS
did you try something like KERMIT ?
I assume you cannot connect to your DECservers with MOP anymore (and therefore need a replacement for TSM), right ?!
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 03:09 AM
05-02-2005 03:09 AM
Re: Working with DNAS
yes is right,in the moment we have both mop, LAT, DECNET and TCPIP. In the Future the DECServer become the IP-Adress from a WINdows DHCP-Server over Bootp or DHCP (if it possible) Then we switch LAT and MOP off and want over TELNET make the new connection.
I know we have talk together on the last decus-Days in 2004 but i have your answer not understand. who is the different between Telnet and Kermit at the time of connect?
Thanks for your Answer
Manfred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 04:01 AM
05-02-2005 04:01 AM
Re: Working with DNAS
Telnet implementations do not generally provide scripting support. C-Kermit has extensive scripting capabilities and can be programmed to deal with the carriage return issue automatically.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 04:40 AM
05-02-2005 04:40 AM
Re: Working with DNAS
if you use KERMIT, you can write an automatic script, e.g.
set host ip-name-of-decserver
if fail stop 1 Connection failed
lineout
input 5 #
if success lineout ACCESS
input 5 username>
if success lineout userxyz
input 5 Local>
...
and so on.
The script can send an empty line terminated with
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 05:08 PM
05-02-2005 05:08 PM
Re: Working with DNAS
It runs on Windows and manages TCPIP based servers like TSM. The syntax for the script files is nearly the same as TSM's.
We store the scripts together with the TSM scripts on a pathwork share.
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 07:43 PM
05-02-2005 07:43 PM
Re: Working with DNAS
ok, i will test your hints.
Can you tell me where i find the Kermit application?
mfg
Manfred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 08:16 PM
05-02-2005 08:16 PM