Hi all, My understanding is that it's possible to remove a service from the repository using command
# svccfg delete <FMRI> After this command is run that FMRI doesn't appear in the output of any svcs command and svcadm returns "doesn't match any instances" however that FMRI is still present in the output of "svccfg archive" You can make those FMRI again available using command # svccfg import <path to manifest file> Question is? - How can I easly find out all FMRI that have been deleted from repository? There is a sort of log file for that? In the usual log file for that FMRI the delete operation is not logged - How can I easly import all FMRI that have been deleted from repository? (It seems that svc:/system/manifest-import:default has no effect) - What "svccfg delete" does in details? It only removes that FMRI from repository? Thanks in advance for all answers This message posted from opensolaris.org