Archivo por meses: mayo 2011

Running IPMI on Linux

quick commands ipmitool -H 192.168.1.1 -U root -P 123456 chassis power status ipmitool -H 192.168.1.1 -U root -P 123456 chassis power on ipmitool -H 192.168.1.1 -U root -P 123456 chassis power soft (note: -a prompts password)   What is IPMI? IPMI is standard which allows remote server management, primarily developed by Intel. IPMI cards, known… Leer más »

remove ^M

in vi do the following: :g/^M/s/// (the ctrl-m has to be entered with the key strokes «ctrl-v followed by ctrl-m». That’s teh only way it works! Or use sed to do it: sed ‘s(ctrl v ctrl m)g//g’ old.file > new.file tr -d ‘\r’ new.file

Categoría: Nix

Create a 1 GiB file containing only zeros

Create a 1 GiB file containing only zeros (bs=blocksize, count=number of blocks): time dd if=/dev/zero of=trash bs=1M count=1024 Benchmark —————————————– Laptop HP Wrk 1024+0 records in 1024+0 records out 1073741824 bytes (1.1 GB) copied, 14.2728 s, 75.2 MB/s —————————————————— Server T110 1024+0 records in 1024+0 records out 1073741824 bytes (1.1 GB) copied, 9.777131 s, 110… Leer más »

Categoría: Nix

memoria servidor

Your system supports DDR3 ECC unbuffered memory modules (UDIMMs). The DIMMs can be 1066 or 1333 MHz. Single and dual-rank DIMMs can be 1066 or 1333 MHz. http://www.memoryupgrade.pro/ http://www.memoryupgrade.pro/dell-memory-poweredge-memory-poweredge-t110.html

Database Tuning

Database Tuning: Principles, Experiments, and Troubleshooting Techniques Morgan Kaufmann Series in Data Management Systems

T110 II add in videocard

well just waiting my server, and i want to upgrade the videcard, i hope it works with an 8x to 16x adapter : P http://www.serveredge.net/showthread.php?t=16162&highlight=dell+video+card+t110

-bash: fork: Not enough space

-bash: fork: Not enough space First your RAM, then the swap got full. Check the space available using swapinfo and check if there is any user application causing huge memory leaks. Increase swap space. PID list FULL

Dell™ PowerEdge™ T110 II nuevo servidor

Mi primer servidor Dell™ PowerEdge™ T110 II Intel® Xeon® E3-1230 3.20 GHz, 8M Cache, Turbo, Quad Core/8T (80W) 4GB Memory (2x2GB), 1333MHz, Single Ranked UDIMM Disco Duro SATA 3.5″ 3Gps de 500GB (7200 RPM) cableado También estoy pensando en adquirirle una tarjeta de video nvidea quadro, todavía estoy por definir que modelo me alcanza… Ahora… Leer más »