Configured the other half of the first Xserve RAID as a space for groups and classes directories.
fc-raid-00-2 is set up similarly to rc-raid-00-1, but it’s got “groups” and “classes” top level directories, and the /home/groups/foo will be a symlink into the fc-raid-00-2/groups/foo. We’ll be moving over all the groups directories over the course of the fall, target completion by the end of the semester so that we can retire PAX.
Another storm passed through last night. Not much this time, other than a power flicker.
But that took out the servers outside of the machine room.
Went out Saturday around 5. The paging network has been flakey, so I didn’t get in until midnight. No immediate damage, but I’m expecting a few disks to die in the next while.
From the Sun blueprint book: to determine whether a search in the LDAP directory server was not answered by an index, look for notes=U in the RESULT section. Then look for the corresponding SRCH and find out what it was searching on; create an index for that.
A few notes about rebuilding LDAP indices on Sun ONE.
There’s a slight drawback in Sun ONE calendar: you can’t define calendar groups that people can, in whatever way, subscribe to. However, I have found that managing one’s individual groups is as simple as setting an LDAP attribute.
It would be really nice if we could create a group of calendars and just tell people to add that group. Changes to the group could then easily propagate into people’s view of it. Like, say, a group with all the employees in Department A, and as people come and go in the department somebody modifies that group.
No such luck.
However, it’s relatively straightforward, through some LDAP manipulation, to add and modify groups on someone’s individual account. It needs to be done for all users who have that group, but it can be done by the administrator. The group stuff is set in an attribute called icsSet, one for each group. The syntax is:
icsSet: name=Group Name$calendar=username1;username2;username3:subcalendar$tzmode=specify$tz=$mergeInDayView=true$description=
It’s just a set of fields separated by $: