DB2 v7.2 AIX fenced-userid change ?

Ask a Question related to IBM DB2, Design and Development.

  1. #1

    Default DB2 v7.2 AIX fenced-userid change ?

    Is it possible to change the fenced-userid
    for an instance, without dropping and re-creating that instance ?

    Environment: AIX and DB2 version 7.2 EE.

    Where does DB2 store the fenced-userid for an instance?
    Mike Guest

  2. Similar Questions and Discussions

    1. update on userid and productid
      Hi all.... I'm trying to create an update page to update a product based on the userid and productid. Is this possible? if not how could it be...
    2. UserId
      I have created a login page and a order page. The problem I am have is when I submit a order I need the users id to be put in the userId column of...
    3. Where to store UserID/Password
      Hi, Where can I store username password information my ASP.NET project. I am not using any database. I preferred to store in Application...
    4. fenced process in SP
      DB2 has a concept of fenced and non fenced process for Stored procedures. Doesn't Informix also has the same concept for UDFs in 'C'. we use...
    5. Get userID from Active Directory.
      I first post this to win2000.active_directory group and I find out it may be a wrong group. I hope this group can help me. Hello, In ASP...
  3. #2

    Default Re: DB2 v7.2 AIX fenced-userid change ?

    I think you can not change fence user id without dropping instance But I am
    not sure 100 %. There is command available to update instance (db2iupdt )
    and with that command you can specify fence user id. I didn't find any
    thing in that command description that tells you can change fence user id.

    Try following and test it whether it's actually creates new fence id or not.
    If command executes sucessfully then check if new fence user id exists.
    db2iupdt instance_name -u new_fence_user_id

    RK.


    "Mike" <_link98@yahoo.com> wrote in message
    news:be62324b.0308070921.1f39cd9@posting.google.co m...
    > Is it possible to change the fenced-userid
    > for an instance, without dropping and re-creating that instance ?
    >
    > Environment: AIX and DB2 version 7.2 EE.
    >
    > Where does DB2 store the fenced-userid for an instance?

    kuckoo Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139