Displaying 5 results from an estimated 5 matches for "scsi_genric".
Did you mean:
scsi_generic
2019 Oct 29
2
udev on CEntOS7 - can't get a match, looking for tips...
...elow.
>>
>> cat /etc/udev/rules.d/90-local.rules
>>
>> KERNEL=="sg[0-9]*", SUBSYSTEM=="scsi_generic", \
>> ENV{ID_SERIAL}=="1QUANTUM_D0H0112430_LLA", SYMLINK+="sg8"
>>
>> SUBSYSTEM=="scsi", SUBSYSTEMS=="scsi_genric", \
>> ATTRS{model}=="Scalar i40-i80 ", SYMLINK:="sg8"
>
> You have a typo: scsi_genric instead of scsi_generic.
>
> Don't know if that is the reason.
>
> Cheers
> Tony
>
2019 Oct 28
3
udev on CEntOS7 - can't get a match, looking for tips...
...ters to help me get my rule working. My
two attempts are below.
cat /etc/udev/rules.d/90-local.rules
KERNEL=="sg[0-9]*", SUBSYSTEM=="scsi_generic", \
ENV{ID_SERIAL}=="1QUANTUM_D0H0112430_LLA", SYMLINK+="sg8"
SUBSYSTEM=="scsi", SUBSYSTEMS=="scsi_genric", \
ATTRS{model}=="Scalar i40-i80 ", SYMLINK:="sg8"
Neither rule above generates a match with udev, so I still have
something wrong. Right now the assignment is sg7 (but it's had other
names in the past.
udevadm info --query=all --name=/dev/sg7
P:
/devices/pci000...
2019 Oct 29
1
udev on CEntOS7 - can't get a match, looking for tips...
...les.d/90-local.rules
>>>>
>>>> KERNEL=="sg[0-9]*", SUBSYSTEM=="scsi_generic", \
>>>> ENV{ID_SERIAL}=="1QUANTUM_D0H0112430_LLA", SYMLINK+="sg8"
>>>>
>>>> SUBSYSTEM=="scsi", SUBSYSTEMS=="scsi_genric", \
>>>> ATTRS{model}=="Scalar i40-i80? ", SYMLINK:="sg8"
>>>
>>> You have a typo: scsi_genric instead of scsi_generic.
>>>
>>> Don't know if that is the reason.
>>>
>
>
> SYMLINK:="sg8" ->...
2019 Oct 29
0
udev on CEntOS7 - can't get a match, looking for tips...
...> two attempts are below.
>
> cat /etc/udev/rules.d/90-local.rules
>
> KERNEL=="sg[0-9]*", SUBSYSTEM=="scsi_generic", \
> ENV{ID_SERIAL}=="1QUANTUM_D0H0112430_LLA", SYMLINK+="sg8"
>
> SUBSYSTEM=="scsi", SUBSYSTEMS=="scsi_genric", \
> ATTRS{model}=="Scalar i40-i80 ", SYMLINK:="sg8"
You have a typo: scsi_genric instead of scsi_generic.
Don't know if that is the reason.
Cheers
Tony
--
Tony Mountifield
Work: tony at softins.co.uk - http://www.softins.co.uk
Play: tony at mountifield.org - h...
2019 Oct 29
0
udev on CEntOS7 - can't get a match, looking for tips...
...gt; cat /etc/udev/rules.d/90-local.rules
>>>
>>> KERNEL=="sg[0-9]*", SUBSYSTEM=="scsi_generic", \
>>> ENV{ID_SERIAL}=="1QUANTUM_D0H0112430_LLA", SYMLINK+="sg8"
>>>
>>> SUBSYSTEM=="scsi", SUBSYSTEMS=="scsi_genric", \
>>> ATTRS{model}=="Scalar i40-i80 ", SYMLINK:="sg8"
>>
>> You have a typo: scsi_genric instead of scsi_generic.
>>
>> Don't know if that is the reason.
>>
SYMLINK:="sg8" -> SYMLINK+="sg8"
--
Leon