From c3b58f6151d4b2a67b14e1069d2ee23f6ac4a958 Mon Sep 17 00:00:00 2001 From: zhanx Date: Fri, 21 Aug 2009 06:36:28 +0000 Subject: [PATCH] Add a new key username for table ppcdirect git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4020 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCconn.pm | 3 ++- perl-xCAT/xCAT/Schema.pm | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/PPCconn.pm b/perl-xCAT/xCAT/PPCconn.pm index 99a1f94bf..4441addbe 100644 --- a/perl-xCAT/xCAT/PPCconn.pm +++ b/perl-xCAT/xCAT/PPCconn.pm @@ -12,7 +12,8 @@ use xCAT::Usage; my %method = ( mkhwconn => \&mkhwconn_parse_args, lshwconn => \&lshwconn_parse_args, - rmhwconn => \&rmhwconn_parse_args + rmhwconn => \&rmhwconn_parse_args, + inithwpw => \&inithwpw_parse_args ); ########################################################################## # Parse the command line for options and operands diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 475bd97c8..7c41bb72e 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -479,7 +479,7 @@ ppc => { }, ppcdirect => { cols => [qw(hcp username password comments disable)], - keys => [qw(hcp)], + keys => [qw(hcp username)], table_desc => 'Info necessary to use FSPs to control system p CECs.', descriptions => { hcp => 'Hostname of the FSP.',