Unable to add both tape drive on backup server and smartclinet for OS version on RHEL 7 \ Centos 7 . Where as the drives are visible in the OS level .
Trace is showing Linux version "3.10.0-229.1.2.el7.x86_64" which is corresponding to RHEL 7
This is a bug on RHE7 , Debian bug/wish-list item:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657948
https://groups.google.com/forum/?fromgroups#!topic/linux.debian.bugs.dist/6thALMZOr8k
For the fresh install latest udev packages will be used, but for upgrade you can retain the previous version of udev packages.
The only thing customer need to do is to update the "/lib/udev/rules.d/80-drivers.rules" file with
SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", TEST!="[module/sg]", RUN+="/sbin/modprobe -b sg"
Customer can check this file on other RHEL 6 machines to get the feel of how this entry will be placed in this file.