Displaying 5 results from an estimated 5 matches for "1quantum_d0h0112430_lla".
2019 Oct 28
3
udev on CEntOS7 - can't get a match, looking for tips...
...gs have changed as I can't seem to get a match on CEntOS7. I'd
appreciate any feedback or pointers 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...
2019 Oct 29
2
udev on CEntOS7 - can't get a match, looking for tips...
...S7. I'd
>> appreciate any feedback or pointers 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"
>
> You have a typo: scsi_genric instead of scsi_generic.
>
> Don't know if that is t...
2019 Oct 29
1
udev on CEntOS7 - can't get a match, looking for tips...
...pointers 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"
>>>
>>> You have a typo: scsi_genric instead of scsi_generic....
2019 Oct 29
0
udev on CEntOS7 - can't get a match, looking for tips...
...to get a match on CEntOS7. I'd
> appreciate any feedback or pointers 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"
You have a typo: scsi_genric instead of scsi_generic.
Don't know if that is the reason.
Cheers
Tony
--
Ton...
2019 Oct 29
0
udev on CEntOS7 - can't get a match, looking for tips...
...preciate any feedback or pointers 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"
>>
>> You have a typo: scsi_genric instead of scsi_generic.
>>
>> D...