Re: Regarding New FreeBSD BenchMark From Sysadmin Mag (left out a fiew tuning options)

2001-07-13 Thread Josh Paetzel

On Friday 13 July 2001 21:26, Juha Saarinen wrote:
> ::camcontrol modepage da0 -m 0x08 -e -P 3
>
> su-2.05# camcontrol modepage da0 -m 0x08 -e -P 3
> camcontrol: cam_lookup_pass: CAMGETPASSTHRU ioctl failed
> cam_lookup_pass: No such file or directory
> cam_lookup_pass: either the pass driver isn't in your kernel
> cam_lookup_pass: or da0 doesn't exist
>
> su-2.05# camcontrol devlist
> at scbus0 target 0 lun 0 (da0)
> at scbus0 target 1 lun 0 (da1)
>
> # camcontrol inquiry da0 -S
> camcontrol: cam_lookup_pass: CAMGETPASSTHRU ioctl failed
> cam_lookup_pass: No such file or directory
> cam_lookup_pass: either the pass driver isn't in your kernel
> cam_lookup_pass: or da0 doesn't exist
>
> Am I missing some funky kernel option here?
>
> -- Juha

Well, look at what it says.  You either don't have the funky pass driver in 
your kernel, or you don't have any SCSI drives.

Josh

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: Regarding New FreeBSD BenchMark From Sysadmin Mag (left out a fiew tuning options)

2001-07-13 Thread Juha Saarinen

OK, recompiled the kernel with the 'pass' driver, and did the
camcontrol modepage thing. On this particular system, with two IBM
DDYS-T36950N SCSI-3 drives, WCE is enabled on both.

--
Regards,


Juha

PGP fingerprint:
B7E1 CC52 5FCA 9756 B502  10C8 4CD8 B066 12F3 9544
"My pid is Inigo Montoya. You kill -9 my parent process. Prepare to vi."

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: Regarding New FreeBSD BenchMark From Sysadmin Mag (left out a fiew tuning options)

2001-07-13 Thread Juha Saarinen

On Fri, Jul 13, 2001 at 07:48:30PM -0700, Cy Schubert - ITSD Open Systems Group wrote:
:: 
:: cd /dev && ./MAKEDEV all
:: 
::  or
:: 
:: cd /dev && ./MAKEDEV pass4 xpt2
:: 
:: I'm assuming you have the pass(4) device in your kernel, which is by 
:: default in the GENERIC kernel.

Nope, didn't know I needed that one. Will recompile and try again.
Thanks.

--
Regards,


Juha

PGP fingerprint:
B7E1 CC52 5FCA 9756 B502  10C8 4CD8 B066 12F3 9544
"My pid is Inigo Montoya. You kill -9 my parent process. Prepare to vi."

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: Regarding New FreeBSD BenchMark From Sysadmin Mag (left out a fiew tuning options)

2001-07-13 Thread Cy Schubert - ITSD Open Systems Group

In message <01f101c10c0c$73e1c000$0a01a8c0@den2>, "Juha Saarinen" 
writes:
> ::camcontrol modepage da0 -m 0x08 -e -P 3
> 
> su-2.05# camcontrol modepage da0 -m 0x08 -e -P 3
> camcontrol: cam_lookup_pass: CAMGETPASSTHRU ioctl failed
> cam_lookup_pass: No such file or directory
> cam_lookup_pass: either the pass driver isn't in your kernel
> cam_lookup_pass: or da0 doesn't exist
> 
> su-2.05# camcontrol devlist
> at scbus0 target 0 lun 0 (da0)
> at scbus0 target 1 lun 0 (da1)
> 
> # camcontrol inquiry da0 -S
> camcontrol: cam_lookup_pass: CAMGETPASSTHRU ioctl failed
> cam_lookup_pass: No such file or directory
> cam_lookup_pass: either the pass driver isn't in your kernel
> cam_lookup_pass: or da0 doesn't exist
> 
> Am I missing some funky kernel option here?

cd /dev && ./MAKEDEV all

or

cd /dev && ./MAKEDEV pass4 xpt2

I'm assuming you have the pass(4) device in your kernel, which is by 
default in the GENERIC kernel.


Regards, Phone:  (250)387-8437
Cy SchubertFax:  (250)387-5766
Team Leader, Sun/Alpha Team   Internet:  [EMAIL PROTECTED]
Open Systems Group, ITSD, ISTA
Province of BC




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: Regarding New FreeBSD BenchMark From Sysadmin Mag (left out a fiew tuning options)

2001-07-13 Thread Bruce Burden

>
>   Some SCSI drive manufacturers ship their drives 
> with WCE enabled.  Other SCSI drive manufacturers, who are more 
> concerned with data integrity as opposed to performance figures, will 
> ship their drives with WCE disabled.
>
I have 3 IBM drives, and the /root drives (U160's) are WCE
enabled. The non-root drive (also happens to be U2W), does not
have WCE enabled.

Could WCE be a featue of U160?

Bruce

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



RE: Regarding New FreeBSD BenchMark From Sysadmin Mag (left out a fiew tuning options)

2001-07-13 Thread Juha Saarinen

::  camcontrol modepage da0 -m 0x08 -e -P 3

su-2.05# camcontrol modepage da0 -m 0x08 -e -P 3
camcontrol: cam_lookup_pass: CAMGETPASSTHRU ioctl failed
cam_lookup_pass: No such file or directory
cam_lookup_pass: either the pass driver isn't in your kernel
cam_lookup_pass: or da0 doesn't exist

su-2.05# camcontrol devlist
at scbus0 target 0 lun 0 (da0)
at scbus0 target 1 lun 0 (da1)

# camcontrol inquiry da0 -S
camcontrol: cam_lookup_pass: CAMGETPASSTHRU ioctl failed
cam_lookup_pass: No such file or directory
cam_lookup_pass: either the pass driver isn't in your kernel
cam_lookup_pass: or da0 doesn't exist

Am I missing some funky kernel option here?

-- Juha


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message