Quoth Jason King on Fri, Oct 24, 2008 at 02:07:08PM -0500: > I can't seem to find anything that documents this, but are there any > rules for valid fmri (specifically for services)? More specifically, > are there any issues if the instance name is numeric (i.e. > svc://site/foo:1 or such)?
Ceri answered your question about instance names. More generally, the code for parsing FMRIs is at http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libscf/common/lowlevel.c#5022 . I think the only documentation is in the ARC case, which was supposed to be opened, but I don't know the current status of. Anyway, it seems like something that should be in the manual, so feel free to file a bug at bugs.opensolaris.org . David