|
Backlog of .psd file in coll_out.box |
|
Contributed By: Carl Sullivan
[MSFT] If you're seeing a backlog of these files then it's probably because SMS is having trouble replicating your Collections to Child Sites… [Go to article] |
Can I recover the standard SMS Collections as I've accidentally deleted them? |
'CONV20.EXE'
does this for you (you can find it on the SMS 2 CD under '\smssetup\bin\i386'). This tool has a couple of features:
|
Can you Build Groups in SMS? |
|
Contributed By: Hans Schefske [MVP SMS] |
Collection Created by WMI Script is Invisible to Console |
|
Contributed By: Cliff Hobbs [MVP SMS] |
Collection Evaluator Errors |
|
I'm still unable to figure out how to fix the
errors from Collection Evaluator after we deleted some Collections. There are
evidently some references at the SQL level that still point to these old
Collections - has anyone had this same problem and been able to fix it? I'd hate
to have to rebuild the server. "Microsoft SQL Server reported SQL message 208, severity 16: Invalid object name '_RES_COLL_DG000036'"
This problem has been cured for some people by applying SP2. |
Collection not updating |
|
I have created two Collections, Office 2000
and Office 2000 SR1. I sent out the update to Office 2000 via SMS. The
Advertisement status says that 162 people have received it, 143 have started it
and successfully installed the program. However, when I do an update Collection
I may pick up one or two of the computers into the SR1 collection. It has been
over a week now and I don't seem to be making any real significant gains in my
SR1 collection.
The Software Inventory must be run AFTER the software is
updated for the new data to be placed in the database. Check the frequency of
your Software Inventory as until you do a new inventory to pick up the new
information SMS won't update the Collection. |
Collections and Subcollections |
|
Contributed
By: Cliff Hobbs [MVP SMS] |
Creating a Collection for Laptops |
|
Contributed By: Sangeetha
Visweswaran [MSFT] If you want to create a Collection for your laptop users here's some advice... [Go to article] |
Creating a Collection from a text file |
|
You can use the BackOffice Resource Kit 4.5
utility 'MakeColl.exe' to create a
Collection from a text file. The text file can contain
NetBIOS computer names or IP addresses. |
Displaying the Collection ID in the SMS Administrator console |
|
Contributed
By: Cliff Hobbs [MVP SMS]
|
Importing Machines into a Collection |
|
Contributed By: Paul Thomsen [MS] |
Is there a way to create a collection based on a list of users rather than systems using Makecoll? |
|
Yes - use the 'UserColl' tool available from 1E at:
This tool was created by changing the 'MakeColl' source code which is in the Platform SDK which is available from:
Here is a list of sample tools in the Platform SDK: MOF Examples: Two examples of MOF files that can be used to create Packages and/or Programs VB Examples:
VC++ Programs:
Other Examples:
|
Is there an Easy way to Change the Refresh Interval for Several Collections? |
|
Contributed By:
Wally Mead [MS] If you need to change the refresh interval for some of your Collections there is an easy way to save having to do them one-by-one… [Go to article] |
Moving/Copying Collections |
|
Is there
any quick and easy method of moving Collections, or copying a Collection to
another location? I created a list of Collections based on physical location,
all under the Collections root. Since then, I have a preference to create these
Collections underneath a subcollection from the root collections option. Collections
I would prefer to have: Collections
making it possible to minimise Collections that aren't being used, and clean up the console for admin work. I could export each existing Collection, and re-import them, but I have created quite a few, and if there is an easier way, I would be interested to hear it. (I fully expect to have to export/import however!) Although I
could be wrong, you may want to try this. Create your '[Locations]'
Collection, and then right click and go to 'New
| Link to Collection'. You can then
choose '[Location1]' and click
'OK'. It will create a subcollection under
'[Locations]' for
'[Location1]'. |
Organising collections |
|
Does anyone have any suggestions for the best way to organise Collections? We're just starting out with Software Distribution and already we can't see the wood for the trees. I've heard that creating several layers of sub-collections slows things down to a virtual standstill - does anyone have any experience of this?
Make as many Collections as you like. Just keep in mind
that all Collections are passed down to all child sites, however Service Pack 2
greatly reduces the bandwidth utilised in this procedure. Also I would recommend
you change the 'update interval' for all
Collections from the default '1' or
'2'
hours to every '1 day'. |
'Padlocks' appearing on my Collections |
|
I have two SMS 2.0 sites. One
Central site and one Primary site. The Central and Primary sites have separate
SQL databases. The Primary site reports to the Central site. Recently all my
Collections on the Central site are now showing up on the Primary site admin
console with locks against them. Any idea on what may be going on here? and how
do I resolve this please?
Contributed
By: Cliff Hobbs [MVP SMS] |
Recovered NetWare server no longer appears in collections |
|
I had a remote Novell server that failed and had to be replaced.
This server had already been discovered as a CAP,
DP, and LP into the SMS 2.0 database. We did a restore to the Novell server,
however the tapes we had were pre-SMS. I tried removing the Novell server from
the SMS database and rediscovering but have had no luck. The SMS database is now reporting
numerous errors. Can anyone help with some advice as to how I can get this
server back in the database correctly. Stop and start the
'Collection Evaluator' service. |
Refreshing Collection Information on a Child Site |
|
Contributed By: Michael Griswold
[MS] If you're having problems with the Collections on your Child sites being out of sync with the Central Site then this should help… [Go to article] |
Removing a large number of machines from the SMS database |
|
Is there an easy way to delete a large number of machines from the SMS database without having to do them individually? Yes - use the 'Delete Special' option. First create a
Query/Collection that contains the machines/resources you want to delete from
the SMS database. Once the Collection contains all of the machines/resources you
want to delete, right-click on that Collection and select 'Delete
Special'. Click 'Yes' to confirm the deletion. The
machines/resources in the Collection are deleted from that Collection and from
the SMS database - use this with care..!! |
Removing Locks on Collections and Adverts at a Child Site |
|
Contributed
By: Cliff Hobbs [MVP SMS] |
SMS says Collection already exists when trying to create a new Collection |
|
I have a problem when I try to create a
Collection in that SMS tells me the Collection already exists even though it
doesn't
show up in the Collections list. Which tables in the database should I look in
to manually delete the Collection and try again? I am not naming it anything
funny, I think that SMS choked when I was creating it the first time and now
it's stuck in limbo in the database. The Collection could have been created without getting tied to the invisible 'COLLROOT' Collection, making it effectively invisible. You can remove it using the WBEM SMS interface, but you have to find the right one to delete. This script will list them all: "Set l = CreateObject("WbemScripting.SWbemLocator") set rs = c.ExecQuery("select * from SMS_Collection") To delete it, you'll need to use 'WBEMTEST' (connect to the
Site, query for the discovered Collection, then delete the instance). I
certainly wouldn't recommend deleting it from SQL directly, as you'll leave
other 'garbage' laying around. |
What happens when I delete a client from a Collection? |
|
When you remove a Client from a Collection are they removed from the SMS database? I have removed one of my machines from a test Collection and I can no longer find it in my 'All Systems' Collection or Query seemingly. Can anyone give me an explanation of the process that takes place when you do this? When you delete a machine from a Collection it is deleted
from the SMS database. It will resync itself on the next Hardware or Software
inventory cycle.
To restore the entry: |
|
© FAQShop.com 2003 - 2008 |