On 2013-03-22 09:27, Jordi Guillaumes i Pons wrote:
Hi list,
I have opened a notes conference named MAINFRAMES to talk about... IBM
mainframes (yeah, I know I have beaten myself with the originality of
the conference name). Everyone interested is invited to join. Just point
your NOTES client to BITXOW:: and you will be set (unless I have done
something wrong).
I'm having a little difficulty figuring out how to point NOTES at a remote node. ;) What's the syntax?
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Experiments
RSTS? No, on RSTS the node name is set with NCP and can be changed whenever you want to. The system name is separate, and is set via DCL (set system/name="my sys name") at startup, and anytime later you want.
paul
On Mar 22, 2013, at 11:40 AM, Julian Wolfe wrote:
Just a guess, but on RSTS/E, you actually have to reinstall DECnet. I don't see how it could be easier on RSX. re-SYSGEN would actually be more convenient.
On Mar 22, 2013, at 8:32 AM, Fedor Konstantinov <blmink at mink.su> wrote:
Hi, All,
is there any way to change system name on RSX-11M-PLUS without re-SYSGEN?
Thanks
--
Fedor
Just a guess, but on RSTS/E, you actually have to reinstall DECnet. I don't see how it could be easier on RSX. re-SYSGEN would actually be more convenient.
On Mar 22, 2013, at 8:32 AM, Fedor Konstantinov <blmink at mink.su> wrote:
Hi, All,
is there any way to change system name on RSX-11M-PLUS without re-SYSGEN?
Thanks
--
Fedor
On Friday, March 22, 2013, Mark Benson wrote:
On Friday, March 22, 2013, Jordi Guillaumes i Pons wrote:
It is a VMS conferencing application. I don't know if there is any non-VMS client around.
Jordi Guillaumes i Pons
Barcelona - Catalunya - Europa
There's a Windows NT client in Pathworks. I *think* it's capable of using Notes via TCP/IP? I don't remember. Or if you have XP or earlier you can install the last version (7.4?) of Pathworks32 and use it with native DECnet :)
No wait is it in Pathworks? Or was it just designed to work WITH Pathworks... I think it's in the wild somewhere. I've used it. Anyone else know?
--
Mark
On Friday, March 22, 2013, Jordi Guillaumes i Pons wrote:
It is a VMS conferencing application. I don't know if there is any non-VMS client around.
Jordi Guillaumes i Pons
Barcelona - Catalunya - Europa
There's a Windows NT client in Pathworks. I *think* it's capable of using Notes via TCP/IP? I don't remember. Or if you have XP or earlier you can install the last version (7.4?) of Pathworks32 and use it with native DECnet :)
--
Mark
It is a VMS conferencing application. I don't know if there is any non-VMS client around.
Jordi Guillaumes i Pons
Barcelona - Catalunya - Europa
El 22/03/2013, a les 15:29, Fedor Konstantinov <blmink at mink.su> va escriure:
22.03.2013 17:27, Jordi Guillaumes i Pons :
I have opened a notes conference named MAINFRAMES to talk about... IBM mainframes (yeah, I know I have beaten myself with the originality of the conference name). Everyone interested is invited to join. Just point your NOTES client to BITXOW:: and you will be set (unless I have done something wrong).
Hi, Jordi,
what is NOTES?
On 2013-03-22 14:41, Oleg Safiullin wrote:
Johnny Billquist wrote:
On 2013-03-22 14:32, Fedor Konstantinov wrote:
Hi, All,
is there any way to change system name on RSX-11M-PLUS without
re-SYSGEN?
You could just patch the system. :-)
$SYSNM is where the name is, unless I remember wrong. Check the
address in the map, and then ZAP the .SYS image. (And/or open the
memory locations on the running system, and change the value.)
Also, DECnet can change the name of a running system.
But no, there is no command that does it for you.
MCR>CON SET SYS NAME=XXXXXX
:)
Doh! Knocks myself on the head!
Thanks, Oleg. I had totally forgotten.
Johnny
22.03.2013 17:27, Jordi Guillaumes i Pons :
I have opened a notes conference named MAINFRAMES to talk about... IBM mainframes (yeah, I know I have beaten myself with the originality of the conference name). Everyone interested is invited to join. Just point your NOTES client to BITXOW:: and you will be set (unless I have done something wrong).
Hi, Jordi,
what is NOTES?
22.03.2013 18:07, Oleg Safiullin :
But on 4.6 error message differs from 4.5:
CON>set sys name=SKNRSX
CON -- Command execution error.
Attribute format error
SET SYS 003022 045523
This command doesn't work if DECnet is loaded.
It works with DECnet on 4.6! Correct format is:
CON>set sys name="SKNRSX"
On 4.5 with no luck :(
Thanks, Oleg!
But on 4.6 error message differs from 4.5:
CON>set sys name=SKNRSX
CON -- Command execution error.
Attribute format error
SET SYS 003022 045523
This command doesn't work if DECnet is loaded.