Watched an Amazing 60 Min on Bloom Energy
I have always loved watching how people are trying to beat the Mega Energy companies, and build something that everyone can profit on. After all my years dealing with my house's energy problem and Edison to do nothing about it.. thousands of dollars spent every year and Edison tries to tell me that having 2 refrigerators is causing my 500 to 700 a month energy bill is outrageous. Until recently it was all due to a loose Breaker switch! Imagine, how convenient for Edison.
Anyway back to the story. I have loved watching people like Smaks on Youtube create HHO generators for his car etc.
Even went down the path and almost created one.
This 60 min aired tonight showing a man John Doerr created a Cell that generates more efficient energy.
- Bloom customers include eBay, Google, Lockheed, Wal-Mart, Staples and the CIA. Backlog and sales are in the $2 billion range
- eBay ordered four of the company's 100-kilowatt units.
- The units run on natural gas, propane, biofuels or diesel which gives them about 48 percent overall efficiency.
- 60 Min states the unit could cost about 3000 for the home user.. IM IN, if it reduces my bills!!
Check out the video
Last Pass Enterprise
For thoes who followed my post back in March of last year. I switched my personal preference in Password management systems. Just to refresh, every website now pretty much requires a user-name and password to access your subscriptions and such. I used to use RoboForm, but switched to LastPass.com. Reasons are:
- First and most important it imports from Roboform
- Free! or 12 Bucks a year for premium version
- I can access my stuff anywhere! (not just with a usb key can can be lost)
- Password sharing (pretty cool when you run an IT Consulting firm and want control over passwords)
- Reporting (so you can see history of use)
- Many more features (mostly the same as RoboForm)
LastPass announces an Enterprise version coming soon!
The enterprise version can replace a SSO or work in tandem. With application auto filling of user-names and passwords. Power users at most remember and use about 100 user-names and passwords, Imagine now deploying this to your customer base and allowing for centralized password management (with all the same features as above!)
More details can be read here:
https://lastpass.com/enterprise_overview.php
Looks like the fee is about 1200 bucks a year for a 100 user network (as depicted from the ROI)
https://lastpass.com/enterprise_roicalculator.php
Overall I have dreamed of a solution like this I could manage for my customers, again I always look for ways to improve and lower my help-desk call center overhead.
The end-user would see something like this to train the application:
I opened Quickbooks told LastPass to train:
Then Give the application a name (Quickbooks, it defaults to the EXE name qb32.exe)
Assign it to a group (groups are used to help organize your passcodes, IE: Bills, Apps, Travel, Vendors)
Optionally tell LastPass to auto fill in the app, and for extra security check the box to ask for your passphrase.
(Prompting for the Pass Phrase is the passcode to release your saved passwords, you always need to log in with the 1 passphrase prior for use)
Now you can launch Quickbooks from the Tray Icon of Lastpass

Hope this info is helpful, stay tuned as they are still in beta with this app, the central management console is due out in beta in the beginning of March.
VirtualIron to Xen Migration Good to Know…
This week I have been migrating a customer that was on a Single User edition of Virtual Iron... Some of you may remember that Virtual Iron as lame as it was, would never support you in a production environment with this config. However we did it all the time as it was perfectly safe for the small business user.
So back to the goods, We now standardize on XEN mostly because of its tremendous support in the opensource community and due to the many features you get for free.
But how do you go from one virtualization platform to another?
Easy, Xen (and some others) have tools that allow you to do a V-V migration. This tool is called Xen Convert. Located here:
http://www.citrix.com/English/ss/downloads/details.asp?downloadId=1857892&productId=683148
A little about the environment first.. Being this was a Virtual Iron Single edition server this means the server is being used and we dont want to disrupt business to much during transfers and you want to CYA if the transfers dont work!! So we used another server that was spare to act as the new xen temporary host. After we transfer and test for a few days we will kill the VI server all together. Install XEN and redo the storage repositories, then transfer from the temp machine to the new primary.
Once you have XenConvert you can simply install this in your virtual machine and tell it to convert "This Machine" to the xen server. You will need a workspace (area for it to copy files prior to transfer to the xen host) I just used a buffalo nas drive on Gigabit.
NOTE*** with some virtualization systems you should uninstall the virtual tools from the Virtual Machine FIRST!! However with Virtual Iron I left them in place as it made the transfer speed fast. Once you have transfered, boot the virtual server into safemode and disable the Virtual Iron Tools. Boot back into normal mode uninstall the tools, install xen tools etc.... Now once you have successfully transfered your servers you may have to re-activate. We also noted that some database files needed to be transfered from a backup. Probably due to the fact SQL was running at the time and volume shadow services could not release the file for the transfer, this was no problem for us as we HAD GOOD BACKUPS.
Ok so now we need to transfer out of the temporary server and back to the new Host, two ways you can do this. Again you can use the buffalo, OR if you want to get this done faster use an external USB hard drive, here are the Detailed steps:
1. Acquire a USB Harddrive
1. Plug in your hard drive to the XEN Host
2. Terminal into your XEN Host using Putty or using the console mode in XenCenter
3. type: fdisk –l (that is the lower case letter L) This will list all the drives in the machine.
4. The Drive you will be looking for (As long as you only have 1 usb drive plugged in) will be labeled with (e.g. /dev/sdg)
5. type: fdisk /dev/sdg to partition the RSB HDD
6. Assuming you have created /dev/sdg1 partition you need to format it using the mkfs.ext3 command.
7. Type: mkfs.ext3 -m 0 -v /dev/sdg1
8. Mount the new partition so that you can start the export routine.
9. Type: mount /dev/sdg1 /mnt
2. Export the machines to the hard drive. This must be done while the virtual machines are turned off, also you cannot do this via the XenCenter Console yet.
-
This is where putty comes in handy, as we can launch multiple putty instances to connect to
-
the same Xen Host.
-
Type: xe vm-list (Use this command to look up your UUID's of each Virtual Server) use notepad and your trusty copy paste for this
-
Type: xe vm-export uuid= filename=/mnt/.xva (xe vm-export uuid=721d0f80c-35e2-dsf1b-c7ce-3dadccddff12 filename=/mnt/Dcserver.xva)
-
Open another Putty session and start another copy.
-
You can use XenCenter to view the status of the copy (its about 1 GB/min)
-
After your copies are done, you can type ls /mnt to view your files
-
Type: unmount /mnt this unmounts the volume.
3. Lets move this drive to the newly formated and installed XenHost.
When your importing your VM's if you want to import them into a specific SR you can by following these simple steps:
1. Type: xe sr-list (This lists out all the SR's and the sr-uuid's for the next command)
2. Type: xe vm-import filename=/mnt/dcsever.xva sr-uuid=2bce2593-f6ed-a39d-a027-9d7b38ce19ea
I think that about does it.. Once all the VM's are imported just start them up.
Two hours later we were done and in time to go grab a bite to eat and some hang time.
Reflexion Vs Average Joe Anti-Spam Provider.
- Friendships (throughout the Reflexion company)
- 100% Channel - not the want to be attitude or the on the fence type.
- They listen to the Vars for feature requests.
- They have helped me with setup for customers...
- Bottom line they do more than any other company would be willing to do.
It offends me to read about comparisons that are completely unjustified, and outright false - just to make a sale. One in particular was a comparison with regards to Spam Soap vs. Reflexion, a close friend of mine got this letter and forwarded it to me for my thoughts.
Who done it?
I have found myself talking to people about the Kaseya/ConnectWise Executive Summary and when I built it. It sounds funny when I hear from others that Chad Gniffke is saying the same thing, and of course I correct the story by giving the long version as depicted here. Its actually fun to reminisce the good old days.
)
Labtech the Kaseya killer?
Labtech is so far the only winner of my Challenge.
Diamond in the rough
For those of you interested, I have been feeling a bit overwhelmed with the idea that Kaseya cannot be the only RMM that can produce the results I am looking for.
Recently I have asked Kaseya to stop purging and removing my +++SQLCMD: variable from my scripts. I have had to edit a file on my Kaseya server to stop them from doing this. (Which by the way anyone interested in knowing how I can help you). I am tired of feeling like I need to defend what I do and not going to let a company like Kaseya dictate how I run my business. So I have started to look for alternatives.
I have started a topic on Linked in as well regarding this subject and today I posted:
I am looking at Labtech as the second choice if Kaseya does not add a Script option for running RAW sql commands. For anyone looking Labtech has this function, they have some short comings but in the long run I believe they are the Diamond in the rough. Ultimately I can see changing as they are half the cost, and are listening to people like us to build the best RMM.
I have a Con Call with Labtech and a few other strategic partners this Friday to demo my SLA system that I have been running for about 2 years, I have asked Kaseya to add this system 4 years ago... Imagine running your RMM on autopilot (mine does!) How many people are plagued with Agents falling out of compliance...etc, how many people have Vipre AV (the best AV for now) auto install and auto schedule scripts and routines upon install? Seriously it’s not hard to do.. but requires SQL queries.
Anyone interested in what I am doing with my Kaseya server I would gladly share.
I think I will post a youtube video on a few of these topics, thoughts?
Calling all KScripters
Hey guys,
My previous post gives you some background on this but we need to get a petition going that will vote in keeping the scripting variables open for us Power Kaseya users. Please comment to this post to allow the use of +++SQLCMD: statements in the scripts!
Again if you have this already in your scripts they will be lost in K6!
K6 Countdown..
Although I love the idea in upgrading to K6, its a nightmare to think about as well.
For thoes of you who dont know, Kaseya runs everything off of scripts.
Recently Kaseya has taken away a variable that allows you to run SQL queries and use them to better your service offering.
Here is an example:
Say you have monitor sets that monitor the CPU of a workstation.
Currently: You have to rely on your RMM to inform you that the workstation is running on High CPU... SO WHAT. Now you spend 20-30 min remoting into the machine because of High CPU, you may not get in) then trying to run task manager... bla bla you know the story.
What Kaseya SHOULD do: (and actually I have it working on my system)
You should run a script that runs a program to check what task is running and send this info back to you, but here is the next issue... what if you already know that 3DStudio Max may use 100% CPUfor a long time... You would like to create a table in SQL of Trusted APPS, and blacklisted APPS. Based on this info you can DO something like:
Hello User, we notice your running FISH screen saver and it is reccomended that we shut this off as it causes your machine to run HOT and could fail your Cooling Fans sooner. Would you like us to turn this off for you? YES NO.
WOW what have we done here ladies and Gents? We have Proactivly taken care of something.
But with the recent hot fixes Kaseya has stripped out the commands that allow me to do this.
And I know there are a bunch of people doing this, WARNING. K6 will whipe all that hard work you spent in differentiating your company.
The Arguement is this from what I understand of it:
We have to close this cause loop hole as it could be too powerful for the IT companies to use.
So paraphrasing this means you would open up pandoras box having this power, EEEHHum.
Here is my Arguement:
IF you own Kaseya you have already opened up Pandora's box. Here is how:
Scripting by itself is scarry if you dont use it right.
Case in point... if you dont know that a machine (your about to run a delete all contents of this directory script) that is currently not logged in with a user, your script will assume the account of SYSTEM. System's home directory folks is c:\windows\system, you run this script and you will delete all contents of the system directory.... here is the scarry thing, you will do this on ALL machines you manage.
GUYS this is why I choose Kaseya as an RMM solution... NOBODY can do this today, and why I am willing to look for someone who can. Kaseya is shutting the doors on my being an innovator, when that happens I need to find somthing else, and is why I have thrown the challenge for all RMM tools. Show me that you can do this sort of thing and I will be interested in knowing more about your product...
People who work for Kaseya should know that Kaseya is the Innovators Toolbox, when you do things like this you kill the innovators.
Who’s up for Challenge?
I don't know what it is about the MSP industry today, but everyone is trying to make a buck on the MSP businesses, 300 a month here, 3000 for that, 250 for this. By the time we add up what we spend on running the business there is little profit to be made.
Kaseya upsets me again. Here is my problem with this software package and just about every other package out there. They do not have the HEART of the MSP in mind, they only care about how much money we are lining their pockets with. With that being said here is what I mean about it (1 Example of several I have):
1. We (and just about every other person using this platform out there) have this issue where a monitor set decides to go rogue, IE stops monitoring. When the customer calls us telling us that the server is running slow is the only time we realize OH look at that how wonderful, Kaseya is not monitoring my stuff again... Why am I paying this exorbant amount of money again for this?
2. When you create a support ticket you will spend at least 2-3 maybe even days trying to help Tech Support fix it, therefore costing you more out of pocket.
This might be a minor rant to some but I have been using this software for may years now, and some of you know I worked for this company until they started ignoring my messages... They know that these issues exist but they decide there is no money to be made on fixing this issue so they focus on what does bring in money. This is very frusterating to me because they could be the BEST in all areas of IT Automation. Zenith, LPI, N-Able all FAIL in my eyes in this area.
Serously I am shocked WHY isnt there a software solution that competes with Kaseya costs less and does everything that Kaseya does today but 100% better. I would like to challenge the MSP Platform industry with this... I want to see the response. Who whats to build something and kill the competition?




