SUMMARY:Configuring FDDI card in turbochannel Alpha

From: Kevin Behrooz <behrooz_at_rudolf.nscl.msu.edu>
Date: Fri, 18 Apr 1997 08:42:51 -0400 (ADT)

Yesterday I asked about installing FDDI boards in a turbochannel alpha.

Thanks to the following people (and those whose replies I have not
received yet) who kindly replied:

Dave Cherkus <cherkus_at_homerun.unimaster.com>
Steve McFadden
Mikael Andersson <mikan_at_elixir.e.kth.se>
chu_at_musp0.Jpl.Nasa.Gov (Eugene Chu)
anghvi_at_proto.wilm.ge.com (arun sanghvi)
"Nagaraja, Raja" <Raja.Nagaraja_at_actew.com.au>
aidan_at_cse.unsw.edu.au (Aidan Williams)

Complete replies follow:

My original question was:

Hello managers,

I have a Dec ALpha3000/400. We want to add a turbochannel FDDI SAS
controller and use FDDI instead of ethernet.

I understand that I have to rebuild the kernel, and do a netsetup and
configure the new device.

My question is: Is this all I have to do? Will doconfig recognize the
FDDI card, or should I modify the kernel configuration file.


My second question: I would like to keep the shutdown time to minimum.
I would like to build the kernel before shutting the machine and
installing the board (to save some time). Can I do this? What
options do I need to specify when building the kernel?

Thanks in advance for any help.

Kevin Behrooz
National Superconducting Cyclotron Lab
East Lansing, Michigan
-------------------------------

From: Dave Cherkus <cherkus_at_homerun.unimaster.com>

If you have booted /genvmunix, it will recognize the kernel.

|> My second question: I would like to keep the shutdown time to minimum.
|> I would like to build the kernel before shutting the machine and
|> installing the board (to save some time). Can I do this? What
|> options do I need to specify when building the kernel?

I don't recommend going this route.

Shut down the machine, put in the card, boot /genvmunix, run doconfig,
mv /vmunix /vmunix.old then cp /sys/FOOBAR/vmunix / and reboot. Then,
use /usr/sbin/netsetup to add the fddi interface, and when it asks you
if you'd like to restart the network, say yes. This is what the manual
says (you know, that sys admin manual) and it avoids having to guess at
things like turbochannel slot numbers, config file syntax, etc. If you
make one wrong guess you've just lost your time advantage.

From: smcfa_at_hcia.com
Steve McFadden

After installing the hardware, I would boot to the generic kernel
(genvmunix) so that the new hardware would be found on boot. Then rebuild
the kernel with 'doconfig', and you should not have to modify the config.
file.

I do not know of any way to build a new kernel prior to adding the new
hardware.


From: Mikael Andersson <mikan_at_elixir.e.kth.se>
>
> I understand that I have to rebuild the kernel, and do a netsetup and
> configure the new device.
>
> My question is: Is this all I have to do? Will doconfig recognize the
> FDDI card, or should I modify the kernel configuration file.

It was all I have to do...

> My second question: I would like to keep the shutdown time to minimum.
> I would like to build the kernel before shutting the machine and
> installing the board (to save some time). Can I do this? What
> options do I need to specify when building the kernel?
>
Hmm.. I think

controller fta0 at * vector ftaintr

is enought. If you boot on a generic kernel (with all device and controllers defined, you shouldn't have to create a new kernel.


From: chu_at_musp0.Jpl.Nasa.Gov (Eugene Chu)

I did the following:

1. Add the line to your config file:

controller fta0 at tc0 slot 1 vector ftaintr

In my case, my card was in slot 1, but you have to set that to your slot.

2. Type doconfig -c config_file to build the new kernel.

3. Move the file /vmunix to /vmunix.sav (or something similar)

4. Move (or copy) the file /sys/MACHINENAME/vmunix to /

5. reboot

If all went OK, your machine should be back up in a couple of minutes,
at which point you can run netsetup. (and delete the old vmunix if you
want to).

eyc

From: sanghvi_at_proto.wilm.ge.com (arun sanghvi)

Kevin,

Please let me know what you found out.

Thanks.


From: "Nagaraja, Raja" <Raja.Nagaraja_at_actew.com.au>

You have to run the program sizer inorder to recognize the new device
and then rebuild the kernel.

>

From: aidan_at_cse.unsw.edu.au (Aidan Williams)

Generally, the recommended DEC procedure is to shutdown, install the
card, and then boot with the generic kernel (which probes for all possible
bits of hardware).

Once booted with the generic kernel, you use doconfig to spit out a new
kernel config file, which will now include the fddi board. If you use
doconfig with your current fddi-unaware kernel, you probably won't get
the correct kernel config file. You then build a new kernel, and reboot.

So much for the recommended dec way of doing it.

Alternatively, you can just add the line
        controller fta0 at *
into your kernel config file (somewhere near the other controller lines).
You then rebuild, and reboot. Making a copy of your old one of course...

- aidan
Received on Fri Apr 18 1997 - 17:15:30 NZST

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:36 NZDT