Darren Reed | 22 Aug 2011 21:53
Picon
Favicon

Re: Fwd: svccfg apply profile.xml - network addresses do not change

On 22/08/11 09:03 PM, Mark Haywood wrote:
>  On 08/22/11 15:04, Darren Reed wrote:
>> On 22/08/11 04:16 PM, Mark Haywood wrote:
>>>  Comment from the net-install service to which your profile is 
>>> applying its properties:
>>>
>>> #
>>> # The network/install service will configure interfaces using the
>>> # property values supplied by the install profile. Once the 
>>> configuration
>>> # has been applied, the service will not apply another configuration
>>> # unless an unconfiguration has been performed first.
>>> #
>>>
>>> The service maintains an SMF property, "config/applied" to track 
>>> this. If you don't want to "sysconfig unconfigure", then you'll have 
>>> to reset the "config/applied" property to "false". I suppose you 
>>> could do that manually or via the profile.
>>
>> Is this the correct way to change "config/applied" to false?
>>
>> <service_bundle type='profile' name='system configuration'>
>> <service name='network/install' version='1' type='service'>
>> <instance name='default' enabled='true'>
>> <property_group name='config'>
>> <propval name='applied' value='false'/>
>> </property_group>
>> </service>
>> </service_bundle>
>
(Continue reading)

Liane Praza | 22 Aug 2011 22:08
Picon
Favicon

Re: [smf-discuss] Fwd: svccfg apply profile.xml - network addresses do not change

On 08/22/11 12:53, Darren Reed wrote:
> On 22/08/11 09:03 PM, Mark Haywood wrote:
>> On 08/22/11 15:04, Darren Reed wrote:
>>> On 22/08/11 04:16 PM, Mark Haywood wrote:
>>>> Comment from the net-install service to which your profile is applying
>>>> its properties:
>>>>
>>>> #
>>>> # The network/install service will configure interfaces using the
>>>> # property values supplied by the install profile. Once the configuration
>>>> # has been applied, the service will not apply another configuration
>>>> # unless an unconfiguration has been performed first.
>>>> #
>>>>
>>>> The service maintains an SMF property, "config/applied" to track this.
>>>> If you don't want to "sysconfig unconfigure", then you'll have to
>>>> reset the "config/applied" property to "false". I suppose you could do
>>>> that manually or via the profile.
>>>
>>> Is this the correct way to change "config/applied" to false?
>>>
>>> <service_bundle type='profile' name='system configuration'>
>>> <service name='network/install' version='1' type='service'>
>>> <instance name='default' enabled='true'>
>>> <property_group name='config'>
>>> <propval name='applied' value='false'/>
>>> </property_group>
>>> </service>
>>> </service_bundle>
>>
(Continue reading)


Gmane