similar to: Best Practice to remove an ISCSI LVM from a system

Displaying 20 results from an estimated 4000 matches similar to: "Best Practice to remove an ISCSI LVM from a system"

2011 Oct 28
2
read failed after messages of non existing harddisks
Hi, some time ago I removed some physical disks from a server and now I'm still getting dmesg messages like: sd 0:2:2:0: SCSI error: return code = 0x00040001 end_request: I/O error, dev sdc, sector 0 And all lvm tools still grumbel about that disks too: /dev/sdb: read failed after 0 of 4096 at 0: Eingabe-/Ausgabefehler /dev/sdb: read failed after 0 of 4096 at 1746969493504:
2013 Sep 27
2
Intel 10G X520-2 and iscsi storage poor performance
Hi, we have a storageserver (Centos 6.4) with a dualport Intel 10G X520-2 Adapter. A QSan P600Q-D316 Storage is configured with 8*SATA Drives raid 5 for test, connected trought a Cisco UCS 6100 Series Fabric Interconnect 10G Switch. I formated the storage with ext4 defaults, one volume and got r/w rates about 10MB/s some up to 40MB/s .... VERY POOR.... So we returned the storage to our dealer
2012 Nov 06
2
disk device lvm iscsi questions ....
Hi, I have an iscsistorage which I attached to a new centos 6.3 server. I added logic volumes as usual, the block devices (sdb & sdc) showed up in dmesg; I can mount and access the stored files. Now we did an firmware software update to that storage (while unmounted/detached from the fileserver) and after reboot of the storage and reatache the iscsi nodes I do get new devices. (sdd &
2010 Aug 11
1
manage (iscsi storage) LVM
Hi, it is possible to create and setup/format volumes on a iscsi storage on one server and than disconnect and attache the storage to an other server. AFAIK on the 'new' server I do have to launch an LVM-scan command ... after login to the iscsi target. But which LVM-command and syntax was it? Thanks for any hint! :) /G?tz -- G?tz Reinicke IT-Koordinator Tel. +49 7141 969 420 Fax
2015 Apr 29
4
Mysql 5.6, Centos 7 and errno: 24 - Too many open files
Hi, may be somewon has a working solution and information on that: I installed the most recent mysql community on a server and do get a lot of "errno: 24 - Too many open files". There are suggestions to increase the open_files_limit, change/add that to /etc/security/limits.conf and modify the systemd script by hand. Depending on how you start mysql (restart, or at systemboot time
2014 Feb 24
3
Oldies but Goldies - Dovecot 1.2 and Sieve
Hi, we still run dovecot 1.2.17 and upgrading is not planed for some time. But I'm asked to install a sieve system to be used with SOGo soon. What do I have to install / configure? Is installing/configuring the dovecot-sieve-0.1.19 and dovecot-managesieve-0.11.13 enough? We still use mostly the default settings for imaps/pop3s. And of course configure SOGo. Thanks for any feedback.
2015 Oct 30
1
updating and wsitching repo to yum.dovecot.fi - Unknown protocol: sieve
Am 30.10.15 um 15:44 schrieb Teemu Huovila: > > > On 30.10.2015 15:35, G?tz Reinicke - IT Koordinator wrote: >> Am 30.10.15 um 11:49 schrieb Teemu Huovila: >>> >>> >>> On 30.10.2015 12:18, G?tz Reinicke - IT Koordinator wrote: >>>> Hi, >>>> >>>> winter is coming and so I start to clean up some left overs of the year.
2014 May 14
4
Error open(/var/lib/dovecot/db/shared-mailboxes) after update 2.2.10 -> 2.2.13
Hi, I did an update from dovecot 2.2.10 -> 2.2.13 and now I'm getting errors: May 14 10:40:00 imap(hansdampf): Error: open(/var/lib/dovecot/db/shared-mailboxes) failed: Permission denied Currently the permissions on shared-mailboxes rw-rw-rw but teh error still exists. Any hints? Thansk and Regards. G?tz -- G?tz Reinicke IT-Koordinator Tel. +49 7141 969 82 420 E-Mail goetz.reinicke
2015 Oct 20
3
strange diskspace consuming
Hi, I do a tgz-backup some maildir-folders with n*1000 off files and a lot of GB in storage. The backuped maildirs are removed after the tar. My assumption was, that the free diskspace should be bigger after that, but from what I get with df, it looks like I'm loosing space. Currently the tgz is saved on the same disk/mountpoint. Any hint, why removing the maildirs dont free diskspace as
2015 Apr 29
2
Mysql 5.6, Centos 7 and errno: 24 - Too many open files
Hi Johan, Does systemd also overrule /etc/my.conf? Thx! Carl On Wed, 29 Apr 2015 14:58:52 +0200 Johan Kooijman wrote: > Gotz, > > This is due to systemd, it overrules your settings. Add a file to > systemd config fixes it: > > [root at mysql2 ~]# cat /etc/systemd/system/mariadb.service.d/limits.conf > [Service] > LimitNOFILE=10000 > LimitMEMLOCK=10000 > >
2016 Jul 13
3
questions regarding 40G Samba Server
Hi, forgot that... CIFS and NFS. May be we split both to different servers. One CIFS, one NFS. Regards . Götz Am 13.07.16 um 08:26 schrieb Garland McAlexander: > What shares will you be using? (NFS, CIFS, etc) > > On Wed, Jul 13, 2016 at 2:11 AM, Götz Reinicke - IT Koordinator > <goetz.reinicke at filmakademie.de > <mailto:goetz.reinicke at filmakademie.de>>
2015 Apr 30
2
Mysql 5.6, Centos 7 and errno: 24 - Too many open files
Thank you for clarifying this, Johan. Very much appreciated! On Wed, 29 Apr 2015 22:28:00 +0200 Johan Kooijman wrote: > Carl, > > By default my.cnf has to obey the OS limits, so in this case the > order is: systemd > /etc/security/limits* > /etc/my*. > > On Wed, Apr 29, 2015 at 3:22 PM, Carl E. Hartung > <carlh04426 at gmail.com> wrote: > > > Hi
2014 Nov 03
3
strange disk space calculation ext4 df and du
Hi, in one server I do have a SSD raid 1 size 219GB. df shows 9.4 GB free, 198GB used. If I do "du -sch * | sort -h -r" on /, I just have close to 3.5GB used .... Any hints, what's eating up the space? Centos 6.6, fs = ext4. regards . G?tz -- G?tz Reinicke IT-Koordinator Tel. +49 7141 969 82 420 E-Mail goetz.reinicke at filmakademie.de Filmakademie Baden-W?rttemberg GmbH
2016 Jul 06
6
DHCP max-lease-time maximum
:) ... the long lease is for some Accesspoints which we dont like to configure static, just plug in and run. /G?tz Am 06.07.16 um 10:24 schrieb Eero Volotinen: > DHCP uses FFFFFFFF16 to represent an infinite lease. Try if it's supported. > Anyway, it's insane value as year lease time :) > > Eero > > 2016-07-06 11:22 GMT+03:00 G?tz Reinicke - IT Koordinator < >
2014 Feb 27
3
Error "Initializing mail storage ..." after upgrading to 2.2.10
Hi, I did the upgrade frpom 1.2.x to 2.2.10 and had some warnings/errors on a very few accounts/mailboxes. All of them where permission related and solved. Dovecot rocks again. But on one mailbox I do get an error: Error: user rechnnugseingang-animationsinstitut: Initialization failed: Initializing mail storage from mail_location setting failed Error: Invalid user settings. Refer to server
2009 Dec 22
3
iptables ... *BSD pf ... pfSense
Hi, I followed the "Optimizing CentOS for gigabit firewall" posting and as some posters wrote pf is soo sooo ssooooo mutch faster, I was thinking to give it a try. But I'm not familier to BSD so I was looking for some tools and found "pfsense" http://www.pfsense.org/ "pfSense is a free, open source customized distribution of FreeBSD tailored for use as a
2015 Aug 11
3
rsync stuck at +- 50 MB/s, cp and scp are +- 200 MB/s
Hi, i have two servers, connected to to the lan by 10Gb with 10Gb and DAS hardware raid. Each system con read and write locally or to the 10G iscsi by more than 200 MB/s. Now I have to transfer backups form A to B and doing this with rsync always stuck at +- 48-50MB/s no matter which options, compressions, encryption etc I use. Even the plain default rsync is at that 50 Mb limit. coyp by scp
2010 Nov 29
3
Any chance to get a working, current openldap srpm/rpm for centos 5.5
Hello, is there anyone out there, who has a current 2.4.23 srpm or good how to compile it from src with supported db4? I tried to compile recent source files, but always finding the current (installed) db4 >4.3 fails. Than I tried to compile the LTB Project Files: http://ltb-project.org/wiki/documentation/openldap-rpm May be it is just a small step or option to be set. Would be nice to get
2011 Oct 28
4
You suggestion for 'big' filesystem management Best Practice?
Hi, we plan to set up a big file storage for media files like uncompressed movies from student film projects, dvd images etc. It should be some sort of archive and will not bee accessed by more than may be 5 people at the same time. The iSCSI RAID we have is about 26TB netto and I'm again faced with the question: How many partitions, which filesystem, which mount options etc. For the User
2011 Nov 18
2
newbie question re block-attach on ubuntu 11.10
I''m a complete newbie at Xen, just getting started. I was happy to see that Ubuntu 11.10 includes Xen again, http://zulcss.wordpress.com/2011/09/04/xen-4-1-1-on-ubuntu/ So I installed ubuntu 11.10''s precompiled Xen, and started playing around with it. I''m not even trying to start another VM at the moment, just playing around with mounting block devices, and had trouble