> there is one more command we can do it with .. 
> 
> #zlogin zonename poolstat   will also show that .. i want to get that 
> information without loging to the zone and the pools are not yet added 
> to zonecfg . :-)

ksh:

for z in $(zoneadm list); do print -n "$z\t"; poolbind -q $(pgrep -xz $z init) 
| cut -f 2;done


_______________________________________________
zones-discuss mailing list
zones-discuss@opensolaris.org

Reply via email to