-university to do this quickly when they plan to reboot a machine.</p>
-
-<p>To make this easier, I am working on a script to fetch and install
-the latest firmware for the servers we got. Most of our hardware are
-from Dell and HP, so I have focused on these servers for now. This
-blog post is about the Dell part.</P>
-
-<p>On the Dell FTP site I was lucky enough to find an XML file with
-firmware information for all 11th generation servers, listing which
-firmware should be used on a given model and where on the FTP site I
-can find it. Using a simple perl XML parser I can then download the
-shell scripts Dell provides to do firmware upgrades from within Linux
-and reboot when all the firmware is primed and ready to be activated
-on the first reboot.</p>
-
-<p>This is the Dell related fragment of the perl code at the moment.
+university to do this themselves when they plan to reboot a machine.
+For that to happen we at the unix server admin group need to provide
+the tools to do so.</p>
+
+<p>To make firmware upgrading easier, I am working on a script to
+fetch and install the latest firmware for the servers we got. Most of
+our hardware are from Dell and HP, so I have focused on these servers
+so far. This blog post is about the Dell part.</P>
+
+<p>On the Dell FTP site I was lucky enough to find
+<a href="ftp://ftp.us.dell.com/catalog/Catalog.xml.gz">an XML file</a>
+with firmware information for all 11th generation servers, listing
+which firmware should be used on a given model and where on the FTP
+site I can find it. Using a simple perl XML parser I can then
+download the shell scripts Dell provides to do firmware upgrades from
+within Linux and reboot when all the firmware is primed and ready to
+be activated on the first reboot.</p>
+
+<p>This is the Dell related fragment of the perl code I am working on.