Previous: any Next: bootme.html

Open Firmware Boot Settings

Given that the machines comprising the cluster must serve for student use as well, we need both policy and methodology to implement smooth sharing of resources.

Furthermore, to make the project fly in the first place, it is best not to hinder in any way the work of the system administrators because we want to run a cluster.

It is essential that our resource sharing leaves them in complete control and does not increase their workload in any way.

(put that in its own file, offtopic ?)

We achieve complete automated control over which OS the G4 machines boot if we apply the following two Open Firmware settings:

	setenv boot-device enet:0,bootme,,,2
	setenv default-gateway-ip 192.168.2.1

Details:

Next: Forth Boot Script TODO - provide links to information on "boot-device" comma options and usage.