Changes between Version 21 and Version 22 of InstallPhysicalAuctioneer

Show
Ignore:
Timestamp:
06/11/09 13:47:36 (6 months ago)
Author:
https://me.yahoo.com/kevinilai#ad672
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallPhysicalAuctioneer

    v21 v22  
    44446. Copy installation files from the mounted ISOs to the HTTP directory. For CentOS worker nodes, do the following: 
    4545{{{ 
    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 
    4747[root@alicehost ~]# umount /mnt/CentOS-5.3-x86_64 
    4848}}} 
     
    51517. Copy installation files from HTTP directory to the TFTP directory. For CentOS worker nodes, do the following: 
    5252{{{ 
    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/* \ 
    5454/tftpboot/linux-install/CentOS-5.3-x86_64/ 
    5555}}} 
     
    7171[root@alicehost ~]# mv ssl_keys/server.key /etc/pki/tls/private/opencirrus.key 
    7272}}} 
    73  
    74 10. Copy the system ssh public key to /var/www/html/ssh/root/authorized_keys  
    75 {{{ 
    76  
    77 }}}