From 1cae57f314cc79c25291e8b77b45bb49806b1956 Mon Sep 17 00:00:00 2001 From: linggao Date: Tue, 2 Feb 2010 18:35:28 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/nodestat.pm | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/nodestat.pm b/xCAT-server/lib/xcat/plugins/nodestat.pm index 796a7e2d0..f3ac7183d 100644 --- a/xCAT-server/lib/xcat/plugins/nodestat.pm +++ b/xCAT-server/lib/xcat/plugins/nodestat.pm @@ -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 {