Logo
Explore Help
Sign In
arif/xcat-core
1
0
Fork 0
You've already forked xcat-core
Code Issues Pull Requests Projects Releases Wiki Activity
xcat-core/xCAT-nbroot/overlay/bin/nextdestiny

11 lines
228 B
Plaintext
Raw Normal View History

Take measures to try DHCP SIaddr as a xCAT master substitute if xCAT master ip is evidently unreachable git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@27 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2007-10-31 03:42:29 +00:00
#!/bin/sh
-Modify nbroot to be able to function without xcatd= being in /proc/cmdline (still honors it) -Eliminate a lot of output (debug and expected error messages) -Properly failover to all dhcpservers for getdestiny, nextdestiny, and getipmi -Randomly vary some sleep intervals to self-segregate nodes in time to take it easy on xCATd -Enhance x86 architecture detection to differentiate x86_64 and x86 with an x86 kernel -Only down nics during discovery if the broadcast domains conflict git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1012 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-04-09 20:22:46 +00:00
if ! nextdestiny.awk 301 > /dev/null 2>&1 ; then
let i=400
for srv in `cat /tmp/dhcpserver`; do
if nextdestiny.awk $i > /dev/null 2>&1 ; then
exit
fi
let i=i+1
done
Take measures to try DHCP SIaddr as a xCAT master substitute if xCAT master ip is evidently unreachable git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@27 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2007-10-31 03:42:29 +00:00
fi
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 1545ms Template: 26ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API