It is currently Sat Dec 21, 2024 1:50 pm

News News of Lik`s forum

Site map of Lik`s forum » Forum : Lik`s forum

cPanel/WHM/OpenVZ/Xen/Linux/IPMI Lik`s forum

ip_conntrack: table full, dropping packet

You can check server current tracked connections with the help of the following command (as root):
Code: Select all
cat /proc/sys/net/ipv4/netfilter/ip_conntrack_count

or
Code: Select all
wc -l /proc/net/ip_conntrack

Code: Select all
cat /proc/sys/net/ipv4/netfilter/ip_conntrack_max

If you want to adjust it, just run the following as root:
Code: Select all
echo 131072 > /proc/sys/net/ipv4/ip_conntrack_max

To make this persistent you have to add a line like 'net.ipv4.ip_conntrack_max=131072' to /etc/sysctl.conf.

http://rackerhacker.com/2008/01/24/ip_conntrack-table-full-dropping-packet/#comment-15408
Some readers may be interested to know what ip_conntrack is in the first place, and why it fills up. If ...
Read more : ip_conntrack: table full, dropping packet | Views : 4408 | Replies : 0 | Forum : Linux specific


Xen Cloud Platform 1.0 (TODO)

XCP 1.0 is the first full release of the Xen Cloud Platform.
http://www.xen.org/download/xcp/index_1.0.0.html
Read more : Xen Cloud Platform 1.0 (TODO) | Views : 2893 | Replies : 0 | Forum : Xen related


Supermicro x8xxx set IPMI port (dedicated vs. shared)

Question
I have an X8xxx series board with IPMI. Can I set the IPMI port (dedicated vs. shared with lan1) via BIOS or motherboard jumper setting?


Answer
IPMI can use either dedicated or shared. This has to be done either through Web GUI or through IPMI RAW command. It cannot be done through BIOS or jumper settings.

From Web:
Configuration -> LAN select -> Select LAN port

Using IPMI RAW command user can get ...


Magic SysRq key

The magic SysRq key (System request (often abbreviated SysRq or Sys Req)) is a key combination understood by the Linux kernel, which allows the user to perform various low level commands regardless of the system's state. It is often used to recover from freezes, or to reboot a computer without corrupting the filesystem.

To be able to use this functionality the CONFIG_MAGIC_SYSRQ option has to be enabled at kernel compile time.

Much like Sun Microsystems's ...
Read more : Magic SysRq key | Views : 3601 | Replies : 0 | Forum : Linux specific


Capturing with tcpdump for viewing with Wireshark

There are occasions when you want to capture packets using tcpdump rather than wireshark, especially when you want to do a remote capture and do not want the network load associated with running Wireshark remotely (not to mention all the X traffic polluting your capture).

However, the default tcpdump parameters result in a capture file where each packet is truncated, because most versions of tcpdump, will, by default, only capture the first 68 or 96 ...
Read more : Capturing with tcpdump for viewing with Wireshark | Views : 2882 | Replies : 0 | Forum : Linux specific


Force set MAC address (Centos/Ubuntu)

In Ubuntu, you can explicitly set a MAC address for your network card.
You can either do it manually (Working with MAC Addresses) or use a package called macchanger (GNU MAC Changer).
To manually change your MAC address, for example, for eth0, you do the following:
Code: Select all
sudo vim /etc/network/interfaces

And then you add following line to end of interface being configured (eth0 in this example):
Code: Select all
hwaddress xx:xx:xx:xx:xx:xx

where xx:xx:xx:xx:xx:xx is the MAC address.
So now ...
Read more : Force set MAC address (Centos/Ubuntu) | Views : 4194 | Replies : 0 | Forum : Linux specific




SimpleScripts autoinstaller (Fantastico analog)

SimpleScripts provides FREE and easy one-click management of over 70 of the web's top applications
SimpleScripts supports cPanel, Plesk, Interworx, DirectAdmin and ISPsystem right out of the box.

http://www.simplescripts.com/
Read more : SimpleScripts autoinstaller (Fantastico analog) | Views : 2657 | Replies : 0 | Forum : Server Side Actions


LSI SAS RAID tools: MegaCLI, MegaRAID (SM,SAS SNMP)

TODO
LSI SAS RAID tools: MegaCLI, MegaRAID Storage Manager, MegaRAID SAS SNMP

http://www.delltechcenter.com/page/Linux+RAID+and+Storage
http://www.bigdbahead.com/?p=574
http://wiki.debian.org/LinuxRaidForAdmins
http://hwraid.le-vert.net/wiki
http://www.lsi.com/Search/Pages/downloads.aspx?k=MegaCLI%20-%20Linux
http://tools.rapidsoft.de/perc/perc-cheat-sheet.html

Determine RAID level:
$raid_level_mapping = array();
$raid_level_mapping = '0';
$raid_level_mapping = '1';
$raid_level_mapping = '5';
$raid_level_mapping = '10';

Source:
http://tools.rapidsoft.de/perc/rs_check ... ss.php.txt
<?php

/**
* PERC5/i RAID check for rs_check package
*
* ...
Read more : LSI SAS RAID tools: MegaCLI, MegaRAID (SM,SAS SNMP) | Views : 5485 | Replies : 0 | Forum : Linux specific


How to exit from 'xm console'

You can enter into domU using the xm utility:
# xm


Usage: xm <subcommand> [args]

Control, list, and manipulate Xen guest instances.

Common 'xm' commands:

console Attach to <Domain>'s console.
vncviewer Attach to <Domain>'s VNC server.
create Create a domain based on <ConfigFile>.
new Adds a domain to Xend domain management
delete Remove a domain from Xend domain management.
destroy Terminate a domain immediately.
dump-core Dump core for a specific domain.
help Display this message. ...
Read more : How to exit from 'xm console' | Views : 45009 | Replies : 0 | Forum : Xen related


 

Login


Statistics

Total posts 505 • Total topics 442 • Total members 22

cron