Changes between Version 3 and Version 4 of Internal/LTS
- Timestamp:
- Feb 9, 2007, 10:15:17 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/LTS
v3 v4 60 60 Restart iptables. 61 61 62 == Prepare DHCP and DNS == 63 62 64 Install zone files for DNS and start DNS server. 63 65 Install DHCP configuration file and start dhcpd. 64 66 67 == Install ORBIT services == 68 69 === CMC gridservice === 70 71 For the moment service are started manualy with 72 73 {{{ 74 cd /etc/gridservices 75 ./services.rb >> /var/log/gridservice-console.log 2>&1 & 76 }}} 77 78 === Frisbee gridservice === 79 80 Copy frisbeed to /usr/sbin/frisbeed. 81 82 83 === Nodehandler === 84 85 Copy nodehandler, imageNodes and saveNode to /usr/bin . Copy directory nodehandler-3.6.4-1 to /opt. Create proper configuration in /etc/nodehandler/grid.cfg: 86 87 {{{ 88 89 }}} 65 90 66 91