by skufel | Dec 5, 2013 | Automation, Infrastructure, Scripting, Windows
Some handy wmic commands which might be helpful when automating OS deployment: wmic bios get serialnumber wmic computersystem get manufacturer wmic computersystem get model
by skufel | Jan 2, 2013 | Automation, Scripting, Windows
From script repository I did use in the past, VBscript which allows to clear EvenLog on Windows machine. I did use that on computers with Windows XP and Windows Server 2003. however, this script will work also on Windows 7 and Windows server 2008. By default script...
by skufel | Dec 23, 2012 | Automation, Databases, Development, Infrastructure, Scripting, SysAdmin, Windows
When browsing repository of all scripts I did use in past, I found one which might be interesting. What this script does is: Backups database to disk (name of database stored in @dbname, patch for backup stored in @archive_path, name of backup fine stored in @fname)...
by skufel | Mar 1, 2012 | Automation, Infrastructure, Network, SysAdmin
In previous articles in the RANCID series I described: How to install RANCID on openSUSE Add devices to RANCID So, we have RANCID collecting configuration from network devices to repository with version control. Only question is how to get access and make use of...
by skufel | Jan 23, 2012 | Automation, Infrastructure, Network, SysAdmin
Some time ago I described How to : Install RANCID on openSUSE 11.4 “Celadon”. However, just after installation RANCID will do nothing without proper configuration. So, in this lab I will show how to: create group of devices in rancid add information about...