Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
Fix AIX issue nmon_external
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhemmarchand committed Mar 30, 2017
1 parent 65431ef commit 5167815
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions bin/nmon_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@
# - PowerLinux binaries identification failures
# 2017/03/29, Guilhem Marchand: - nmon command not correctly displayed in nmon_helper.sh output
# 2017/03/30, Guilhem Marchand: - AIX issue with nmon_external
# 2017/03/30, Guilhem Marchand: - AIX issue with nmon_external (act II !)

# Version 1.3.39
# Version 1.3.40

# For AIX / Linux / Solaris

Expand Down Expand Up @@ -153,10 +154,6 @@ esac
\cp -pf ${APP}/default/app.conf ${APP_VAR}/app.conf > /dev/null 2>&1
\cp -rpf ${APP}/bin ${APP_VAR}/ > /dev/null 2>&1
}
# Only relevant for Linux and Solaris, binaries caching management
case $UNAME in

Linux | SunOS )

# To prevents binaries overwrites during upgrades and sh cluster deployment issues, cache the bin directory
# Binaries will be launched from the cache directory
Expand Down Expand Up @@ -185,9 +182,6 @@ else

fi

;;
esac

###
### Legacy options for nmon writing to regular files (these values are used by the TA-nmon not using fifo files)
###
Expand Down
2 changes: 1 addition & 1 deletion default/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ label = TA-nmon
[launcher]
author = Guilhem Marchand
description = Technical Addon for Nmon Performance Monitor
version = 1.3.08
version = 1.3.09

0 comments on commit 5167815

Please sign in to comment.