<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://port25.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Port 25: The Open Source Community at Microsoft : Technical Analysis, Management</title><link>http://port25.technet.com/archive/tags/Technical+Analysis/Management/default.aspx</link><description>Tags: Technical Analysis, Management</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 40109.1145)</generator><item><title>Systems Manageability Part 7 - Log Management and Analysis</title><link>http://port25.technet.com/archive/2007/08/07/part-7-log-management-and-analysis.aspx</link><pubDate>Tue, 07 Aug 2007 15:57:00 GMT</pubDate><guid isPermaLink="false">af7480c4-26b7-468d-87b0-2acebabb473d:4143</guid><dc:creator>kishi</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://port25.technet.com/rsscomments.aspx?PostID=4143</wfw:commentRss><comments>http://port25.technet.com/archive/2007/08/07/part-7-log-management-and-analysis.aspx#comments</comments><description>&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;Level-Set&lt;/strong&gt; &amp;ndash; &lt;strong&gt;Log Management:&lt;/strong&gt; This section includes open-source technology directed primarily on host-based logging, log file rotation and log file analysis.&amp;nbsp; Many of these tools are very common free and open-source software tools that are distributed and preconfigured with most of the major Linux systems, including major vendors such as RedHat and Novell.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;I. Logrotate&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;Logrotate&lt;/strong&gt; is a very popular application utilized in a number of Linux systems, including all RedHat and SUSE based systems.&amp;nbsp; The logrotate utility typically runs periodically via cron, a task scheduling application.&amp;nbsp; The utility will read a configuration file (/etc/logrotate.conf), and archive and compress log files according to the configuration.&amp;nbsp; Administrators can configure when log files should be rotated based on age and size, and how long backlogs should be maintained.&amp;nbsp; Older archived log files can then be swapped out and replaced with newer archives.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;II. Syslogd and klogd&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Typical Linux systems utilize a &lt;em&gt;syslog&lt;/em&gt; daemon to capture log messages from userspace applications and write them to text-based log files or send them to a logging host over the network.&amp;nbsp; The syslogd daemon is often accompanied by a klogd application which is designed to capture and log kernel messages.&amp;nbsp;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;The behavior of the syslog daemon can be configured via the &lt;em&gt;/etc/syslog.conf&lt;/em&gt; configuration file.&amp;nbsp; All messages captured by syslog are categorized by &lt;em&gt;facility&lt;/em&gt; and &lt;em&gt;priority&lt;/em&gt;.&amp;nbsp; Messages can then be sent to particular log files or logging hosts, or dropped completely based on their facility and priority attributes.&lt;/font&gt;&lt;/p&gt;&lt;table border="0" cellpadding="0" cellspacing="0" class="MsoNormalTable" style="margin-left: 1.45in; border-collapse: collapse"&gt;&lt;tbody&gt;&lt;tr style="height: 28.75pt"&gt;&lt;td style="border-right: black 1pt solid; padding-right: 5.4pt; border-top: black 1pt solid; padding-left: 5.4pt; background: #cccccc; padding-bottom: 0in; border-left: black 1pt solid; width: 145.25pt; padding-top: 0in; border-bottom: windowtext 1pt solid; height: 28.75pt" width="194"&gt;&lt;font face="Verdana"&gt;Facilities&lt;/font&gt;&lt;/td&gt;&lt;td style="border-right: black 1pt solid; padding-right: 5.4pt; border-top: black 1pt solid; padding-left: 5.4pt; background: #cccccc; padding-bottom: 0in; border-left: medium none; width: 142.75pt; padding-top: 0in; border-bottom: windowtext 1pt solid; height: 28.75pt" width="190"&gt;&lt;font face="Verdana"&gt;Priorities&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 180.4pt"&gt;&lt;td style="border-right: black 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; background: #e0e0e0; padding-bottom: 0in; border-left: black 1pt solid; width: 145.25pt; padding-top: 0in; border-bottom: black 1pt solid; height: 180.4pt" valign="top" width="194"&gt;&lt;font face="Verdana"&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; auth or security&lt;/font&gt; &lt;p&gt;&lt;font face="Verdana"&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; authpriv&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana"&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cron&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana"&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; daemon&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana"&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; kern&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana"&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lpr&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana"&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mail&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana"&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mark&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana"&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; news&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana"&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; syslog&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana"&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; user&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana"&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uucp&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana"&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; local0 through local7&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;&lt;td style="border-right: black 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; background: #e0e0e0; padding-bottom: 0in; border-left: medium none; width: 142.75pt; padding-top: 0in; border-bottom: black 1pt solid; height: 180.4pt" valign="top" width="190"&gt;&lt;font face="Verdana"&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; debug&lt;/font&gt; &lt;p&gt;&lt;font face="Verdana"&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; info&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana"&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; notice&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana"&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; warning or warn&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana"&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; err or error&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana"&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; error&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana"&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; crit&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana"&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana"&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; emerg or panic&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;em&gt;List of syslog facilities and priorities.&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;III. Syslog-ng&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;The &lt;strong&gt;syslog-ng&lt;/strong&gt; application aims to be an enhanced drop-in replacement for the traditional syslog daemon.&amp;nbsp; It provides many of the same features of the standard syslog daemon, but includes additional features such as advanced message filtering based on content, remote logging via UDP or TCP, and the ability to write log files to a database such as MySQL or PostgreSQL.&amp;nbsp; More recent SUSE-based systems such as SLES10 have switched to syslog-ng as the default syslog server.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;IV. Viewing Logs&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Most log files on a Linux system are stored in plain-text, which means they can be viewed and parsed using a number of different command-line tools.&amp;nbsp; Typical utilities such as &lt;em&gt;tail, head, grep, cat, less, more, sed&lt;/em&gt; and &lt;em&gt;awk&lt;/em&gt; can be used to view and filter log messages via the command line.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;There are also a myriad of utilities designed to parse and view log files via a GUI or web browser.&amp;nbsp; Some utilities are even designed to handle specific log formats, such as those generated by Linux&amp;rsquo;s Netfilter firewall subsystem.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;em&gt;&lt;strong&gt;&lt;a name="_Toc158034354" title="_Toc158034354"&gt;&lt;/a&gt;GNOME System Log Viewer&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;The GNOME system includes a GTK-based system log viewing application that displays system logs via the GUI.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;em&gt;&lt;strong&gt;&lt;a name="_Toc158034356" title="_Toc158034356"&gt;&lt;/a&gt;YaST System Log Module&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;SUSE-based systems using YaST typically include a module called &lt;em&gt;View System Log&lt;/em&gt; (called internally as &lt;em&gt;view_anymsg&lt;/em&gt;).&amp;nbsp; Similar to the GNOME System Log viewer, the YaST module allows an administrator to view many of the various system logs without using the command-line.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;V. Log Analysis&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;&lt;em&gt;&lt;a name="_Toc158034359" title="_Toc158034359"&gt;&lt;/a&gt;LogWatch&lt;/em&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;The &lt;em&gt;logwatch&lt;/em&gt; utility is designed to parse system logs and located any entries that might indicate security threat or system failure and send an email report to a designated address.&amp;nbsp; Logwatch is distributed with RedHat Enterprise Linux systems.&amp;nbsp; The following is an excerpt from the RPM description:&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;em&gt;&amp;ldquo;LogWatch is a customizable log analysis system. LogWatch parses through your system&amp;#39;s logs for a given period of time and creates a report analyzing areas that you specify, in as much detail as you require. LogWatch is easy to use and claims that it will work right out of the package on almost all systems. Note that LogWatch now analyzes Samba logs.&amp;rdquo;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;LogWatch is typically executed periodically via &lt;em&gt;cron&lt;/em&gt;, a task scheduling application.&amp;nbsp; &amp;nbsp;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;&lt;em&gt;&lt;a name="_Toc158034361" title="_Toc158034361"&gt;&lt;/a&gt;LogCheck&lt;/em&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;The &lt;em&gt;logcheck&lt;/em&gt; utility is a part of the &lt;strong&gt;Sentry Tools&lt;/strong&gt; project that also includes portsentry, a utility designed to detect port scans.&amp;nbsp; Similar to the LogWatch utility, the software is designed to parse system log files, find log entries that may indicate security problems and send an email to a preconfigured address.&amp;nbsp; Also similar to the LogWatch utility, logcheck relies on the standard &lt;em&gt;cron&lt;/em&gt; utility to be periodically executed.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;That does it for Log Management and Analysis section. We have one last blog to go and certainly hope that you found the information we have captured for you useful. If you&amp;rsquo;re running any special toolsets or customizable scripts for log management and analysis and would like to share your experience with us, please send us your feedback and as always, THANK YOU for tuning into Port25.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana"&gt;&lt;/font&gt;&lt;/p&gt;&lt;img src="http://port25.technet.com/aggbug.aspx?PostID=4143" width="1" height="1"&gt;</description><category domain="http://port25.technet.com/archive/tags/Kishi+Malhotra/default.aspx">Kishi Malhotra</category><category domain="http://port25.technet.com/archive/tags/Technical+Analysis/default.aspx">Technical Analysis</category><category domain="http://port25.technet.com/archive/tags/Management/default.aspx">Management</category><category domain="http://port25.technet.com/archive/tags/Community/default.aspx">Community</category><category domain="http://port25.technet.com/archive/tags/Server+Center/default.aspx">Server Center</category></item><item><title>Systems Manageability Part 3 - Provisioning and Deployment</title><link>http://port25.technet.com/archive/2007/05/03/systems-manageability-part-3-provisioning-and-deployment.aspx</link><pubDate>Thu, 03 May 2007 17:29:00 GMT</pubDate><guid isPermaLink="false">af7480c4-26b7-468d-87b0-2acebabb473d:3864</guid><dc:creator>kishi</dc:creator><slash:comments>17</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://port25.technet.com/rsscomments.aspx?PostID=3864</wfw:commentRss><comments>http://port25.technet.com/archive/2007/05/03/systems-manageability-part-3-provisioning-and-deployment.aspx#comments</comments><description>&lt;font face="Verdana" size="2"&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;I want to start this blog with a note of Thanks to &lt;a href="http://softwareblogs.intel.com/author/ajay-mungara/" style="color: blue; text-decoration: underline; text-underline: single"&gt;Ajay Mungara&lt;/a&gt;, the Manageability Developer Community Manager from Intel and &amp;ldquo;einhverfr&amp;rdquo;, both of whom gave some very constructive &lt;a href="http://port25.technet.com/archive/2007/03/21/systems-manageability-part-1-why-manageability-matters.aspx#comments" style="color: blue; text-decoration: underline; text-underline: single"&gt;feedback&lt;/a&gt; on the previous blog. In the next six blogs to follow, including this one, I will do a &amp;ldquo;deep-dive&amp;rdquo; into the six specific areas we covered under the &amp;ldquo;Systems Manageability&amp;rdquo; &lt;a href="http://port25.technet.com/archive/2007/04/06/systems-manageability-part-2-scope-methodology-and-ontology.aspx" style="color: blue; text-decoration: underline; text-underline: single"&gt;ontology&lt;/a&gt;. &lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Let&amp;rsquo;s start this blog with the first of the six categories from the ontology - &amp;nbsp;&lt;strong&gt;&amp;ldquo;Deployment and Provisioning&amp;rdquo;&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Level-Set: Deployment and Provisioning as we understand it, encompasses all tasks related to the initial installation of an operating system on remote system, as well as post-installation of software on a remote system.&amp;nbsp; Much of these toolsets are geared toward automated system provisioning and cloning. There&amp;rsquo;s lots of different tools out there that can be used but we have focused on the most popular ones, namely Kickstart, Autoyast, &amp;ldquo;Bare-Metal&amp;rdquo; provisioning and RedHat Network. In the paragraphs to follow, we have attempted to lay out our understanding of these tools after using them in the OSSL:&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;I.KICKSTART:&lt;/strong&gt; is an automated installation utility for RedHat-based systems, including Fedora Core and RHEL based systems.&amp;nbsp; Kickstart software requires the creation of a configuration file (similar to an &amp;ldquo;answer file&amp;rdquo; in Windows lingo) which contains all the information the installation program will require to install the operating system.&amp;nbsp; The configuration file and all the RPM software packages are typically kept on a remote server such as a HTTP or FTP. The location of the Kickstart configuration file is typically passed to the kernel at boot time.&amp;nbsp; For example, once the bootloader (GRUB, LILO) loads, the user is often presented with a &amp;ldquo;boot:&amp;rdquo; prompt that allows the user to pass arguments to the kernel.&amp;nbsp; To load a kickstart configuration file from a remote server one would type the following:&amp;nbsp;&lt;/font&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="font-size: 10pt; font-family: Lucida Console"&gt;boot:&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size: 10pt; font-family: Lucida Console"&gt; linux ks=http://&amp;lt;server&amp;gt;/location/of/kickstart.cfg&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;The administrator can then create multiple Kickstart configuration files for different configurations.&amp;nbsp; With the addition of a PXE-based server, much of the provisioning process can be automated. A Kickstart configuration file is simply a text file, which can be created and edited manually with any text-editor.&amp;nbsp; A GUI-based Kickstart file creation program called system-config-kickstart is also available from the Fedora and RHEL distributions. Both kickstart and autoYaST provide the ability to run arbitrary commands during the post-installation phase.&amp;nbsp; This allows administrators to run individual commands, or entire shell scripts to automate any post installation tasks that may be required.&amp;nbsp; RedHat provides a GUI-based tool to assist one in building a kickstart configuration , however in practice it is very easy to customize the configuration file by hand.&amp;nbsp; The ability to run shell commands via the post-configuration phase is simple yet extremely powerful.&amp;nbsp; &lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;II. AutoYaST:&lt;/strong&gt; is another automated installation utility, similar to RedHat&amp;rsquo;s Kickstart utility, but used primarily with SUSE-based systems.&amp;nbsp; Novell provides a YaST2 module for autoYaST, which is a GUI tool that can be used to create an autoYaST configuration file &amp;ndash; also similar to RedHat&amp;rsquo;s system-config-kickstart utility. Many of the same rules and procedures used with the kickstart utility also apply to autoYaST.&amp;nbsp; Administrators that need to deploy SUSE clients or servers can create any number of autoYaST configuration files to fit a particular system profile.&amp;nbsp; These can then be used to automate the installation of a SUSE system over a network.&amp;nbsp; When combined with PXE/DHCP setup administrators can deploy and start a SUSE install without using any physical media (i.e. an installation CD/DVD).&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;III. Bare-Metal Provisioning:&lt;/strong&gt; Automated deployment tools such as Kickstart and Autoyast support system provisioning via HTTP, (T)FTP and NFS.&amp;nbsp; Completely automated installations can also be configured using the Pre-Execution Environment (PXE), DHCP, tftp and kickstart or autoyast.&amp;nbsp; By automating the boot process, it no longer becomes necessary to manually initialize the installation process via a CDROM or other bootable medium. &lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Many cluster deployment solutions utilize these very same technologies to deploy large numbers of nodes in a very short time.&amp;nbsp; &lt;a href="http://www.rocksclusters.org/wordpress/" style="color: blue; text-decoration: underline; text-underline: single"&gt;ROCKS&lt;/a&gt;, for example, automates the booting and (re)deployment cluster nodes on the network using PXE, DHCP and kickstart, a process that can sometimes require less than 10-minutes for a single node.&amp;nbsp; Proprietary tools such as CSM, IBM&amp;rsquo;s cluster management software, also utilizes PXE, DHCP and kickstart or autoYaST to (re)provision cluster nodes as needed.&lt;/font&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;&lt;a name="_Toc158034249"&gt;&lt;/a&gt;Configuring a PXE Server for Automated Installations:&lt;/strong&gt; There are two common utilities one may use to configure a PXE server on Linux.&amp;nbsp; Testing for this scenario was done using a RedHat based system.&amp;nbsp; Therefore some aspects of the following descriptions, such as locations of configuration files, will be RedHat-centric.&amp;nbsp; The general necessity of the configuration and the components, however, are not distribution specific.&lt;/font&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;pxeos&lt;/strong&gt; &amp;ndash; This utility can be used to configure operating system descriptions within the PXE boot files.&amp;nbsp; Operating system descriptions include the OS name, the protocol used to obtain the OS files (HTTP, FTP, NFS) and the full URI and path to the installation files.&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;system-config-netboot &lt;/strong&gt;&amp;ndash; The system-config-netboot utility is a graphical application that can perform many of the same tasks as the pxeos utility.&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;&lt;a name="_Toc158034250"&gt;&lt;/a&gt;Configuring DHCP:&lt;/strong&gt; The DHCP daemon can be configured via the /etc/dhcpd.conf file.&amp;nbsp; Those options that are specific to allowing PXE boot clients are listed below.&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family: Lucida Console"&gt;&lt;font size="2"&gt;allow bootp;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family: Lucida Console"&gt;&lt;font size="2"&gt;class &amp;quot;pxeclients&amp;quot; {&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family: Lucida Console"&gt;&lt;font size="2"&gt;match if substring(option vendor-class-identifier, 0, 9) = &amp;quot;PXEClient&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family: Lucida Console"&gt;&lt;font size="2"&gt;&amp;nbsp;&amp;nbsp; filename &amp;quot;linux-install/pxelinux.0&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="font-family: Lucida Console"&gt;&lt;font size="2"&gt;}&lt;/font&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;&lt;a name="_Toc158034251"&gt;&lt;/a&gt;Configuring TFTP:&lt;/strong&gt; The TFTP daemon must first be enabled via xinetd super daemon.&amp;nbsp; The following configuration is added to /etc/xinetd.conf, or sometimes /etc/xinetd.d/tftp, depending on the distribution:&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;/font&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;service tftp&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;{&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; disable&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = no&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;= 69&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; socket_type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = dgram&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; protocol&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = udp&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wait&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = yes&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; user&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = root&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; server&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = /usr/sbin/in.tftpd&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; server_args&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;= -s /tftpboot&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; per_source&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 11&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cps&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 100 2&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Lucida Console'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; flags&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = IPv4&lt;/span&gt;&lt;/p&gt;&lt;span style="font-size: 10pt; font-family: Lucida Console"&gt;}&lt;/span&gt; &lt;p&gt;&lt;em&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;TFTP Configuration in xinetd.conf&lt;/strong&gt;&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;The directory /tftpboot/linux-install is the default used by the system-config-netboot configuration tool.&amp;nbsp; The directory contains kernels and the necessary configuration files required to boot a system and begin a kickstart installation.&amp;nbsp; The configuration file /tftpboot/linux-install/pxelinux.cfg/pxeos.xml contains specific definitions about which network install profiles are available to PXE boot clients.&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;That&amp;rsquo;s it for the Provisioning and Deployment section. As always, please let us know if you found the above mentioned useful and any comments/feedback you may have. Thank you for tuning into Port25.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;img src="http://port25.technet.com/aggbug.aspx?PostID=3864" width="1" height="1"&gt;</description><category domain="http://port25.technet.com/archive/tags/Kishi+Malhotra/default.aspx">Kishi Malhotra</category><category domain="http://port25.technet.com/archive/tags/Technical+Analysis/default.aspx">Technical Analysis</category><category domain="http://port25.technet.com/archive/tags/Management/default.aspx">Management</category><category domain="http://port25.technet.com/archive/tags/Community/default.aspx">Community</category><category domain="http://port25.technet.com/archive/tags/Server+Center/default.aspx">Server Center</category></item><item><title>Systems Manageability – Part 2: Scope, Methodology and Ontology</title><link>http://port25.technet.com/archive/2007/04/06/systems-manageability-part-2-scope-methodology-and-ontology.aspx</link><pubDate>Fri, 06 Apr 2007 18:14:00 GMT</pubDate><guid isPermaLink="false">af7480c4-26b7-468d-87b0-2acebabb473d:3705</guid><dc:creator>kishi</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://port25.technet.com/rsscomments.aspx?PostID=3705</wfw:commentRss><comments>http://port25.technet.com/archive/2007/04/06/systems-manageability-part-2-scope-methodology-and-ontology.aspx#comments</comments><description>&lt;p&gt;&lt;font face="Verdana" size="2"&gt;In my last blog called &amp;ldquo;&lt;a href="http://port25.technet.com/archive/2007/03/21/systems-manageability-part-1-why-manageability-matters.aspx" style="color: blue; text-decoration: underline; text-underline: single"&gt;Why Manageability Matters&lt;/a&gt;&amp;rdquo; I talked about why we chose to work on &amp;ldquo;Systems Manageability&amp;rdquo; as a whole and get a grassroots understanding of it within the context of Linux and Open Source space. In this blog, I&amp;rsquo;m going to address the Methodology and Ontology of the Systems Manageability project. This will shed immediate light on how we approach, design and implement projects in the &lt;a href="http://port25.technet.com/default.aspx" style="color: blue; text-decoration: underline; text-underline: single"&gt;OSSL&lt;/a&gt;. Let&amp;rsquo;s start with the main goals and purpose behind the project. &lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;font face="Verdana" size="2"&gt;I.&amp;nbsp; Systems Manageability Project Goals: &lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;font face="Verdana" size="2"&gt;Survey the scope, depth and breadth of Linux manageability solutions, primarily utilizing open source software&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Verdana" size="2"&gt;Use the knowledge from the research to develop an understanding of Manageability landscape in the Linux and Open Source&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Verdana" size="2"&gt;Build and simulate common Linux management solutions in the OSSL (SMORG scale &amp;ndash; small and medium sized organizations )&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Verdana" size="2"&gt;Understand if a cohesive Linux manageability stack exists today--Understand manageability focus from a Linux Sysadmin&amp;rsquo;s perspective (SMORG scale)&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Once we defined what we needed to get into, yet another realization dawned on us, which was the sheer size and volume of the data and information that was staring at us in the face. Let&amp;rsquo;s just say &amp;ldquo;overwhelmed&amp;rdquo; was a mild word compared to what we were looking at. My colleague, Steve Zarkos and I immediately realized that it was time to trim the scope of what we were doing and limit ourselves to what&amp;rsquo;s achievable in three months and with two people J. This called for drawing up what we considered to be &amp;ldquo;out-of-scope&amp;rdquo;, which was:&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;font face="Verdana" size="2"&gt;II. Out-of-scope:&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;font face="Verdana" size="2"&gt;Enterprise-level Management Stacks such as HP Openview, Tivoli etc.&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Verdana" size="2"&gt;Security and user management, which is a very large area in itself, and would include policies, permissions, authentication, identity management etc.&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Verdana" size="2"&gt;Asset management frameworks that allow for inventory management, asset tracking etc.&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Verdana" size="2"&gt;Disaster recovery and planning which would include backup technologies and data protection management&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;&lt;font face="Verdana" size="2"&gt;III. Systems Manageability Project Methodology: &lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;The approach taken for the project was simple and scientific. The project was divided into three stages:&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;img border="0" height="100" src="http://port25.technet.com/photos/images/images/3703/original.aspx" width="827" /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;font face="Verdana"&gt;&lt;strong&gt;&lt;font size="2"&gt;Stage 1&lt;/font&gt;&lt;/strong&gt;&lt;font size="2"&gt; &amp;ndash; Discovery and Definition: We would explore, uncover and scour the Linux Manageability landscape for toolsets, apps and frameworks prevalent in the SMORG scale workspace today&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Verdana"&gt;&lt;strong&gt;&lt;font size="2"&gt;Stage 2&lt;/font&gt;&lt;/strong&gt;&lt;font size="2"&gt; &amp;ndash; Lab Implementation: We would implement the results of our research which would be actual Linux and Open Source products in the Lab&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face="Verdana"&gt;&lt;strong&gt;&lt;font size="2"&gt;Stage 3&lt;/font&gt;&lt;/strong&gt;&lt;font size="2"&gt; &amp;ndash; Analysis and Conclusion: After discovering, defining and implementing Linux and Open Source based manageability toolsets, apps and frameworks in the lab, we would spend time understanding their form, function and experience to draw conclusions&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;&lt;font face="Verdana" size="2"&gt;IV. Systems Manageability Project Ontology (classification):&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;The hardest and most challenging aspect of the project was to develop some sort ontology, characterization or classification of the manageability technologies prevalent in the IT environments today.&amp;nbsp; The diagram below represents the overall &amp;quot;buckets&amp;quot; defined as part of this exercise.&amp;nbsp; Each section of the diagram is broken down to provide a detailed breakdown of each of these Systems Manageability classifications represented:&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;img border="0" height="330" src="http://port25.technet.com/photos/images/images/3704/original.aspx" width="484" /&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;In the next blog to follow, I will break down the first segment of ontology i.e. &amp;ldquo;Provisioning and Deployment&amp;rdquo; and discuss our research with all of you. Meanwhile, we always look forward to hearing from you, our audience and urge you for any feedback you may have about the topic. Thank You for tuning into Port25. &lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Cheers!&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Verdana"&gt;&lt;/font&gt;&lt;/p&gt;&lt;img src="http://port25.technet.com/aggbug.aspx?PostID=3705" width="1" height="1"&gt;</description><category domain="http://port25.technet.com/archive/tags/Kishi+Malhotra/default.aspx">Kishi Malhotra</category><category domain="http://port25.technet.com/archive/tags/Technical+Analysis/default.aspx">Technical Analysis</category><category domain="http://port25.technet.com/archive/tags/Management/default.aspx">Management</category><category domain="http://port25.technet.com/archive/tags/Server+Center/default.aspx">Server Center</category></item><item><title>Managing the Lab: SMS and our mixed environment</title><link>http://port25.technet.com/archive/2006/03/31/Managing-the-Lab_3A00_-SMS-and-our-mixed-environment.aspx</link><pubDate>Fri, 31 Mar 2006 15:00:00 GMT</pubDate><guid isPermaLink="false">af7480c4-26b7-468d-87b0-2acebabb473d:13</guid><dc:creator>admin</dc:creator><slash:comments>21</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://port25.technet.com/rsscomments.aspx?PostID=13</wfw:commentRss><comments>http://port25.technet.com/archive/2006/03/31/Managing-the-Lab_3A00_-SMS-and-our-mixed-environment.aspx#comments</comments><description>&lt;p class="MsoNormal"&gt;&lt;em&gt;&lt;span&gt;&lt;font size="2"&gt;&lt;font color="#000000"&gt;Getting the Open Source Software Lab up and running presented a number of challenges &amp;ndash; not the least of which was how we were going to manage fifty Linux distributions, fifteen versions of UNIX, and multiple Windows instances deployed across literally hundreds of physical and virtual servers.&lt;span&gt;&amp;nbsp; &lt;/span&gt;This is quite a job for any management solution. &lt;span&gt;&amp;nbsp;&lt;/span&gt;Being the pragmatists we are, we decided to use this to test the viability of SMS (Microsoft Systems Management Server) using VMX (Vintela Management Extensions) in a mixed environment.&lt;span&gt;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;font size="2"&gt;&lt;font color="#000000"&gt;&lt;em&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/em&gt;&lt;em&gt;&lt;span&gt;We deployed the solution and found it to be capable of handling our environment.&lt;span&gt;&amp;nbsp; &lt;/span&gt;Currently a large part of&lt;span&gt;&amp;nbsp; &lt;/span&gt;the lab is managed by SMS and VMX.&lt;span&gt;&amp;nbsp; &lt;/span&gt;When we describe this to people we are often asked, &amp;quot;Why does&amp;nbsp;Microsoft supports this kind of solution?&lt;span&gt;&amp;nbsp; &lt;/span&gt;Why do we care about mixed environments?&amp;quot;&lt;span&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/em&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;font size="2"&gt;&lt;font color="#000000"&gt;&lt;em&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/em&gt;&lt;em&gt;&lt;span&gt;We asked Bill Anderson, Lead Program Manager on the Windows Management Team, and here is what he had to say:&lt;/span&gt;&lt;/em&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;em&gt;&lt;span&gt;&lt;font color="#000000" size="2"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;/em&gt;&lt;span&gt;&lt;font color="#000000" size="2"&gt;&lt;img border="0" height="72" src="http://port25.technet.com/photos/images/images/9/original.aspx" width="98" /&gt;&lt;br /&gt;&lt;/font&gt;&lt;/span&gt;&lt;font size="2"&gt;&lt;font color="#000000"&gt;&lt;span&gt;Bill Anderson&lt;br /&gt;&lt;/span&gt;&lt;em&gt;&lt;span&gt;Not really, but his lab is less camera-shy.&lt;/span&gt;&lt;/em&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;font size="2"&gt;&lt;font color="#000000"&gt;&lt;span&gt;The first question I always get asked is, &amp;ldquo;what really was the catalyst for SMS to seek out a partner to provide extensions to OSS/Linux?&amp;nbsp; Simple &amp;ndash; our customers demanded it.&amp;nbsp; Our existing SMS customers are managing both desktops and servers, and have a multitude of platforms in production in those environments and wanted to extend the success they have with SMS on Windows to those additional platforms.&amp;nbsp; And, as we&amp;rsquo;re driving SMS into new customers, it has become one of the top requirements for customers &amp;ndash; an integrated solution to manage all their critical platforms.&amp;nbsp;&amp;nbsp;&lt;/span&gt;&amp;nbsp;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p align="center" class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;font color="#000000" size="2"&gt;&amp;nbsp;&lt;img border="0" height="305" src="http://port25.technet.com/photos/images/images/10/original.aspx" width="425" /&gt;&lt;/font&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;font size="2"&gt;&lt;font color="#000000"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;Now, the second driver was the WAY in which the market was doing cross-platform management.&amp;nbsp; It&amp;rsquo;s, well, &amp;ldquo;suboptimal&amp;rdquo;.&amp;nbsp; You either take 2 management systems (Windows mgmt, non-Windows mgmt) with their own array of servers, agents, and databases &amp;ndash; and join the databases, or you try to take one agent that runs on all platforms, and you can then only join the things that are the same/similar.&amp;nbsp; You either get a bunch of extra infrastructure with no leverage of skillsets, or you get a lowest common denominator management experience.&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;font size="2"&gt;&lt;font color="#000000"&gt;&lt;span&gt;What we did was option 3 &amp;ndash; build a single shared infrastructure that was extensible at the protocol, data, and UI layer, and then take the 2 leaders in the field to build from that same plumbing.&amp;nbsp; So, we optimized our agents for the work on Windows, and we worked with the Vintela team as the experts in managing OSS/Linux to really optimize their experience for that platform.&amp;nbsp; So, what does a customer get?&amp;nbsp; 1 database, one UI, one protocol, and agents unique to each platform.&amp;nbsp; Low operational cost, leveraged skillsets, and the opportunity for each vendor to really highlight the best they could do on each platform.&amp;nbsp; Some of the things that Vintela can surface and manage on the Linux platform, using SMS as a pipeline, are pretty amazing!&amp;nbsp; They&amp;rsquo;ve extended our UI to really expose all the remote functions available on Linux from the different vendors like Red Hat, SuSE, HP, and Sun.&amp;nbsp; My challenge to them was to make Linux look BETTER in SMS than Windows does.&amp;nbsp; We&amp;rsquo;ll try to make Windows more manageable by adding more, not by restricting.&amp;nbsp; And the results are pretty compelling.&amp;nbsp; As Andi put it in &lt;/span&gt;&lt;em&gt;&lt;span&gt;&lt;a href="http://www.networkworld.com/newsletters/nsm/2006/0306nsm2.html"&gt;Network World&amp;#39;s Network/Systems Management Newsletter&lt;/a&gt;&lt;/span&gt;&lt;/em&gt;&lt;span&gt;: &amp;ldquo;Yes, you read that correctly - Microsoft tools can make Linux management easier. To its credit, Microsoft has made this easier through partnerships and programs like its Dynamic Systems Initiative - a commitment from Microsoft and its partners to deliver self-managing dynamic systems&amp;hellip;(snip). &amp;nbsp;This allows enterprises to leverage their investment in native Windows tools to make them a very effective management platform for diverse networks. &amp;ldquo;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;font color="#000000" size="2"&gt;How the Vintela solution works is really pretty simple.&amp;nbsp; They take a WBEM based agent (they are the project maintainer for OpenWBEM) that runs on the major OSS platforms, that points at a URL that is our Management Point role.&amp;nbsp; They extend our MMC based UI and voila &amp;ndash; instant management for Linux!&amp;nbsp; No database schema changes required, no separate middle infrastructure, etc.&amp;nbsp; Initially, there was an ISAPI.dll &amp;ldquo;gateway&amp;rdquo; they had built to convert their agent protocol to ours at the Management Point, but we&amp;rsquo;ve worked to even eliminate that as they are now using our native protocols.&amp;nbsp; As you can see, this is a slam dunk for a customer using SMS already to manage Windows that wants to extend it to manage Linux.&amp;nbsp; It&amp;rsquo;s amazing to walk to an SMS admin, open their admin UI, have them see machine collections based on Linux versions/vendors, and be able to send software to a group of Linux machines in about 3-4 clicks.&amp;nbsp; But, we&amp;rsquo;re even seeing customers use THIS as a solution for managing Linux only!&amp;nbsp; Vintela has done a great job of really just using the SMS UI, database, and pipes as their engine, and leveraging all the &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p align="center" class="MsoNormal"&gt;&lt;span&gt;&lt;font color="#000000" size="2"&gt;&lt;img border="0" height="270" src="http://port25.technet.com/photos/images/images/11/original.aspx" width="459" /&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;font color="#000000" size="2"&gt;&lt;img border="0" height="270" src="http://port25.technet.com/photos/images/images/11/original.aspx" width="459" /&gt;&lt;/font&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;font size="2"&gt;&lt;font color="#000000"&gt;manageability on the native Linux platform to provide a great stand-alone tool for managing Linux.&amp;nbsp; Inventory, software distribution, patch management and remote tools &amp;ndash; all in one single UI and infrastructure.&amp;nbsp; The other key is really leveraging the OpenWBEM work to provide consistent management on different Linux versions.&amp;nbsp; The Vintela team has done a great job of driving consistency via OpenWBEM, but still leverage all the extra tools and functions provided by each Linux vendor.&amp;nbsp; If I were managing Linux systems (not a lot of that around here by the way!) I&amp;rsquo;d definitely use it!&amp;nbsp; &lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;font color="#000000" size="2"&gt;For more info, I&amp;rsquo;d also suggest taking a peek at the EMA document they did for Vintela at &lt;/font&gt;&lt;a href="http://www.vintela.com/products/vmx/docs/Managing_Heterogeneous_IT_with_SMS_EMA.pdf" title="http://www.vintela.com/products/vmx/docs/Managing_Heterogeneous_IT_with_SMS_EMA.pdf"&gt;&lt;font color="#000000" size="2"&gt;http://www.vintela.com/products/vmx/docs/Managing_Heterogeneous_IT_with_SMS_EMA.pdf&lt;/font&gt;&lt;/a&gt;&lt;font color="#000000" size="2"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p align="center" class="MsoNormal"&gt;&lt;font color="#000000" size="2"&gt;&lt;img border="0" height="417" src="http://port25.technet.com/photos/images/images/12/original.aspx" width="584" /&gt;&lt;/font&gt;&lt;/p&gt;&lt;p align="center" class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;img src="http://port25.technet.com/aggbug.aspx?PostID=13" width="1" height="1"&gt;</description><category domain="http://port25.technet.com/archive/tags/Technical+Analysis/default.aspx">Technical Analysis</category><category domain="http://port25.technet.com/archive/tags/Management/default.aspx">Management</category><category domain="http://port25.technet.com/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://port25.technet.com/archive/tags/Linux/default.aspx">Linux</category><category domain="http://port25.technet.com/archive/tags/Server+Center/default.aspx">Server Center</category></item></channel></rss>