Hi,

I know in SLE12 there is no installation in stage=continue. But for the product SLE12-SP1-SAP we need to start a yast2 client immediately after reboot the system. For this reason I've inserted the following lines into the control.xml:
        <workflow>
            <defaults>
                <archs>all</archs>
            </defaults>
            <label>Preparation</label>
            <mode>installation</mode>
            <stage>continue</stage>
            <modules config:type="list">
                 <module>
                    <label>SAP Setup</label>
                    <name>sap</name>
                </module>
            </modules>
        </workflow>

It works fine and the inst_sap.rb will be executed. But the network was not started the network cards where not activated. When I insert netprobe into the workflow befor sap the network cards will be activated but not confiugred.
When I check the network status by "systemctl status network" the result is:

wicked.service - wicked managed network interfaces
   Loaded: loaded (/usr/lib/systemd/system/wicked.service; enabled)
Active: failed (Result: exit-code) since Fri 2015-08-07 09:47:43 CEST; 5min ago Process: 3173 ExecStart=/usr/sbin/wicked --systemd ifup all (code=exited, status=1/FAILURE)
 Main PID: 3173 (code=exited, status=1/FAILURE)

Aug 07 09:47:43 linux wicked[3173]: /org/opensuse/Network/Interface.getManagedObjects failed. Server responds: Aug 07 09:47:43 linux wicked[3173]: org.freedesktop.DBus.Error.ServiceUnknown: The name org.opensuse.Network was not provided by any .service files Aug 07 09:47:43 linux wicked[3173]: Couldn't refresh list of active network interfaces

In both cases when I try to start the network on a console by "systemctl start network" this has no effect.

Do you have any hint for me?

--

Peter Varkoly
Sr. Developer SUSE Linux Enterprise Applications
SUSE LINUX Products GmbH,
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG
Nürnberg)
Maxfeldstraße 5
90409 Nürnberg
Germany

--
To unsubscribe, e-mail: yast-devel+unsubscr...@opensuse.org
To contact the owner, e-mail: yast-devel+ow...@opensuse.org

Reply via email to