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.',