Brian,
I will copy the MultiWatch DCL script to RIFTER::. Take a look at that.
It should have everything you need!
-Steve
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
Behalf Of Brian Hechinger
Sent: Thursday, December 29, 2011 10:39 AM
To: hecnet at Update.UU.SE
Subject: [HECnet] DCL Help needed
Ok, so if I were doing this in Korn or Bash I'd be done by now. :-D
I've found search, i've figured out how to redirect output and input, so
i've got some basics figured out.
What I need to figure out now is how to walk a text file line by line
and pull out specific records. Normally I would use awk for such a task.
How would I go about doing this from within a DCL script?
-brian
SG1:: it is... You will see email in a few minutes.
-Steve
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
Behalf Of Brian Hechinger
Sent: Thursday, December 29, 2011 9:57 AM
To: hecnet at Update.UU.SE
Subject: Re: [HECnet] unable to connect to listener
Whichever you think is more appropriate for the task. SG1 would be nice
so I can test set host if ncp is being wonky.
-brian
On 12/29/2011 9:17 AM, Steve Davidson wrote:
Brian,
I will create an account for you on SG1:: or SGC:: (or both if you
wish)
so that you can build (and test) your DCL script. Access will be
either
telnet or ssh. I will send you the specifics to your account on
RIFTER::.
Enjoy!
-Steve
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
Behalf Of Brian Hechinger
Sent: Thursday, December 29, 2011 9:12 AM
To: hecnet at Update.UU.SE
Subject: [HECnet] unable to connect to listener
RIFTER$ mcr ncp show known circuits
Known Circuit Volatile Summary as of 29-DEC-2011 09:05:41
Circuit State Loopback Adjacent
Name Routing Node
QNA-0 on
TCP-0-19 on 19.41 (SG1)
TCP-0-33 on -starting
RIFTER$ mcr ncp tell sg1 show known circuits
%NCP-F-CONNEC, unable to connect to listener
-SYSTEM-F-UNREACHABLE, remote node is not currently reachable
RIFTER$
This has worked in the past, but now I can't connect.
Oh, and now it worked:
RIFTER$ mcr ncp tell sg1 show known circuits
Known Circuit Volatile Summary as of 29-DEC-2011 09:11:01
Circuit State Loopback Adjacent
Name Routing Node
SVA-0 on 11.2 (MAISA)
SVA-0 4.249 (SLAVE)
SVA-0 1.300 (CTAKAH)
SVA-0 6.1 (STAR69)
SVA-0 19.40 (SGC)
SVA-0 42.1 (CANADA)
SVA-0 2.1 (LEGATO)
SVA-0 1.13 (MIM)
SVA-0 44.43 (OZON)
TCP-0-0 on 19.301 (DUSTY)
TCP-0-2 on 2.1 (LEGATO)
TCP-0-20 on 20.1 (WOPR)
TCP-0-3 on 3.47 (RVDSXL)
TCP-0-33 on 33.14 (FRUGAL)
TCP-0-4 on -starting
TCP-0-52 on 52.2 (RIFTER)
TCP-0-59 on 59.58 (STUPI)
TCP-0-6 on 6.134 (ROOSTA)
TCP-0-8 on 8.400 (GORVAX)
RIFTER$
Is there any way to figure out why I keep losing connectivity like
that?
Could it just be the tunnel bouncing?
This is going to complicate my plans to write a DCL script to walk the
circuits to attempt to map them. :-D
-brian
Ok, so if I were doing this in Korn or Bash I'd be done by now. :-D
I've found search, i've figured out how to redirect output and input, so i've got some basics figured out.
What I need to figure out now is how to walk a text file line by line and pull out specific records. Normally I would use awk for such a task.
How would I go about doing this from within a DCL script?
-brian
Whichever you think is more appropriate for the task. SG1 would be nice so I can test set host if ncp is being wonky.
-brian
On 12/29/2011 9:17 AM, Steve Davidson wrote:
Brian,
I will create an account for you on SG1:: or SGC:: (or both if you wish)
so that you can build (and test) your DCL script. Access will be either
telnet or ssh. I will send you the specifics to your account on
RIFTER::.
Enjoy!
-Steve
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
Behalf Of Brian Hechinger
Sent: Thursday, December 29, 2011 9:12 AM
To: hecnet at Update.UU.SE
Subject: [HECnet] unable to connect to listener
RIFTER$ mcr ncp show known circuits
Known Circuit Volatile Summary as of 29-DEC-2011 09:05:41
Circuit State Loopback Adjacent
Name Routing Node
QNA-0 on
TCP-0-19 on 19.41 (SG1)
TCP-0-33 on -starting
RIFTER$ mcr ncp tell sg1 show known circuits
%NCP-F-CONNEC, unable to connect to listener
-SYSTEM-F-UNREACHABLE, remote node is not currently reachable
RIFTER$
This has worked in the past, but now I can't connect.
Oh, and now it worked:
RIFTER$ mcr ncp tell sg1 show known circuits
Known Circuit Volatile Summary as of 29-DEC-2011 09:11:01
Circuit State Loopback Adjacent
Name Routing Node
SVA-0 on 11.2 (MAISA)
SVA-0 4.249 (SLAVE)
SVA-0 1.300 (CTAKAH)
SVA-0 6.1 (STAR69)
SVA-0 19.40 (SGC)
SVA-0 42.1 (CANADA)
SVA-0 2.1 (LEGATO)
SVA-0 1.13 (MIM)
SVA-0 44.43 (OZON)
TCP-0-0 on 19.301 (DUSTY)
TCP-0-2 on 2.1 (LEGATO)
TCP-0-20 on 20.1 (WOPR)
TCP-0-3 on 3.47 (RVDSXL)
TCP-0-33 on 33.14 (FRUGAL)
TCP-0-4 on -starting
TCP-0-52 on 52.2 (RIFTER)
TCP-0-59 on 59.58 (STUPI)
TCP-0-6 on 6.134 (ROOSTA)
TCP-0-8 on 8.400 (GORVAX)
RIFTER$
Is there any way to figure out why I keep losing connectivity like that?
Could it just be the tunnel bouncing?
This is going to complicate my plans to write a DCL script to walk the
circuits to attempt to map them. :-D
-brian
Brian,
I will create an account for you on SG1:: or SGC:: (or both if you wish)
so that you can build (and test) your DCL script. Access will be either
telnet or ssh. I will send you the specifics to your account on
RIFTER::.
Enjoy!
-Steve
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
Behalf Of Brian Hechinger
Sent: Thursday, December 29, 2011 9:12 AM
To: hecnet at Update.UU.SE
Subject: [HECnet] unable to connect to listener
RIFTER$ mcr ncp show known circuits
Known Circuit Volatile Summary as of 29-DEC-2011 09:05:41
Circuit State Loopback Adjacent
Name Routing Node
QNA-0 on
TCP-0-19 on 19.41 (SG1)
TCP-0-33 on -starting
RIFTER$ mcr ncp tell sg1 show known circuits
%NCP-F-CONNEC, unable to connect to listener
-SYSTEM-F-UNREACHABLE, remote node is not currently reachable
RIFTER$
This has worked in the past, but now I can't connect.
Oh, and now it worked:
RIFTER$ mcr ncp tell sg1 show known circuits
Known Circuit Volatile Summary as of 29-DEC-2011 09:11:01
Circuit State Loopback Adjacent
Name Routing Node
SVA-0 on 11.2 (MAISA)
SVA-0 4.249 (SLAVE)
SVA-0 1.300 (CTAKAH)
SVA-0 6.1 (STAR69)
SVA-0 19.40 (SGC)
SVA-0 42.1 (CANADA)
SVA-0 2.1 (LEGATO)
SVA-0 1.13 (MIM)
SVA-0 44.43 (OZON)
TCP-0-0 on 19.301 (DUSTY)
TCP-0-2 on 2.1 (LEGATO)
TCP-0-20 on 20.1 (WOPR)
TCP-0-3 on 3.47 (RVDSXL)
TCP-0-33 on 33.14 (FRUGAL)
TCP-0-4 on -starting
TCP-0-52 on 52.2 (RIFTER)
TCP-0-59 on 59.58 (STUPI)
TCP-0-6 on 6.134 (ROOSTA)
TCP-0-8 on 8.400 (GORVAX)
RIFTER$
Is there any way to figure out why I keep losing connectivity like that?
Could it just be the tunnel bouncing?
This is going to complicate my plans to write a DCL script to walk the
circuits to attempt to map them. :-D
-brian
RIFTER$ mcr ncp show known circuits
Known Circuit Volatile Summary as of 29-DEC-2011 09:05:41
Circuit State Loopback Adjacent
Name Routing Node
QNA-0 on
TCP-0-19 on 19.41 (SG1)
TCP-0-33 on -starting
RIFTER$ mcr ncp tell sg1 show known circuits
%NCP-F-CONNEC, unable to connect to listener
-SYSTEM-F-UNREACHABLE, remote node is not currently reachable
RIFTER$
This has worked in the past, but now I can't connect.
Oh, and now it worked:
RIFTER$ mcr ncp tell sg1 show known circuits
Known Circuit Volatile Summary as of 29-DEC-2011 09:11:01
Circuit State Loopback Adjacent
Name Routing Node
SVA-0 on 11.2 (MAISA)
SVA-0 4.249 (SLAVE)
SVA-0 1.300 (CTAKAH)
SVA-0 6.1 (STAR69)
SVA-0 19.40 (SGC)
SVA-0 42.1 (CANADA)
SVA-0 2.1 (LEGATO)
SVA-0 1.13 (MIM)
SVA-0 44.43 (OZON)
TCP-0-0 on 19.301 (DUSTY)
TCP-0-2 on 2.1 (LEGATO)
TCP-0-20 on 20.1 (WOPR)
TCP-0-3 on 3.47 (RVDSXL)
TCP-0-33 on 33.14 (FRUGAL)
TCP-0-4 on -starting
TCP-0-52 on 52.2 (RIFTER)
TCP-0-59 on 59.58 (STUPI)
TCP-0-6 on 6.134 (ROOSTA)
TCP-0-8 on 8.400 (GORVAX)
RIFTER$
Is there any way to figure out why I keep losing connectivity like that? Could it just be the tunnel bouncing?
This is going to complicate my plans to write a DCL script to walk the circuits to attempt to map them. :-D
-brian
On 12/28/2011 10:42 PM, Steve Davidson wrote:
I do not create any accounts unless asked by the node owner...
Fair enough.
Only some machines have guest accounts and as far as I know we have no
standard. This site does not have guest accounts. I do create accounts
on request for some of the machines. Mostly PLUTO::, because it is the
only RSTS/E system on HECnet, but it is not up all of the time. With
the exception of PLUTO:: none of my machines offer anything that HECnet
users don't already have.
That's a good point I didn't even think of!
-brian
Or Solaris, or *BSD, or.....
If they can't run a script on linux or windows they can't hack in.
Yes, I have a very poor view of crackers these days. :-D
-brian
On 12/29/2011 4:24 AM, hvlems at zonnet.nl wrote:
MIM uses guest/guest and a script that asks for your name. Not secure but then again what's there to steal? And I doubt whether hackers know their way in any DEC OS ...
-----Original Message-----
From: "Steve Davidson"<jeep at scshome.net>
Sender: owner-hecnet at Update.UU.SE
Date: Wed, 28 Dec 2011 22:42:17
To:<hecnet at Update.UU.SE>
Reply-To: hecnet at Update.UU.SESubject: RE: [HECnet] Circuit costs - Area 19 revised
I do not create any accounts unless asked by the node owner...
Only some machines have guest accounts and as far as I know we have no
standard. This site does not have guest accounts. I do create accounts
on request for some of the machines. Mostly PLUTO::, because it is the
only RSTS/E system on HECnet, but it is not up all of the time. With
the exception of PLUTO:: none of my machines offer anything that HECnet
users don't already have.
-Steve
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
Behalf Of Brian Hechinger
Sent: Wednesday, December 28, 2011 10:09 PM
To: hecnet at Update.UU.SE
Subject: Re: [HECnet] Circuit costs - Area 19 revised
Ah, no guest accounts have been setup unless Steve did it so I'm
assuming he hasn't. I'll create some guest accounts tomorrow.
What's the standard HECnet guest?
-brian
On Dec 28, 2011, at 19:43, hvlems at zonnet.nl wrote:
Hi Brian, It may have been an example of the NML issue discussed here
a couple of days ago. Anyway set host rifter worked fine. I tried
guest/guest and hecnet/guiest but that didn't work. Well, I quit for the
day, it's late out here.
Hans
------Origineel bericht------
Van: Brian Hechinger
Afzender: owner-hecnet at Update.UU.SE
Aan: hecnet at Update.UU.SE
Beantwoorden: hecnet at Update.UU.SE
Onderwerp: Re: [HECnet] Circuit costs - Area 19 revised
Verzonden: 29 december 2011 01:07
On 12/28/2011 6:44 PM, H Vlems wrote:
Brian, is RIFTER a phase V node? NCP set exec node RIFTER doesn't
work, even
when I jump to SG1 first.
No, it's a Phase IV node.
-brian