Re: Move hard drive

2006-06-09 Thread Mikhail Goriachev
Darryl Hoar wrote:
>> -Original Message-
>> From: Kevin Kinsey [mailto:[EMAIL PROTECTED]
>> Sent: Friday, June 09, 2006 1:29 PM
>> To: [EMAIL PROTECTED]
>> Cc: freebsd-questions@freebsd.org
>> Subject: Re: Move hard drive
>>
>>
>> Darryl Hoar wrote:
>>> Greetings,
>>> I am running FreeBSD 6.0 - release on a box.  I have setup several
>>> applications, etc.  I did this on computer A.   Computer B is a 
>>> production machine and didn't want it offline while I figured out
>>> all the niggly bits.   Can I take the SCSI disk from A and put in
>>> in B ?   I did not customize the kernel.
>>>
>> In addition to what Jerry mentioned, make sure that the
>> /etc/fstab file is set up properly for the new machine;
>> alternatively, make sure the drive is in the same logical
>> location in the new machine (e.g., da0 on one should be
>> da0 on the other).
>>
>> Otherwise, you end up in single user, or not booting
>> at all.
>>
>> Kevin Kinsey
>>
> 
> what if the systems use different NIC's ?  (one has integrated NIC on mobo,
> the other has an add-in card.


You'd have to change all your references to another host NIC in rc.conf,
pf.conf, etc. Sort of like:

ifconfig_rl0=... (computer B NIC rl0)


Cheers,
Mikhail.


-- 
Mikhail Goriachev
Webanoide

Telephone: +61 (0)3 62252501
Mobile Phone: +61 (0)4 38255158
E-Mail: [EMAIL PROTECTED]
Web: http://www.webanoide.org

PGP Key ID: 0x4E148A3B
PGP Key Fingerprint: D96B 7C14 79A5 8824 B99D 9562 F50E 2F5D 4E14 8A3B
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Move hard drive

2006-06-09 Thread Darryl Hoar
> -Original Message-
> From: Kevin Kinsey [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 09, 2006 1:29 PM
> To: [EMAIL PROTECTED]
> Cc: freebsd-questions@freebsd.org
> Subject: Re: Move hard drive
> 
> 
> Darryl Hoar wrote:
> > Greetings,
> > I am running FreeBSD 6.0 - release on a box.  I have setup several
> > applications, etc.  I did this on computer A.   Computer B is a 
> > production machine and didn't want it offline while I figured out
> > all the niggly bits.   Can I take the SCSI disk from A and put in
> > in B ?   I did not customize the kernel.
> > 
> 
> In addition to what Jerry mentioned, make sure that the
> /etc/fstab file is set up properly for the new machine;
> alternatively, make sure the drive is in the same logical
> location in the new machine (e.g., da0 on one should be
> da0 on the other).
> 
> Otherwise, you end up in single user, or not booting
> at all.
> 
> Kevin Kinsey
> 

what if the systems use different NIC's ?  (one has integrated NIC on mobo,
the other has an add-in card.

thanks,
Darryl

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Move hard drive

2006-06-09 Thread Kevin Kinsey

Darryl Hoar wrote:

Greetings,
I am running FreeBSD 6.0 - release on a box.  I have setup several
applications, etc.  I did this on computer A.   Computer B is a 
production machine and didn't want it offline while I figured out

all the niggly bits.   Can I take the SCSI disk from A and put in
in B ?   I did not customize the kernel.



In addition to what Jerry mentioned, make sure that the
/etc/fstab file is set up properly for the new machine;
alternatively, make sure the drive is in the same logical
location in the new machine (e.g., da0 on one should be
da0 on the other).

Otherwise, you end up in single user, or not booting
at all.

Kevin Kinsey

--
Drakenberg's Discovery:
If you can't seem to find your glasses,
it's probably because you don't have them on.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Move hard drive

2006-06-09 Thread Jerry McAllister
> 
> Greetings,
> I am running FreeBSD 6.0 - release on a box.  I have setup several
> applications, etc.  I did this on computer A.   Computer B is a 
> production machine and didn't want it offline while I figured out
> all the niggly bits.   Can I take the SCSI disk from A and put in
> in B ?   I did not customize the kernel.

If they are both SCSI drives and the two machines are sufficiently
similar - no special compiled in features, NIC cards use the same
drivers to they address the same, etc, then it should be no problem.

We do it all the time.

jerry

> 
> thanks,
> Darryl
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"