Red Hat ENTERPRISE LINUX 4.5.0 - Guida Utente Pagina 86

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 117
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 85
86
1) After having executed collectsa.sh, stop iptables service.
# /etc/rc.d/init.d/iptables stop
2) Renew the script of collectsa.sh not to gather this information in iptables when not in use.
<Before Modify>
if [ -z `which iptables 2>/dev/null` ] ; then
echo "There is no iptables in this machine!" > ./iptables.err
else
iptables --list > ./iptables-list 2>&1
fi
<After Modify >
if [ -z `which iptables 2>/dev/null` ] ; then
echo "There is no iptables in this machine!" > ./iptables.err
elif [ -z "`/sbin/lsmod | /bin/grep ip_tables`" ] ; then
echo "iptables is not started." > ./iptables.err
else
iptables --list > ./iptables_list 2>&1
fi
Report contents (syslog) of Filter Monitor Sensor become some "Undefined".
Requirements: In NEC Express5800/T110f-E attaching Protection against dust bezel (on sensor) or Filter
Monitor Sensor to NEC ESMPRO Agent Ver.4.5.6-1 or later.
Description: In FilterMonitorSensor, NEC ESMPRO Agent did not recognize sensor information for disable
setting of each threshold. It was improved so that setting of each threshold could recognize sensor information
(sensor number, position, ID string) even in the case of invalidity. The "current value" and "threshold" are
output with "undecided justice" by report contents displayed by AlertViewer and syslog.
Solution: Confirm a report message.
Report message (syslog) of Filter Monitor Sensor become all "--".
Requirements: In NEC Express5800/T110d, T110e, T120d, T120e attaching Protection against dust bezel
(on sensor) or Filter Monitor Sensor to, it is less than Agent Ver.4.5.6-1.
Description: In FilterMonitorSensor, recorded "sensor number", "position", "current value", "threshold", "ID
string" are output with all "--" by the report contents that setting is displayed for invalidity by Alert Viewer of
each threshold and syslog.
Solution: Confirm a report message.
When rebuilding was completed, it register with "Drive slot is not in rebuild
progress."
Requirements: NEC ESMPRO Agent Ver.4.5.2-2 to Ver.4.5.8-1
Description: When rebuilding of going for a drive was completed, the following events may be registered.
Because it stops rebuilding or this event is an event to express that rebuilding was completed, it is registered
when not rebuilt when rebuilding completes it either, but, as for the problem, there are none for the use of the
system.
Source
: ESMCommonService
Event ID
: 3024 (0x40000BD0)
Level
: Information
Vedere la pagina 85
1 2 ... 81 82 83 84 85 86 87 88 89 90 91 ... 116 117

Commenti su questo manuale

Nessun commento