Lars
As a side note I wouldn't really recommend Fedora 8 for running VMware
Server, since Fedora is known to have many strange issues, but that is
to be expected from a beta product (Fedora is after all the beta
playground of RHEL).
Good luck!
Lars
On Tue, Apr 15, 2008 at 04:02:39AM -0700, tmss wrote:
> I use Vmware server 1.0.4 My host os is Fedora8. Using tar ball to
> install the vmktree. Host stats also not working.
> I give the virtual machine name is Fedora8. In this name any problem
> is there...
>
> Thanks
> tmss
>
>
--
- Do you see any .rrd files inside sys, vm & net?
find /var/lib/vmktree|grep rrd
- Are these files having a recent time stamp? (should get updated every
minute)
stat <rrdfile>
- Is SElinux enabled? Does it make any difference if you disable it?
http://sysdigg.blogspot.com/2008/02/how-to-disable-selinux-in-fedora-8.html
- No full file systems?
df -h
- ps working fine?
ps ax|grep -e vmware-vmx
Lars
--
If the clock was 13:33 or 13:34 at your host while you ran the stat command it
seems like the data is being collected successfully.
Your ps command is also good and it shows the guest VM running. Did you
find out anything about SElinux (also from the link I gave you)?
So the problem might also be in the showing of the data. If you do the
command: sudo -u nobody perl /usr/lib/vmware-mui/apache/cgi-bin/vmk/cpu
and then press ctrl+d after the message "(offline mode: enter name=value
pairs on standard input)"
You will here get a short output that should normally refer to an image
file like this:
<img class=imgclass src='/vmktree/tmp/174.105434752168.png'
usemap="#cpu" title="Wed Apr 16 05:13:14 2008-Wed Apr 16 08:12:14 2008">
Now it should have generated a graph in the directory
/usr/lib/vmware-mui/apache/htdocs/vmktree/tmp
If the nobody user has write rights into this tmp dir, you should find
the image file there.
Good luck!
Lars