Advertisement
tirabytes

RANCID: Installation

Sep 13th, 2011
913
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1.  
  2. 88 88
  3. ,d "" 88 ,d
  4. 88 88 88
  5. MM88MMM 88 8b,dPPYba, ,adPPYYba, 88,dPPYba, 8b d8 MM88MMM ,adPPYba, ,adPPYba,
  6. 88 88 88P' "Y8 "" `Y8 88P' "8a `8b d8' 88 a8P_____88 I8[ ""
  7. 88 88 88 ,adPPPPP88 88 d8 `8b d8' 88 8PP""""""" `"Y8ba,
  8. 88, 88 88 88, ,88 88b, ,a8" `8b,d8' 88, "8b, ,aa aa ]8I
  9. "Y888 88 88 `"8bbdP"Y8 8Y"Ybbd8"' Y88' "Y888 `"Ybbd8"' `"YbbdP"'
  10. d8'
  11. ################################################## d8' ##### http://www.tirabytes.com/ ##
  12.  
  13. Rancid Basic Installation
  14.  
  15. CentOS 5.5 Final
  16.  
  17. # rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.5.2-2.el5.rf.i386.rpm
  18.  
  19. # yum install gcc gcc-c++ automake expect gmp gmp-devel gzip tar wget cvs rcs perl-IPC-Run bash perl-URI
  20.  
  21. # groupadd netadm
  22.  
  23. # useradd -g netadm -c "Networking Backups" -d /usr/local/rancid rancid
  24.  
  25. # mkdir /usr/local/rancid/tar
  26. # cd /usr/local/rancid/tar
  27.  
  28. # wget ftp://ftp.shrubbery.net/pub/rancid/rancid-2.3.6.tar.gz
  29. # tar -xvzf rancid-2.3.6.tar.gz
  30.  
  31. # cd rancid-2.3.6
  32.  
  33. # ./configure --prefix=/usr/local/rancid/
  34.  
  35. # make install
  36.  
  37. # cp cloginrc.sample /usr/local/rancid/.cloginrc
  38.  
  39. # chmod 770 /usr/local/rancid/
  40. # chown -R rancid:netadm /usr/local/rancid/
  41. # chmod 0640 /usr/local/rancid/.cloginrc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement