SUS data to centos D Drive

ocla__09
Contributor

CentOS server

I have changed the metadata and root directory sections of the reposado preferences.plist file to the following values:

    <key>UpdatesMetadataDir</key>
    <string>/opt/data/sus/metadata/</string>
    <key>UpdatesRootDir</key>
    <string>/opt/data/sus/html/</string>

When examining /var/log/reposado_sync.log it appears that the catalogs are syncing, but changes are not visible at all in the SUS section of the NetSUS console.

Is there another file, plist etc that needs to be pointed to that data drive in order to actually see the updates?

Here is all the values in the preferences.plist file:

<key>AppleCatalogURLs</key>
    <array>
        <string>http://XXXXXXXXXX.com/content/catalogs/others/index-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1_Default.sucatalog</string>
        <string>http://XXXXXXXXXX.com/content/catalogs/others/index-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1_Default.sucatalog</string>
        <string>http://XXXXXXXXXX.com/content/catalogs/others/index-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1_Default.sucatalog</string>
        <string>http://XXXXXXXXXX.com/content/catalogs/others/index-10.14-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1_Default.sucatalog</string>
    </array>
    <key>CurlPath</key>
    <string>/usr/bin/curl</string>
    <key>LocalCatalogURLBase</key>
    <string>http://XXXXXXXXXX.com</string>
    <key>RepoSyncLogFile</key>
    <string>/var/log/reposado_sync.log</string>
    <key>UpdatesMetadataDir</key>
    <string>/opt/data/sus/metadata/</string>
    <key>UpdatesRootDir</key>
    <string>/opt/data/sus/html/</string>

Thanks

1 REPLY 1

ocla__09
Contributor

bump