import all devices into a non-global zone

Hi,

I want to import all devices (including disks) in global zone into a non-global zone as follows:

zonecfg:myzone> add device

zonecfg:myzone:device> set match=/dev/*

zonecfg:myzone:device> end

zonecfg:myzone>

zonecfg:myzone> verify

zonecfg:myzone> commit

zonecfg:myzone> exit

but after booting the zone,there are not disks and some other devices in the zone.

Is it a must to separately specify each device as follows:

set match=/dev/dsk/*

set match=/dev/rdsk/*

set match=/dev/sound/*

...

Thanks.

[616 byte] By [wangzh] at [2007-11-26 9:16:47]
# 1
Try: set match=/dev/* set match=/dev/*/* set match=/dev/*/*/*No idea if it will work though :)
ceri_davies at 2007-7-6 23:43:37 > top of Java-index,Solaris Operating System,Solaris 10 Features...