Commit Graph

3487 Commits

Author SHA1 Message Date
phamt
dee529dafd Change start/stop subrouting so that when monstart/monstop gangliamon -r is invoked, gmetad/gmond on the localhost does not restart. If you invoke monstart/monstop gangliamon <node> -r for one node, gmetad/gmond restarts on that one node, BUT gmetad/gmond is also restarted on the localhost. This causes all data to be lost for other nodes being monitored. With this change, monstart/monstop gangliamon -r will ONLY start/stop monitor on given nodes and NOT on localhost. monstart/monstop gangliamon without the "-r" will start/stop the monitoring on the localhost.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10749 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-12 04:27:51 +00:00
phamt
9f2e8a975f Change start/stop subrouting so that when monstart/monstop gangliamon -r is invoked, gmetad/gmond on the localhost does not restart. If you invoke monstart/monstop gangliamon <node> -r for one node, gmetad/gmond restarts on that one node, BUT gmetad/gmond is also restarted on the localhost. This causes all data to be lost for other nodes being monitored. With this change, monstart/monstop gangliamon -r will ONLY start/stop monitor on given nodes and NOT on localhost. monstart/monstop gangliamon without the "-r" will start/stop the monitoring on the localhost.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10748 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-12 04:22:25 +00:00
jbjohnso
bd3ae47ba7 Script to extract EFI el torito image (e.g. needed to get ISO9660 efi driver from vmware media)
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10747 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-11 19:10:08 +00:00
lissav
ee1794d4c4 update
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10743 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-11 16:20:24 +00:00
lissav
0629520be5 Mellanox switch config file
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10742 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-11 16:18:05 +00:00
lissav
26c2e5e727 add sample QLogic config file
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10740 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-11 14:17:33 +00:00
jbjohnso
5642f352f2 Carry over ssh authorized keys from install image to installed esxi system
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10735 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-10 20:33:07 +00:00
jbjohnso
3bdf8c56f1 Must reboot after esxi5 firstboot
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10734 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-10 19:26:38 +00:00
jbjohnso
84adbfd07b Do not attempt to show install on serial port for esxi5, it breaks
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10733 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-10 18:21:32 +00:00
jbjohnso
0cb9c2b754 Advance state of esxi5.0 support of DHCPv6 and install to parity with 4.1
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10732 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-10 18:15:12 +00:00
ellen56
d9bb8ec644 handle case when #ENV is not first of line
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10726 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-10 08:36:09 +00:00
ellen56
e504131e8c Add ENV support for xcat otherpkgs.pkglist/pkglist
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10725 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-10 07:46:18 +00:00
yinle
eeca4d7dfc Modify some mistakes. Synchronize the file with the one in 2.6.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10724 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-09 03:03:16 +00:00
ligc
84baedcc78 add node number information for mkdef,chdef,rmdef output message
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10719 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-09 01:39:37 +00:00
ligc
831a5b6ace fix for bug 3406673: change PATH and MANPATH to make xcat ones before OS settings
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10717 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-09 00:50:21 +00:00
ligc
56aecc8f03 fix for bug 3413432: conserver trust all ip addresses configured on local node
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10714 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-09 00:34:38 +00:00
phamt
3c01fbd4f7 Add support for pkglist. Install Ganglia automatically in self-service page.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10712 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-07 20:09:59 +00:00
phamt
5eff163a9e Set output of /bin/grep "xCAT gmond settings done" and bin/grep "xCAT gmetad settings done" to a variable, else the results will not be read by following if statement. Removed extra configure_file.tmp. Removed commented lines from original gmetad.conf and gmond.conf when creating new conf, as this would create a very large conf when moncfg is invoked many times.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10711 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-07 03:42:53 +00:00
ericagar
cede69d8d7 Fix for defect 3419745: Fix Method to Determine if System is Ubuntu
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10710 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-06 17:45:08 +00:00
jbjohnso
5ef85a9a27 A basic hypervisor template, warrants fleshing out for ipv6 and ssh and other fun toys
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10709 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-06 12:50:36 +00:00
jbjohnso
ca1b59a3a6 Fix mistakes in VMCommon around multi-nic vms
Fix typo in esx.pm


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10708 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-05 18:46:49 +00:00
phamt
d09d281278 Increment wait time before logoff.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10707 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-05 18:04:33 +00:00
phamt
4d3b53e536 Remove unused mkzvmnodes script.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10704 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-05 13:25:13 +00:00
jbjohnso
79a186c19c Have esxi5 install almost implemented
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10700 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-04 20:02:36 +00:00
jbjohnso
b5206140dc Fix pxelinux files made by xnba using '!myipfn!' shortcut (at least best effort)
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10699 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-04 18:13:37 +00:00
bp-sawyers
a42f007217 Checked in fix by xiao peng for bug 3414725 - diskless root directory has bad fileperms
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10698 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-04 18:09:24 +00:00
phamt
a5379ea4ee Add option to power node off gracefully.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10695 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-04 14:09:27 +00:00
jbjohnso
3b0b983b57 Fixup certain ESXi media on copy-in
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10691 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-03 15:54:47 +00:00
jbjohnso
a312ff54c1 Fix legacy boot breakage by windows uefi support
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10684 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-30 18:07:03 +00:00
jbjohnso
bc597dfd8e Fix xnba erroneously creating pxelinux.cfg files
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10683 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-30 14:32:05 +00:00
jbjohnso
418a3b22f2 Have kvm rmigrate implement rmigrate -f in a way resembling vmware support
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10682 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-29 20:44:06 +00:00
jbjohnso
9125880215 Have vmfs:// also honor automount preference in vmware infrastructures
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10681 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-29 20:34:06 +00:00
jbjohnso
c68d849f2e Clean up unusued code
Fix for elilo not knowing what 'next-server' would possible mean


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10679 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-29 19:41:32 +00:00
jbjohnso
347b5878d2 Take opportunity of power reset to change virtual clock behavior if applicable
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10677 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-29 17:58:47 +00:00
jbjohnso
a30b5dcc34 Fix case of windows unattended install template (seems to have no functional impact though...)
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10676 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-29 17:20:16 +00:00
jbjohnso
4c1d771f4c Fix problem with DISM driver injection into WinPE
Rework startnet to do nextserver from DHCP, have a better wait and retry mechanism


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10675 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-29 17:19:14 +00:00
jbjohnso
c268671a9e Add a Windows utility to extract next-server from IPv4 PXE reply
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10668 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-28 20:28:07 +00:00
otubo
c8d56a7f29 Can't make specific distro reference to a generic preseed template file.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10663 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-28 14:56:06 +00:00
jbjohnso
282feb6f6e Fix legacy install of sles11
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10652 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-27 19:30:35 +00:00
jbjohnso
5e24e2302c Fix syntax error
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10651 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-27 17:55:07 +00:00
jbjohnso
8bc98c67d5 Apply belt and suspenders approach and conserve at least some memory in instal monitor process
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10650 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-27 15:34:05 +00:00
jbjohnso
d69709b05e Fix dhcp6 config file growing out of control
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10648 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-27 15:23:19 +00:00
linggao
f5b9ffacf0 fix error for SLES 11 genimage
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10641 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-26 18:01:24 +00:00
cjhardee
72dbd4beb9 Initial add
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10639 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-26 16:52:00 +00:00
cjhardee
72cdbc272b added rvitals
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10638 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-26 16:51:19 +00:00
gdbeatles
6ac9136b7e remove unnecessary formatting line from discover_timezone_ubuntu()
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10636 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-26 15:33:48 +00:00
jbjohnso
54ea79fc01 Add UEFI autopartitioning to SLES11 compute template
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10635 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-26 15:12:11 +00:00
gdbeatles
de7e9c5871 install packages contained in the ubuntu distro media
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10632 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-26 13:34:20 +00:00
lissav
a6f8318362 change print to echo
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10630 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-24 12:04:42 +00:00
jbjohnso
9e8e8616d5 Fix windows script for uefi detection
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10616 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-22 21:06:32 +00:00