Select Page

I blogged earlier on some configuration options for ZENworks 7 Linux Management.

This described using ZLM7 to mirror content from update.novell.com.

ZLM7 can also bring content from a SUSE YaST Online Update (YOU) repository. YOU can be used to update SUSE Linux Enterprise Server 9.

Read the earlier post on some tips to get your ZLM7 mirroring configured correctly.

Here is my working configuration to mirror from a YaST Online Update (YOU) mirror:


you-mirror.xml


<ZLMMirrorConf>
<Session>
<RemoteServer>
<Base>http://sdb2.suse.de/download</Base>
<Type>yast</Type>
<User>yast-user</User>
<Password>yast-password</Password>
</RemoteServer>
<LocalServer>
<Type>zlm</Type>
<User>zlmmirror-service</User>
<Password>foo</Password>
</LocalServer>
<Catalog>
<Name>sles-9-i586</Name>
<Target>sles-9-i586</Target>
<Folder>YOU</Folder>
</Catalog>
</Session>
</ZLMMirrorConf>