Quote:
|
Originally Posted by Anne
We have a cluster running RH9 (Shrike) - 3 years old.
|
It's a good idea to upgrade :-)
Quote:
|
Originally Posted by Anne
The nodes only
have floppies and network connections. There are no USB ports for
an external CD or DVD. The BIOS doesn't have an option to boot from
the net.
|
You'll need to boot from a local drive & do a network install, then.
Quote:
|
Originally Posted by Anne
The node master has a CD. I could replace this with a DVD. Then
I can upgrade the master node.
|
Have you got another machine you could *temporarily* attach to the network as an NFS server? It would make life simpler...
Alternatively, how much disk space have you got on your master machine?
Quote:
|
Originally Posted by Anne
The one suggestion I had was to install FC cleanly onto a disk on
a workstation, then take that disk and install it physically into the
node. Then remove the disk from each node and dd the running
disk onto the slave disk.
|
If you're going to do that, you might as well find yourself a bootable LInux floppy & dd across the network...
But here's what I'd try instead :-
Make a new directory on each machine & copy the contents of the isolinux directory from CD1 into each (use rsync to do this across the network).
Make a kickstart file to describe the installation you want & put it in the same place
Add a new entry to your grub.conf file to point to the kernel in your new directory (beware that the filesystem at boot time might not be like it is when the system is running - use any other grub.conf entries as a guide).
Add arguments to your kernel line so that is will follow your kickstart - something like "ks=hd:hda1:/fedora/ks.cfg" (depending on where you put it, of course).
You should now be able to boot that machine & select your new grub entry - that will load the FC5 kernel from the install media & launch your kickstart config. If you've got everything right, that will allow you to install over the network from your NFS server.
Vic.