2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-02 19:40:10 +00:00

124 Commits

Author SHA1 Message Date
Victor Hu
defecc7496 Fix typo in bmcsetup if test 2017-01-31 13:52:14 -05:00
Victor Hu
b4d6b817ce Merge pull request #2424 from zet809/fix_issue_2422
Don't use "which" to check whether ipmitool is installed in genesis
2017-01-19 10:12:44 -05:00
zet809
92b4408077 Merge pull request #2419 from jjohnson42/fixbmcsetup
Quote user and password in ipmitool
2017-01-19 15:22:30 +08:00
ertaozh
3040050e1d Don't use which to check whether ipmitool is installed 2017-01-18 22:11:10 -05:00
Jarrod Johnson
fad57b6aff Quote user and password in ipmitool
If a value had certain characters, the command would be incorrect.
For example, a password with a '#' in it would break.
2017-01-18 14:19:13 -05:00
zet809
6ace21010b Merge branch 'master' into have_bmcsetup_run_in_postscript 2017-01-10 13:54:40 +08:00
ertaozh
197212a886 Modification based on Victor's comments 2017-01-09 23:45:41 -05:00
ertaozh
6440032111 modify getipmi and bmcsetup works also as a post/postboot script for diskful or diskless installation 2017-01-03 08:42:52 -05:00
GONG Jie
0ec39c2a57 Fix the code of waiting for ntpd to synchronize in genessis 2016-12-20 12:17:12 +08:00
zet809
4897acedf7 Revert "[CUSTOMER] Use ntpdate in genesis kernel instead of starting the ntp daemon to reduce discovery time" 2016-12-14 17:35:55 +08:00
Victor Hu
482f6b7fc2 Use the -b option to force the time change 2016-12-13 13:42:07 -05:00
Victor Hu
c1673f730b Since the genesis kernel is not intended to be long running, there's no need to start ntp daemon, simply attempt to sync with ntpdate.
There's an issue in this code where we query ntpq for the offset too quickly after starting the ntp daemon.  This causes the offset to always be 0 and we continue.  We have seen situations where ntpd starts before the first check and becomes > 1000.  Then it takes 15 minutes before the 2nd attempt and delays the hardware discovery process
2016-12-13 11:15:27 -05:00
Victor Hu
5af0a890a4 Add messages to trace the ntpd commands in genesis 2016-12-07 21:39:21 -05:00
XuWei
21b77c86df modified depending on comments 2016-11-03 21:01:52 -04:00
XuWei
672f1e8bd5 modified depending on comments 2016-11-03 04:21:57 -04:00
XuWei
15e2a17a8b move rsyslogd restart code from dhclient-script to doxcat 2016-11-02 01:04:21 -04:00
Victor Hu
e3a826ef23 - Remove the USER/PASS clear text being sent back to syslog
- Remove the access display, doesn't look useful
2016-10-13 20:10:20 -04:00
Jarrod Johnson
d5205de146 Improve port change check
When changing the port when indicating NCSI
package, the comparison was inadequate.  Improve
things by at least checking the shared/dedicated portion.

Note that it is not comparing the package id, which means
things are imperfect, though they are better than before.
However, it's not too shabby because the NIC being active
is the important part, the NCSI package change happening
later is ok, since the net config is still being put on
the correct IMM Nic.
2016-09-14 11:26:16 -04:00
Jarrod Johnson
bb460dc5ce Provide a more adaptive approach to 'LOCKEDUSERS' in bmcsetup 2016-09-08 16:50:23 -04:00
GONG Jie
18308688bf Fix github issue #1591 2016-08-31 16:51:07 +08:00
ertaozh
f9d532b009 Fix issue 1638: Genesis not wait long enough time to have NICs get IP address 2016-08-05 03:02:21 -04:00
Patrick Lundgren
d6f0c89d43 Added block to restart rsyslogd after dhclient has been restarted. Moved restart to xCAT-genesis-scripts 2016-07-18 13:35:44 -04:00
ertaozh
8a4d0b9956 Fix issue 1495: Provision Dell PowerEdge M605 compute node hangs while setup BMC 2016-07-12 05:51:17 -04:00
ertaozh
9cfc24fbad Fix the issue that discovery request is cut when sending to xcatd 2016-07-07 05:18:28 -04:00
zet809
482857fcfc Merge pull request #1366 from whowutwut/dodiscover_msg
Fix some issues with the HW discovery script after testing on OpenPower
2016-07-05 10:34:00 +08:00
Victor Hu
ce00394dff - Undo some changes in doxcat that was causing problems.
- clean up some of the logging messages
2016-06-24 16:05:05 -04:00
Victor Hu
1f121f11d9 Change the logger commands to print to stderr so that the SOL console
will record the messages
2016-06-24 16:00:31 -04:00
ertaozh
75bc7d91f4 refine hardware discovery framework, put mtms based hardware discovery to typemtms.pm module 2016-06-24 01:58:34 -04:00
Victor Hu
9232e7eac1 Fix a typo in the doxcat script to grep ppc64 2016-06-23 07:45:54 -04:00
Victor Hu
3d2605c2f2 Clean up some errors in bmcsetup script
- update some log messages
- do not run the mc reset cold for openPower systems
- create the 'mc info' output in a file in /tmp to reduce the number of ipmitool calls
- 300 is too large for chassis identify, change to 275
2016-06-22 15:50:25 -04:00
Victor Hu
41b755a413 For getipmi script, change the rm to use the -f option
so that we avoid a warning message that the file does not exists.
Add a log label for logger messages
2016-06-22 14:21:14 -04:00
Victor Hu
32743771ff Clean up some of the messages in doxcat
- clean up some messages logged to syslog to help debugging
- Only start rsyslog and dhclient if not already started
2016-06-22 12:39:37 -04:00
Kilian Cavalotti
3112a006d0 bmcsetup: allow to specify which port to share the BMC with
it would actually make sense to reverse the logic, and keep
ipmi.bmcport="0" for dedicated mode, and ipmi.bmcport="1" (or "2", "3",
"4") for shared with LOM1 (or LOM2, LOM3, LOM4) modes
2016-06-17 16:34:35 -07:00
Kilian Cavalotti
39e8480ade bmcsetup: remove &> bash-ism 2016-06-16 15:18:06 -07:00
Kilian Cavalotti
195f80ee6e bmcsetup: add support for Dell iDRAC
Sets the BMC NIC selection to either dedicated (ipmi.bmcport=1) or shared with failover all LOMs (ipmi.bmcport=0)
2016-06-16 15:12:54 -07:00
zet809
57478143d9 Fix variable user using issue
The variable (user) whose value is BMC username is reset as userid in line 365
2016-06-15 15:15:27 +08:00
Xiaopeng Wang
650dadf406 Merge pull request #1283 from whowutwut/openpower_workaround
bmcsetup requires some changes to work around some issues with OpenPower BMC
2016-06-15 14:14:08 +08:00
Victor Hu
4a03ed50dd After the network commands are issued, pause for OpenPower case 2016-06-14 21:03:47 -04:00
Victor Hu
761ff38a2e Change the echo messages to logger messages
Add the -s option to logger to output the message to stderr
2016-06-14 19:32:03 -04:00
Victor Hu
0dbdd8d5de Fixed the code based on Er Tao's code review to put the status
check for non OpenPower based servers.  OpenPower will use a different
method to check that bmc is ready
2016-06-14 11:46:04 -04:00
Victor Hu
5860235832 The xCAT-nbroot has been replaced by xCAT-genesis
Removing the old files associated with nbroot/nbroot2
2016-06-10 15:45:26 -04:00
Victor Hu
7f818a7066 Change the logging messages to reuse a single message for each IPMITOOL command 2016-06-10 15:22:30 -04:00
Victor Hu
e8b6841eb1 Additional enhancement/cleanup for the bmcsetup scripts
- Move the TIMEOUT to be a global at the to of the script
- Ensure we are resetting the TRIES=0 right before using it  (clean up some code format)
- Clean up the code for detecting the LAN channel, print out the detected channel
- Create a snooze function for OpenPower to sleep longer after network commands are issued
2016-06-10 13:26:31 -04:00
Victor Hu
08e6606dca Use a different ipmitool command for the OpenPower BMC to identify the light 2016-06-10 13:24:15 -04:00
Victor Hu
fb93154806 Fix the formatting of this file, the indentations were incorrect 2016-06-10 13:23:35 -04:00
Victor Hu
0f2b4be4c9 Add workaround code specific to OpenPower BMC where the BMC requires more
time to boot into a "ready" state after doing a cold reset
2016-06-10 11:41:44 -04:00
Victor Hu
d1c1aad5c5 Add comments into bmcsetup to better understand the actions
of the ipmitool raw commands
2016-06-10 11:31:37 -04:00
Victor Hu
2d193ad6bf Merge pull request #1206 from xuweibj/S101003
Add genesis log in doxcat, dodiscovery and bmcsetup
2016-06-10 11:24:50 -04:00
XuWei
547176bf58 Add genesis log in doxcat 2016-05-31 23:03:59 -04:00
ertaozh
d4a8bc6b6a fix issue 1115: Don't run rspconfig after hardware discovery finished for servers Other than S822L(TLT) 2016-05-19 04:36:18 -04:00