[Info-vax] DECnet-plus question

Neil Rieck n.rieck at sympatico.ca
Fri Oct 25 10:28:45 EDT 2019


On Friday, October 25, 2019 at 9:51:48 AM UTC-4, Roy Omond wrote:
> On 25/10/2019 14:26, Neil Rieck wrote:
> > 
> > The big problem here is the syntax. With DECnet-IV you can use NCP to issue commands like "SHOW KNOWN NODES", "SHOW KNOWN CIRCUITS", "SHOW KNOWN LINES" but none of these commands work with NCL. Heck, it would be nice just to be able to know the NCL equivalent of "SET HOST"
> > 
> > That was why I was hoping someone had published a DECnet "cheat sheet" or "Rosetta Stone" :-)
> > 
> 
> $ run Sys$Update:DECnet_Migrate
> 
> might help (a bit).

Cool. Check this out:

$ r DECNET_MIGRATE.EXE
DECNET_MIGRATE> convert command "show known lines"

! *** Converting the following NCP command to NCL:
!     SHOW KNOWN LINES
!     Warning - Cannot determine device type, assuming CSMA-CD
SHOW NODE 0 CSMA-CD STATION * ALL STATUS 

DECNET_MIGRATE> convert command "show known circuits"

! *** Converting the following NCP command to NCL:
!     SHOW KNOWN CIRCUITS
!     Warning - Cannot determine device type, assuming CSMA-CD
SHOW NODE 0 ROUTING CIRCUIT * ALL STATUS 
SHOW NODE 0 CSMA-CD STATION * ALL STATUS 

DECNET_MIGRATE> convert command "show known nodes"   

! *** Converting the following NCP command to NCL:
!     SHOW KNOWN NODES
SHOW NODE 0 ROUTING CIRCUIT {{{}}} ADJACENCY * ALL STATUS 

DECNET_MIGRATE>



More information about the Info-vax mailing list