From: SMTP%"jleslie@dmccorp.com" 31-DEC-1994 11:50:09.09 To: EVERHART CC: Subj: Re: How can you reconfigure modems that are hooked up to a dec server From: jleslie@dmccorp.com (Jerry Leslie) X-Newsgroups: comp.os.vms Subject: Re: How can you reconfigure modems that are hooked up to a dec server Date: 31 Dec 1994 08:38:33 GMT Organization: Dynamic Matrix Control 713/272-5000 Lines: 58 Message-ID: <3e35a9$hrf@uuneo.neosoft.com> NNTP-Posting-Host: igate.dmccorp.com X-Newsreader: TIN [version 1.2 PL2] To: Info-VAX@Mvb.Saic.Com X-Gateway-Source-Info: USENET Howard Shubs (hshubs@netcom.com) wrote: [ snip ] : >Use ncp to connect to the DECserver. : This didn't used to work. I forget the exact reason why. Instead, we : used something called Terminal Server Manager, which is a DEC software : product. It allowed me to write a COM file to init all the modems, as : well as containing commands to back up all the DECserver settings just : in case a boulder fell on the DECserver and we needed to load a new : one. Recommended, if it still exists. The TSM is a layered product, which costs more $$$. But is highly recommended if you have a large number of DECServers to support. NCP still works to access a DECServer. The following is a DCL procedure to access a terminal server from the different flavors of VMS systems in-house: $ type ds100b.com $ if f$getsyi("node_hwtype") .eqs. "4090" then - mcr ncp connect via ISA-0 physical address 08-00-2b-03-db-26 $ if f$getsyi("node_hwtype") .eqs. "3600" then - mcr ncp connect via QNA-0 physical address 08-00-2b-03-db-26 $ if f$getsyi("node_hwtype") .eqs. "3100" then - mcr ncp connect via SVA-0 physical address 08-00-2b-03-db-26 $ if f$getsyi("node_hwtype") .eqs. "ALPH" then - mcr ncp connect via SVA-0 physical address 08-00-2b-03-db-26 $ exit $ @ds100b Console connected (press CTRL/D when finished) # DECserver 100 Terminal Server V2.0 (BL23B ) - LAT V5.1 Enter username> jrl Local> There's a public domain package for accessing DECServers from OpenVMS VAX available from ftp.wku.edu: ------------------------------------------------------------------------------ TSCON Version: Description: Terminal Server Connection Utility (talk to DECservers) Author: Ian Kitching Architecture: VAX # of parts: 10 Language: Pascal, MACRO-32 ------------------------------------------------------------------------------ --Jerry, Gerald (Jerry) R. Leslie jleslie@dmccorp.com gleslie@isvsrv.enet.dec.com Dynamic Matrix Control Corporation (my opinions are my own)