Open Source

smartmontools

The smartmontools package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (SMART) built into most modern ATA and SCSI harddisks. In many cases, these utilities will provide advanced warning of disk degradation and failure. (The above shamelessly taken from the supplied URL). […]

smartmontools Read More »

ZFS – some initial testing

I thought I’d run some simple tests, based on a tuning thread I found: # dd if=/dev/urandom of=./file1 bs=1m count=1024 1024+0 records in 1024+0 records out 1073741824 bytes transferred in 14.283206 secs (75175127 bytes/sec) And while the above was running: # zpool iostat 5 capacity operations bandwidth pool used avail read write read write ———-

ZFS – some initial testing Read More »

mirroring the hard drive

Tonight’s goals: Install a second HDD get gmirror running install the remaining 5x2TB HDD add the two RAID cards After adding in the second HDD for the OS, dmesg shows this: ad4: 76319MB <seagate ST380815AS 4.AAB> at ata2-master UDMA100 SATA 3Gb/s acd0: DVDR <tsstcorp CDDVDW SH-S223C/SB01> at ata3-master UDMA100 SATA 1.5Gb/s ad8: 152587MB <wdc WD1600AAJS-75M0A0

mirroring the hard drive Read More »

FreeBSD installed on the server

Tonight I managed to: install a DVD-RW drive install 1x 80GB SATA drive connect all the chassis cables to the motherboard install the network card install FreeBSD 8.0-RELEASE start the upgrade process to FreeBSD 8.0-STABLE install a few ports: bash, joe, sudo The photos from tonight. Here is the output from /var/run/dmesg.boot Copyright (c) 1992-2009

FreeBSD installed on the server Read More »

HAST – High Availability Storage

HAST has just been added to FreeBSD: HAST allows to transparently store data on two physically separated machines connected over the TCP/IP network. Those two machines together will be called a cluster and each machine is one cluster node. HAST works in Primary-Secondary (Master-Backup, Master-Slave) configuration, which means that only one of the cluster nodes

HAST – High Availability Storage Read More »

openvpn replay

I’ve started seeing these messages recently: openvpn[2688]: latens.example.org/10.99.36.17:60467 Authenticate/Decrypt packet error: bad packet ID (may be a replay): [ #999 ] — see the man page entry for –no-replay and –replay-window for more info or silence this warning with –mute-replay-warnings After reading the man page, I decided to add the following and restart openvpn: replay-window

openvpn replay Read More »

Scroll to Top