Am 15.11.2013 04:43, schrieb Mihamina RKTMB:
> Hi,
>
> At office, we have I ISPs.
>
> I want to lightly monitor each link latency in order to decide several
> routing.
> For that, I have only one external server: 1 IP, it's an OVH dedicated
> server.
> The quick picture is http://s24.postimg.or
You should be careful of doing any kind of network latency sensitive
work with providers such as OVH. The latency of their networks can be
very unstable.
You can end up in a flip flopping state very easily.
On 15 November 2013 03:43, Mihamina RKTMB wrote:
> Hi,
>
> At office, we have I ISPs.
>
>
Hello there,
I'm running a Supermicro server with the latest CentOS 6.4 versions (kernel
: 2.6.32-358.23.2.el6.x86_64) and the latest nvidia driver (331.20).
A few minutes after using the GPU for doing some HPC calculations, the
server crashes and reboots itself. This is happening every time. I k
From: David McGiven
> I'm running a Supermicro server with the latest CentOS 6.4 versions (kernel
> : 2.6.32-358.23.2.el6.x86_64) and the latest nvidia driver (331.20).
> A few minutes after using the GPU for doing some HPC calculations, the
> server crashes and reboots itself. This is happening
From: James B. Byrne
> We have a cold server with 32Gb RAM and 8 x 3TB SATA drives mounted in hotswap
> cells. The intended purpose of this system is as an ERP application and DBMS
> host. The ERP application will likely eventually have web access but at the
> moment only dedicated client appli
Last week I had a hard disk failure on my CentOS server.
I managed to re-install CentOS on a new disk.
I have the old mysql databases from /var/lib/mysql .
Can I just move them to my new disk?
Any help or suggestions gratefully received.
--
Timothy Murphy
e-mail: gayleard /at/ eircom.net
Schoo
MySQL is usually confined in /var/lib/mysql, so if you move the /etc/my.cnf
and the /var/lib/mysql from the old server to the new one, you should be
able to start the server normally, otherwise you should get some useful
errors.
A typical error in such case is MySQL files ownership/permissions.
Marios Zindilis wrote:
> On Fri, Nov 15, 2013 at 2:18 PM, Timothy Murphy
> wrote:
>
>> Last week I had a hard disk failure on my CentOS server.
>> I managed to re-install CentOS on a new disk.
>> I have the old mysql databases from /var/lib/mysql .
>> Can I just move them to my new disk?
>>
>> Any
I am forced to use a windoze 7 box and recently MS decided in its infinite
wisdom to update the nvidia driver via windoze update. My machine
immediately started with the same symptoms David is having...hanging at
indeterminate times, even a BSOD twice. It would do this even when idle
during the n
On Fri, Nov 15, 2013 at 6:18 AM, Timothy Murphy wrote:
> Last week I had a hard disk failure on my CentOS server.
> I managed to re-install CentOS on a new disk.
> I have the old mysql databases from /var/lib/mysql .
> Can I just move them to my new disk?
>
> Any help or suggestions gratefully rec
Am 15.11.2013 um 16:55 schrieb Les Mikesell :
> On Fri, Nov 15, 2013 at 6:18 AM, Timothy Murphy wrote:
>> Last week I had a hard disk failure on my CentOS server.
>> I managed to re-install CentOS on a new disk.
>> I have the old mysql databases from /var/lib/mysql .
>> Can I just move them to my
On Fri, Nov 15, 2013 at 10:01 AM, Reindl Harald wrote:
>
> abd what has the CPU type to do with the mysql datadir?
Really??? You've never used processors with different bit/byte order
than Intel's? I don't know specifically about Mysql but pretty much
anything that stores binary representations
I started with two 160GB drives in RAID1 using EVMS on Centos 4.4.
Both drives have now been replaced with 320GB drives but naturally are
only offering 160GB (they were replaced individually at different
times and self-recovered as they were RAID1.
I cannot work out how to increase the size of th
On Fri, Nov 15, 2013 at 10:58 AM, Reindl Harald wrote:
>
>> I don't know specifically about Mysql but pretty much anything that stores
>> binary
>> representations to disk needs to be converted.
>
> with this logic you would need to convert MS office files
> containing embedded images too
No
On Fri, Nov 15, 2013 at 12:00 PM, Reindl Harald wrote:
>
> and why did you strip the part where i googled for you the endianess
> of MacOSX on PPC because i clearly statet mysql-data dirs used here
> in production went from MySQL 3.x on Windows i686 over MySQL 4.0-4.5
> on Apple OSX *Power PC* to
On Fri, Nov 15, 2013 at 12:16 PM, Reindl Harald wrote:
>
> in other words you do not know anything about the mysql-internals
> as you statet more than once, have no expierience and come up with
> generic theory to defend your statements
Yes, if you do things that work in general, you don't have t
On Fri, Nov 15, 2013 at 12:32 PM, Reindl Harald wrote:
>
>> Yes, if you do things that work in general, you don't have to know all
>> of the internals of every specific version of every specific program
>> that you might ever touch.
>
> than better be quiet instead contradict and correct people wi
On 11/15/2013 10:19 AM, Les Mikesell wrote:
> On Fri, Nov 15, 2013 at 12:16 PM, Reindl Harald
> wrote:
>> >
>> >in other words you do not know anything
Reindl is banned from this list for serial rudeness, but replies
privately to list postings with his 'wisdom'. please don't copy his
private
Hello All,
I have one CentOS 6 KVM virtualization server that I built around a year
ago (best I can tell it was in October 2012) at which time I would have
been installing 6.3 [0]. That particular install used the Consistent
Network Device Naming [1] conventions (PCIe NICs are p1p1, p1p2).
I sta
On 11/15/2013 01:50 PM, SilverTip257 wrote:
> Hello All,
>
> I have one CentOS 6 KVM virtualization server that I built around a year
> ago (best I can tell it was in October 2012) at which time I would have
> been installing 6.3 [0]. That particular install used the Consistent
> Network Device Na
On Fri, Nov 15, 2013 at 01:50:18PM -0500, SilverTip257 wrote:
> Hello All,
>
> I have one CentOS 6 KVM virtualization server that I built around a year
> ago (best I can tell it was in October 2012) at which time I would have
> been installing 6.3 [0]. That particular install used the Consistent
I've tried building a perl package with a ton o' crap, to install into
/usr/local. Now I'd like to use rpmerizor to build an rpm that will
install into /usr. Anyone know if that's possible, or am I going to have
to rebuild the original package in perl, and install in /usr instead of
/usr/local?
On Fri, Nov 15, 2013 at 2:33 PM, Scott Robbins wrote:
> On Fri, Nov 15, 2013 at 01:50:18PM -0500, SilverTip257 wrote:
> > Hello All,
> >
> > I have one CentOS 6 KVM virtualization server that I built around a year
> > ago (best I can tell it was in October 2012) at which time I would have
> > bee
Needed to set up a cluster where horsepower and cost were paramount, so
I thought this would be a good opportunity to try out Intel's business
class "vPro AMT" remote administration technology, and compare it to
IPMI, which I've used for years on servers. From a feature standpoint,
it seems qui
On Fri, Nov 15, 2013 at 6:26 PM, Lists wrote:
>
> From what it seems, Intel wants everybody to be installing PKI AMT
> certificates on vPro motherboards via Windows.
>
> Does anybody have any information that might be useful about how to
> enable unencrypted VNC remote administration for Cent
On 11/15/2013 07:30 PM, Wes James wrote:
> What type of admin are trying to do on your cluster. First, to get the
> most power out of your cluster, shouldn't you be running nodes in run level
> 3 (non gui).
>
> You can set up ssh keys so you can create some scripts and perform your
> commands (fr
26 matches
Mail list logo