From e86d75d453c1b7035485e96bac157ad9e8165837 Mon Sep 17 00:00:00 2001 From: amy0701 Date: Thu, 21 May 2015 23:09:12 -0400 Subject: [PATCH] man page for bmcdiscover --- xCAT-client/pods/man1/bmcdiscover.1.pod | 62 +++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 xCAT-client/pods/man1/bmcdiscover.1.pod diff --git a/xCAT-client/pods/man1/bmcdiscover.1.pod b/xCAT-client/pods/man1/bmcdiscover.1.pod new file mode 100644 index 000000000..271d0d8e7 --- /dev/null +++ b/xCAT-client/pods/man1/bmcdiscover.1.pod @@ -0,0 +1,62 @@ +=head1 NAME + +B - Discover bmc using scan method, now scan_method can be nmap. + +=head1 SYNOPSIS + +B [B<-h>|B<--help>] [B<-v>|B<--version>] + +B [B<-m>|B<--method>] I [B<-r>|B<--range>] I + +=head1 DESCRIPTION + +The B command will discover bmc using scan method. + +This command will use nmap scan active nodes, ip range format should be the same format with that is used by nmap. + +Note: scan method can only be nmap now. + +=head1 OPTIONS + +=over 10 + +=item B<-h|--help> + +Display usage message. + +=item B<-v|--version> + +Command version. + +=item B<-m> I + +Scan method, now it is nmap. + +=item B<-r> I + +Ip range should be a string, can pass hostnames, IP addresses, networks, etc. + +=back + +=head1 RETURN VALUE + +0 The command completed successfully. + +1 An error has occurred. + +=head1 EXAMPLES + +1. To get all bmc from ip range + +bmcdiscover -m nmap -r "10.4.23.100-254 50.3.15.1-2" + +Output is similar to: + +10.4.23.254 +50.3.15.1 + +Note: input for ip range can also be like scanme.nmap.org, microsoft.com/24, 192.168.0.1; 10.0.0-255.1-254. + +=head1 SEE ALSO + +L