Skip to main content

Posts

Showing posts with the label SysAdmin

SysAdmin inventory and accounting software worth checking out (updated)

This is yet another update to my list of SysAdmin inventory and accounting tools. I just did some searching for SysAdmin inventory tools and accounting and found the following I'd like to check our some day: SpiceWorks |  http://www.spiceworks.com/welcome/ OCS Inventory |  http://www.ocsinventory-ng.org/en/ OPSI |  http://www.opsi.org/en FusionInventory |  http://www.fusioninventory.org/overview/ GLPI |  http://www.glpi-project.org/?lang=en ManageEngine |  http://www.manageengine.com/ Kaseya |  http://www.kaseya.com/ RackTables |  http://www.racktables.org iTop | http://www.combodo.com/spip.php?page=rubrique&id_rubrique=8 (new) Total Network Inventory | http://www.softinventive.com/products/total-network-inventory/ (new) XIA Configuration | http://www.centrel-solutions.com/XIAConfiguration/ (new) Network Inventory/Network Monitor | http://www.alchemy-lab.com/ (new)

SysAdmin inventory and accounting software worth checking out

As an update to my old post on a few SysAdmin tools, I just did some searching for SysAdmin inventory tools and accounting and found the following I'd like to check our some day: http://www.spiceworks.com/welcome/ http://www.ocsinventory-ng.org/en/ http://www.opsi.org/en http://www.fusioninventory.org/overview/ http://www.glpi-project.org/?lang=en http://www.manageengine.com/ http://www.kaseya.com/ http://www.racktables.org

eth0+N headache in linux with virtual templates

If you keep getting eth1 instead of eth0 as your main ethernet interface on a (newer) linux template/clone in a virtualized environment it's most likely because your udev rules is in affect and creates a new eth1 since eth0 is already defined and bound to the clone/template source's MAC address. This can be fixed in a couple of ways (in your template/clone source image): 1) You can delete the ' SUBSYSTEM ' line in your  /etc/udev/rules.d/70-persistent-net.rules : Edit the rules files   vi /etc/udev/rules.d/70-persistent-net.rules Delete the SUBSYSTEM line(s), feel free to also delete the comment about PCI device just above: # This file was automatically generated by the /lib/udev/write_net_rules # program, run by the persistent-net-generator.rules rules file. # # You can modify it, as long as you keep each rule on a single # line, and change only the value of the NAME= key. # PCI device 0x8086:0x100e (e1000) SUBSYSTEM=="net", ACTION==...