vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I just had to replace an 8G drive in a B series workstation. These machines have 2 drives in them set up using LVM and software mirroring. I was able to et the replacement drive to remirror OK, but I recall from the original build out of these machines, many many ears ago, that when i was testing this I could not get the machine to boot with one of the 2 drive removed. Turned out that both SCSI ID 5, and 6 (the 2 internal drives) needed to have the "boot block" on them How do I make certain that this replacement drive gets this installed? The OS is 10.20, if that matters. -- "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin Franklin |
| |||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2008-03-24, Stan Brown <stanb@panix.com> wrote: > I just had to replace an 8G drive in a B series workstation. These > machines have 2 drives in them set up using LVM and software mirroring. I > was able to et the replacement drive to remirror OK, but I recall from the > original build out of these machines, many many ears ago, that when i was > testing this I could not get the machine to boot with one of the 2 drive > removed. Turned out that both SCSI ID 5, and 6 (the 2 internal drives) > needed to have the "boot block" on them > > How do I make certain that this replacement drive gets this installed? > > The OS is 10.20, if that matters. > lvlnboot - -- Russell Wood <http://www.dynode.net/~rjw/> -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFH56BGRn6cGjGf/rsRAuZYAJ92jRPIGU0GZwyMKX258eH+3XBkvwCgjn12 8SEp3g2ZuHdosP6AcIp9tF0= =0uMu -----END PGP SIGNATURE----- |
| ||||
| Stan Brown <stanb@panix.com> writes: > I just had to replace an 8G drive in a B series workstation. These > machines have 2 drives in them set up using LVM and software mirroring. I > was able to et the replacement drive to remirror OK, but I recall from the > original build out of these machines, many many ears ago, that when i was > testing this I could not get the machine to boot with one of the 2 drive > removed. Turned out that both SCSI ID 5, and 6 (the 2 internal drives) > needed to have the "boot block" on them > > How do I make certain that this replacement drive gets this installed? pvcreate -B I'd guess (then mkboot, then lvlnboot, etc). See the chapter about mirroring a boot disk... > > The OS is 10.20, if that matters. > > > -- > "They that would give up essential liberty for temporary safety deserve > neither liberty nor safety." > -- Benjamin Franklin |