Skip to content →

Tag: Service Delivery

The Limits of Shared Hosting

SharedHostingLimits-201207-0Have you ever wondered which is the real difference among different offerings besides the fact that your applications run on a shared server? In fact, most of the times, this seems to be a tricky question because most service providers describe the boundaries and limits of their services based on the following common parameters:

  • The resource type and quota: storage, bandwidth, mail boxes, mail lists, FTP accounts, database instances, etc.
  • The underlying platform: Windows (IIS/Apache) or Linux (Apache) under whichever version.
5 Comments

What’s new in NMTools v4.54b0

Well, here we are again! :D. This is a much long awaited release. Definitely, this product is becoming more and more mature with each iteration. I can now say this from the experience of running NMTools on big and complex Production Environments to solve real problems and handle considerably demanding situations.

There is a lot of hidden work that has been done during the last eight months. That is why I would like to start thanking all the people that has contributed to this release in any way: code, feedback, ideas, etc.…

One Comment

Around OpenOMS

It's been a long time since OpenOMS got a major refresh. That is why I've been working on an update during the past weeks and, finally, I can show some visible results of this work. You can find a new OpenOMS deployment on the following URL: http://thinkinbig.org/oms/

This new instance will host, not only my Projects but also some Demo Projects that will allow you to experience how OpenOMS really looks like and how it works for IT Service Management and Software Engineering.…

Leave a Comment

OpenSLIM v3.73b0 released!

It’s finally here! This is the first release since the NMTools spin off. A lot has happened since then. In fact, there are many changes in the OpenSLIM roadmap that I would like to tell you over the course of the following weeks.

As every new version, this one represents an additional step forward in functionality and also in reliability. Here is the list of new additions and improvements that this new major release incorporates:

  1. Systems Decommissioning Management.
  2. Improvements on how Virtual Environments are handled.
Leave a Comment

APIs and the “Technology Mix”

Today I would like to recall a really nice conference I saw last January: “Infrastructure in the Cloud Era”. This presentation was performed at O'Reilly Velocity Conference 2009 by Adam Jacob (Co-Founder at OpsCode) and Ezra Zygmuntowicz (Co-Founder at EngineYard).

They cover the theory of how you should be thinking about building a Fully Automated Infrastructure classifying their analysis in the following areas:

  • Bootstrapping: Corporate Approvals, Agile Approvals, Cloud.
  • Configuration: Manual, Ad-Hoc, Infrastructure as Code.
3 Comments

NMTools v4.0b0 released!

Being able to allocate enough time to finally publish this release hasn't been an easy task for me. I hardly can believe it, but it's here! 😀

This is a very special announcement because this release introduces lot of new features and also introduces very deep changes from the previous versions.

One of the most noticeable details is that NMTools is now an independent project. It will no longer tied to OpenSLIM. Nevertheless, OpenSLIM still will be a dependency and you need it to fully take advantage of what NMTools delivers.…

Leave a Comment

Node list as a CLI option. Why not?

If you have ever tried NMTools you may wonder why there is not an CLI option to allow something like this:

PS C:\> C:\.\nmagent.ps1 -profile main -cmd exec -src hlist @('host1','host2','1.2.3.4')

The answer is that it is planned but it is not a priority. Why? Because you can get similar results on the mean time using the following work around:

PS C:\> 'host1','host2','1.2.3.4' | % { .\nmagent.ps1 -profile main -cmd exec -src host $_ }

Unfortunately, both sentences are not exactly the same.…

Leave a Comment

Possible uses for PLEX modules

Here you have some possible samples that you may use as templates for your own purposes. In any case, the main goal of this post is give you an idea of what it is possible using PLEX modules.

The Samples or “Templates”

Remote log Distributed search using findstr.exe

"for /f `"tokens=*`" %i in ('dir /s /b *.log') do @findstr `"MyRegExPattern`" `"%i`"" | .\nmagent.ps1 -profile plex -cmd exec -src file -save

Remote log Distributed search using RSaR.exe. “RSaR” means “Regex Search and Rescue” and can be found at rsar.codeplex.com

Leave a Comment

OpenSLIM & NMTools v3.60b0 released!

It’s finally here! Once again, this new version represents an additional step forward in functionality and also in reliability.

As previous versions, documentation is something I must work on. Unfortunately, I don’t have time to do it the way it should. But, I will be posting working samples, screenshots, and demo videos that will help on the training aspects of this tools.

Anyway, if you want to help with documentation or any other aspect, just let me know: I would love to build a team to make this project grow bigger and stronger.…

Leave a Comment

The “Office+Scripting Solution”: The thinking behind OpenSLIM & NMTools

At this point you might be wondering why OpenSLIM and why NMTools provided that there is plenty of software out there that seems to do the same or, at least,  a similar work. And, yes, it's certainly a good question. Today, you can easily find IT Management Software to deal with Inventory, CMDB, Network Discovery, Distributed Configuration in many of the available software delivery flavors: Commercial, Open Source, ASP, etc… So, why?

The quick answer is that every solution has strengths, weaknesses and particular approaches that make them different even when they share the same market segment.…

Leave a Comment