Skip to main content

Posts

Showing posts from 2014

iRST & iRSTe drivers - Intel Rapid Storage Technology & Intel Rapid Storage Technology Enterprise

Just found a nice forum post that keeps track of Intel's RST/RSTe drivers. I'm a bit sceptical since I can't find the latest version on Intel.com but thought I'd post the link here so I can go back later and have a look. It might be legit, it might not. Intel's RST/RST(e) AHCI/RAID Drivers @ Fernando’s Win-RAID Forum

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)

Great Compare websites (updated)

This is a second update to my list of compare sites. This was the last post last year Size up your PC in less than a minute - http://www.userbenchmark.com/ Compare computer hardware -  http://cpuboss.com/ Compare Digital Cameras -  http://snapsort.com/ Compare Cars -  http://carsort.com/ Compare Smartphones -  http://geekaphone.com/ Compare TV screen sizes:  http://displaywars.com/ Compare graphics card:  http://www.hwcompare.com/ Compare sizes of "all" things:  http://www.sizeasy.com/

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

How to configure multiple VLANs on QNAP TS-869U

It's unbelievable that QNAP still doesn't support multiple VLANs on a single bond0 interface via GUI when they now just released the QTS v4.1.0 NAS Operation System for QNAP. The underlying Linux OS (QTS) does support it, and there should at least not be any problems with Intel chipsets. Some are reporting problems with Marvell.. but I haven't tried. I wanted to use the QNAP as a iSCSI storage for my LAB using a second interface while having full redundancy and get max bandwith (2x1GbE) for my ESXi hosts, and I didn't want that interface routed. At the same time I of course need the possibility to manage the QNAP system via the main interface, which is routed. This CLI "hack" will at configure the QNAP for a second VLAN interface that will be persistent during reboots. It's not been verified that it works after an upgrade of the firmware, but I presumed it will. To get this to work I presume you already have the following working: Network onfigured

Force Dell BIOS Upgrade

I just experienced a problem upgrading a Huawei N8300 OceanStor NAS Engine node (OEM'ed Dell PowerEdge R710 server). Running the linux binary update file looked good and it asked me to reboot. After reboot the same old v2.1.15 BIOS was there, not the latest v6.4.0 (as of writing this small post). Next up was creating a FreeDOS Bootable ISO with the bios update program included (see this page for how to do that in Windows). Running the BIOS upgrade program from FreeDOS (virtual media and DRAC) I got this error: Cannot use a "Dell System PowerEdge R710" BIOS in a " -  " Pres any key to exit. ROM update not performed. After some googleing I found the solution on Dell Community Forum - use the /FORCETYPE option. So to force the update, I just ran the update package with that option (I had renamed the file for 8.3 DOS filename): R710-640.exe /FORCETYPE And thats it. v6.4.0 BIOS up and running :)

VMware Virtual SAN

Just found whats looksl like a good article about VMware Virtual SAN. Putting a link her so I can go back to read all of it later when I have time. Article: VMware Arena - VMware Virtual SAN : Basics of VSAN

Articles about Spanning-Tree Protocol and Root Guard, Loop Guard etc

Spanning-tree Loop Troubleshooting and SafeGuards Configuring Root Guard & Loop Guard BPDU Guard, BPDU Filter, Root Guard, Loop Guard & UDLD What Is the Difference Between STP BPDU Guard and STP Root Guard? Of course there are more technical and in depth articles at sites such as Cisco.com ( here , here , here , here  etc.) and others. Google is your friend :-)

Where did your Chrome URL go?

You may have noticed lately, at least this happenes in my Chrome v35 beta, that the entire URL has vanished and only the site FQDN is showing? Illustration:  FQDN, but no Complete URL. Annoying if you ask me    First I didn't find any solutions while googling, so I started to og through all the advanced and experimental settings ("flags") for Chrome and at the bottom I found the solution/configuration.   Open this URL in Your Chrome: chrome://flags/#origin-chip-in-omnibox   This will give you this: Even the flag url is hidden, showing only "Chrome" Now, by setting this setting to 'Disabled' and restart Chrome everything is back to normal, or at least the way I prefer it - the COMPLETE URL is shown :)  Much better! Later I started googling for the key Words in the settings, like "origin-chip" and found some more information: http://chromespot.com/2014/01/17/you-can-now-customize-origin-chip-url-address-in

Great blog series on installing VMware vSphere 5.5, SQL Server 2012 Failover Cluster and Windows Server 2012 Unattended installation

Just found a few great blog series I'd like to share: vSphere 5.5 Install http://www.derekseaman.com/2013/10/vsphere-5-5-install-pt-1-introduction.html SQL 2012 Failover Cluster (on VMware) http://www.derekseaman.com/2013/09/sql-2012-failover-cluster-pt-1-introduction.html Windows Server 2012 Unattended Installation http://www.derekseaman.com/2012/07/windows-server-2012-unattended.html