Rolling out V8 client using response file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Scav

    Rolling out V8 client using response file

    Helpful folks,

    We have recently migrated from V7 to V8 of UDB on Windows 2003. We are
    now in the process of setting up a rollout deployment to upgrade all
    of our user clent PC's from the V7 client to the V8 client using a
    response file. The process seems to go smoothly except for one major
    glitch. All of our users have the DB2 Security Service running on
    their machines set to start automatically. When the V8 migration takes
    place, it seems to reset the DB2 Security Service to a manual start
    setting. This is definitely NOT a workable situation. None of the
    myriad parameters in the response file seem to address this issue.

    Has anyone run accross this problem, and if so could you point me to a
    solution?

    Thanks in advance for any and all suggestions.

    Sean
  • masterfulsin@gmail.com

    #2
    Re: Rolling out V8 client using response file

    Hello,

    Did a v7 admcl to v8 admcl migration install test myself today on a
    win2003 server machine. The "DB2 Security Server" service was started
    after the migraton and a reboot (as required by the migraion). Its
    startup type is still "Automatic" .

    I suspect the reason why the startup type of this service was changed
    from Automatic to Manual is: the keyword AUTOSTART_SECUR ITY_SERVER is
    set NO in your response file.

    Please check your rsp file, or send it to me.

    Regards.

    Bin


    On May 19, 10:55 am, Scav <dba_...@yahoo. comwrote:
    Helpful folks,
    >
    We have recently migrated from V7 to V8 of UDB on Windows 2003. We are
    now in the process of setting up a rollout deployment to upgrade all
    of our user clent PC's from the V7 client to the V8 client using a
    response file. The process seems to go smoothly except for one major
    glitch. All of our users have the DB2 Security Service running on
    their machines set to start automatically. When the V8 migration takes
    place, it seems to reset the DB2 Security Service to a manual start
    setting. This is definitely NOT a workable situation.  None of the
    myriad parameters in the response file seem to address this issue.
    >
    Has anyone run accross this problem, and if so could you point me to a
    solution?
    >
    Thanks in advance for any and all suggestions.
    >
    Sean

    Comment

    • masterfulsin@gmail.com

      #3
      Re: Rolling out V8 client using response file

      Hello, Sean:

      If it is OK, please make sure AUTOSTART_SECUR ITY_SERVER=YES is set in
      the rsp file and try the same install scenario again. Remember to turn
      on the install trace option on in your re-testing, using the following
      cmd line:
      setup.exe -u [rspFile] -t [traceFile] -l [logFile]

      Please provide the rsp file, install trace and logfile (db2wi.log in
      the same dir of the logFile you specified) if the same problem is
      still there. Not sure whether files can be attached in this forum.

      BTW, the correct channel to report this problem and for better future
      reference when you have any problem with DB2 is to contact IBM's DB2
      service people/team, who will open a customer PMR about the problem.
      If the DB2 service can not answer/solve the problem, then they will
      open a CRM against the appropriate DB2 development team.


      Regards.

      Bin


      On May 20, 5:57 pm, masterful...@gm ail.com wrote:
      Hello,
      >
      Did a v7 admcl to v8 admcl migration install test myself today on a
      win2003 server machine. The "DB2 Security Server" service was started
      after the migraton and a reboot (as required by the migraion). Its
      startup type is still "Automatic" .
      >
      I suspect the reason why the startup type of this service was changed
      from Automatic to Manual is: the keyword  AUTOSTART_SECUR ITY_SERVER is
      set NO in your response file.
      >
      Please check your rsp file, or send it to me.
      >
      Regards.
      >
      Bin
      >
      On May 19, 10:55 am, Scav <dba_...@yahoo. comwrote:
      >
      >
      >
      Helpful folks,
      >
      We have recently migrated from V7 to V8 of UDB on Windows 2003. We are
      now in the process of setting up a rollout deployment to upgrade all
      of our user clent PC's from the V7 client to the V8 client using a
      response file. The process seems to go smoothly except for one major
      glitch. All of our users have the DB2 Security Service running on
      their machines set to start automatically. When the V8 migration takes
      place, it seems to reset the DB2 Security Service to a manual start
      setting. This is definitely NOT a workable situation.  None of the
      myriad parameters in the response file seem to address this issue.
      >
      Has anyone run accross this problem, and if so could you point me to a
      solution?
      >
      Thanks in advance for any and all suggestions.
      >
      Sean- Hide quoted text -
      >
      - Show quoted text -

      Comment

      • Scav

        #4
        Re: Rolling out V8 client using response file

        Thank you!! That is exactly the kind of functionality I was hoping to
        find in the response file. I will test this today.

        However, may I ask where you found out about this parameter? I found
        no hits on this keyword in the DB2 Info Center, the DB2 support site,
        the DeveloperWorks site, Google itself, or any of the sample response
        files supplied with the product. How did you learn about this?

        Thanks again!

        Comment

        Working...