Changeset 2068 for trunk/server/doc
- Timestamp:
- Nov 22, 2011, 1:59:03 AM (13 years ago)
- Location:
- trunk/server/doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/doc/install-howto.sh
r2066 r2068 9 9 # restricted permissions 10 10 # [TESTSERVER] Completely untrusted server 11 12 # This is actually just "pick an active scripts server". It can't be13 # scripts.mit.edu because our networking config points that domain14 # at localhost, and if our server is not setup at that point things15 # will break.16 source_server="shining-armor.mit.edu"17 11 18 12 # 'branch' is the current svn branch you are on. You want to … … 48 42 # o Set up the host as in the pool on r-b/r-b /etc/heartbeat/ldirectord.cf 49 43 # o Update locker/etc/known_hosts 44 # o Update website files: 45 # /mit/scripts/web_scripts/home/server.css.cgi 46 # /mit/scripts/web_scripts/heartbeat/heartbeat.php 50 47 # 51 48 # You will also need to prepare the keytabs for credit-card. In particular, … … 62 59 # 1 5 host/old-faithful.mit.edu@ATHENA.MIT.EDU 63 60 # 2 3 host/scripts-vhosts.mit.edu@ATHENA.MIT.EDU 64 # 3 2 host/scripts.mit.edu@ATHENA.MIT.EDU 61 # 3 2 host/scripts.mit.edu@ATHENA.MIT.EDU 62 # 4 8 host/scripts-test.mit.edu@ATHENA.MIT.EDU 65 63 # 66 64 # The LDAP keytab should be by itself, so be sure to delete it and … … 141 139 yumdownloader ghc-cgi 142 140 yumdownloader ghc-cgi-devel 143 rpm -i ghc-cgi*1.8. 1*.rpm141 rpm -i ghc-cgi*1.8.2*.rpm 144 142 145 143 # ----------------------------->8-------------------------------------- … … 236 234 # 500000. Also, some of the AFS parameters are kind of retarded (and if 237 235 # you're low on disk space, will actually exhaust our inodes). Edit 238 # these parameters in /etc/sysconfig/openafs ( but wait, that won't239 # work, will it...)236 # these parameters in /etc/sysconfig/openafs (This doesn't work in the 237 # new systemd world order: try editing the unit file instead.) 240 238 echo "/afs:/usr/vice/cache:500000" > /usr/vice/etc/cacheinfo 241 239 vim /etc/sysconfig/openafs … … 307 305 # Reboot the machine to restore a consistent state, in case you 308 306 # changed anything. (Note: Starting kdump fails (this is ok)) 309 310 # When all is said and done, fix up the Subversion checkouts311 cd /etc312 svn switch --relocate svn://$source_server/ svn://scripts.mit.edu/313 cd /usr/vice/etc314 svn switch --relocate svn://$source_server/ svn://scripts.mit.edu/315 cd /srv/repository316 # Some commands should be run as the scripts-build user, not root.317 alias asbuild="sudo -u scripts-build"318 asbuild svn switch --relocate svn://$source_server/ svn://scripts.mit.edu/319 asbuild svn up # verify scripts.mit.edu works320 307 321 308 # ------------------------------->8------------------------------- -
trunk/server/doc/install-ldap
r2066 r2068 260 260 risky step of the process; see below for help debugging problems. 261 261 262 MMR Hammer: mmr-hammer -h $MASTER init agreements $SLAVE 262 MMR Hammer: 263 mmr-hammer -h $MASTER init agreements $SLAVE 264 mmr-hammer -h $MASTER update $SLAVE # XXX pick a better name 263 265 264 266 ldapvi -b cn=\"dc=scripts,dc=mit,dc=edu\",cn=mapping\ tree,cn=config
Note: See TracChangeset
for help on using the changeset viewer.