przemolicc at poczta.fm wrote: > Hello, > > I am going to change some properties of one service by: > svccfg -s <service> > svc ... >setprop ... > svc ... >setprop ... > ... > svcadm -v refresh <service> > > There might be some problems after the change so in order to have > possibility to give up I would like to save the last working state of > this particular service. In short: > > [0] <current state> > [1] save the current state > [2] make changes > [3] if there is a problem with the service, change to state [1] > > What is the proper way (SMF-way) to do that ? >
Here ya go: http://docs.sun.com/app/docs/doc/819-2379/6n4m1vlgm?a=view Although I'll add that you should see something called "previous" after listsnap as well. "previous" is the state immediately before the changes you made. I'd revert to that. There is no current ability to take snapshot at will, although I filed an RFE for it. CT