Neues aus...
One thing you could save energy with your fileserver is to use a serial console. Especially if you have such a fancy serial terminal.
To enable OpenSolaris to use a serial Terminal just use the eeprom command.
# eeprom console=ttya
ttya means first serial port, ttyb stands for second serial port.
To be complete, grub also needs to be configured to use the serial console.
Edit /rpool/boot/grub/menu.lst with your favourite sysadmintool (i.e. text editor)
Add the following lines under the default line.
serial --unit=0 --speed=9600 --word=8 --parity=no --stop=1
terminal --timeout=10 serial console
unit=0 is for first serial port, unit=1 for second. The second line still allows you to use a standard console through your graphics card. If you don't need that, terminal serial is sufficient.
Have fun!
Neues und altes aus der Welt der Technik, Erlebnisse und Abenteuer in Japan und Deutschland.
Beobachtungen zu Land und Leute, Technisches und vielleicht auch mal ein Schneckencomic.
Constantin Gonzalez
February 11th, 2010 at 1313:FebFeb
Thanks for writing this up!
Now if I could find a TTY2Ethernet dongle, I could pass both the network and the TTY traffic through the single Ethernet cable from my basement into my living room...
Cheers,
Constantin
m
February 17th, 2010 at 1414:FebFeb
Such a dongle would be a cool add on. It made me think of buying a board with a management module.
m
July 26th, 2010 at 1414:JulJul
There is a nice TTY2Ethernet dongle: http://www.sparkfun.com/commerce/product_info.php?products_id=9476