[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference decwet::networker

Title:NetWorker
Notice:kits - 12-14, problem reporting - 41.*, basics 1-100
Moderator:DECWET::RANDALL.com::lenox
Created:Thu Oct 10 1996
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:750
Total number of notes:3361

71.0. "Database Module for Oracle (DMO) tips" by DECWET::ONO (The Wrong Stuff) Mon Oct 21 1996 15:58

T.RTitleUserPersonal
Name
DateLines
71.1DECWET::ONOThe Wrong StuffTue Nov 26 1996 11:546
71.2DECWET::ONOThe Wrong StuffTue Nov 26 1996 11:584
71.3OEBU kit available on the netDECWET::ONOThe Wrong StuffWed Nov 27 1996 10:002
71.4DMO V1 + EBU 2.0.12.4 (BRD_TOT_TIM) (brd hangs nsr)DECWET::EVANSBe a Point Of Light!Wed Dec 04 1996 14:2448
71.5DMO V1 + EBU 2.0.12.4 (BRD_TOT_TIM) (brd hangs nsr)DECWET::EVANSBe a Point Of Light!Thu Dec 12 1996 16:5850
71.6OEBU kit available on the netDECWET::EVANSBe a Point Of Light!Thu Dec 12 1996 17:0621
71.7DMO V1 support information templateDECWET::EVANSBe a Point Of Light!Fri Feb 07 1997 10:41115
(also at URL: ftp://www.zso.dec.com/pub/networker/CSC/dmo.support.template )

----------------------------------------------------------------------


 Ask Customer for the following:
        EBU version (it has to be either 2.0.10 or 2.0.12 - DMO works ONLY
                with 2.0.10 for scheduled backups. For manual ONLY backups
                DMO works with either)
        Oracle Version (for example: 7.1.6, or 7.3.1, or 7.3.2)
        DMO version (V1.0 or V1.0A [or DMO V2])
        did they re-link EBU executables with the NetWorker libobk (y/n)

  There are 3 typical areas of customer difficulty with DMO:
    1) connectivity to NetWorker Server
    2) EBU+DMO
    3) scheduled backups
  Since #3 builds on #2, and 2 builds on #1, if a customer is calling about a
  problem in one area, get them to insure they can do the LOWER level FIRST.
  Ergo:
      #1)
        Can customer do the following, LOGGED IN AS ORACLE USER:
          cd $OBK_HOME/scripts  (or whereve the script really is)
          save -s<server> -lfull -bDefault <scriptname>
        (if the script starts being saved to the NetWorker Server, this
         indicates connectivity - this is good)
        IF NOT - the matter is between the NSR Client and NSR Server - THIS IS 
        NOT A DMO PROBLEM. Check normal NSR config things (names, IP address, 
        /etc/hosts, Client resource fields, etc).
      #2)
        (log in as user Oracle for this step)
          Can they issue:
                oracle> setenv NSR_SERVER <servername>
                oracle> setenv NSR_GROUP Default
                oracle> obackup <script> 
          successfully?? 
          NO: <<<<PROVIDE ANALYSIS MATERIAL>>>>
          YES: this indicates EBU+DMO libobk work and form connections to the
                NetWorker server
      #3)
          Are they doing scheduled backups using DMO??
          NO: Skip this step.
          YES: have they set up the NetWorker Server according to the 
               Admin Guide, Chapter 3?
               NO: Review Ch 3, and if problem persists, Call Back.
               YES: <<<<PROVIDE ANALYSIS MATERIAL>>>>

If the CSC or the customer does not know how to procur any part requested in 
 this template, that is OK!!  Please indicate in the case, and I will
 instruct. This will help our Mission Critical Customers get satisfactory
 support from you folks at the CSC in a professional manner (and help 
 NetWorker Engineering support you!).

----------------------------------------------------------------------
<<<<PROVIDE ANALYSIS MATERIAL>>>>

Provide VERBATIM output please!!

#1 - NetWorker Client-side:
        log into NetWorker Client system as user oracle.
        % script /tmp/4dmoeng.cli
        % echo "Oracle version is: "
        % echo "EBU version is: "
        % echo "Call Case is (ex: IPMT CFS.12345, or Call Number 12345-0000: "
        % printenv | egrep 'ORA|NSR|OBK'
        % which uasm
        % which save
        % which obackup
        % ls -l /usr/shlib/libobk*
        % ls -l /usr/bin/*obk*
        % ls -l /usr/bin/oback*
        % cd $OBK_HOME/scripts     (or wherever it really is)
        % pwd
        -- edit the obackup <script> IN ANOTHER WINDOW and include lines:
        --      log = "/tmp/4dmoeng.log"
        --      trace = "/tmp/4dmoeng.trc"
        % obackup <script>
        % exit         (to end script)

        % tar cvf /tmp/4dmoeng.cli.tar \
          /tmp/4dmoeng.cli /tmp/4dmoeng.log /tmp/4dmoeng.trc
        % compress /tmp/4dmoeng.cli.tar
        % uuencode /tmp/4dmoeng.cli.tar.Z /tmp/4dmoeng.cli.tar.Z > \
            /tmp/4dmoeng.cli.tar.Z.uu
        -- email /tmp/4dmoeng.cli.tar.Z.uu to the CSC, or to
           DECWET::DMO_SUPPORT for analysis. 

#2 - NetWorker Server-side (ONLY IF DOING SCHEDULED SAVES!)
        log into NetWorker Server system as root.
        % script /tmp/4dmoeng.svr
        % echo "server IP name is: (example: foo.bar.bel.com) "
        % echo "client IP name is: "
        % echo "Call Case is (ex: IPMT CFS.12345, or Call Number 12345-0000: "
        %
        % nsrwatch
        % q  (after it displays 1 time)
        %
        % nsradmin
        nsradmin> types
        nsradmin> print type: nsr 
        nsradmin> print type: nsr client
        nsradmin> print type: nsr schedule
        nsradmin> print type: nsr label
        nsradmin> print type: nsr directive
        nsradmin> print type: nsr group
        nsradmin> print type: nsr pool
        nsradmin> quit
        % exit          (to end script)

        % compress /tmp/4dmoeng.srv
        % uuencode /tmp/4dmoeng.srv.Z /tmp/4dmoeng.srv.Z > \
           tmp/4dmoeng.srv.Z.uu
        -- email /tmp/4dmoeng.srv.Z.uu to the CSC, or to
           DECWET::DMO_SUPPORT for analysis. 

71.8DMO V2, EBU 2.0.12.4, Oracle Parallel Server (OPS) infoDECWET::EVANSNSR EngineeringMon Mar 24 1997 11:2911
Just found out that:

   Oracle OPS works with EBU V2.1

   Oracle OPS works with a patched EBU 2.0.12.4 - you *must* contact
	Oracle, and the patch *must be developed*.

   Legato claims DMO V2.0 works with EBU V2.1 (I have not been able to
  	build a test system yet, so cannot make the same claim)

My 2cents: wait for V2.1 EBU, since it will be out in May 1997 timeframe.