added default ll and gpfs port number in nodestat.pm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5119 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
1a19bf0389
commit
1cae57f314
@ -20,8 +20,17 @@ use xCAT::GlobalDef;
|
||||
|
||||
my %nodesetstats;
|
||||
my %default_ports = (
|
||||
'ssh' => '22',
|
||||
'sshd' => '22'
|
||||
'ftp' => '21',
|
||||
'ssh' => '22',
|
||||
'sshd' => '22',
|
||||
'pbs' => '15002',
|
||||
'pbs_mom' => '15002',
|
||||
'xend' => '8002',
|
||||
'll' => '9616',
|
||||
'loadl' => '9616',
|
||||
'loadl_master' => '9616',
|
||||
'loadleveler' => '9616',
|
||||
'gpfs' => '1191'
|
||||
);
|
||||
|
||||
sub handled_commands {
|
||||
|
Loading…
Reference in New Issue
Block a user