- 14 May, 2012 9 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
the parent osid, and can be used to select a different image to load, sau FEDOR15-OPENVZ-STD. Does not work on shared nodes of course.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 11 May, 2012 3 commits
-
-
Leigh B Stoller authored
them to KEY.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 10 May, 2012 3 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
two different domain tags. Confused Firefox 12.
-
Leigh B Stoller authored
Also, when calling with -A (showall) and -n (number of records), lets not read the entire 5 million rows and then throw away everything but the first 20. Takes about an hour. In general this script needs some work. Would also be nice to page through records by specifying an index to start with.
-
- 09 May, 2012 8 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
The problem is with the chunking that apache does to avoid having to read the entire response, so it can set the Content-Length header properly. I have no idea who apache does chunking, but on the 9.0 client it was getting confused and trash characters were leaking into the data. The trash is probably the result of the client getting out of sync. Anyway, I do not know who is at fault (client code or our ancient apache server), but after many hours of screwing around I found out how to prevent the client from getting chunked data from the server. Basically, you have to force the request to be sent as HTTP/1.0 instead of 1.1, which tells apache to not chunk the data. In general this is not a good thing to do, but in this case the RPCs are pretty small and not on a critical performance path. We can revisit when we upgrade our boss to apache 2.X ...
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
Add interface/host for foamvm
-
Leigh B Stoller authored
be true, which requires a file back to $BOOTDIR after running prepare.
-
- 08 May, 2012 1 commit
-
-
Robert Ricci authored
In testmode, pretends the ref was just created. Renamed old '-C' option '-c'
-
- 07 May, 2012 5 commits
-
-
Leigh B Stoller authored
update/join was not doing what I expected, and it looks like I cannot actually do what I was intended cause mixing multiple table update and left join does not work like I expect (read: I cannot make any sense of the mysql manual). So, recast as a multiple table update without the join, over individual rows in the vinterfaces table.
-
Mike Hibler authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 04 May, 2012 2 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
It is invoked by suexec and cannot be a symlink.
-
- 03 May, 2012 9 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
-
Jonathon Duerig authored
-
Leigh B Stoller authored
Add the additional interfaces for boss.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
The basic operational model is as follows. * We turn the nodes on. * Since there is nothing on the disks, they will fall through to booting from the PXE and will boot the newnode MFS. They all check in. * We run Jon's script that adds the nodes. They are now in hwdown, still nothing on the disks. * We run my script, which is driven from a datafile we are supposed to get from HP. This script has the ilomac, ilopswd, control mac. I will add another column initially; the permanent IP to assign to the ilo. This script does: + Reads the datafile to get all the stuff. + Reads the dhcpd.leases file to find the temporary IPs of the ilos. + Finds the corresponding nodes in the DB. + Sends over an XML file that does the following: - Add the elabman user. - Add local root's dsa pub key to the new elabman user. - Add Utah's root dsa key to the Administrator user - Sets the power on mode to auto (so that the node turns on!). - Sets the idle timeout to 2 hours. + Sets the bootorder so that PXE is first. This has to be done with ssh and some expect stuff I culled from power_ilo. Sigh. + Calls out to another script that adds the ilo interface to the DB (this is the management_iface script I did last month). + Sends another XML file that tells the ilo to reset itself, so that it picks up its permanent IP address. * Now we can free the nodes from hwdown.
-
Leigh B Stoller authored
anything that looks like a password when writing the file on ops.
-
Leigh B Stoller authored
in the conf file.
-