Hi,

I implemented Fault Management  per the following document 
http://docs.sun.com/app/docs/doc/819-3196/gevsi?a=view . When I follow the 
"Driver Hardening Test" section to test my driver, I got this error:

bash-3.2# th_define -n qlge -i 0 -a log
get_hdl_info - bad open of bofi driver: No such file or directory

It looks like the th_define command does not open my driver, qlge0. Anybody 
know why?

Tom

bash-3.2# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 
index 1
        inet 127.0.0.1 netmask ff000000
igb0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 172.17.138.75 netmask fffffe00 broadcast 172.17.139.255
        ether 0:30:48:c5:d:de
qlge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
        inet 192.168.43.75 netmask ffffff00 broadcast 192.168.43.255
        ether 0:c0:dd:12:0:34
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 
index 1
        inet6 ::1/128

bash-3.2# th_define -n qlge -i 0 -a log
get_hdl_info - bad open of bofi driver: No such file or directory


Tom
-- 
This message posted from opensolaris.org
_______________________________________________
driver-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/driver-discuss

Reply via email to