Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
2012:06:19:hmc_update_to_7.7.5.0 [2012/07/26 17:18] – Frank Fegert | 2012:06:19:hmc_update_to_7.7.5.0 [2012/07/26 18:59] (current) – Frank Fegert |
---|
| |
The first things i noticed after the update were that now the "OS Version" column actually displays the ioslevel instead of the oslevel for VIOS partitions (**nice!**), and that our Nagios monitoring wasn't working anymore for the HMC CPU check (**WTF?**). Manually checking on the HMC CLI showed this: <code>hscroot@hmc:~> monhmc -n 0 -r proc | The first things i noticed after the update were that now the "OS Version" column actually displays the ioslevel instead of the oslevel for VIOS partitions (**nice!**), and that our Nagios monitoring wasn't working anymore for the HMC CPU check (**WTF?**). Manually checking on the HMC CLI showed this: <code>hscroot@hmc:~> monhmc -n 0 -r proc |
/opt/hsc/bin/MONHmc: line 80: awk: command not found</code> That's a nice one, isn't it? Could probably be easily fixed like this: <code>diff -u MONHmc.orig MONHmc | /opt/hsc/bin/MONHmc: line 80: awk: command not found</code> That's a nice one, isn't it? Could probably be easily fixed like this: <code diff>diff -u MONHmc.orig MONHmc |
--- MONHmc.orig 2012-06-19 19:34:15.000000000 +0200 | --- /opt/hsc/bin/MONHmc.orig 2012-06-19 19:34:15.000000000 +0200 |
+++ MONHmc 2012-06-19 19:13:41.000000000 +0200 | +++ /opt/hsc/bin/MONHmc 2012-06-19 19:13:41.000000000 +0200 |
@@ -77,7 +77,7 @@ | @@ -77,7 +77,7 @@ |
if [ ! -f ${HOME}/.toprc ];then | if [ ! -f ${HOME}/.toprc ];then |