Can pseudo devices be exported to multiple zones?
I have implemented a pseudo device driver. Can I export the device to multiple zones at the same time? All synchronization issues will be handled in the driver.Thanks!
[181 byte] By [
van30] at [2007-11-26 8:23:31]

# 1
yes, i think you could, just like to produce the zero, null those pseudo drivers.So you need to read the Solaris10 source code and undertand it how to create those pseudo drivers.