Seite wählen

NETWAYS Blog

Weekly Snap: OSDC Specials, Printing & VirtualBox Tips for Xmas

20 – 24 December embraced the spirit of Christmas, giving OSDC specials, printing tips and VirtualBox hints, not to mention the warmest festive wishes from the entire team at NETWAYS.
Manuela reminded early birds to get their tickets to the OSDC 2011 coming up on 6 -7 April in Nuremberg. She gave a sneak peek into the program, featuring ‘Puppet Advanced’ and ‘ITSM Reporting with Jasper’ workshops and speeches on: ‘Automatic Natwork Documentation with NetDot & RANCID’,‘Email Marketing, Spam, Email Filtering & Data Protection-What‘s Allowed & What’s Not?’, ‘Icinga – Enterprise Monitoring’, ‘High Availability Virtualization Clusters with iSCSI, Cluster LVM & Xen/KVM’, ‘NoSQL in the Cloud: Patterns, Architecture & Experiences’, and ‘FAI – Fully Automatic Installation’. Interested speakers a still welcome to submit their ideas to the Call for Papers and registrations before 28 February will enjoy early bird specials. For an impression of the event format and style, Manuela shared two speeches from the recent monitoring conference courtesy of Linux Magazine: ‘Monitoring with Icinga’, ‘Java Monitoring & Troubleshooting’.
Marcus then taught us how to send print jobs to two printers simultaneously, using a combination of Foxit-PDF reader, CutePDF and an AutoIT 3 script. Referencing the AutoIT forum which offered example code, he recommended it as an alternative to PrintMulti (also available for free) for its relative configuration simplicity. First the document to be printed is exported in PDF format and saved in a specific place with CutePDF. Once the AutoIT script registers the new file, it is moved to an archive and renamed (date and time) to finally be sent off to the printers with FoxitPDF.
Lastly, Bernd shared his own tip by taking a peek under the VirtualBox 4.0 hood. The recently released major version of the virtualization solution features a refurbished interface and changes to the architecture. With certain features migrated to expansion packs, he couldn’t quite say whether they are a precursor to commercialized packages or just more freedom combining features. The expansion pack currently available offers ISB 2.0, PXE-Boot and VirtualBox RDP support. Bernd’s favourite feature was its support of Async-IO and local disk resource limitations for guests. Through VBoxManage, resource groups are created and individual disks are assigned to optimize resource use and meet the configured limits. More on the new release can be found in VirtualBox’s changelog, and Windows, Mac, Linux and Solaris suitable versions are also available for free download.

VirtualBox 4.0 – Unter der Haube

Bereits am vergangenen Mittwoch ist die neue Major-Version der freien Virtualisierungslösung VirtualBox erschienen. Neben dem überarbeiteten Interfaces ist auch in der Architektur und unter der Haube viel passiert. Eine offensichtliche Änderung ist das Auslagern von bestimmten Features in entsprechende Expanion-Packs. Ob diese Vorbote von kommerzialisierten Pakten sind oder lediglich mehr Entscheidungsfreiheit in Hinsicht auf benötigte Features bieten sollen ist mir im Moment jedoch noch nicht klar. Das verfügbare Expansion Pack beinhaltet aktuell Unterstützung für USB 2.0, PXE-Boot und VirtualBox RDP.
Ein neues Killerfeature ist aus meiner Sicht die Unterstützung von Async-IO und entsprechende Limitierung der lokalen Disk-Ressourcen für den Gast. Gerade auf kleineren Wirt-Systemen bereitet der Platten-I/O manchmal Schwierigkeiten und macht ein zügiges Arbeiten unmöglich. Da muss nur mal ein Suchindex aktualisiert werden oder der Updater laufen und schon klemmt es.
Genau dieses Verhalten kann man nun mit der entsprechenden Parametrisierung durch VBoxManage in den Griff bekommen. Grundidee ist Erstellung von Ressourcengruppen und Zuweisung der einzelnen Disks um sich die konfigurierten Limits im Betrieb optimal aufzuteilen.
Ein Beispiel:
[code]
VBoxManage bandwidthctl "GuestSystem" –name DiskLimit –add disk –limit 15
VBoxManage storageattach "GuestSystem" –controller "SATA" –port 0 –device 0 \
–type hdd –medium disk_image1.vdi –bandwidthgroup DiskLimit
VBoxManage storageattach "GuestSystem" –controller "SATA" –port 1 –device 0 \
–type hdd –medium disk_image2.vdi –bandwidthgroup DiskLimit
[/code]
Wer bezüglich weiterer Änderungen mehr wissen will findet alle Informationen im Changelog und kann Virtualbox unter bekannter Adresse für Windows, Mac, Linux und Solaris laden.

Bernd Erk
Bernd Erk
CEO

Bernd ist Geschäftsführer der NETWAYS Gruppe und verantwortet die Strategie und das Tagesgeschäft. Bei NETWAYS kümmert er sich eigentlich um alles, was andere nicht machen wollen oder können (meistens eher wollen). Darüber hinaus startete er früher das wöchentliche Lexware-Backup, welches er nun endlich automatisiert hat. So investiert er seine ganze Energie in den Rest der Truppe und versucht für kollektives Glück zu sorgen. In seiner Freizeit macht er mit sinnlosen Ideen seine Frau verrückt und verbündet sich dafür mit seinen beiden Söhnen und seiner Tochter.