Featured »

April 16, 2013 – 12:39 pm |

Imagine you have an HPC cluster with a hundred compute nodes named node001-node100. The two commands below will help you generate a list of node names – either all name on one line or one name per …

Read the full story »
Networking

Unix and Linux network configuration. Multiple network interfaces. Bridged NICs. High-availability network configurations.

Applications

Reviews of latest Unix and Linux software. Helpful tips for application support admins. Automating application support.

Data

Disk partitioning, filesystems, directories, and files. Volume management, logical volumes, HA filesystems. Backups and disaster recovery.

Monitoring

Distributed server monitoring. Server performance and capacity planning. Monitoring applications, network status and user activity.

Commands & Shells

Cool Unix shell commands and options. Command-line tools and application. Things every Unix sysadmin needs to know.

Home » Archive by Category

Articles in Networking

Fixing the mount.nfs: rpc.statd is not running Error

October 22, 2012 – 4:11 pm |
Fixing the mount.nfs: rpc.statd is not running Error

The rpc.statd service is used by NFS client to help it recover from loss of connectivity to the NFS server. When rpc.statd is not running, NFS is not able to handle remote file locking. You …

Red Hat: Changing Hostname and IP

August 31, 2011 – 1:47 pm | 3 Comments
Red Hat: Changing Hostname and IP

Changing hostname and IP is frequently required when a server is being moved from testing or development to production. The process is a fairly simple one, but steps must be performed in a certain order to avoid complications.

Troubleshooting InfiniBand Connections

May 4, 2011 – 10:36 am | 6 Comments
Troubleshooting InfiniBand Connections

The following is a brief troubleshooting guide for an InfiniBand network found in common HPC Linux clusters. Running these commands requires OFED 1.5.2 or later package installed on your systems. Additionally, the “pdsh” (parallel shell) command is part of the HP CMU cluster management software (version 4.2.1 used in our example) installed on the head node.

Opening Custom Ports in SuSE Firewall

March 4, 2011 – 2:18 pm | 6 Comments
Opening Custom Ports in SuSE Firewall

Most of the servers I work with are already behind an enterprise firewall, so I rarely get to configure a software firewall. In the following example, I installed Webmin and Usermin on a SLES 11 server that had SuSE firewall enabled. Webmin and Usermin by default use ports 10000 and 20000, respectively. These ports are not in the list of common services you would find in the SuSE firewall configuration GUI. There are a couple of ways of adding custom ports to the list of the allowed services.

LPI Invents Linux Commands

January 18, 2011 – 7:50 pm | 5 Comments
LPI Invents Linux Commands

It would appear that in order to obtain Linux Professional Institute’s LPIC-2 certification, one needs to know real Linux commands as well as imaginary ones. On the Sample Questions page for LPIC-2 Exam 2 the LPI Linux gurus pose the following question

Windows 7 Black Screen After Booting

October 5, 2010 – 4:07 am | 10 Comments
Windows 7 Black Screen After Booting

I had to power-cycle my Windows 7 64-bit laptop. The bootup sequence looked normal and reached a point where I could see the black screen with the mouse cursor. After this stage my desktop would usually appears, but not this time. I could move the mouse and I could even establish a remote desktop connection to my laptop. But I could not log in. Every time it would reach the same point – the black screen with the mouse cursor – and it would stop.

NFS “Not Owner” Error

August 30, 2010 – 11:34 pm | 3 Comments
NFS “Not Owner” Error

The “not owner” error is displayed on the client system (usually Solaris) when attempting to mount an NFS share from a server. This error may appear even though the share is correctly exported and the client system has full access. If you are getting a “permission denied” error, then this article is not for you and you should check here instead.

Windows Network Troubleshooting Script

January 20, 2010 – 10:15 pm | 8 Comments
Windows Network Troubleshooting Script

I try my best to stay away from Windows. I wish my clients did the same. The usual difficulty of troubleshooting elusive network performance problems is amplified many-fold when there is a Windows computer at the end of the line. With Unix it’s relatively simple: run tests “a”, “b”, “c”, etc and follow the familiar process of elimination. With Windows in the picture the number of steps uses up all of the English alphabet and spills over well into the Russian one. And when you finally reach step “я”, you have to pull out your Chinese dictionary.

Copying Data: Are We There Yet?

December 27, 2009 – 7:12 pm | 3 Comments
Copying Data: Are We There Yet?

I am sure this will sound familiar: you are copying a large amount of data – either locally or over the network – and you are wondering how long it will take and if there is a way to make things go faster.You may be surprised, but it does matter what type of files you are copying: 1Gb-worth of many small files will take considerably longer to copy than two 500Mb files. The hardware you are using is an important consideration, but it’s not the only factor limiting data transfer speed.

Printing from SuSE/SLES to a Windows Printer

December 10, 2009 – 5:05 pm | 3 Comments
Printing from SuSE/SLES to a Windows Printer

The following document explains how to configure your SuSE or SLES system to be able to print to a remote printer shared from a Windows server. The first step is to install Unix print support …

Reboot Remote Windows Workstation

December 10, 2009 – 9:53 am | 3 Comments
Reboot Remote Windows Workstation

When using RDP, sometimes the session may lock up and you may need to reboot your workstation remotely. This can be done using the “shutdown.exe” command from your local PC. First, make sure you can …

Slow SSH login in SuSE Linux

November 3, 2009 – 6:17 pm | 16 Comments
Slow SSH login in SuSE Linux

Starting with SuSE 10 and including both openSuSE and SLES an annoying SSH problem appeared. When you SSH to the server (via PuTTY and such) you get the “login” prompts right away, but the “password” …

Automatically Validate HTTP Proxies

August 5, 2009 – 4:14 pm | 6 Comments
Automatically Validate HTTP Proxies

Let’s say you downloaded a long list of Web proxy servers. Now you are stuck with the task of weeding out the proxies that are dead, slow, fake, or otherwise unusable. There are some applications …

Sharing Videos from Linux to Xbox 360

December 19, 2008 – 8:49 pm | 3 Comments
Sharing Videos from Linux to Xbox 360

Xbox 360 uses UPnP protocol to stream multimedia files from computers on your home network. Normally, you would have a Windows PC running WMP and sharing files. But what if you have a Linux box …

Linksys WAP54G Secure Configuration

June 11, 2008 – 1:09 pm | 5 Comments
Linksys WAP54G Secure Configuration

Below are some basic steps to secure a wireless access point (WAP). The screenshots are for Linksys WAP54G v. 3.04, however, the same steps will apply to wireless access points from other manufacturers. Understand this: …

Migrating email between hosted providers

May 23, 2008 – 9:38 pm | 2 Comments
Migrating email between hosted providers

Recently I ran into a small problem. A customer of mine was moving her site to a new hosting provider. Her old provider was Windows-based and her new provider was Linux-based. The old provider did …

Protected: SuSE Mail Transfer Agent Configuration

February 7, 2008 – 3:48 am | Enter your password to view comments.
Protected: SuSE Mail Transfer Agent Configuration

There is no excerpt because this is a protected post.

Configuring eMule for Best Performance

December 27, 2006 – 12:22 am | 2 Comments
Configuring eMule for Best Performance

"eMule is a peer-to-peer file sharing application that works with both the eDonkey network and the Kad network. The distinguishing features of eMule are the direct exchange of
sources between client nodes, fast recovery of corrupted …

Simple network monitoring with ping

April 11, 2006 – 10:12 am | 3 Comments
Simple network monitoring with ping

In the Spring of 2005 Comcast experienced a major DNS outage. Since then many Comcast users have switched to DNS servers that belong to Verizon and other ISPs. Comcast started taking a lot of flak …

CUPS printing on Solaris 10

February 28, 2006 – 12:08 pm | 8 Comments
CUPS printing on Solaris 10

Download the Companion CD for Solaris 10 GA on: Solaris 10 Companion cd download

Accessing Samba server in DMZ

January 22, 2006 – 2:04 pm | 4 Comments
Accessing Samba server in DMZ

This note explains how to access a Samba server located on the “orange” DMZ subnet from a Windows PC on the “green” LAN. The problem for Samba is caused by the firewall blocking NETBIOS responses. …

Installing SuSE Linux 10 on a laptop

December 10, 2005 – 7:53 pm | 2 Comments
Installing SuSE Linux 10 on a laptop

What’s the best Linux distro for desktop applications? My subjective opinion based on years of Linux experience is that SuSE 10 at the moment offers the best combination of features and user friendliness. The latter, …