GCE

From FarmShare

(Difference between revisions)
Jump to: navigation, search
Line 13: Line 13:
Can compare to barley-tesq for LDAP settings.
Can compare to barley-tesq for LDAP settings.
-
===LDAP==
+
===LDAP===
   sudo aptitude install ldap-utils libpam-ldap libnss-ldap
   sudo aptitude install ldap-utils libpam-ldap libnss-ldap
compare /etc/nsswitch.conf and /etc/ldap.conf to the one on barley-testq
compare /etc/nsswitch.conf and /etc/ldap.conf to the one on barley-testq
 +
 +
test anonymous bind:
 +
  ldapsearch -x -h ldap.stanford.edu -b "cn=accounts,dc=stanford,dc=edu" "(objectClass=*)"
 +
The above command works from barley-testq but not from GCE instance, either firewall or IP ACL if I had to guess?

Revision as of 17:17, 12 July 2012

our GCE project ID is stanford.edu:barley-gce

I created a standard instance, it gets Ubuntu 12.04 by default. 3.7GB per core, up to 8 cores. ~7GB usable /tmp

https://developers.google.com/compute/docs/hello_world


minimum requirements

qmaster on senpai1 needs to be able to talk to execd on instance user information from ldap needs to be present on instance user data directory needs to be present on instance (e.g. /mnt/glusterfs)

Can compare to barley-tesq for LDAP settings.

LDAP

 sudo aptitude install ldap-utils libpam-ldap libnss-ldap

compare /etc/nsswitch.conf and /etc/ldap.conf to the one on barley-testq

test anonymous bind:

 ldapsearch -x -h ldap.stanford.edu -b "cn=accounts,dc=stanford,dc=edu" "(objectClass=*)"

The above command works from barley-testq but not from GCE instance, either firewall or IP ACL if I had to guess?

Personal tools
Toolbox
LANGUAGES