1.在win2000下用分区工具,给solaris腾出空间。
我用的是Norton PartitionMagic 8.0。直接调整win下各分区的容量,腾出的空间不用指定格式。
2.将准备好的solaris10安装光盘插入,改启动模式为光盘启动。
sol-10-u2-ga-x86-lan..> 10-Aug-2006 02:32 459M
sol-10-u2-ga-x86-v1-..> 10-Aug-2006 02:29 304M
sol-10-u2-ga-x86-v2-..> 10-Aug-2006 02:30 357M
sol-10-u2-ga-x86-v3-..> 10-Aug-2006 02:30 167M
sol-10-u2-ga-x86-v4-..> 10-Aug-2006 02:30 588M
sol-10-u2-ga-x86-v5-..> 10-Aug-2006 02:31 420M
3.正式安装。
4. 网卡BroadconNecXtremeGigabitEthernet的安装
安装方法:
解压sol86-9.4.2.zip
1. 将目录变更成BRCMbcme.pkg 所在的目录。
2. pkgadd -d BRCMbcme.pkg
或
( Copy BRCMbcme.tar.Z to /tmp.
cd /tmp
uncompress BRCMbcme.tar.Z
tar xvf BRCMbcme.tar
pkgadd -d /tmp)
3. 执行prtconf 以确定NIC 的实例代号。
prtconf
系统配置: Sun Microsystems i86pc
内存容量: 256 Megabytes
系统接口设备 (软件节点):
i86pc
+boot (未附驱动程序)
memory (未附驱动程序)
aliases (未附驱动程序)
未附驱动程序)
pci, 实例 #0
pci1166,9 (未附驱动程序)
ide, instance #1 (未附驱动程序)
pci1166,220 (未附驱动程序)
pci, 实例 #1
pci14e4,8, 实例 #0
4. ifconfig bcme[instance_number] plumb
5. ifconfig bcme[instance_number] ip_address netmask 255.255.255.0 up
6. 执行ifconfig -a 并参阅与bcme[instance_number] 界面相关联的IP_address
ifconfig -a
lo0: flags=1000849
1
inet 127.0.0.1 netmask ff000000
bcme0: flags=1000843
index 2
inet 192.168.10.225 netmask ffffff00 broadcast 192.168.10.255
ether 0:10:ed:99:99:99
e1000g1: flags=1000845
index 2
inet 192.168.10.226 netmask ffffff00 broadcast 192.168.10.255
ether 0:10:ed:11:99:99
7. 也可以从其它计算机ping 这个接口。
# ping 192.168.10.225
192.168.10.225 联机中
# ping 192.168.10.226
192.168.10.226 联机中
# ping 192.168.10.1
192.168.10.1 联机中
OK,已经全部安装完了,可以在solaris下畅游了。