VMworld

 

Matthew Snodderly's Blog

4 Posts tagged with the sysadmin tag

Today I needed to look up the warranty info on one of my ESX servers -- I knew I had it in a spreadsheet somewhere, but it turned to be quicker to just look it up from the console using "dmidecode". The service tag is listed as the Serial Number under System Information.

 

This works for regular Linux servers too:

 

[root@myesxserver root]# /usr/sbin/dmidecode |grep -A4 "System Information"

System Information

        Manufacturer: Dell Inc.

        Product Name: PowerEdge R710

        Version: Not Specified

        Serial Number: Hxxxxx1

 

0 Comments Permalink
0 Comments Permalink

Puppet + git

Posted by Matthew Snodderly Jan 27, 2010

This is an interesting idea -- instead of running puppet in traditional client-server mode where the configuration is pushed from the server, replacing the puppetmaster server with a git repository, and let the managed servers pull their configs from git.

 

Scaling Puppet with distributed version control

 

0 Comments Permalink
0 Comments Permalink
Matthew Snodderly

Matthew Snodderly

Member since: Jun 13, 2008

sysadmin 2.0 Virtualization, infrastructure automation, configuration management, cloud stuff etc. Mostly links to things I think are interesting.

View Matthew Snodderly's profile

Actions

Create Your Own Personal Blog

To create a personal blog on VMworld.com, sign into your account, click on "Manage Account" in the top right corner of any page, click on the "Blog Posts" tab and then click on "Create a Personal Blog" or "Write a Blog Post" from within your account profile.

Note: All blogs will be monitored and reviewed for content. Any blogs not related to virtualization or considered to be spam or offensive will be removed.