This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

dsapp 228 pre-release

Hello everyone,

I've rewritten dsapp (bash) into dsapp (python), and have dubbed it version 228.
This is a pre-release, and was hoping I can get some input / reports on any issues found with it.

Here is a download link to the github page:
https://github.com/snielson/dsapp_python/releases/tag/2.00-228

Install:
Remove the existing dsapp rpm
rpm -e dsapp

Install the new rpm
rpm -ivh dsapp-2.00-228.noarch


Everything else should pretty much function the same.

Note:
The original dsapp.sh still remains in the /opt/novell/datasync/tools/dsapp/ directory, however it has been renamed to dsapp-orig.sh

Thanks,
Shane
Parents
  • 0
    Am 02.02.2016 um 10:06 schrieb snielson:
    >
    > Hello everyone,
    >
    > I've rewritten dsapp (bash) into dsapp (python), and have dubbed it
    > version 228.
    > This is a pre-release, and was hoping I can get some input / reports on
    > any issues found with it.


    1. Health check reports:

    ==========================================================
    Checking Database Schema..
    ==========================================================
    Schema version: 14.2.0.279Mobility version: 14.2.0.279

    Version mismatch between mobility and schema
    Suggestion: Run /opt/novell/datasync/update.sh to update the schema

    Failed

    False alarm as I see...

    2. after database maintenance the deamons won´t start
    note: using gms 14.2.0

    3. Checking users FDN..
    ==========================================================
    Invalid FDN: ganger.ef-po1.ef-dom1

    what´s to do here? At other places you point to a TID.

    HTH
    Gotthard



    --
    Gotthard Anger
    Anwenderbetreuung Netzwerkadministration
    Landeskirchenamt der EKM
    gotthardanger@no-mx.forums.novell.com
    http://forums.novell.com/member.php?u=35038

    Mails an diese Adresse werden nur nach vorheriger Ansage gelesen!
    Mails for this address will only be read if you trigger me before.
Reply
  • 0
    Am 02.02.2016 um 10:06 schrieb snielson:
    >
    > Hello everyone,
    >
    > I've rewritten dsapp (bash) into dsapp (python), and have dubbed it
    > version 228.
    > This is a pre-release, and was hoping I can get some input / reports on
    > any issues found with it.


    1. Health check reports:

    ==========================================================
    Checking Database Schema..
    ==========================================================
    Schema version: 14.2.0.279Mobility version: 14.2.0.279

    Version mismatch between mobility and schema
    Suggestion: Run /opt/novell/datasync/update.sh to update the schema

    Failed

    False alarm as I see...

    2. after database maintenance the deamons won´t start
    note: using gms 14.2.0

    3. Checking users FDN..
    ==========================================================
    Invalid FDN: ganger.ef-po1.ef-dom1

    what´s to do here? At other places you point to a TID.

    HTH
    Gotthard



    --
    Gotthard Anger
    Anwenderbetreuung Netzwerkadministration
    Landeskirchenamt der EKM
    gotthardanger@no-mx.forums.novell.com
    http://forums.novell.com/member.php?u=35038

    Mails an diese Adresse werden nur nach vorheriger Ansage gelesen!
    Mails for this address will only be read if you trigger me before.
Children
  • 0 in reply to 
    Gotthard Anger;2419311 wrote:
    Am 02.02.2016 um 10:06 schrieb snielson:
    >
    > Hello everyone,
    >
    > I've rewritten dsapp (bash) into dsapp (python), and have dubbed it
    > version 228.
    > This is a pre-release, and was hoping I can get some input / reports on
    > any issues found with it.

    >
    >1. Health check reports:
    >
    >==========================================================
    >Checking Database Schema..
    >==========================================================
    >Schema version: 14.2.0.279Mobility version: 14.2.0.279
    >
    >Version mismatch between mobility and schema
    >Suggestion: Run /opt/novell/datasync/update.sh to update the schema
    >
    >Failed
    >
    >False alarm as I see...
    >
    >2. after database maintenance the deamons won´t start
    >note: using gms 14.2.0
    >
    >3. Checking users FDN..
    >==========================================================
    >Invalid FDN: ganger.ef-po1.ef-dom1
    >
    >what´s to do here? At other places you point to a TID.
    >
    >HTH
    >Gotthard
    >
    >
    >
    --
    Gotthard Anger
    Anwenderbetreuung Netzwerkadministration
    Landeskirchenamt der EKM
    gotthardanger@no-mx.forums.novell.com
    http://forums.novell.com/member.php?u=35038

    Mails an diese Adresse werden nur nach vorheriger Ansage gelesen!
    Mails for this address will only be read if you trigger me before.


    Hi Gothhard,

    All three of those issues should be fixed in dsapp 229
    https://github.com/snielson/dsapp_python/releases/tag/2.00-229

    Let me know if you still have issues with them after the upgrade.