SystemImager: Difference between revisions
From MDWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
===Setup the imaging server=== | ===Setup the imaging server=== | ||
*First off, I installed some files that may be required later (if not these can be removed): | |||
yum install tftpd | |||
yum install tftp* (xinetd dependency which is required will be grabbed) | |||
NOTE: These packages are also suggested: pxe dhcp-server dhcp | |||
*Transfer the required files to guava | *Transfer the required files to guava | ||
Line 30: | Line 38: | ||
scp systemconfigurator-* systemimager-common-* systemimager-server-* systemimager-x86_64boot-standard-* \ | scp systemconfigurator-* systemimager-common-* systemimager-server-* systemimager-x86_64boot-standard-* \ | ||
systemimager-bittorrent-* username@guava:/working/dir | systemimager-bittorrent-* username@guava:/working/dir | ||
*Install the packages on guava | |||
rpm -ivh systemconfigurator-* | |||
rpm -ivh systemimager-common-* systemimager-server-* systemimager-i386boot-standard-* | |||
rpm -ivh systemimager-bittorrent-* |
Revision as of 01:53, 13 August 2007
- A script that grabs the required components: http://compbio.chemistry.uq.edu.au/mediawiki/upload/b/ba/Install.txt
- Download and place in systemimager dir
mkdir systemimager cd systemimager wget http://compbio.chemistry.uq.edu.au/mediawiki/upload/b/ba/Install.txt mv Install.txt Install.pl chmod +x Install.pl
- Now we use the installer to grab the required packages:
- systemimager
- systemimager-bittorrent
- systemimager-client
- systemimager-common
- systemimager-flamethrower
- systemimager-server
- systemimager-x86_64boot-standard
- systemimager-x86_64initrd_template
./Install.pl -v --download-only --tag stable --directory . systemconfigurator systemimager-client \ systemimager-common systemimager-x86_64boot-standard systemimager-x86_64initrd_template systemimager-server \ systemimager-bittorrent systemimager-flamethrower
Setup the imaging server
- First off, I installed some files that may be required later (if not these can be removed):
yum install tftpd yum install tftp* (xinetd dependency which is required will be grabbed) NOTE: These packages are also suggested: pxe dhcp-server dhcp
- Transfer the required files to guava
scp systemconfigurator-* systemimager-common-* systemimager-server-* systemimager-x86_64boot-standard-* \ systemimager-bittorrent-* username@guava:/working/dir
*Install the packages on guava
rpm -ivh systemconfigurator-* rpm -ivh systemimager-common-* systemimager-server-* systemimager-i386boot-standard-* rpm -ivh systemimager-bittorrent-*