help! Solaris 网络安装
安装步骤大概如下:
1.将被安装机器用网线接到和安装服务器(安装镜像所在服务器)同一个网段上;
2.抄下被安装服务器的网卡的MAC地址,并为该机器分配一个ip和主机名;
3.将被安装服务器的MAC和ip地址以及主机名添加到安装服务器:
vi /etc/ethers加入如下内容:
MAC hostname(例如8:0:20:a1:21:6a dns)
vi /etc/hosts加入如下内容:
IP hostname(例如192.168.1.1 dns)
4.运行$INSTALLDIR/Solaris_9/Tools/add_install_client hostname sun4u(其
中,hostname为前面分配的机器名称,例如dns,sun4u为sun的平台名称,一般都
是sun4u);
5.启动被安装服务器到OK状态下,运行boot net启动机器,
然后提示:
timeout waiting for arp/rarp packet
29200 panic - boot : cound not mount filesystem
program terminated
help!!!!!!!!!!!!!
是哪里出错了???
thanks