Solaris有两个工具可以用来扫描,测试系统中的设备,并查看是否有设备的驱动程序:
1. Installation Check Tool 1.1
http://www.sun.com/bigadmin/hcl/hcts/install_check_sx.html
http://www.sun.com/bigadmin/hcl/hcts/install_check.html
2. Sun Device Detection Tool 1.1
http://www.sun.com/bigadmin/hcl/hcts/device_detect.html
================
Solaris文件系统的/dev目录下存放了系统的设备文件,它们是指向实际物理设备的软链接。如果新添加了物理设备,需要重建/dev下的设备文件,则需要下面的过程:
#touch /reconfigure
#reboot
1. Installation Check Tool 1.1
http://www.sun.com/bigadmin/hcl/hcts/install_check_sx.html
http://www.sun.com/bigadmin/hcl/hcts/install_check.html
2. Sun Device Detection Tool 1.1
http://www.sun.com/bigadmin/hcl/hcts/device_detect.html
================
Solaris文件系统的/dev目录下存放了系统的设备文件,它们是指向实际物理设备的软链接。如果新添加了物理设备,需要重建/dev下的设备文件,则需要下面的过程:
#touch /reconfigure
#reboot