ラベル memo の投稿を表示しています。 すべての投稿を表示
ラベル memo の投稿を表示しています。 すべての投稿を表示

2014/04/09

ESXi 5.0.0でiscsi_vmk loaded successfullyが表示された後起動までに時間がかかる

1. Go to the vSphere 5.0 iSCSI Software Adapter property.
2. Go to network configuration tab
3. unbind all pNIC that bind to vSphere 5.0 iSCSI Software Adapter (Just click the "Remove" button.)
4. Register iSCSI Storage ip address using Dynamic discovery or Static discovery tab
5. Rescan using "Rescan All" link.

参考: https://communities.vmware.com/message/1816797

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