When adding a new server to the comps.xml file on hades for redhat 9 use the following instructions. - install redhat 9 on a the new server and get all the stock rpms that you want installed. - run the commands "rpm -qa --qf '%{name}\n' | sort > servername.rpmslist" and "scp servername.rpmslist root@hades:/export1/9/RedHat/base" on the new server - log into hades as root, cd /export1/9/RedHat/base and test out the command "./addgroup.sh" - vi the comps.xml file and go to where you want to add the group and do a ":r! ./addgroup.sh server "Server" servername.rpmslist" and write the file