Home
TeamSite
Removing users from groups
Ian_x_harris
We're having an issue whereby another member of staff has removed some underlying OS users from the host Solaris boxes for TeamSite.
This manifests itself in iwtrace.log as follows:
[Fri Dec 30 09:05:58 2011] Warning:Invalid user [user] in [group]
[Fri Dec 30 09:05:58 2011] Warning:Invalid user [user] in [group]
[Fri Dec 30 09:16:00 2011] Warning: SetupUserGroups - Remove user: [user]
[Fri Dec 30 09:16:00 2011] Warning: SetupUserGroups - Remove user: [user]
[Fri Dec 30 09:16:00 2011] Warning: SetupUserGroups - Remove user: [user]
[Fri Dec 30 09:16:00 2011] Warning: SetupUserGroups - Remove user: [user]
[Fri Dec 30 09:16:00 2011] Warning: SetupUserGroups - Remove user: [user]
I've tried listing the group using the CLT "iwgroup list-members [group]" and the user doesn't show, not surprising being as the OS user has been ripped out.
So I thought I'd try removing the user using the CLT anyway as TS often allows this sort of workaround. "iwgroup remove-member -u [user] [group]"
No error is returned so the command looks like it works but no effect on the logging which keeps chucking the same error.
Anyone any ideas how to get rid of the user entries?
Best Regards
Ian
Find more posts tagged with
Comments
Adam Stoller
Unfortunately, the only way to do this is to manually edit the
IWHOME
/conf/tsgroups.xml
file to find and explicitly remove the entries that are being complained about.
Be careful to make sure you do the editing correctly - keep backup files just in case.
Ian_x_harris
OK, thanks for the pointer.
Ian