From 90ba172438bfe81735f1730f2489bd790e44dd11 Mon Sep 17 00:00:00 2001 From: sakolish Date: Fri, 20 Jun 2008 13:43:29 +0000 Subject: [PATCH] Removed "rspconfig build". Retrieving firmware level is already supported with "rinv firm" git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1712 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/blade.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index 142175fc6..6acc584a5 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -472,11 +472,6 @@ sub mpaconfig { push @cfgtext,"Subnet Mask: $data"; next; } - if ($parameter =~ /^build$/) { - my $data = $session->get(['1.3.6.1.4.1.2.3.51.2.2.21.3.1.1.3',1]); - push @cfgtext,"Build ID: $data"; - next; - } if ($parameter eq "textid") { if ($assignment) { my $txtid = ($value =~ /^\*/) ? $node : $value;