2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 11:42:05 +00:00

40 Commits

Author SHA1 Message Date
Kilian Cavalotti
4bfdf4d908 bmcdiscover: normalize nodename if mtm or serial contain unauthorized
characters
2017-02-10 14:10:06 -08:00
Kilian Cavalotti
603c7785f7 MTM: add support for other vendors, in the form of vendor::model 2017-02-10 13:38:22 -08:00
XuWei
a1d590f85f fix issue 2296, get correct mtms for B&S 2016-12-21 23:44:02 -05:00
Casandra Qiu
d5022f8966 Remove nodetype and hwtype from bmcdiscover -z output 2016-10-18 13:03:27 -04:00
Casandra Qiu
6dbb558cce change message to W as warning message 2016-10-12 11:24:19 -04:00
Casandra Qiu
f69ced6932 Add WARN message if it has '-t' options 2016-10-11 22:15:29 -04:00
Casandra Qiu
7587c3b946 Remove -t option for bmcdiscover and used by default 2016-10-11 09:08:19 -04:00
Casandra Qiu
fb033f83d9 removed some blank space 2016-09-26 08:50:37 -04:00
Casandra Qiu
0a8379c9ec modify code per ErTao's suggestion 2016-09-22 11:09:06 -04:00
Casandra Qiu
e7f8d4261c bmcdiscover -i IP -u USERID -p PASSW0RD --ipsource failed 2016-09-21 22:40:36 -04:00
Victor Hu
6133755f27 Seems like for discovery of FSP and TUL servers, there is no bmcuser
name so adding the code from commit 3f54b456d2f2479489386b9291fa1867dd22c32d
and d82e14b56656482279d58e38295a9900e82ba056 to set the default user breaks
that function.  Reverting back to the old ways
2016-08-30 13:42:21 -04:00
Mark Gurevich
db9a71750e Fix sytax errors reported by perltidy 2016-07-25 08:56:18 -04:00
Mark Gurevich
0a3fbd8d51 perltidy all perl files 2016-07-20 11:40:27 -04:00
Patrick Lundgren
27f23d33b9 Handle commas in --range for nmap 2016-06-23 10:37:50 -04:00
Casandra Qiu
1a4a64644e move get_nmapversion() to Utils.pm 2016-05-31 10:56:15 -04:00
Casandra Qiu
be2e49a632 support different outputs from nmap command 2016-05-25 13:54:02 -04:00
Casandra Qiu
abbd1817ac Support lower version of nmap on sles11.4 2016-05-17 16:13:47 -04:00
Victor Hu
16f30d6bf0 In the error message, print the IP address for the BMC instead of the generated node
name because the generated node name is not complete and does not make sense
2016-05-07 09:54:46 -04:00
Victor Hu
3f54b456d2 Overwriting the -u option passed in to bmcdiscover command was
only getting executed under a test for the -p option.  Move the
check outside so we overlay the default if any option is specified
2016-05-06 11:28:04 -04:00
Victor Hu
d82e14b566 Change the usage to contain the short options for simplicity
- Fix the behavior so we obtain the default user/pass from the passwd table
- overwrite the default using the command line options
- only the --check requires the user and pass to be passed in
- Do not display anything or write if the user/pass is incorrect, ERROR out
2016-04-28 00:18:56 -04:00
Victor Hu
e55bb69c3e Fix Formatting 2016-04-27 23:50:48 -04:00
Victor Hu
d21f29b5bf Fix bmcdiscover usage after code review
- change the bmcpwd option to bmcpasswd
2016-03-21 15:50:36 -04:00
Victor Hu
582b9d68d5 Clean up the usage and manpage for bmcdiscover
Improve the output message for --ipsource and --check
2016-03-12 08:10:07 -05:00
XuWei
18e85a8441 to fix Issue 559 2016-01-10 20:41:45 -05:00
bybai
9e0fe3ae0b issue426 bmcdiscover return message need modified on ubuntu 2015-11-18 00:09:20 -05:00
ertaozh
861164068b add flag -t for bmcdiscovery to generate a temp bmc node 2015-11-01 21:31:32 -05:00
ertaozh
e95cef86ac enhance bmcdiscover to get mtms for Firestone machine 2015-09-25 03:44:24 -04:00
bybai
c80a261c74 add -m to void breaking
backwards compatibility
2015-08-12 02:23:03 -04:00
bybai
0622ebe28b bmcdiscover -s -z -w enhancements. 2015-08-10 01:11:06 -04:00
amy0701
69140ec75e delete /n 2015-06-25 23:27:31 -04:00
amy0701
552eb5e035 fix Global symbol requires explicit package name 2015-06-25 23:14:38 -04:00
amy0701
59b945bc82 add function in bmcdiscover to get BMC ip address source 2015-06-25 22:03:34 -04:00
amy0701
a9ff8905f6 fix bmc ip will be resolved by name server. 2015-06-11 03:36:52 -04:00
amy0701
d776dd582f enhance errror msg if -u or -p is none for teamsun task45786. 2015-06-04 23:40:23 -04:00
amy0701
0b45d3a369 if there is no bmc user, use none for -u 2015-06-01 04:52:12 -04:00
amy0701
f3b5808390 add -i -u -p for bmcdiscover to check bmc username and passwd for teamsun 2015-05-22 03:45:08 -04:00
amy0701
2107c99f2a check if there is nmap or not 2015-05-12 04:31:59 -04:00
amy0701
8e5ddbd556 use ipmitool-xcat to find bmc 2015-05-12 03:22:58 -04:00
amy0701
2c0b4d2182 add nmap scan process framework, ipmi scan TBD 2015-05-08 05:57:06 -04:00
amy0701
f17fea2637 Create a plugin to handle bmcdiscover command 2015-05-07 21:52:38 -04:00