From be24083b6a634b5df0b1cf4e866f63c6c45116bb Mon Sep 17 00:00:00 2001 From: jjhua Date: Wed, 17 Mar 2010 01:36:28 +0000 Subject: [PATCH] use HMC instead of hscroot in rcons through fsp-api git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5495 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/cons/fsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/share/xcat/cons/fsp b/xCAT-server/share/xcat/cons/fsp index 702f903d7..ab2769a09 100755 --- a/xCAT-server/share/xcat/cons/fsp +++ b/xCAT-server/share/xcat/cons/fsp @@ -189,9 +189,9 @@ sub invoke_cmd { my %objhash = (); $objhash{$fsp_name} = "node"; my %myhash = xCAT::DBobjUtils->getobjdefs(\%objhash); - my $password = $myhash{$fsp_name}{"passwd.hscroot"}; + my $password = $myhash{$fsp_name}{"passwd.HMC"}; if(!$password ) { - return "The password.hscroot of $fsp_name in ppcdirect table is empty"; + return "The password.HMC of $fsp_name in ppcdirect table is empty"; } my $username = "hscroot";