Logical volume re-mounting..

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/test
mount /dev/VolGroup01/LogVol00' /media/test

cd /media/test


ls
should be able to see all the files..

Related Post

3 Responses

  1. Girish says:

    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

    Reply
  2. namran says:

    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

    Reply
  3. looker says:

    Looking forward start investing very soonBeautiful! Great site!

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *