Build precise queries to find exactly what you need
Press ESC to close
@langejunior
Member Since: July 11, 2012
Favorites0
Views
Projects0
Would be a nice check for checking all pools and not only one special, but I get an filehandle error if I call script on a SunOS machine --- root@SERVER # uname -a SunOS SERVER 5.10 Generic_147441-09 i86pc i386 i86pc root@SERVER # ./checkvolmanager-v1.5 readline() on unopened filehandle at ./checkvolmanager-v1.5 line 159. ZFS Status is OK - SVM Status is OK - VxVM not configured on this system (vxdg command not found)
Reviewed 13 years ago
Hi, if you try to use --community instead of -C in the command you get an error, because in while test -n "$1"; do case "$1" in ... --comunity|-C) COMMUNITY=$2 shift ;; change it to --community and it will work :-)
Reviewed 8 years ago