On 2011-08-23 19:08, Sampsa Laine wrote:
http://www.ebay.co.uk/itm/Vintage-IBM-6360-8-Disk-Drive-Displaywriter-/1107…
Not sure what you ask for. Hooking up an 8" floppy drive is not a problem at all, if you have an RX01 or RX02. Hooking something up with a totally different interface depends on you finding a controller for it.
Magica have 8" floppies already, btw...
Johnny
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
Setting the boot flags in EFI to 0,1 gets you into sysBOOT.
The boot flags are controlled by the console, srm on alpha amd efi on ia64.
Setting STARTUP_P1 to "MIN" results in a minimal noot, so what STARTUP.COM does is affected. Or control at VMS level and happens in sysGEN
So sysBOOT is not sysGEN, though both allow control over VMS parameters. But sysBOOT runs at a time when VMS is not yet running.
Verzonden vanaf mijn draadloze BlackBerry -toestel
From: Joe Ferraro <jferraro at gmail.com>
Sender: owner-hecnet at Update.UU.SE
Date: Tue, 23 Aug 2011 15:39:33 -0400
To: <hecnet at update.uu.se>
ReplyTo: hecnet at Update.UU.SE
Subject: Re: [HECnet] How to turn off SYSBOOT> prompt on rx2600
Steve,
I would agree - I don't think I was successful in simply setting EFI to 'vms_flags 0,0'. I think I was required to null STARTUP_P1 (as shown in my earlier "script" that was negated within this thread).
Take care,
Joe
On Tue, Aug 23, 2011 at 3:36 PM, Steve Davidson <jeep at scshome.net> wrote:
No.
It is a property of the hardware bootstrap.
BTW - for the "default" boot within VMS, STARTUP_P1 should be set to the NULL string.
-Steve
From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On Behalf Of Sampsa Laine
Sent: Tuesday, August 23, 2011 15:29
To: hecnet at Update.UU.SE
Subject: Re: [HECnet] How to turn off SYSBOOT> prompt on rx2600
Is there any way to do this from VMS?
Sampsa
On 23 Aug 2011, at 20:15, Joe Ferraro wrote:
I've just used the following for [no]min boot IA64...
$! CONVERSATIONAL BOOT
$! IA64
EFI> set vms_flags 0,1 $! non-volatile
EFI> exit
$! boot the server
SYSBOOT> SET WRITESYSPARAMS 0 $! don't boot min every-time
SYSBOOT> USE DEFAULT
SYSBOOT> SET STARTUP_P1 "MIN" $! use "" to revert to default
SYSBOOT> CONTINUE
On Tue, Aug 23, 2011 at 3:12 PM, Joe Ferraro <jferraro at gmail.com> wrote:
Sampsa,
I believe you can
SYSBOOT> SET STARTUP_P1 ""
SYSBOOT> CONTINUE
to clear the flags...
Joe
On Tue, Aug 23, 2011 at 3:10 PM, Sampsa Laine <sampsa at mac.com> wrote:
How do I do this on an Itanium?
Sampsa
On 23 Aug 2011, at 19:58, Steve Davidson wrote:
> Sampsa,
>
> Clear the boot flags.
>
> -Steve
>
>
> -----Original Message-----
> From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
> Behalf Of Sampsa Laine
> Sent: Tuesday, August 23, 2011 14:50
> To: hecnet at Update.UU.SE
> Subject: [HECnet] How to turn off SYSBOOT> prompt on rx2600
>
> I've somehow managed to make my rx2600's VMS boot give me a SYSBOOT>
> prompt every damn time.
>
> How do I turn this off?
>
> Sampsa
>
>
Steve,
I would agree - I don't think I was successful in simply setting EFI to 'vms_flags 0,0'. I think I was required to null STARTUP_P1 (as shown in my earlier "script" that was negated within this thread).
Take care,
Joe
On Tue, Aug 23, 2011 at 3:36 PM, Steve Davidson <jeep at scshome.net> wrote:
No.
It is a property of the hardware bootstrap.
BTW - for the "default" boot within VMS, STARTUP_P1 should be set to the NULL string.
-Steve
From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On Behalf Of Sampsa Laine
Sent: Tuesday, August 23, 2011 15:29
To: hecnet at Update.UU.SE
Subject: Re: [HECnet] How to turn off SYSBOOT> prompt on rx2600
Is there any way to do this from VMS?
Sampsa
On 23 Aug 2011, at 20:15, Joe Ferraro wrote:
I've just used the following for [no]min boot IA64...
$! CONVERSATIONAL BOOT
$! IA64
EFI> set vms_flags 0,1 $! non-volatile
EFI> exit
$! boot the server
SYSBOOT> SET WRITESYSPARAMS 0 $! don't boot min every-time
SYSBOOT> USE DEFAULT
SYSBOOT> SET STARTUP_P1 "MIN" $! use "" to revert to default
SYSBOOT> CONTINUE
On Tue, Aug 23, 2011 at 3:12 PM, Joe Ferraro <jferraro at gmail.com> wrote:
Sampsa,
I believe you can
SYSBOOT> SET STARTUP_P1 ""
SYSBOOT> CONTINUE
to clear the flags...
Joe
On Tue, Aug 23, 2011 at 3:10 PM, Sampsa Laine <sampsa at mac.com> wrote:
How do I do this on an Itanium?
Sampsa
On 23 Aug 2011, at 19:58, Steve Davidson wrote:
> Sampsa,
>
> Clear the boot flags.
>
> -Steve
>
>
> -----Original Message-----
> From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
> Behalf Of Sampsa Laine
> Sent: Tuesday, August 23, 2011 14:50
> To: hecnet at Update.UU.SE
> Subject: [HECnet] How to turn off SYSBOOT> prompt on rx2600
>
> I've somehow managed to make my rx2600's VMS boot give me a SYSBOOT>
> prompt every damn time.
>
> How do I turn this off?
>
> Sampsa
>
>
No.
It is a property of the hardware bootstrap.
BTW - for the "default" boot within VMS, STARTUP_P1 should be set to the NULL string.
-Steve
From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On Behalf Of Sampsa Laine
Sent: Tuesday, August 23, 2011 15:29
To: hecnet at Update.UU.SE
Subject: Re: [HECnet] How to turn off SYSBOOT> prompt on rx2600
Is there any way to do this from VMS?
Sampsa
On 23 Aug 2011, at 20:15, Joe Ferraro wrote:
I've just used the following for [no]min boot IA64...
$! CONVERSATIONAL BOOT
$! IA64
EFI> set vms_flags 0,1 $! non-volatile
EFI> exit
$! boot the server
SYSBOOT> SET WRITESYSPARAMS 0 $! don't boot min every-time
SYSBOOT> USE DEFAULT
SYSBOOT> SET STARTUP_P1 "MIN" $! use "" to revert to default
SYSBOOT> CONTINUE
On Tue, Aug 23, 2011 at 3:12 PM, Joe Ferraro <jferraro at gmail.com> wrote:
Sampsa,
I believe you can
SYSBOOT> SET STARTUP_P1 ""
SYSBOOT> CONTINUE
to clear the flags...
Joe
On Tue, Aug 23, 2011 at 3:10 PM, Sampsa Laine <sampsa at mac.com> wrote:
How do I do this on an Itanium?
Sampsa
On 23 Aug 2011, at 19:58, Steve Davidson wrote:
> Sampsa,
>
> Clear the boot flags.
>
> -Steve
>
>
> -----Original Message-----
> From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
> Behalf Of Sampsa Laine
> Sent: Tuesday, August 23, 2011 14:50
> To: hecnet at Update.UU.SE
> Subject: [HECnet] How to turn off SYSBOOT> prompt on rx2600
>
> I've somehow managed to make my rx2600's VMS boot give me a SYSBOOT>
> prompt every damn time.
>
> How do I turn this off?
>
> Sampsa
>
>
Sampsa,
I'm not sitting in front of a machine, but I think you may set boot options from:
SYS$UPDATE:BOOT_OPTIONS.COM
Forgive me if this is incorrect... I think you may set flags there as well... but its been a while...
On Tue, Aug 23, 2011 at 3:29 PM, Sampsa Laine <sampsa at mac.com> wrote:
Is there any way to do this from VMS?
Sampsa
On 23 Aug 2011, at 20:15, Joe Ferraro wrote:
I've just used the following for [no]min boot IA64...
$! CONVERSATIONAL BOOT
$! IA64
EFI> set vms_flags 0,1 $! non-volatile
EFI> exit
$! boot the server
SYSBOOT> SET WRITESYSPARAMS 0 $! don't boot min every-time
SYSBOOT> USE DEFAULT
SYSBOOT> SET STARTUP_P1 "MIN" $! use "" to revert to default
SYSBOOT> CONTINUE
On Tue, Aug 23, 2011 at 3:12 PM, Joe Ferraro <jferraro at gmail.com> wrote:
Sampsa,
I believe you can
SYSBOOT> SET STARTUP_P1 ""
SYSBOOT> CONTINUE
to clear the flags...
Joe
On Tue, Aug 23, 2011 at 3:10 PM, Sampsa Laine <sampsa at mac.com> wrote:
How do I do this on an Itanium?
Sampsa
On 23 Aug 2011, at 19:58, Steve Davidson wrote:
> Sampsa,
>
> Clear the boot flags.
>
> -Steve
>
>
> -----Original Message-----
> From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
> Behalf Of Sampsa Laine
> Sent: Tuesday, August 23, 2011 14:50
> To: hecnet at Update.UU.SE
> Subject: [HECnet] How to turn off SYSBOOT> prompt on rx2600
>
> I've somehow managed to make my rx2600's VMS boot give me a SYSBOOT>
> prompt every damn time.
>
> How do I turn this off?
>
> Sampsa
>
>
Is there any way to do this from VMS?
Sampsa
On 23 Aug 2011, at 20:15, Joe Ferraro wrote:
I've just used the following for [no]min boot IA64...
$! CONVERSATIONAL BOOT
$! IA64
EFI> set vms_flags 0,1 $! non-volatile
EFI> exit
$! boot the server
SYSBOOT> SET WRITESYSPARAMS 0 $! don't boot min every-time
SYSBOOT> USE DEFAULT
SYSBOOT> SET STARTUP_P1 "MIN" $! use "" to revert to default
SYSBOOT> CONTINUE
On Tue, Aug 23, 2011 at 3:12 PM, Joe Ferraro <jferraro at gmail.com> wrote:
Sampsa,
I believe you can
SYSBOOT> SET STARTUP_P1 ""
SYSBOOT> CONTINUE
to clear the flags...
Joe
On Tue, Aug 23, 2011 at 3:10 PM, Sampsa Laine <sampsa at mac.com> wrote:
How do I do this on an Itanium?
Sampsa
On 23 Aug 2011, at 19:58, Steve Davidson wrote:
> Sampsa,
>
> Clear the boot flags.
>
> -Steve
>
>
> -----Original Message-----
> From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
> Behalf Of Sampsa Laine
> Sent: Tuesday, August 23, 2011 14:50
> To: hecnet at Update.UU.SE
> Subject: [HECnet] How to turn off SYSBOOT> prompt on rx2600
>
> I've somehow managed to make my rx2600's VMS boot give me a SYSBOOT>
> prompt every damn time.
>
> How do I turn this off?
>
> Sampsa
>
>
EFI> set vms_flags 0,0
And boot the system
Verzonden vanaf mijn draadloze BlackBerry -toestel
From: Joe Ferraro <jferraro at gmail.com>
Sender: owner-hecnet at Update.UU.SE
Date: Tue, 23 Aug 2011 15:15:16 -0400
To: <hecnet at update.uu.se>
ReplyTo: hecnet at Update.UU.SE
Subject: Re: [HECnet] How to turn off SYSBOOT> prompt on rx2600
I've just used the following for [no]min boot IA64...
$! CONVERSATIONAL BOOT
$! IA64
EFI> set vms_flags 0,1 $! non-volatile
EFI> exit
$! boot the server
SYSBOOT> SET WRITESYSPARAMS 0 $! don't boot min every-time
SYSBOOT> USE DEFAULT
SYSBOOT> SET STARTUP_P1 "MIN" $! use "" to revert to default
SYSBOOT> CONTINUE
On Tue, Aug 23, 2011 at 3:12 PM, Joe Ferraro <jferraro at gmail.com> wrote:
Sampsa,
I believe you can
SYSBOOT> SET STARTUP_P1 ""
SYSBOOT> CONTINUE
to clear the flags...
Joe
On Tue, Aug 23, 2011 at 3:10 PM, Sampsa Laine <sampsa at mac.com> wrote:
How do I do this on an Itanium?
Sampsa
On 23 Aug 2011, at 19:58, Steve Davidson wrote:
> Sampsa,
>
> Clear the boot flags.
>
> -Steve
>
>
> -----Original Message-----
> From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
> Behalf Of Sampsa Laine
> Sent: Tuesday, August 23, 2011 14:50
> To: hecnet at Update.UU.SE
> Subject: [HECnet] How to turn off SYSBOOT> prompt on rx2600
>
> I've somehow managed to make my rx2600's VMS boot give me a SYSBOOT>
> prompt every damn time.
>
> How do I turn this off?
>
> Sampsa
>
>
This won't change the problem
Verzonden vanaf mijn draadloze BlackBerry -toestel
From: Joe Ferraro <jferraro at gmail.com>
Sender: owner-hecnet at Update.UU.SE
Date: Tue, 23 Aug 2011 15:12:16 -0400
To: <hecnet at update.uu.se>
ReplyTo: hecnet at Update.UU.SE
Subject: Re: [HECnet] How to turn off SYSBOOT> prompt on rx2600
Sampsa,
I believe you can
SYSBOOT> SET STARTUP_P1 ""
SYSBOOT> CONTINUE
to clear the flags...
Joe
On Tue, Aug 23, 2011 at 3:10 PM, Sampsa Laine <sampsa at mac.com> wrote:
How do I do this on an Itanium?
Sampsa
On 23 Aug 2011, at 19:58, Steve Davidson wrote:
> Sampsa,
>
> Clear the boot flags.
>
> -Steve
>
>
> -----Original Message-----
> From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
> Behalf Of Sampsa Laine
> Sent: Tuesday, August 23, 2011 14:50
> To: hecnet at Update.UU.SE
> Subject: [HECnet] How to turn off SYSBOOT> prompt on rx2600
>
> I've somehow managed to make my rx2600's VMS boot give me a SYSBOOT>
> prompt every damn time.
>
> How do I turn this off?
>
> Sampsa
>
>
I've just used the following for [no]min boot IA64...
$! CONVERSATIONAL BOOT
$! IA64
EFI> set vms_flags 0,1 $! non-volatile
EFI> exit
$! boot the server
SYSBOOT> SET WRITESYSPARAMS 0 $! don't boot min every-time
SYSBOOT> USE DEFAULT
SYSBOOT> SET STARTUP_P1 "MIN" $! use "" to revert to default
SYSBOOT> CONTINUE
On Tue, Aug 23, 2011 at 3:12 PM, Joe Ferraro <jferraro at gmail.com> wrote:
Sampsa,
I believe you can
SYSBOOT> SET STARTUP_P1 ""
SYSBOOT> CONTINUE
to clear the flags...
Joe
On Tue, Aug 23, 2011 at 3:10 PM, Sampsa Laine <sampsa at mac.com> wrote:
How do I do this on an Itanium?
Sampsa
On 23 Aug 2011, at 19:58, Steve Davidson wrote:
> Sampsa,
>
> Clear the boot flags.
>
> -Steve
>
>
> -----Original Message-----
> From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
> Behalf Of Sampsa Laine
> Sent: Tuesday, August 23, 2011 14:50
> To: hecnet at Update.UU.SE
> Subject: [HECnet] How to turn off SYSBOOT> prompt on rx2600
>
> I've somehow managed to make my rx2600's VMS boot give me a SYSBOOT>
> prompt every damn time.
>
> How do I turn this off?
>
> Sampsa
>
>
Sampsa,
I believe you can
SYSBOOT> SET STARTUP_P1 ""
SYSBOOT> CONTINUE
to clear the flags...
Joe
On Tue, Aug 23, 2011 at 3:10 PM, Sampsa Laine <sampsa at mac.com> wrote:
How do I do this on an Itanium?
Sampsa
On 23 Aug 2011, at 19:58, Steve Davidson wrote:
> Sampsa,
>
> Clear the boot flags.
>
> -Steve
>
>
> -----Original Message-----
> From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
> Behalf Of Sampsa Laine
> Sent: Tuesday, August 23, 2011 14:50
> To: hecnet at Update.UU.SE
> Subject: [HECnet] How to turn off SYSBOOT> prompt on rx2600
>
> I've somehow managed to make my rx2600's VMS boot give me a SYSBOOT>
> prompt every damn time.
>
> How do I turn this off?
>
> Sampsa
>
>