Hi,
Its not the ESOS TUI that doesn't allow duplicate SCST device names,
it's SCST itself: You can't add two devices with the same device name,
using the same handler. What you're referring to is an attribute for
an SCST device -- the "prod_id" attribute which by default the value
is set to the SCST device name, but its not required they be the same.
So, you could still use the TUI to create the devices, then just
adjust the "prod_id" attribute value after on the CLI:
echo "OPEN-V" > /sys/kernel/scst_tgt/handlers/vdisk_blockio/bio_6ssd_r0/prod_id
conf_sync.sh
Where "bio_6ssd_r0" is the name of the SCST device. Then you can check
the value in /etc/scst.conf the confirm it changed.
There are many TUI enhancements being developed currently, and we plan
to add additional functionality for setting the SCST attributes (for
devices, targets, etc.) using the TUI.
--Marc