Fixing schema related issues after applying ZENworks 7.2 Linux Management HP5

  • 3859039
  • 30-Aug-2007
  • 30-Apr-2012

Environment

Novell ZENworks 7 Linux Management - ZLM7
Novell ZENworks 7.2 Linux Management - ZLM7.2
Novell ZENworks 7.2 Linux Management - ZLM7.2 HP5

Situation

One of the following issues may be present:

  • Adding packages to a bundle does not work after upgrading ZLM7 IR1 to ZLM7.2.
  • Sound adapter information not getting uploaded to database after upgrading ZLM7 IR1 to ZLM7.2.
  • Unable to register Open Enterprise Server 2 (OES2) or Red Hat Enterprise Linux 5 (RHEL5) devices to ZLM7.2 server with HP5.

Resolution

Note: This TID is applicable to Novell ZENworks Linux Management 7.2 with HP5 servers only.
After applying HP5 on Novell ZENworks Linux Management 7.2 run the following commands:
  1. Download the zlm72hp5-tid.tar.gz file to ZLM Server from the locationhttps://download.novell.com/Download?buildid=_VHq0ShSt4s~
  2. Extract the files by executing "tar -xvzf zlm72hp5-tid.tar.gz"
  3. Change directory to zlm72hp5-tid by executing "cd zlm72hp5-tid"
  4. Stop secondary server if running, by executing "zlm-config --stop"
  5. On Primary Server, execute the following command as root user:
    sh tid-psql.sh ---> for postgreSQL database
    sh tid-oracle.sh ---> for Oracle database
  6. On Secondary Server:
    1. Execute the following command as root user:
      sh tid-psql.sh -S ---> for postgreSQL database
      sh tid-oracle.sh -S ---> for Oracle database
    2. Delete the ostargets.xml file by executing "rm /var/opt/novell/zenworks/lib/www/ostargets.xml"
    3. Copy the ostargets.xml file from the Primary server to location"/var/opt/novell/zenworks/lib/www"
    4. Change the ownership of ostargets.xml file to zenworks by executing
      "chown zenworks:zenworks /var/opt/novell/zenworks/lib/www/ostargets.xml"
  7. Check for logs in /var/opt/novell/log/zenworks/zlm-hp5-tid.log file
  8. Server is upgraded successfully.