Linux Management

From ZENWorks Wiki

Jump to: navigation, search

Adding Repositories

Video LAN(VLC)
Linux:> rug sa http://download.videolan.org/pub/vlc/SuSE/10.2/ -t yum VLC
Successfully added service 'http://download.videolan.org/pub/vlc/SuSE/10.2/'"


ZLM Mirroring

Mirror bundles or catalogs between ZLM systems Here is an example xml mirror configuration file.

Image:file.gifFile: ZLM_mirror.xml
<ZLMMirrorConf>
   <Session>
       <RemoteServer>
               <Base>https://update.novell.com/data</Base>
               <Proxy></Proxy>
               <Type>rce</Type>
               <User>0ea2ae72662e4f1e8264fea2b14eb77d</User>
               <Password>7c3ac310568edfb4c64b8e2e852750f5</Password>
       </RemoteServer>
       <LocalServer>
           <Type>zlm</Type>
           <User>administrator</User>
           <Password>6193Sm</Password>
       </LocalServer>
       <Catalog>
           <Name>ZLM72-Hot-Patch</Name>
           <LocalName></LocalName>
           <Folder></Folder>
           <Target></Target>
       </Catalog>
   </Session>
</ZLMMirrorConf>
Personal tools