<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>nixCraft &#187; Linux Scalability</title> <atom:link href="http://www.cyberciti.biz/tips/category/linux-scalability/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Wed, 24 Apr 2013 18:50:55 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>HowTo: Create sar Graphs With kSar [ Identifying Linux Bottlenecks ]</title><link>http://www.cyberciti.biz/tips/identifying-linux-bottlenecks-sar-graphs-with-ksar.html</link> <comments>http://www.cyberciti.biz/tips/identifying-linux-bottlenecks-sar-graphs-with-ksar.html#comments</comments> <pubDate>Tue, 15 Dec 2009 06:33:21 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[/usr/lib/sa/sa1]]></category> <category><![CDATA[/usr/lib/sa/sa2]]></category> <category><![CDATA[/usr/lib64/sa/sa1]]></category> <category><![CDATA[/usr/lib64/sa/sa2]]></category> <category><![CDATA[isag  command]]></category> <category><![CDATA[kSar command]]></category> <category><![CDATA[sadc command]]></category> <category><![CDATA[sadf command]]></category> <category><![CDATA[sar command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=6165</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all UNIX/Linux SysAdmin related news/tips" href="http://www.cyberciti.biz/tips/category/sys-admin"><img
src="http://files.cyberciti.biz/cbzcache/3rdparty/sysadmin-logo.jpg" border="0" alt="" /></a></div> The sar command collect, report, or save UNIX / Linux system activity information. It will save selected counters  in the operating system to the /var/log/sa/sadd file. From the collected data, you get lots of information about your server:<br
/><ol><li>CPU utilization</li><li>Memory paging and its utilization</li><li>Network I/O, and transfer statistics</li><li>Process creation activity</li><li>All block devices activity</li><li>Interrupts/sec etc.</li></ol> <br
/>sar output can be used for identifying server bottlenecks. However, analyzing information provided by sar can be difficult, so use kSar, which can take sar output and plot a nice easy to understand graph over period of time. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/identifying-linux-bottlenecks-sar-graphs-with-ksar.html/feed</wfw:commentRss> <slash:comments>32</slash:comments> </item> <item><title>20 Linux System Monitoring Tools Every SysAdmin Should Know</title><link>http://www.cyberciti.biz/tips/top-linux-monitoring-tools.html</link> <comments>http://www.cyberciti.biz/tips/top-linux-monitoring-tools.html#comments</comments> <pubDate>Sat, 27 Jun 2009 02:26:39 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Tuning]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[bandwidth monitoring tool linux]]></category> <category><![CDATA[cpu monitoring linux]]></category> <category><![CDATA[disk monitoring linux]]></category> <category><![CDATA[htop command]]></category> <category><![CDATA[load monitoring linux]]></category> <category><![CDATA[monitoring linux servers]]></category> <category><![CDATA[nagios monitoring linux]]></category> <category><![CDATA[netstat command]]></category> <category><![CDATA[network monitoring linux]]></category> <category><![CDATA[pgrep command]]></category> <category><![CDATA[process monitoring linux]]></category> <category><![CDATA[ps command]]></category> <category><![CDATA[ss command]]></category> <category><![CDATA[top command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4934</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all GNU/Linux related tips/articles" href="http://www.cyberciti.biz/tips/category/linux"><img
src="http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png" border="0" alt="" /></a></div> Need to monitor Linux server performance? Try these built-in command and a few add-on tools. Most Linux distributions are equipped with tons of monitoring. These tools provide metrics which can be used to get information about system activities. You can use these tools to find the possible causes of a performance problem. The commands discussed below are some of the most basic commands when it comes to system analysis and debugging server issues such as:<ol><li>Finding out bottlenecks.</li><li>Disk (storage)  bottlenecks.</li><li>CPU and memory bottlenecks.</li><li>Network bottlenecks.</li></ol>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/top-linux-monitoring-tools.html/feed</wfw:commentRss> <slash:comments>316</slash:comments> </item> <item><title>BIND Named: Set a Zone Transfer IP Address For Master DNS Server</title><link>http://www.cyberciti.biz/tips/bind-named-set-zone-transfer-ip-address.html</link> <comments>http://www.cyberciti.biz/tips/bind-named-set-zone-transfer-ip-address.html#comments</comments> <pubDate>Thu, 08 Jan 2009 20:08:01 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[BIND Dns]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[data center]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[axfr]]></category> <category><![CDATA[bind 9]]></category> <category><![CDATA[bind transfer-source]]></category> <category><![CDATA[bind transfer-source-v6]]></category> <category><![CDATA[named-checkconf command]]></category> <category><![CDATA[named.conf]]></category> <category><![CDATA[public ip]]></category> <category><![CDATA[rndc command]]></category> <category><![CDATA[server transfer]]></category> <category><![CDATA[slave server]]></category> <category><![CDATA[source address]]></category> <category><![CDATA[zone transfer]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4277</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/bind-dns' title='See all BIND / Named name server related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/bind-named-logo.gif' border='0' /></a></div> I've three nameserver load-balanced (LB) in three geo locations. Each LB has a front end public IP address and two backend IP address (one for BIND and another for zone transfer) are assigned to actual bind 9 server running Linux. So when a zone transfer initiates from slave server, all I get errors. A connection cannot be established, it tries again with the servers main ip or LB2 / LB3 ip.  This is a problem because my servers are geo located and load balanced. However, there is a small workaround for this problem.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/bind-named-set-zone-transfer-ip-address.html/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Top 10 Linux Virtualization Software</title><link>http://www.cyberciti.biz/tips/linux-virtualization-software.html</link> <comments>http://www.cyberciti.biz/tips/linux-virtualization-software.html#comments</comments> <pubDate>Wed, 31 Dec 2008 15:00:59 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Solaris]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[vmware]]></category> <category><![CDATA[Windows server]]></category> <category><![CDATA[xen]]></category> <category><![CDATA[kvm]]></category> <category><![CDATA[Linux-VServer]]></category> <category><![CDATA[OpenVZ]]></category> <category><![CDATA[oracle vm]]></category> <category><![CDATA[storage virtualization]]></category> <category><![CDATA[virtual machine]]></category> <category><![CDATA[virtual machines]]></category> <category><![CDATA[virtualbox]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4215</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> Virtualization is the latest buzz word. You may wonder computers are getting cheaper every day, why should I care and why should I use virtualization? Virtualization is a broad term that refers to the abstraction of computer resources such as:<ol><li>Platform Virtualization</li><li>Resource Virtualization</li><li>Storage Virtualization</li><li>Network Virtualization</li><li>Desktop Virtualization</li></ol> This article describes why you need virtualization and list commonly used <acronym
title="Free and open source software">FOSS</acronym> and proprietary  Linux virtualization software.  ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-virtualization-software.html/feed</wfw:commentRss> <slash:comments>27</slash:comments> </item> <item><title>Are the Solid-State Drive Supported on Linux?</title><link>http://www.cyberciti.biz/tips/linux-ssd-solid-state-drive-support.html</link> <comments>http://www.cyberciti.biz/tips/linux-ssd-solid-state-drive-support.html#comments</comments> <pubDate>Wed, 17 Dec 2008 14:39:52 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux portables]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[data storage]]></category> <category><![CDATA[extreme shock]]></category> <category><![CDATA[hard disk drive]]></category> <category><![CDATA[high altitude]]></category> <category><![CDATA[low latency]]></category> <category><![CDATA[mechanical failure]]></category> <category><![CDATA[persistent data]]></category> <category><![CDATA[production environment]]></category> <category><![CDATA[ram drive]]></category> <category><![CDATA[random access]]></category> <category><![CDATA[solid state drive]]></category> <category><![CDATA[sram]]></category> <category><![CDATA[ssd]]></category> <category><![CDATA[state memory]]></category> <category><![CDATA[storage device]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3989</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> <a
href="http://en.wikipedia.org/wiki/Flash_drive" target="_blank">A solid-state drive</a> (SSD) is a data storage device that uses solid-state memory to store persistent data. A SSD emulates a hard disk drive interface, thus easily replacing it in most applications. An SSD using SRAM or DRAM (instead of flash memory) is often called a RAM-drive.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-ssd-solid-state-drive-support.html/feed</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Linux: Boot a 2TB+ partition or Larger Array Using Grub</title><link>http://www.cyberciti.biz/tips/howto-linux-boot-2tb-larger-raidarray-harddisk.html</link> <comments>http://www.cyberciti.biz/tips/howto-linux-boot-2tb-larger-raidarray-harddisk.html#comments</comments> <pubDate>Thu, 04 Dec 2008 07:13:58 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[data center]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[vmware]]></category> <category><![CDATA[xen]]></category> <category><![CDATA[/boot/grub/menu.lst]]></category> <category><![CDATA[drive geometry]]></category> <category><![CDATA[edit grub conf]]></category> <category><![CDATA[fdisk 2tb]]></category> <category><![CDATA[fdisk command]]></category> <category><![CDATA[GPT]]></category> <category><![CDATA[grub boot loader]]></category> <category><![CDATA[mkfs ext3 2tb systems]]></category> <category><![CDATA[partition size]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3718</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/file-system' title='See all File system related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/file-manager.png' border='0' /></a></div> I've already written about <a
href="http://www.cyberciti.biz/tips/fdisk-unable-to-create-partition-greater-2tb.html">creating a partition size larger than 2TB</a> under Linux using GNU parted command with GPT.  In this tutorial, I will provide instructions for booting to a flat 2TB or larger RAID array under Linux using the GRUB boot loader.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/howto-linux-boot-2tb-larger-raidarray-harddisk.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Sun Netra ATCA CP3220 CP3250 10-Gigabit Ethernet Drivers</title><link>http://www.cyberciti.biz/tips/sun-netra-atca-cp3220-and-cp3250-blades.html</link> <comments>http://www.cyberciti.biz/tips/sun-netra-atca-cp3220-and-cp3250-blades.html#comments</comments> <pubDate>Wed, 03 Dec 2008 14:30:20 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Linux Server Download]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[10 gigabit ethernet]]></category> <category><![CDATA[default installation]]></category> <category><![CDATA[driver package]]></category> <category><![CDATA[ethernet drivers]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[server computers]]></category> <category><![CDATA[servers]]></category> <category><![CDATA[sun microsystems]]></category> <category><![CDATA[sun netra]]></category> <category><![CDATA[telecommunications applications]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4477</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> The Sun Netra brand has been used for a variety of server computers from Sun Microsystems. These servers used for various purposes such as telecommunications applications. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/sun-netra-atca-cp3220-and-cp3250-blades.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>mount forcedirectio: Disable Linux CIFS / NFS Client Caching</title><link>http://www.cyberciti.biz/tips/disable-caching-on-the-cifs-nfs-client.html</link> <comments>http://www.cyberciti.biz/tips/disable-caching-on-the-cifs-nfs-client.html#comments</comments> <pubDate>Sun, 16 Nov 2008 09:03:15 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[caching]]></category> <category><![CDATA[cifs client]]></category> <category><![CDATA[common internet file system]]></category> <category><![CDATA[filesystem]]></category> <category><![CDATA[filesystems]]></category> <category><![CDATA[internet file system]]></category> <category><![CDATA[intr]]></category> <category><![CDATA[mount cifs]]></category> <category><![CDATA[mount command]]></category> <category><![CDATA[nfs]]></category> <category><![CDATA[nfs client]]></category> <category><![CDATA[Novell]]></category> <category><![CDATA[red hat]]></category> <category><![CDATA[storage devices]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3551</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> If your network is heavily loaded you may see some problem with Common Internet File System (CIFS) and NFS under Linux. By default Linux CIFS mount command will try to cache files open by the client. You can use  mount option forcedirectio when mounting the CIFS filesystem to disable caching on the CIFS client. This is tested with NETAPP and other storage devices and Novell, CentOS, UNIX and Red Hat Linux systems. This is the only way to avoid data mis-compare and problems.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/disable-caching-on-the-cifs-nfs-client.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Install Linux On Intel Xeon 7400 Dunnington</title><link>http://www.cyberciti.biz/tips/install-linux-on-sun-blade-x6450-server.html</link> <comments>http://www.cyberciti.biz/tips/install-linux-on-sun-blade-x6450-server.html#comments</comments> <pubDate>Thu, 13 Nov 2008 05:29:29 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[Links]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[vmware]]></category> <category><![CDATA[blade server]]></category> <category><![CDATA[enterprise linux]]></category> <category><![CDATA[hexa]]></category> <category><![CDATA[intel xeon processor]]></category> <category><![CDATA[l2 caches]]></category> <category><![CDATA[license server]]></category> <category><![CDATA[rhel]]></category> <category><![CDATA[rhel 5]]></category> <category><![CDATA[server consolidation]]></category> <category><![CDATA[server module]]></category> <category><![CDATA[solaris 10]]></category> <category><![CDATA[sun blade]]></category> <category><![CDATA[tigerton]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3511</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> <a
href="http://www.intel.com/products/processor/xeon7000/index.htm?iid=servproc+body_xeon7400subtitle">Dunnington</a> is Intel's first multi-core CPU - features a single-die six- (or hexa) core design with three unified 3 MB L2 caches (resembling three merged 45 nm dual-core Wolfdale dies), and 96 KB L1 cache (Data) and 16 MB of L3 cache. It features 1066 MHz FSB, fits into the Tigerton's mPGA604 socket, and is compatible with the Caneland chipset. These processors support DDR2-1066 (533 MHz), and have a maximum TDP below 130 W. They are intended for blades and other stacked computer systems. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/install-linux-on-sun-blade-x6450-server.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>pssh: Run Command On Multiple SSH Servers</title><link>http://www.cyberciti.biz/tips/parallel-ssh-execution.html</link> <comments>http://www.cyberciti.biz/tips/parallel-ssh-execution.html#comments</comments> <pubDate>Sat, 01 Nov 2008 19:44:16 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Download of the day]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[HP-UX]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Linux Log Management]]></category> <category><![CDATA[Linux login control]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[OpenBSD]]></category> <category><![CDATA[OS X]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[linux execute remote command]]></category> <category><![CDATA[linux run script other server]]></category> <category><![CDATA[multixterm]]></category> <category><![CDATA[pssh command]]></category> <category><![CDATA[remote invoke script on linux]]></category> <category><![CDATA[run command own script ssh]]></category> <category><![CDATA[run commands multiple ssh]]></category> <category><![CDATA[ssh multiple execution]]></category> <category><![CDATA[ssh run command on multiple servers]]></category> <category><![CDATA[ssh to execute command]]></category> <category><![CDATA[tentakel ubuntu]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3414</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/shell-scripting' title='See all Bash/Shell scripting related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/terminal.png' border='0' /></a></div> I've already written about <a
href="http://www.cyberciti.biz/tips/execute-commands-on-multiple-linux-or-unix-servers-part-ii.html">tentakel tool</a> and <a
href="http://www.cyberciti.biz/tips/execute-commands-on-multiple-linux-or-unix-servers.html">shell script hack</a> to run a single command on multiple Linux / UNIX / BSD server.  This is useful to save time and run UNIX commands on multiple machines. Linux.com has published an article <a
href="http://www.linux.com/feature/151340">about a new tool called pssh</a>:<br
/><blockquote>If you want to increase your productivity with SSH, you can try a tool that lets you run commands on more than one remote machine at the same time. Parallel ssh, Cluster SSH, and ClusterIt let you specify commands in a single terminal window and send them to a collection of remote machines where they can be executed.</blockquote>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/parallel-ssh-execution.html/feed</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Red Hat / CentOS Linux 4: Setup Device Mapper Multipathing</title><link>http://www.cyberciti.biz/tips/rhel-linux4-setup-device-mapper-multipathing-devicemapper.html</link> <comments>http://www.cyberciti.biz/tips/rhel-linux4-setup-device-mapper-multipathing-devicemapper.html#comments</comments> <pubDate>Sun, 06 Jul 2008 06:06:29 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[data center]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[channel ports]]></category> <category><![CDATA[cluster]]></category> <category><![CDATA[controller port]]></category> <category><![CDATA[crypt disk]]></category> <category><![CDATA[disk encryption]]></category> <category><![CDATA[dynamic load balancing]]></category> <category><![CDATA[enhancement technique]]></category> <category><![CDATA[fault tolerance]]></category> <category><![CDATA[generic framework]]></category> <category><![CDATA[gfs]]></category> <category><![CDATA[global files system]]></category> <category><![CDATA[linux kernel]]></category> <category><![CDATA[lvm2]]></category> <category><![CDATA[mass storage devices]]></category> <category><![CDATA[multipath]]></category> <category><![CDATA[path management]]></category> <category><![CDATA[performance enhancement]]></category> <category><![CDATA[physical path]]></category> <category><![CDATA[policy option]]></category> <category><![CDATA[resultant data]]></category> <category><![CDATA[scsi controllers]]></category> <category><![CDATA[virtual block]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3707</guid> <description><![CDATA[Multipath I/O is a fault-tolerance and performance enhancement technique whereby there is more than one physical path between the CPU in a computer system and its mass storage devices through the buses, controllers, switches, and bridge devices connecting them. A simple example would be a SCSI disk connected to two SCSI controllers on the same [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/rhel-linux4-setup-device-mapper-multipathing-devicemapper.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Helmer: A Linux Commodity Computing cluster in a IKEA Helmer Cabinet</title><link>http://www.cyberciti.biz/tips/commodity-computing-linux-render-cluster.html</link> <comments>http://www.cyberciti.biz/tips/commodity-computing-linux-render-cluster.html#comments</comments> <pubDate>Thu, 24 Apr 2008 19:41:04 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Links]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[clusters]]></category> <category><![CDATA[commodity computing]]></category> <category><![CDATA[computer programs]]></category> <category><![CDATA[computer rendering]]></category> <category><![CDATA[dirt cheep]]></category> <category><![CDATA[free software]]></category> <category><![CDATA[linux cluster]]></category> <category><![CDATA[rendering images]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2231</guid> <description><![CDATA[Linux Commodity computing is computing done on commodity computers as opposed to supermicrocomputers or boutique computers. Commodity computers are computer systems manufactured by multiple vendors, incorporating components based on open standards. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/commodity-computing-linux-render-cluster.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Linux Market Will Rise From $21 Billion To $49 Billion in 2011</title><link>http://www.cyberciti.biz/tips/linux-market-share.html</link> <comments>http://www.cyberciti.biz/tips/linux-market-share.html#comments</comments> <pubDate>Fri, 11 Apr 2008 15:27:21 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux phone]]></category> <category><![CDATA[Linux portables]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[News]]></category> <category><![CDATA[Windows server]]></category> <category><![CDATA[critical business]]></category> <category><![CDATA[enterprise deployments]]></category> <category><![CDATA[enterprise resource planning]]></category> <category><![CDATA[infrastructure]]></category> <category><![CDATA[microsoft]]></category> <category><![CDATA[microsoft windows]]></category> <category><![CDATA[server operating systems]]></category> <category><![CDATA[tiny phone]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[unix server]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2196</guid> <description><![CDATA[I'm not surprised at all. Linux runs on tiny phone to large server systems. According to IDC researchers (prediction) - spending on the Linux ecosystem will rise from $21 billion in 2007 to more than $49 billion in 2011, driven by rising enterprise deployments of Linux server operating systems. Linux server deployments are expanding from [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-market-share.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Load Balancer Open Source Software</title><link>http://www.cyberciti.biz/tips/load-balancer-open-source-software.html</link> <comments>http://www.cyberciti.biz/tips/load-balancer-open-source-software.html#comments</comments> <pubDate>Tue, 11 Mar 2008 17:01:49 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[availability cluster]]></category> <category><![CDATA[balancing systems]]></category> <category><![CDATA[cluster software]]></category> <category><![CDATA[cluster system]]></category> <category><![CDATA[load balance]]></category> <category><![CDATA[load balancer]]></category> <category><![CDATA[load balancing software]]></category> <category><![CDATA[load balancing solution]]></category> <category><![CDATA[network requests]]></category> <category><![CDATA[resource utilization]]></category> <category><![CDATA[server clusters]]></category> <category><![CDATA[software implementation]]></category> <category><![CDATA[voip services]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/load-balancer-open-source-software.html</guid> <description><![CDATA[I've worked with a various load balancing systems (LBS). They are complex pieces of hardware and software. In this post I will highlight some of the open source load balancing software. But what is load balancing? It is nothing but a technique used to share (spared) load / services between two or more servers. For [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/load-balancer-open-source-software.html/feed</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>Linux Xen High Availability Clusters Configuration Tutorial</title><link>http://www.cyberciti.biz/tips/linux-xen-high-availability-clusters-configuration-tutorial.html</link> <comments>http://www.cyberciti.biz/tips/linux-xen-high-availability-clusters-configuration-tutorial.html#comments</comments> <pubDate>Wed, 06 Feb 2008 09:46:51 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[File system]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[xen]]></category> <category><![CDATA[application instance]]></category> <category><![CDATA[availability clusters]]></category> <category><![CDATA[configuration options]]></category> <category><![CDATA[high availability]]></category> <category><![CDATA[hypervisor virtualization]]></category> <category><![CDATA[open source virtualization]]></category> <category><![CDATA[virtual machines]]></category> <category><![CDATA[virtual private server]]></category> <category><![CDATA[virtualization software]]></category> <category><![CDATA[xensource]]></category> <category><![CDATA[zen virtualization]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-xen-high-availability-clusters-configuration-tutorial.html</guid> <description><![CDATA[Xen is one of the leading Virtualization software. You can use Xen virtualization to implement HA clusters. However, there are few issues you must be aware of while handling failures in a high-availability environment. This article explains configuration options using Xen: The idea of using virtual machines to build high available clusters is not new. [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-xen-high-availability-clusters-configuration-tutorial.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Linux Fibre Channel over Ethernet implementation code released</title><link>http://www.cyberciti.biz/tips/download-linux-fibre-channel-over-ethernet.html</link> <comments>http://www.cyberciti.biz/tips/download-linux-fibre-channel-over-ethernet.html#comments</comments> <pubDate>Tue, 18 Dec 2007 18:58:10 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Open source coding]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[15m]]></category> <category><![CDATA[bandwidth]]></category> <category><![CDATA[bridges]]></category> <category><![CDATA[central database server]]></category> <category><![CDATA[channel protocol]]></category> <category><![CDATA[complexity]]></category> <category><![CDATA[copper]]></category> <category><![CDATA[encapsulation]]></category> <category><![CDATA[ethernet adapter]]></category> <category><![CDATA[ethernet packets]]></category> <category><![CDATA[fcf]]></category> <category><![CDATA[fcoe]]></category> <category><![CDATA[fibre channel fabric]]></category> <category><![CDATA[fibrechannel]]></category> <category><![CDATA[intel]]></category> <category><![CDATA[lld]]></category> <category><![CDATA[network convergence]]></category> <category><![CDATA[scsi]]></category> <category><![CDATA[throughput]]></category> <category><![CDATA[transport module]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/download-linux-fibre-channel-over-ethernet.html</guid> <description><![CDATA[Intel has just released source code for Fibre Channel over Ethernet (FCoE). It provides some Fibre Channel protocol processing as well as the encapsulation of FC frames within Ethernet packets. FCoE will allow systems with an Ethernet adapter and a Fibre Channel Forwarder to login to a Fibre Channel fabric (the FCF is a "gateway" [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/download-linux-fibre-channel-over-ethernet.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Can I boot My Linux Server from iSCSI or SAN or NAS network attached storage?</title><link>http://www.cyberciti.biz/tips/should-i-boot-linux-from-san.html</link> <comments>http://www.cyberciti.biz/tips/should-i-boot-linux-from-san.html#comments</comments> <pubDate>Mon, 12 Nov 2007 08:05:53 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[boot disk]]></category> <category><![CDATA[central server]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[diskless nodes]]></category> <category><![CDATA[fiber channel]]></category> <category><![CDATA[hba]]></category> <category><![CDATA[high availability]]></category> <category><![CDATA[linux server]]></category> <category><![CDATA[network storage]]></category> <category><![CDATA[operating systems]]></category> <category><![CDATA[root filesystem]]></category> <category><![CDATA[san booting]]></category> <category><![CDATA[topology]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/should-i-boot-linux-from-san.html</guid> <description><![CDATA[My previous article related to iSCSI storage and NAS storage brought a couple of questions. An interesting question from my mail bag: I've 5 Debian Linux servers with HP SAN box. Should I boot from SAN? No, use centralized network storage for shared data or high availability configuration only. Technically you can boot and configure [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/should-i-boot-linux-from-san.html/feed</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>RHEL / CentOS Support 4GB or more RAM ( memory )</title><link>http://www.cyberciti.biz/tips/redhat-enterprise-linux-4gb-plus-ram-support.html</link> <comments>http://www.cyberciti.biz/tips/redhat-enterprise-linux-4gb-plus-ram-support.html#comments</comments> <pubDate>Sat, 10 Nov 2007 07:30:57 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[4gb и linux]]></category> <category><![CDATA[centos 4 pae kernel]]></category> <category><![CDATA[CentOS 4GB support RAM]]></category> <category><![CDATA[centos pae]]></category> <category><![CDATA[centos pae display memory]]></category> <category><![CDATA[how to install kernel pae rhel]]></category> <category><![CDATA[kernel package]]></category> <category><![CDATA[kernel-pae]]></category> <category><![CDATA[linux 4gb]]></category> <category><![CDATA[linux 4gb ram]]></category> <category><![CDATA[linux kernel]]></category> <category><![CDATA[linux large memory support]]></category> <category><![CDATA[pae kernel]]></category> <category><![CDATA[RHEL 4GB RAM support]]></category> <category><![CDATA[rhel 5 pae]]></category> <category><![CDATA[yum command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/redhat-enterprise-linux-4gb-plus-ram-support.html</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/redhatfedora-linux' title='See all Redhat/CentOS/Fedora Core related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/rhlogo.gif' border='0' /></a></div> If you have 4 GB or more RAM use the Linux kernel compiled for PAE capable machines. Your machine may not show up total 4GB ram. All you have to do is install PAE kernel package.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/redhat-enterprise-linux-4gb-plus-ram-support.html/feed</wfw:commentRss> <slash:comments>26</slash:comments> </item> <item><title>Linux Creating a Partition Size Larger Than 2TB</title><link>http://www.cyberciti.biz/tips/fdisk-unable-to-create-partition-greater-2tb.html</link> <comments>http://www.cyberciti.biz/tips/fdisk-unable-to-create-partition-greater-2tb.html#comments</comments> <pubDate>Tue, 06 Nov 2007 10:03:35 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[centos gpt partition]]></category> <category><![CDATA[config efi partition]]></category> <category><![CDATA[efi parititons]]></category> <category><![CDATA[error]]></category> <category><![CDATA[extensible firmware interface]]></category> <category><![CDATA[fdisk 2tb]]></category> <category><![CDATA[fdisk command]]></category> <category><![CDATA[fdisk partition in centos]]></category> <category><![CDATA[gparted command]]></category> <category><![CDATA[GPT]]></category> <category><![CDATA[gpt partition]]></category> <category><![CDATA[how to make 3 tb partition in linux]]></category> <category><![CDATA[how to parted linux command over 2 tb]]></category> <category><![CDATA[linux gpt]]></category> <category><![CDATA[linux large partition size]]></category> <category><![CDATA[mkfs ext3 2tb systems]]></category> <category><![CDATA[parted command]]></category> <category><![CDATA[partition size]]></category> <category><![CDATA[partition table]]></category> <category><![CDATA[raid 5 array]]></category> <category><![CDATA[table de partition > 2tb]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/fdisk-unable-to-create-partition-greater-2tb.html</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/file-system' title='See all File system related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/file-manager.png' border='0' /></a></div> Explains how to create filesystems greater than 2 Terabytes under any Linux distribution. How can I create filesystems greater than 2 Terabytes?]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/fdisk-unable-to-create-partition-greater-2tb.html/feed</wfw:commentRss> <slash:comments>61</slash:comments> </item> <item><title>Linux Increase Process Identifiers Limit with /proc/sys/kernel/pid_max</title><link>http://www.cyberciti.biz/tips/howto-linux-increase-pid-limits.html</link> <comments>http://www.cyberciti.biz/tips/howto-linux-increase-pid-limits.html#comments</comments> <pubDate>Sat, 03 Nov 2007 02:13:09 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Tuning]]></category> <category><![CDATA[Increase pid limits]]></category> <category><![CDATA[kernel.pid_max]]></category> <category><![CDATA[linux system]]></category> <category><![CDATA[pid]]></category> <category><![CDATA[process management]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-linux-increase-pid-limits.html</guid> <description><![CDATA[Yesterday I wrote about increasing local port range with net.ipv4.ip_local_port_range proc file. There is also /proc/sys/kernel/pid_max file, which specifies the value at which PIDs wrap around (i.e., the value in this file is one greater than the maximum PID). The default value for this file, 32768, results in the same range of PIDs as on [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/howto-linux-increase-pid-limits.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>