dslreports logo
 
    All Forums Hot Topics Gallery
spc
uniqs
11

Trimline
Premium Member
join:2004-10-24
Windermere, FL

Trimline to mgraves1

Premium Member

to mgraves1

Re: [Equipment] For Those Looking for an Atom Based PC For Aster

said by mgraves1:

Just a few days ago I posted something related this regarding hp thin clients.

»www.mgraves.org/2012/03/ ··· n-hosts/

These can be had with Atom or Via cpus for under $200 ready to roll.

Ordered an HP t5565 Thin Client - do you have any notes to share on installing Asterisk? Or is this just a regular install once memory is added.
gweidenh
join:2002-05-18
Houston, TX

gweidenh

Member

My advise is not Asterisk specific, but for any embedded linux distribution.

When using a thin client, you will likely be using a Disk on Module, or DOM. Think of this as a small SSD drive that is intended to boot the operating system on the device.

I actually wrote a blog post about this for pfsense. Many of the same rules will apply for Asterisk.

»www.hammerweb.com/blog/2 ··· -client/

The key issue is that with any flash media, their lifespan is greatly reduced if you perform a lot of writes from the device. The best way to use these devices is simply to boot and then run from a RamDisk.

This means you will want to use a distribution specifically designed to be a for an embedded device. This generally means that writes are minimized and log files are kept in RAM.

There are two ways of getting this OS image onto the DOM module. I prefer to use a USB CD-ROM and install the OS much like you would do on any computer. However, you must delete the swap partition during the drive setup, and you will need to choose the embedded kernel during the install.

Another popular method is to use a Linux Live CD and boot into a linux environment. Then, using the 'dd' command, you copy the .img file over to the DOM.

Of course, if your thin client has a traditional HDD, then all of the above can be ignored.

mgraves1
Premium Member
join:2004-04-05
Houston, TX

mgraves1 to Trimline

Premium Member

to Trimline
said by Trimline:

Ordered an HP t5565 Thin Client - do you have any notes to share on installing Asterisk? Or is this just a regular install once memory is added.

With respect to Asterisk here's an older piece, not based on a thin client, be an embeded approach: »www.mgraves.org/?p=1092

Then there's a music server project based upon a T5700: »www.mgraves.org/2009/01/ ··· p-t5700/

The mechanics of the project should be transferable.

Michael
mgraves1

mgraves1 to gweidenh

Premium Member

to gweidenh
said by gweidenh:

The key issue is that with any flash media, their lifespan is greatly reduced if you perform a lot of writes from the device. The best way to use these devices is simply to boot and then run from a RamDisk.

This means you will want to use a distribution specifically designed to be a for an embedded device. This generally means that writes are minimized and log files are kept in RAM.

There are two ways of getting this OS image onto the DOM module. I prefer to use a USB CD-ROM and install the OS much like you would do on any computer. However, you must delete the swap partition during the drive setup, and you will need to choose the embedded kernel during the install.

If you use an embedded Asterisk distro like Astlinux (»http://www.astlinux.org/) or Askozia (»www.askozia.com/diet/) then all of this is handled for you. They're specifically designed around operating from small format hardware, booting from Flash media.