From 4c40cb6b25939398eaa6fd67e820512741f5bae3 Mon Sep 17 00:00:00 2001 From: sakolish Date: Mon, 21 Apr 2008 13:40:51 +0000 Subject: [PATCH] Update rspconfig (PPC specific) git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1131 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT-2.0/xCAT/Usage.pm | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/perl-xCAT-2.0/xCAT/Usage.pm b/perl-xCAT-2.0/xCAT/Usage.pm index b10034920..736d83fa2 100644 --- a/perl-xCAT-2.0/xCAT/Usage.pm +++ b/perl-xCAT-2.0/xCAT/Usage.pm @@ -60,23 +60,23 @@ my %usage = ( rspconfig [ip|netmask|gateway|backupgateway|garp] rspconfig [garp=] MPA specific: - rspconfig [sshcfg|snmpcfg|build] - rspconfig [shcfg=|snmpcfg=|build| - pd1[=nonred|redwoperf|redwperf]| - pd2[=nonred|redwoperf|redwperf]| - network[=xcat-table|ip,host,gateway,mask]| - swnet[=ip,gateway,mask]| - ntp[=ntp,ip,frequency,v3]] + rspconfig [sshcfg|snmpcfg|build|pd1|pd2|network|swnet|ntp] + rspconfig [shcfg=| + snmpcfg=| + pd1=| + pd2=| + network=| + swnet=| + ntp= PPC specific: - rspconfig autopower [enable|disable]| - decfg [{enable|disable} policy,...]| - spdump| - date [mm-dd-yyyy]| - time [hh:mm:ss]| - memdecfg [{configure|deconfigure} unit=id (unit|bank)=all|id,...]| - sysdump| - procdecfg [{configure|deconfigure} unit=id all|id,...]| - iocap [enable|disable]", + rspconfig [autopower|iocap|decfg|memdecfg|procdecfg|time|date|spdump|sysdump] + rspconfig autopower=| + iocap=| + decfg=:,...| + memdecfg=::::id,...| + procdecfg=::id,...| + date=| + time=", "getmacs" => "Usage: Common: @@ -185,3 +185,4 @@ sub parseCommand { return ""; } +