Changes between Version 21 and Version 22 of InstallPhysicalAuctioneer
- Timestamp:
- 06/11/09 13:47:36 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallPhysicalAuctioneer
v21 v22 44 44 6. Copy installation files from the mounted ISOs to the HTTP directory. For CentOS worker nodes, do the following: 45 45 {{{ 46 [root@alicehost ~]# cp -a /mnt/CentOS-5.3-x86_64 /var/www/html/ 46 [root@alicehost ~]# cp -a /mnt/CentOS-5.3-x86_64 /var/www/html/tycoon_aucd_physical 47 47 [root@alicehost ~]# umount /mnt/CentOS-5.3-x86_64 48 48 }}} … … 51 51 7. Copy installation files from HTTP directory to the TFTP directory. For CentOS worker nodes, do the following: 52 52 {{{ 53 [root@alicehost ~]# cp -a /var/www/html/ CentOS-5.3-x86_64/images/pxeboot/* \53 [root@alicehost ~]# cp -a /var/www/html/tycoon_aucd_physical/CentOS-5.3-x86_64/images/pxeboot/* \ 54 54 /tftpboot/linux-install/CentOS-5.3-x86_64/ 55 55 }}} … … 71 71 [root@alicehost ~]# mv ssl_keys/server.key /etc/pki/tls/private/opencirrus.key 72 72 }}} 73 74 10. Copy the system ssh public key to /var/www/html/ssh/root/authorized_keys75 {{{76 77 }}}
