Re: [SLUG] LVM problems

2006-03-26 Thread Daniel Pottumati
Hi Dave,
this is what I get:

# lvremove /dev/storage/
  Volume group storage not found
# lvremove /dev/storage/storage
  Volume group storage not found
# lvremove /dev/mapper/storage-storage
  Volume group mapper not found
Thanks..

Regards;
Daniel Pottumati

IT Services Unit
Economic and Financial Studies Division
Macquarie Unversity
 David Kempe [EMAIL PROTECTED] 03/24/06 6:21 PM 
Daniel Pottumati wrote:
 # vgremove storage
 returns: 
 Volume group storage not found or inconsistent.
   Consider vgreduce --removemissing if metadata is inconsistent.


had this problem just yesterday.
what about lvremove /dev/storage?

dave

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] LVM problems

2006-03-23 Thread Daniel Pottumati
Hi,

Having a few issues with LVM when trying to create VG:

# vgcreate storage /dev/hda16
returns:  /dev/storage: already exists in filesystem

# vgremove storage
returns: 
Volume group storage not found or inconsistent.
  Consider vgreduce --removemissing if metadata is inconsistent.

# vgreduce --removemissing storage
gives:  Volume group storage not found

Could be something stupid, but I don't know.
Your help is much appreciated.
Thanks
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] LVM problems

2006-03-23 Thread Shane

Does vgdisplay actually display a VG called 'storage'?

Did you previously have a VG called 'storage' and remove it or  
something similar?


Shane

On 24/03/2006, at 12:20 PM, Daniel Pottumati wrote:


Hi,

Having a few issues with LVM when trying to create VG:

# vgcreate storage /dev/hda16
returns:  /dev/storage: already exists in filesystem

# vgremove storage
returns:
Volume group storage not found or inconsistent.
  Consider vgreduce --removemissing if metadata is inconsistent.

# vgreduce --removemissing storage
gives:  Volume group storage not found

Could be something stupid, but I don't know.
Your help is much appreciated.
Thanks
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] LVM problems

2006-03-23 Thread Daniel Pottumati
No, vgdisplay doesn't show nothing about storage.

I did, I had a partition, I did a pvcreate on it, then vgcreate.
I then did a mkfs.reiserfs on it, and that's when I lost the pv.

But storage is still in /dev/storage/storage and
/dev/mapper/storage-storage

Thanks
Daniel

Regards;
Daniel Pottumati

IT Services Unit
Economic and Financial Studies Division
Macquarie Unversity
 Shane [EMAIL PROTECTED] 03/24/06 5:24 PM 
Does vgdisplay actually display a VG called 'storage'?

Did you previously have a VG called 'storage' and remove it or  
something similar?

Shane

On 24/03/2006, at 12:20 PM, Daniel Pottumati wrote:

 Hi,

 Having a few issues with LVM when trying to create VG:

 # vgcreate storage /dev/hda16
 returns:  /dev/storage: already exists in filesystem

 # vgremove storage
 returns:
 Volume group storage not found or inconsistent.
   Consider vgreduce --removemissing if metadata is inconsistent.

 # vgreduce --removemissing storage
 gives:  Volume group storage not found

 Could be something stupid, but I don't know.
 Your help is much appreciated.
 Thanks
 -- 
 SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
 Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] LVM problems

2006-03-23 Thread Shane
If the /dev/storage/storage stuff is still there, but you don't have  
the LV or VG when using the display commands, thats why it's failing.


I don't know enough about it to say for certain how to proceed from  
here to get rid of /dev/storage/storage, hopefully someone else can  
help out?


I think if you can't reclaim 'storage' you might be able to just name  
the VG something else and proceed as long as nothing tries to use  
'storage'.


Shane


On 24/03/2006, at 5:42 PM, Daniel Pottumati wrote:


No, vgdisplay doesn't show nothing about storage.

I did, I had a partition, I did a pvcreate on it, then vgcreate.
I then did a mkfs.reiserfs on it, and that's when I lost the pv.

But storage is still in /dev/storage/storage and
/dev/mapper/storage-storage

Thanks
Daniel

Regards;
Daniel Pottumati

IT Services Unit
Economic and Financial Studies Division
Macquarie Unversity

Shane [EMAIL PROTECTED] 03/24/06 5:24 PM 

Does vgdisplay actually display a VG called 'storage'?

Did you previously have a VG called 'storage' and remove it or
something similar?

Shane

On 24/03/2006, at 12:20 PM, Daniel Pottumati wrote:


Hi,

Having a few issues with LVM when trying to create VG:

# vgcreate storage /dev/hda16
returns:  /dev/storage: already exists in filesystem

# vgremove storage
returns:
Volume group storage not found or inconsistent.
  Consider vgreduce --removemissing if metadata is inconsistent.

# vgreduce --removemissing storage
gives:  Volume group storage not found

Could be something stupid, but I don't know.
Your help is much appreciated.
Thanks
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html





--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] LVM problems

2006-03-23 Thread David Kempe

Daniel Pottumati wrote:

# vgremove storage
returns: 
Volume group storage not found or inconsistent.

  Consider vgreduce --removemissing if metadata is inconsistent.



had this problem just yesterday.
what about lvremove /dev/storage?

dave
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html