一、安装环境 centos 5.4 关掉iptables 关掉 selinux selinux 导致tftp的目录无法访问 pxe停止在引导界面 二、cobbler使用目录及文件 cobbler相关配置文件 /etc/cobbler cobbler数据存储目录 /var/www/cobbler dhcp配置文件 /etc/dhcpd.conf dhcp
#!/bin/bash checkalive (){ NODE=$1 ping -c 3 $NODE>/dev/null 2>&1 if [ $? -eq 0 ] then &
#!/bin/bashdmidecode -t system | grep "Product Name"dmidecode -t system | grep "Serial Number"dmidecode -t processor | grep @ | awk -F: '{print $2}' | while read cpudo echo " &
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号