similar to: Wrong PV UUID

Displaying 20 results from an estimated 1000 matches similar to: "Wrong PV UUID"

2012 Feb 10
2
Indonesian Translation
Dear All, My name is Muhammad Panji (MuhammadPanji on Wiki). I would like to help translation of wiki to Indonesian language. How should I start or whom should I coordinate with if there are already Indonesian translator. Thank you. Regards, -- ----- Muhammad Panji http://www.panji.web.id http://www.kurungsiku.com http://sumodirjo.wordpress.com
2011 Jul 11
1
Installing OS on Flash Drive on Server
Hi All, On my gateway server I'm Installing CentOS on a flashdrive. is that a bad idea? the server keep hang, I can ping the server from the LAN and from the internet, the internet connection from LAN to internet is OK but another service is down, ssh, VPN (PPTPD) and another service. Even the console is unresponsive so I have to reset the server. Last time when I still can do SSH to server
2011 Sep 27
3
RTL8111/8168B always 100mbps
Dear All, I have an onboard Realtek RTL8111/8168B NIC. from lspci -vv : 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02) It is detected, but why the speed is always 100Mbps, already change cable but still no luck. I use ethtool and from the output it seems that system know that this NIC support gigabit speed : ???????
2009 Jul 31
2
Weird permission
Dear all, I got weird permission on one of my server, when I ls -l the / i got permission for all directory set to "drwxr-xr-x." there are dot after the executable permission for others. what dot mean in permission and how to fix it? the actual problem is I could login via ssh but cannot login via winscp. any idea how to fix this? thanks in advance best regards, -- Muhammad Panji
2015 Feb 28
1
Looking for a life-save LVM Guru
Dear James, Thank you for being quick to help. Yes, I could see all of them: # vgs # lvs # pvs Regards, Khem On Sat, February 28, 2015 7:37 am, James A. Peltier wrote: > > > ----- Original Message ----- > | Dear All, > | > | I am in desperate need for LVM data rescue for my server. > | I have an VG call vg_hosting consisting of 4 PVs each contained in a > | separate
2015 Feb 28
9
Looking for a life-save LVM Guru
Dear All, I am in desperate need for LVM data rescue for my server. I have an VG call vg_hosting consisting of 4 PVs each contained in a separate hard drive (/dev/sda1, /dev/sdb1, /dev/sdc1, and /dev/sdd1). And this LV: lv_home was created to use all the space of the 4 PVs. Right now, the third hard drive is damaged; and therefore the third PV (/dev/sdc1) cannot be accessed anymore. I would like
2012 Jan 17
3
LVM question
CentOS Community, It is to my understanding that the /boot partition should never be placed on LVM and should be a physical partition on the hard drives (or on top of a RAID array). Is this an accurate statement? Also please advise if the SWAP filesystem is safe to be placed under LVM, or if this should be a hard partition / hard limit as well. I am unsure if boot issues or any filesystem issues
2011 Sep 16
2
Safely Remove Disk on LVM
Dear All, I plan to replace an error disk that is part of an LV. from LVM how-to it could be done with using pvmove to move all PE from old disk to new disk.But the howto also said that pvmove is slow. Anyone has experience using pvmove on 2TB disk? Is it possible to make all PE on the old disk empty so I don't have to do pvmove (assuming that I can make a free space >= 2TB). Thank you in
2015 Feb 28
0
Looking for a life-save LVM Guru
----- Original Message ----- | Dear All, | | I am in desperate need for LVM data rescue for my server. | I have an VG call vg_hosting consisting of 4 PVs each contained in a | separate hard drive (/dev/sda1, /dev/sdb1, /dev/sdc1, and /dev/sdd1). | And this LV: lv_home was created to use all the space of the 4 PVs. | | Right now, the third hard drive is damaged; and therefore the third PV |
2010 Dec 04
4
LVM change disk
Dear all, I have a 4,1TB Logical volume consist of four disks with size of 2TB, 1TB, 1TB, and 500GB. The LV currently full. I plan to change the 1Tb disks and 500Gb disks. I plan to remove one 1TB disk or the 500GB so that I can replace it with 2TB disk. most LVM tutorial ask to use pvmove to move phisical extent to the new disk. The problem is that I have no SATA port left so that I can't
2015 Feb 28
2
Looking for a life-save LVM Guru
On 2/27/2015 4:37 PM, James A. Peltier wrote: > | I was able to create a new PV and restore the VG Config/meta data: > | > | # pvcreate --restorefile ... --uuid ... /dev/sdc1 > | oh, that step means you won't be able to recover ANY of the data that was formerly on that PV. -- john r pierce 37N 122W somewhere on the middle of the left coast
2009 Jun 08
14
script help - '3rd last field'
Hi I need some logic to work out a value for me - this value is _always_ the 3rd last field in a string seperated by '.' but the string could be 5 or 6 fields long, e.g foo.bar.VALUE.baz.lala foor.bar.gigi.VALUE.baz.lala I need to find VALUE - if this were python or something i could do it but this has to be in shell - Any clues? thanks
2013 Dec 16
2
LVM recovery after pvcreate
Hi all, I had centos 5.9 installed with one of its volumes (non-root) on LVM: ... /dev/vgapps/lvapps /opt/apps ext3 defaults 1 2 ... Then installed centos 6.4 on this servers but without exporting this volume (I wanted to reuse it). After that instead importing it I did: # pvcreate /dev/sddlmac # vgcreate vgapps /dev/sddlmac And then realised that I should have
2005 Mar 19
1
Re: rule isn''t permanent?
Robin Lynn Frank wrote: > > My question is why is the rule successful only until the shorewall box > is rebooted? When you re-boot, Shorewall is started with the "-f" (fast) option. This means that if there is a restore file generated by a "shorewall save" command (as given by the RESTOREFILE setting in shorewall.conf) then Shorewall is restored from that file
2011 Aug 03
0
can't recover LVM volume: Please specify a *single* volume group to restore
Hi everyone, I'm trying to recover a deleted LVM volume but can't see to get the syntax right. Running the following command gives me a list of backed up LVM volumes: root at usaxen02:[~]$ vgcfgrestore -l fluidVG_125094317679 ------- snip --------- File: /etc/lvm/archive/fluidVG_125094317679_00126-1479850541.vg VG name: fluidVG_125094317679 Description: Created
2009 Feb 12
2
Logrotate base
Hi guys, Logrotate is checked every day by cron.daily, right? I notice in logrotate.conf by default it's weekly. If I change it into monthly (now, on 12 of Feb), when will it do the monthly rotation? a. On 12 of March or b. On 1st of March? Thanks for any insight.
2009 Apr 15
4
looking for alternative to SME & Clark Connect
Hi all, I'm looking for a (preferably free) alternative to SME / Clark Connect. I basically need the following: - firewall - nat - VPN - bandwidth limiting / monitoring - email (SMTP / POP3 / IMAP) & groupware - file & printer sharing - RAID support - if possible fail-over / high availability support. I need to support about 15 - 30 (some part time) students, so I would like to keep
2015 Feb 28
0
Looking for a life-save LVM Guru
Dear John, I understand; I tried it in the hope that, I could activate the LV again with a new PV replacing the damaged one. But still I could not activate it. What is the right way to recover the remaining PVs left? Regards, Khem On Sat, February 28, 2015 7:42 am, John R Pierce wrote: > On 2/27/2015 4:37 PM, James A. Peltier wrote: > >> | I was able to create a new PV and restore
2006 Nov 15
0
System crashed & LVM1
Hi all! I'm new to this list. I wanted to have an opinion of the situation i'm facing now (i'm no expert in LVM). Last week, i had to re-install a system which had a system hard drive crash (it was clunking before it definitely died!). It was running on SuSE 9.0 before. I just finished to install a fresh copy of CentOS 4.4 on a new hard disk. I want to know if it's possible
2007 Oct 19
2
Using raid 1 for rollback purposes
Hi All, For quite some time I've used raid 1 as a means of providing a rollback mechanism for an upgrade (which I learned from others long ago). So essentially, before an upgrade you split the mirrors and upgrade one side or the other. If your upgrade goes well you sync one way, if your upgrade does not you sync the other (much hand waving and chanting going on, as its more complicated than