connect the additional hardisk..
and figured that it is a linux partition…
what should we do to see the files is ..
vgscan
[root@localhost ~]# vgscan
Reading all physical volumes. This may take a while…
Found volume group “VolGroup01” using metadata type lvm2
Found volume group “VolGroup00” using metadata type lvm2
lvscan
[root@localhost ~]# lvscan
inactive ‘/dev/VolGroup01/LogVol00’ [74.19 GB] inherit
inactive ‘/dev/VolGroup01/LogVol01’ [1.94 GB] inherit
ACTIVE ‘/dev/VolGroup00/LogVol00’ [2.47 GB] inherit
ACTIVE ‘/dev/VolGroup00/LogVol01’ [512.00 MB] inherit
vgchange -a y
lvscan
should see all active.
mkdir /media/testmount /dev/VolGroup01/LogVol00' /media/test
cd /media/test
lsshould be able to see all the files..

This is a great article. I was able to setup a monitoring service quickly. I have visited a lot of websites and none of them got me to a place where I could monitor my servers this quickly.
Thanks
Girish
to use snmp to monitor other thing..
better to get the utils correct with this.
yum install net-snmp-utils
and then can test with ..
snmpwalk -v 1 localhost -c public system
Looking forward start investing very soonBeautiful! Great site!