Sziasztok
Feltettem egy fedora13 64-bites rendszert titkosított lvm-re. Bootolás közbe néztem a kernel üzeneteket, hogy nincs e hibaüzenet rendben megy e a kikódolás stb. -ezek rendben voltak egyébként- és az lvm aktiválása után kiírt egy olyat, hogy file system monitoring aktivated vagy ilyesmi.
Milyen monitoring ez? mit monitoringol és hova? (valami backup software?)
- 1220 megtekintés
Hozzászólások
> kiírt egy olyat, hogy file system monitoring aktivated vagy ilyesmi.
grep -ir "file system monitoring aktivated" /etc/init.d
vagy ilyesmi
- A hozzászóláshoz be kell jelentkezni
/etc/init.d/multipathd:# Description: This service monitors and manages
/etc/init.d/mdmonitor:# mdmonitor This starts, stops, and reloads the mdadm-based
/etc/init.d/mdmonitor:# software RAID monitoring and management facility
/etc/init.d/mdmonitor:# description: software RAID monitoring and management
/etc/init.d/mdmonitor:# Short-Description: Start and stop the MD software RAID monitor
/etc/init.d/mdmonitor:# Description: The mdmonitor service checks the status of all software
/etc/init.d/mdmonitor:OPTIONS="--monitor --scan -f --pid-file=$PIDFILE"
/etc/init.d/mdmonitor:prog=mdmonitor
/etc/init.d/mdmonitor:# (Re)start mdmon to take over monitoring of mdmon started from the initrd
/etc/init.d/mdmonitor:# MAILADDR or PROGRAM or both must be set in order to run mdadm --monitor
/etc/init.d/smartd:# description: Self Monitoring and Reporting Technology (SMART) Daemon
/etc/init.d/smartd:# Short-Description: Self Monitoring and Reporting Technology (SMART) Daemon
/etc/init.d/smartd:# Description: The smartd daemon monitors SMART status of the local hard drives and
/etc/init.d/lvm2-monitor:# description: Starts and stops dmeventd monitoring for lvm2
/etc/init.d/lvm2-monitor:# Provides: lvm2-monitor
/etc/init.d/lvm2-monitor:# Short-Description: Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling
/etc/init.d/lvm2-monitor:DAEMON=lvm2-monitor
/etc/init.d/lvm2-monitor: action "Starting monitoring for VG $vg:" $VGCHANGE --monitor y --poll y $vg || ret=$?
/etc/init.d/lvm2-monitor: echo "Not stopping monitoring, this is a dangerous operation. Please use force-stop to override."
/etc/init.d/lvm2-monitor: action "Stopping monitoring for VG $vg:" $VGCHANGE --monitor n $vg || ret=$?
/etc/init.d/lvm2-monitor: # TODO anyone with an idea how to dump monitored volumes?
- A hozzászóláshoz be kell jelentkezni
egy Smart nevű daemon?
- A hozzászóláshoz be kell jelentkezni
Nincs meg a kiírt szöveg?
- A hozzászóláshoz be kell jelentkezni
Starts (and stops) dmeventd monitoring for lvm2
szerintem ez lesz az.. tudod hogy ez mi?
- A hozzászóláshoz be kell jelentkezni
http://sources.redhat.com/lvm2/wiki/DMRAID_Eventing
"The DMRAID eventing packages supplied here give device mapper users the ability to monitor events generated by the device mapper raid kernel drivers. These packages enable event processing available for various raid levels: raid 0, raid 1, raid 4/5, and raid 10. When installed an event will be caught by the dmeventd daemon and sent for further processing within the libdmraid-events DSO."
- A hozzászóláshoz be kell jelentkezni
Aham. Ilyen gondolom nincs debianon és ubuntun alapból... még nem találkoztam vele :) köszi
- A hozzászóláshoz be kell jelentkezni
- A hozzászóláshoz be kell jelentkezni