Archive for February, 2008

SRW2008 Fatal Error problem

No Comments »

Exit from boot menu. Continue with flow.
Preparing to decompress…
100%
Decompressing SW from flash
100%

OK
Running from RAM…

******************************************************************
*** Running SW Ver. 1.0.3 Date 29-Mar-2007 Time 10:49:18 ***
******************************************************************

HW version is 00.03.00
Base Mac address is: 00:1d:7e:7a:2a:81
Dram size is : 32M bytes
Dram first block size is : 17152K bytes
Dram first PTR is : 0xF40000
Flash size is: 8M
01-Jan-2000 01:01:05 %CDB-I-LOADCONFIG: Loading startup configuration.
Device configuration:
PCB revision: 1
Slot 1 – SRW2008 HW Rev. 0.1
Tapi Version:
Read the rest of this entry »


Avoid control panels and use LAMP

1 Comment »

If you are planning architecture for a very large online service or website, it’s recommended you avoid control panel software from the very beginning. If you intend to run a web-based service, why do you need running email, DNS and many other services on the same server? How about scalability and performance tuning when load and visitors increase?

The fewer services you run on the server, the harder it is to exploit, and the more system resources will be available for website hosting and script processing. Most web hosting control panels run a lot of software – altering the default… Read the rest of this entry »


Bind master configuration and forwarder benchmarking

No Comments »

We performed Bind 9.4.2 benchmarking using our Gigabit network and Linux server nodes. The following performance was easily recorded using one zone and doing IN A requests using queryperf tool.

DNS Query Performance Testing Tool
Version: $Id: queryperf.c,v 1.8.192.4 2007/09/05 07:44:57 marka Exp $

[Status] Processing input data
[Status] Sending queries (beginning with 192.168.3.20)
[Status] Testing complete

Statistics:

Parse input file:     once
Ended due to:         reaching end of file

Queries sent:         514229 queries
Queries completed:    514229 queries
Queries lost:         0 queries
Queries delayed(?):   0 queries

RTT max:              0.000861 sec
RTT min:              0.000172… Read the rest of this entry »


CAT 5e or CAT 6 cables for server gigabit speeds

10 Comments »

Lately, we have been testing our server environment and setting up our Linux powered lab where all servers are connected to 1Gbps managed switches.

One of the first tests we had was testing Ethernet cables – CAT 5e and CAT 6 category cables. CAT 6 is the standard for Gigabit Ethernet and backward compatible with CAT 5 and CAT 5e. CAT 6 provides performance of up to 250 Mhz.

In our tests we will review data transfers between two servers each connected to 1Gbps switch. Our maximum data throughput for these boxes are at around 350Mbps due to network card… Read the rest of this entry »