Ask a Question related to Sun Solaris, Design and Development.
-
Bridge #1
mirrored root disk boot block
After mirroring a root disk, does it still need to install the boot
block on the mirrored disk?
There are some documentations mentioned step of installing boot
blocks, are they correct? As resync from the root disk to the mirrored
disk should have a copy of the boot block, is that right?
Thanks!
Bridge Guest
-
Creating a boot diskette that does nothing but boot from hard disk
Is it possible to create a boot diskette that does nothing more than boot from a specific hard disk? How would I go about doing so? If I can't... -
boot disk on sgi
Does anyone have info on how to get boot image for SGI indigo2 ? I am trying to make a boot CD Thank you very much kyle -
SCO ODT 3.0 - installation with 'boot' and 'root fs'?
Without installation diskettes, but with 'boot' and 'root filesystem' (created from existing SCO ODT 3.0 before removed), trying to get access to... -
Creation of root/boot diskette's for Compaq's
On Fri, Jul 18, 2003 at 04:01:19PM +1000, Stuart J. Browne wrote: i can tell you that recent attempts at similar have bitten me in the butt. at... -
SCO 5 boot disk
Hello, I got the boot image for SCO 5 installation. How can I mount this disk and see the files in it? Thanks, ts. -
Darren Dunham #2
Re: mirrored root disk boot block
Bridge <bridge_xue@yahoo.com> wrote:
What is 'it'?> After mirroring a root disk, does it still need to install the boot
> block on the mirrored disk?
In general, you do not have to do anything with the boot blocks. They
are part of the metadevice, and are mirrored along with the rest of the
metadevice.
Which documentation?> There are some documentations mentioned step of installing boot
> blocks, are they correct?
Depends on the technology, but ODS/SDS/SVM or even VxVM with a mirrored> As resync from the root disk to the mirrored
> disk should have a copy of the boot block, is that right?
root partition will behave this way.
--
Darren Dunham [email]ddunham@taos.com[/email]
Unix System Administrator Taos - The SysAdmin Company
Got some Dr Pepper? San Francisco, CA bay area
< This line left intentionally blank to confuse you. >
Darren Dunham Guest
-
Andrew Gabriel #3
Re: mirrored root disk boot block
In article <3e949365.0307270836.71229256@posting.google.com >,
[email]bridge_xue@yahoo.com[/email] (Bridge) writes:I don't know for sure, but SVM can't simply be copying all 32> After mirroring a root disk, does it still need to install the boot
> block on the mirrored disk?
> There are some documentations mentioned step of installing boot
> blocks, are they correct? As resync from the root disk to the mirrored
> disk should have a copy of the boot block, is that right?
sectors at the start of the disk into the mirror as that would
destroy the mirror's VToC. It might be that it doesn't sync
any of the first 32 sectors across, but I'm guessing.
On Solaris x86, the boot code doesn't live in the root filesystem,
so in that case you would certainly need to install it on the
mirrored drive if you ever wanted to boot directly from that drive.
--
Andrew Gabriel
Consultant Software Engineer
Andrew Gabriel Guest
-
Rob Stampfli #4
Re: mirrored root disk boot block
In article <3e949365.0307270836.71229256@posting.google.com >,
Bridge <bridge_xue@yahoo.com> wrote:I asked this same question a few months back, and the answer appears>After mirroring a root disk, does it still need to install the boot
>block on the mirrored disk?
>There are some documentations mentioned step of installing boot
>blocks, are they correct? As resync from the root disk to the mirrored
>disk should have a copy of the boot block, is that right?
to be "no" (unnecessary) for Sparc architectures (presuming, of
course, that an installboot was previously run on the underlying FS
being mirrored) and "yes" for Intels. Of course, it shouldn't hurt
anything to run an installboot on the mirrored partition after the
fact.
On the Sparcs, installboot causes the boot loader to be copied to
consecutive sectors starting at sector 1 on the applicable media.
This is in an area of the slice that the UFS FS doesn't use, but
that Disksuite still manages. Thus, the loader is copied over
automatically when the new mirror is synced. (As an aside,
Disksuite does not manage physical block 0 of the disk, as this
contains the disk's VTOC which would not necessarily be identical
between disks and which would most definitely cause problems if
overwritten incorrectly. But, neither the UFS FS nor the boot
loader concern themselves with block 0.)
The Intels boot in a different way, and it is necessary to run
an installboot after the fact, as noted in the manual.
Rob
Rob Stampfli Guest
-
Dennis Clarke #5
Re: mirrored root disk boot block
Makes me wonder if it is possible to boot a sparc system from a floppy.> On the Sparcs, installboot causes the boot loader to be copied to
> consecutive sectors starting at sector 1 on the applicable media.
just curious ... would be interesting .. useless but interesting, kinda like
fresh cut flowers. Nice to look at but just so much dead stuff in four days.
Dennis
Dennis Clarke Guest
-
Rob Stampfli #6
Re: mirrored root disk boot block
In article <Pine.GSO.4.53.0307271651000.6815@blastwave>,
Dennis Clarke <dclarke@blastwave.org> wrote:Probably the main impediment would be that the Boot Prom has no>>>> On the Sparcs, installboot causes the boot loader to be copied to
>> consecutive sectors starting at sector 1 on the applicable media.
> Makes me wonder if it is possible to boot a sparc system from a floppy.
>
> just curious ... would be interesting .. useless but interesting, kinda like
> fresh cut flowers. Nice to look at but just so much dead stuff in four days.
facility for reading a loader off a floppy disk in order to jump
to it and thus begin the boot sequence. I think you can boot off
tape, or at least could in the *Good Old Days* (TM).
Rob
Rob Stampfli Guest
-
Darren Dunham #7
Re: mirrored root disk boot block
Rob Stampfli <restamp@hotmail.com> wrote:
> In article <Pine.GSO.4.53.0307271651000.6815@blastwave>,>> Makes me wonder if it is possible to boot a sparc system from a floppy.
>>
>> just curious ... would be interesting .. useless but interesting, kinda like
>> fresh cut flowers. Nice to look at but just so much dead stuff in four days.Yes, you can certainly boot off tape. Of course to the hardware, that's> Probably the main impediment would be that the Boot Prom has no
> facility for reading a loader off a floppy disk in order to jump
> to it and thus begin the boot sequence. I think you can boot off
> tape, or at least could in the *Good Old Days* (TM).
simply another scsi device that supports 512 byte block reads. There's
just no Solaris boot tape (that I know of).
Why is the floppy different? Just wasn't worth putting in the
(drivers?) necessary to do the work? That surprises me. I had just
assumed that the hardware would work if a sparc-compatible boot floppy
were created for some reason, but that appears to be false.
--
Darren Dunham [email]ddunham@taos.com[/email]
Unix System Administrator Taos - The SysAdmin Company
Got some Dr Pepper? San Francisco, CA bay area
< This line left intentionally blank to confuse you. >
Darren Dunham Guest
-
Dennis Clarke #8
Re: mirrored root disk boot block
I am certain that it is possible, at least with the hardware. I have a SS20> Why is the floppy different? Just wasn't worth putting in the
> (drivers?) necessary to do the work? That surprises me. I had just
> assumed that the hardware would work if a sparc-compatible boot floppy
> were created for some reason, but that appears to be false.
with quad Ross procs running RedHat Linux 6.2 and it would boot with a boot
floppy. Without the floppy it would just sit there.
Makes me wonder if Solaris could/would do the same thing.
Still .. a useless curiosity.
Dennis
Dennis Clarke Guest
-
Darren Dunham #9
Re: mirrored root disk boot block
Dennis Clarke <dclarke@blastwave.org> wrote:
Okay... you made me do my tests again, and I may just have a defective> I am certain that it is possible, at least with the hardware. I have a SS20
> with quad Ross procs running RedHat Linux 6.2 and it would boot with a boot
> floppy. Without the floppy it would just sit there.
floppy drive on the U-5 I used. I'll have to see what's up with it.
I suppose it's theoretically possible, but it would be a lot of work> Makes me wonder if Solaris could/would do the same thing.
that I don't see anyone having a great need for.
--
Darren Dunham [email]ddunham@taos.com[/email]
Unix System Administrator Taos - The SysAdmin Company
Got some Dr Pepper? San Francisco, CA bay area
< This line left intentionally blank to confuse you. >
Darren Dunham Guest
-
ultrasparc3@hotmail.com #10
Re: mirrored root disk boot block
In <Pine.GSO.4.53.0307271651000.6815@blastwave> Dennis Clarke <dclarke@blastwave.org> writes:
OpenBoot supports booting from the floppy though there are bugs> Makes me wonder if it is possible to boot a sparc system from a floppy.
on most of the newer sun4u systems. Solaris does not support being
booted from a floppy on SPARC but you are free to boot other standalone
programs.
ultrasparc3@hotmail.com Guest



Reply With Quote

