The tar command worked fine. Thanx a Lot Moloko
How do I setup my LCS on RedHat 7.2, I have tried the following command
of which I get the error below.
[root@lnx1 net]# insmod lcs
Using /lib/modules/2.4.9-17/kernel/drivers/s390/net/lcs.o
Warning: loading /lib/modules/2.4.9-17/kernel/drivers/s390/net/lcs.o
will taint the kernel: no license
/lib/modules/2.4.9-17/kernel/drivers/s390/net/lcs.o: init_module: No
such device
Hint: insmod errors can be caused by incorrect module parameters,
including invalid IO or IRQ parameters
The following is my /proc/chandev file
Forced devices
chan defif read write data memory port ip hw
host adapter a
pi
type num devno devno devno usage(k) protocol no. chksum stats
name name n
ame
========================================================================
====================
===
0x01 0 0x3230 0x3231 0x0000 default 0 0 0
channels detected
chan cu cu dev dev in
chandev
irq devno type type model type model pim chpids use
reg.
========================================================================
=======
0x09a0 0x0510 0x06 0x3088 0x1f 0x0000 0x02 0x80 0x29ffffffffffffff no
no
0x09a1 0x0511 0x06 0x3088 0x1f 0x0000 0x02 0x80 0x29ffffffffffffff no
no
0x0a40 0x05f0 0x06 0x3088 0x1f 0x0000 0x02 0x80 0x2dffffffffffffff no
no
0x0a41 0x05f1 0x06 0x3088 0x1f 0x0000 0x02 0x80 0x2dffffffffffffff no
no
I want to use device 0510,0511 (primary) and 05f0,05f1 (secondary).
Please assist
Moloko
> ----Original Message-----
> From: Dave Myers [SMTP:[EMAIL PROTECTED]]
> Sent: 07 February 2002 18:05
> To: [EMAIL PROTECTED]
> Subject: Re: RedHat OCO Error
>
> In a message dated 2/7/2002 7:22:47 AM Mountain Standard Time,
> [EMAIL PROTECTED] writes:
>
>
> > tar -xzof redhat-oco-2.4.9-17-s390-2.tar.gz
> > redhat-oco/redhat-oco-2.4.9-17-2.tar.gz | tar -C / -xzf - lib
> >
>
> Noticed you have a lowercase o in the -xzof, that should be upper case
> -xzOf
>
> And...there's a typo and IBM need to correct their doc.
>
>
> Should be:
>
> tar -xzOf redhat-oco-2.4.9-17-s390-2.tar.gz
> redhat-oco/redhat-oco-2.4.9-17-2.tar.gz | tar -C / -xzf - ./lib
>
> Dave Myers