Episode 47 – MVP Systems JAMS

3 11 2008

A Podcast about Windows PowerShell.

Listen:

In This Episode

Today on the PowerScripting Podcast we have MVP Systems in the house to talk about JAMS.  And we have a TON of news from PDC to report!

News

This segment is brought to you by Idera.
Want to make Windows PowerShell easier than ever to learn and master? Checkout Idera’s PowerShellPlus Professional Edition which is now available for download! The new version has vastly improved code completion and a slick interactive Learning Center. Go to www.idera.com/PodcastPeople to get your copy today!

 

Interview

The news is brought to you by iTripoli.
What can you really do with PowerShell?  With Admin Script Editor the question becomes what can’t you do with PowerShell?  Besides all the advanced code generating tools this is the only tool offering a true PowerShell Forms Designer.  To illustrate what can be done the guys at iTripoli created a full-featured MP3/Podcast player written entirely in PowerShell and delivered as a single script.  Check it out at adminscripteditor.com/player.
Today we are interviewing Scott and John from MVP Systems (http://www.mvpsi.com) to talk about the PowerShell support in JAMS, their flagship batch scheduling product.
Here are a few questions which were asked by our wonderful Ustream audience:

JAMS

  • meson : ## What is the cost of the product or what is the customer base small/middle/enterprise/etc?
  • http://www.mvpsi.com
  • glnsize : ##are these task’s or is there an agent
  • trac3r726 : ## Any Reporting with charts for Management?
  • glnsize : ## soon to be psremoting/wsman?
  • ## any way to send jobs to run on server core, perhaps for speed/reliability?

 

SAAS

  • rfoust : ## how does saasmonitor scale?
  • rfoust : ## can it integrate w/ existing monitoring for a central dashboard?
  • rfoust : ## can you do user-experience monitoring, like adding a jmeter script or something?

Resources

 

This segment is brought to you by Quest:
Quest Software is offering Powerscripting Podcast listeners a free copy of Jeffery Hicks new book, Managing Active Directory with Windows PowerShell: TFM from Sapien Press. Visit quest.com/powerscripting to register for your copy, before they run out. While you’re there download their free graphical user interface, script editor and Active Directory commands.

 

 

 

Challenge

Don’t forget our challenge from last week.  If you submit a solution, we’ll feature it on the show and the website, and you’ll get a little something for your trouble.  :)  Here is the email from Dale which we forgot to put in last week’s show notes:

 

“While trying to find a solution to a problem that popped up at work, I stumbled upon an open-source dotnet object-oriented database called Db4o.  It is intended to be used as an embedded database in programs where some persistent storage is needed, but instead of storing data in related tables, it stores objects.
 
  I’ve tried to access the functions via reflection, but I am just learning Powershell and I don’t know if this is the right technique.  I haven’t gotten very far.
 
  I was wondering if you or someone else who listens to the show could take a look at it, and see if it can be useful as an object store in powershell scripts.”


Actions

Information

3 responses

4 11 2008
Chad Miller

As a follow up to your discussion of PoshRSS, using RSS for system administration is a novel but extremely useful technique to consolidate information across many servers. I’m using RSS Server software and along with my favorite client-side aggregator, to pull together:

Databases missing backups
SQL Replication Issues including down or latency problems
SQL Error Log for Error Messages
Open Microsoft Operation Manager Alerts
Open Help desk tickets
Drives with less than 20% free space
Uptime

RSS for system administration is a better solution than building scripts which generate yet another report. There are several problems with report and email based approach. The report information is static only reflecting data at the time report was generated. RSS Server software like PoshRSS present real-time information when you hit the RSS feed link the Powershell script/command executes. Each report you create you need to collect the data, possibly store, format and deliver usually via email. One of the great things about RSS is the collection, format and delivery are handled for you. RSS is versatile you can consume the data in a number of ways including via an aggregator, Internet Explorer, Outlook, SharePoint. You can even convert RSS to email if you really wanted to. Each report or email requires that you open the report and view it, which is just as inefficient as viewing a website instead of subscribing to a RSS feed of a website when all you care about is new information.

Not only can you monitor systems with RSS and you can also consolidate information from other monitoring systems. I have two help desk systems and Microsoft Operations Manager Alerts to monitor. I’ve setup 3 RSS feeds which check for “new” information every one minute. This provides a single portal, my RSS aggregator, to view instead of having to log into 3 systems.

The important thing to keep in mind is that the RSS feeds I create are all by based on exception conditions so the volume of data is not overwhelming. In addition the frequency which the data is updated is controlled by the client-side aggregator. For some things like help desk tickets, I’ll check for new information every minute. For things like backup information once every 24 hours is sufficient.

Here’s a link to a short presentation I gave for more information about using RSS for system administration:

If you’re used to subscribing to bunch of blogs with an RSS aggregator, you’ll probably find applying the same RSS concept to system administration data collection as you do for blogs to be just as addicting and time saving

4 11 2008
Community News : db4o Powershell Provider Challenge - with prizes

[...] recommend that you check the podcast (the db4o challenge part is right in the end).This is what the hosts say about the challenge in the Episode 47 page:”Don’t forget our challenge from last week.  If you submit a solution, [...]

5 11 2008
Chad Miller

Using RSS for System Administration is a novel but extremely useful technique to consolidate information across many servers. I’m using RSS Server software PoshRSS and xSQLSoftware RSS Reporter along with my favorite client-side aggregator, RSSOwl to pull together [...]

Leave a comment