EricCraane / gss-scripts

Automatically exported from code.google.com/p/gss-scripts
0 stars 0 forks source link

clientname.wsf should have an option for purging machines with no MachineView items #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is a rare situation, but under some circumstances the console database
can be damaged so that client machines are present in the Machine table
(and thus, discovered and known to the Configuration Server) but have no
entry in the MachineView table (and are thus mostly invisible in the console).

In addition to issue #4, this needs a script fix

Original issue reported on code.google.com by nigel.bree@gmail.com on 31 Mar 2008 at 11:15

GoogleCodeExporter commented 8 years ago
This is actually now implemented by clientname.wsf as per the fix to issue #4.

That script was already processing the same tables in the right way to deal 
with this
issue, and in particular since the database operation is comparatively safe 
(unlike
delclients.wsf) it seemed better to just apply the fix at that level rather 
than tie
it to something that is potentially destructive of valid data.

Original comment by nigel.bree@gmail.com on 1 Apr 2008 at 7:21

GoogleCodeExporter commented 8 years ago

Original comment by nigel.bree@gmail.com on 2 Feb 2009 at 7:51