2013/09/20

Scientific Linux install

  • 下記を適当に編集
    • IPアドレス,ゲートウェイ /etc/sysconfig/network-scripts/ifcfg-eth?
    • DNS /etc/resolv.conf
    • ホスト名 /etc/sysconfig/network
  • LDAP認証
    yum -y install pam_ldap nss-pam-ldapd openldap-clients openldap
    authconfig-tui
    
  • NFS
    yum -y install nfs-utils
    service rpcbind start
    chkconfig rpcbind on
    
  • sudo
    echo 'sudoers:  files ldap' >> /etc/nsswitch.conf
    sudo -V |grep -F 'ldap.conf path'
    # /etc/sudo-ldap.confを編集
    
  • autofs
    yum -y install autofs
    echo 'automount: files ldap' >> /etc/nsswitch.conf
    # /etc/sysconfig/autofsを編集
    

やっとchef

  • chef
    knife solo prepare user@hostname
    

0 件のコメント:

コメントを投稿