At this point, I've tried copying the df binary from a known good
machine, with no effect.  I still get the "Disk "" not mounted or
nonexistant" error.<br>
<br>
I also tried copying the df from /usr/xpg4/bin/ to /usr/sbin/, same thing.  No difference.<br>
<br>
Aaron<br><br><div><span class="gmail_quote">On 11/8/05, <b class="gmail_sendername">Luc I. Suryo</b> <<a href="mailto:luc@suryo.com">luc@suryo.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br>> Has anyone resolved the issue with the check_disk plugin on Solaris<br>> returning "Disk "" not mounted or nonexistant"?<br>><br>> I have two Solaris machines that were here before I started this position
<br>> that both return the above error when check_disk is run. One is Solaris 8,<br>> one is 9, both are SPARC. The error occurs regardless of whether I run it<br>> via ssh (which is how all of my actual checks get run) or locally. It's also
<br>> the same result whether I leave it blank (to check all partitions), use<br>> mount points, or use disk devices.<br>><br>> I searched the archives and found several emails about the error, but none<br>> seemt to successfully address the problem.
<br>><br><br>the reasom, I believe is do the df. use/defined during compilation..<br>/usr/xpg4/bin/df -Pk<br>and the -P is unknow to Solaris<br><br>'hack' the sources with correct flags and you should be ok, I had to do
<br>that too, running on solaris 7, 8, 9(x86/sparc), and 10(x86/sparc) all working properly<br><br><br>-ls<br></blockquote></div><br>