# OS error logging configuration(diagtxd). # # DIAGTXLOGGING:Set to 1 to start diagtxd # Set to 0 to stop diagtxd # # WARNING: Disabling the diagtxd will disable the reading of errors logged via oserrlogd on HPVM guest machine . # # This will have following impact: # Information that could help prevent a system or peripheral failure will be lost. # In addition, if a failure occurs, HP will not have the tools or data to diagnose # the cause of the problem in a timely manner. This may cause increased downtime # and possible future failures. # DIAGTXLOGGING=1 # QXCR1001134294 - Checking for Non-root user. ID_COMMAND="/usr/bin/id" if [ -f $ID_COMMAND ]; then if [ $($ID_COMMAND -u) != "0" ]; then NONROOTUSER=1; fi fi