Hello all, I am searching for folks that are successfully monitoring aVMware ESX3 host with either the hobbit client or BB client? I am inthe unfortunate situation of not having a test environment to test withand would appreciate getting a head start on others exeprience. Anyspecific RPM for hobbit that is known to work on the ESX3 host, detailson dependency packages that were required would be most welcome.Thanks-Aaron
With Windows Live Hotmail, you can personalize your inbox with your favorite color. www.windowslive-hotmail.com/learnmore/personalize.html?locale=en-us&ocid=TXT_TAGLM_HMWL_reten_addcolor_0607
I would be willing to assist. But first I need to get Hobbit working. I am going through the mailing list to try and figure out why none of the buttons work. I compiled my fist copy of Hobbit last week I keep getting "Internal server error" on any link within hobbit
From: Aaron Stranberg [mailto:a_stranberg at hotmail.com] Sent: Monday, July 02, 2007 12:03 PM To: hobbit at hswn.dk Subject: [hobbit] Monitoring and ESX host
Hello all, I am searching for folks that are successfully monitoring aVMware ESX3 host with either the hobbit client or BB client? I am inthe unfortunate situation of not having a test environment to test withand would appreciate getting a head start on others exeprience. Anyspecific RPM for hobbit that is known to work on the ESX3 host, detailson dependency packages that were required would be most welcome.
Thanks -Aaron
Change is good. See what's different about Windows Live Hotmail. Check it out!
Yazaki North America, Inc. - Confidentiality Notice
This email is intended only for the person or entity to which it is addressed and may contain confidential, proprietary and/or privileged material. Any review, distribution, reliance on, or other use of this information by persons or entities other than the intended recipient is prohibited. If you receive this message in error, please immediately notify the sender and delete it and all copies of it from your system. Thank you.
I've started looking at it from an SNMP perspective. The problem that I've come across is tying the detail info for virtual machines (CPU Utilization, Network stuff) back to a virtual machine.
Allen Jasewicz wrote:
I would be willing to assist. But first I need to get Hobbit working.
I am going through the mailing list to try and figure out why none of the buttons work. I compiled my fist copy of Hobbit last week I keep getting “Internal server error” on any link within hobbit
*From:* Aaron Stranberg [mailto:a_stranberg at hotmail.com] *Sent:* Monday, July 02, 2007 12:03 PM *To:* hobbit at hswn.dk *Subject:* [hobbit] Monitoring and ESX host
Hello all, I am searching for folks that are successfully monitoring aVMware ESX3 host with either the hobbit client or BB client? I am inthe unfortunate situation of not having a test environment to test withand would appreciate getting a head start on others exeprience. Anyspecific RPM for hobbit that is known to work on the ESX3 host, detailson dependency packages that were required would be most welcome.
Thanks -Aaron
Change is good. See what's different about Windows Live Hotmail. Check it out! <www.windowslive-hotmail.com/learnmore/default.html?locale=en-us&ocid=RMT_TAGLM_HMWL_reten_changegood_0607>
*Yazaki North America, Inc. - Confidentiality Notice*
This email is intended only for the person or entity to which it is addressed and may contain confidential, proprietary and/or privileged material. Any review, distribution, reliance on, or other use of this information by persons or entities other than the intended recipient is prohibited. If you receive this message in error, please immediately notify the sender and delete it and all copies of it from your system. Thank you.
*Yazaki North America, Inc. - Confidentiality Notice*
This email is intended only for the person or entity to which it is addressed and may contain confidential, proprietary and/or privileged material. Any review, distribution, reliance on, or other use of this information by persons or entities other than the intended recipient is prohibited. If you receive this message in error, please immediately notify the sender and delete it and all copies of it from your system. Thank you.
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com http://www.linkedin.com/in/richsmrcina
Catch the WAVV! http://www.wavv.org WAVV 2008 - Chattanooga - April 18-22, 2008
I would be willing to assist. But first I need to get Hobbit working. I am going through the mailing list to try and figure out why none of the buttons work. > I compiled my fist copy of Hobbit last week I keep getting "Internal server error" on any link within hobbit
I just went through the same issue. Check your linux security settings.
Do a getenforce command and see if it's says "enforcing" which means
SElinux is enabled. If it does, put selinux=0 at the end of the kernel
line in your grub.conf. Then reboot.
D. Stuffle
DISCLAIMER: The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and destroy any copies of this document and any attachments.
I am on Solaris 9, and still digging
From: Stuffle, David (Corporate) [mailto:David.Stuffle at adesa.com] Sent: Monday, July 02, 2007 1:40 PM To: hobbit at hswn.dk Subject: RE: [hobbit] Monitoring and ESX host
I would be willing to assist. But first I need to get Hobbit working. I am going through the mailing list to try and figure out why none of the buttons work. > I compiled my fist copy of Hobbit last week I keep getting "Internal server error" on any link within hobbit
I just went through the same issue. Check your linux security settings.
Do a getenforce command and see if it's says "enforcing" which means
SElinux is enabled. If it does, put selinux=0 at the end of the kernel
line in your grub.conf. Then reboot.
D. Stuffle
DISCLAIMER: The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and destroy any copies of this document and any attachments.
On Mon, Jul 02, 2007 at 01:55:10PM -0400, Allen Jasewicz wrote:
I am on Solaris 9, and still digging
Most of those who have problems on Solaris is because the shared libraries used by Hobbit are in /usr/local/lib, which is not searched by default by the dynamic linker.
Try adding
LD_LIBRARY_PATH=/usr/local/lib export LD_LIBRARY_PATH
at the top of your hobbitcgi.cfg file, or use the "crle" utility to include /usr/local/lib in your system's default library path.
Regards, Henrik
Great,! that's about the only place I did not put the LD_LIBRARY_PATH, I have the headings no but not the green, read, white, etc .. buttons. I still get internal server error
-----Original Message----- From: Henrik Stoerner [mailto:henrik at hswn.dk] Sent: Monday, July 02, 2007 5:11 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Monitoring and ESX host
On Mon, Jul 02, 2007 at 01:55:10PM -0400, Allen Jasewicz wrote:
I am on Solaris 9, and still digging
Most of those who have problems on Solaris is because the shared libraries used by Hobbit are in /usr/local/lib, which is not searched by default by the dynamic linker.
Try adding
LD_LIBRARY_PATH=/usr/local/lib export LD_LIBRARY_PATH
at the top of your hobbitcgi.cfg file, or use the "crle" utility to include /usr/local/lib in your system's default library path.
Regards, Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Yazaki North America, Inc. - Confidentiality Notice
This email is intended only for the person or entity to which it is addressed and may contain confidential, proprietary and/or privileged material. Any review, distribution, reliance on, or other use of this information by persons or entities other than the intended recipient is prohibited. If you receive this message in error, please immediately notify the sender and delete it and all copies of it from your system. Thank you.
Aaron Stranberg wrote:
Hello all, I am searching for folks that are successfully monitoring aVMware ESX3 host with either the hobbit client or BB client? I am inthe unfortunate situation of not having a test environment to test withand would appreciate getting a head start on others exeprience. Anyspecific RPM for hobbit that is known to work on the ESX3 host, detailson dependency packages that were required would be most welcome.
Thanks -Aaron
Change is good. See what's different about Windows Live Hotmail. Check it out! <www.windowslive-hotmail.com/learnmore/default.html?locale=en-us&ocid=RMT_TAGLM_HMWL_reten_changegood_0607>
Our ESX3 servers run a client compiled on RHEL3. The user running Hobbit has to be authorized -sudo- to use "esxtop" and "vdf" utilities. The sections [uptime], [df] and [top] in hobbitclient-linux.sh are modified like this:
... ...
VMware ESX3 support
vmnix=uname -r | grep "vmnix"
...
...
echo "[uptime]"
if [ $vmnix ]; then
# "uptime" only reports about the ESX console load.
# Use "esxtop" to report the total load.
echo uptime | cut -d: -f1-4: sudo esxtop -n 1 -b | head -2 | tail -1 | awk -F\, '{print $5 " " $6 " " $7}' | awk -F\" '{print $2", "$4", "$6}'
else
uptime
fi
echo "[who]"
who
echo "[df]"
if [ $vmnix ]; then
# Use "vdf" to report about vmfs file systems
sudo /usr/sbin/vdf -P | egrep -v
"\/vmfs\/devices|none|tmpfs|shmfs|unknown|iso9660"
else
df -Pl -x none -x tmpfs -x shmfs -x unknown -x iso9660 | sed -e '/^[^
][^ ]*$/{
N
s/[ ]*\n[ ]*/ /
}'
fi
...
...
$TOP must be set, the install utility should do that for us if it exists.
if test "$TOP" != "" then if test -x "$TOP" then echo "[top]" if [ ! $vmnix ]; then # Do not use top on ESX3 (only reports about the console) $TOP -b -n 1 fi fi fi
Dominique UNIL - University of Lausanne
participants (6)
-
A.Jasewicz@us.yazaki.com
-
a_stranberg@hotmail.com
-
David.Stuffle@adesa.com
-
Dominique.Frise@unil.ch
-
henrik@hswn.dk
-
rsmrcina@wi.rr.com