SVM (DiskSuite) suddenly stopped working

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default SVM (DiskSuite) suddenly stopped working

    We have just installed Solaris 9 on an Enterprise 450 and created
    a DiskSuite mirror containing two stripe/concat metadevices.

    The mirror works fine. However, at some point the meta tools
    (e.g. metastat, metadetach) mysteriously stopped working:

    # metastat
    metastat: imh: Error 0

    ("imh" is the hostname of the machine). The messages in the syslog are:

    krtld: [ID 826211 kern.notice] 'md_dkiocsetefi'
    krtld: [ID 819705 kern.notice] /kernel/misc/sparcv9/md_sp: undefined symbol
    krtld: [ID 826211 kern.notice] 'get_minfo'
    krtld: [ID 819705 kern.notice] /kernel/misc/sparcv9/md_sp: undefined symbol
    krtld: [ID 826211 kern.notice] 'md_bioclone'
    krtld: [ID 819705 kern.notice] /kernel/misc/sparcv9/md_sp: undefined symbol
    krtld: [ID 826211 kern.notice] 'md_getminor'
    krtld: [ID 472681 kern.notice] WARNING: mod_load: cannot load module 'md_sp'

    Several more symbols are flagged as undefined. Here is the relevant
    modinfo output:

    85 136fecc 2389e 85 1 md (Solaris Volume Manager base mod)
    97 13baa30 5200 - 1 md_stripe (Solaris Volume Manager stripes )
    98 13bf88c a32e - 1 md_mirror (Solaris Volume Manager mirrors )
    116 78092000 e524 - 1 md_raid (Solaris Volume Manager raid mod)
    117 780a2000 d5ce - 1 md_trans (Solaris Volume Manager trans mo)
    118 780b0000 26f3 - 1 md_hotspares (Solaris Volume Manager hot spar)
    119 780b2548 109c - 1 md_notify (Solaris Volume Manager notifica)

    I looked at the objects in /kernel, and the symbols in question are
    all defined by "md". Thus I cannot see anything wrong.

    We have no idea how to proceed with this problem.
    Oliver Laumann Guest

  2. Similar Questions and Discussions

    1. #38816 [Opn]: PHP code that was working perfectly recently stopped working.
      ID: 38816 User updated by: mtoohee at gmail dot com -Summary: PHP code that was working perfectly recently stopped....
    2. CF Server Suddenly Stopped Serving
      Hi, all, Let me describe the symptoms, as well as I can remember them. In summary, my test server has stopped ... well ... serving. I get "Cannot...
    3. Query of Queries Suddenly Stopped Working
      I have pages that have been working for months which use the query of queries feature in Coldfusion. They've suddenly just stopped working. All...
    4. Serial column has suddenly stopped working
      I have been using a serial column in my most important postgres table for a couple of years. But today it has suddenly started assigning zero...
    5. ps 6 g4 os9 suddenly stopped menubar display - help!
      ps was working fine until several things we added to the computer 0sx, iomega cdrw external drive and canon camera software. i've shut off every...
  3. #2

    Default Re: SVM (DiskSuite) suddenly stopped working

    Oliver Laumann wrote:
    > We have just installed Solaris 9 on an Enterprise 450 and created
    > a DiskSuite mirror containing two stripe/concat metadevices.
    >
    > The mirror works fine. However, at some point the meta tools
    > (e.g. metastat, metadetach) mysteriously stopped working:
    >
    > # metastat
    > metastat: imh: Error 0
    >
    > ("imh" is the hostname of the machine). The messages in the syslog are:
    >
    > krtld: [ID 826211 kern.notice] 'md_dkiocsetefi'
    > krtld: [ID 819705 kern.notice] /kernel/misc/sparcv9/md_sp: undefined symbol
    > krtld: [ID 826211 kern.notice] 'get_minfo'
    > krtld: [ID 819705 kern.notice] /kernel/misc/sparcv9/md_sp: undefined symbol
    > krtld: [ID 826211 kern.notice] 'md_bioclone'
    > krtld: [ID 819705 kern.notice] /kernel/misc/sparcv9/md_sp: undefined symbol
    > krtld: [ID 826211 kern.notice] 'md_getminor'
    > krtld: [ID 472681 kern.notice] WARNING: mod_load: cannot load module 'md_sp'
    >
    > Several more symbols are flagged as undefined. Here is the relevant
    > modinfo output:
    >
    > 85 136fecc 2389e 85 1 md (Solaris Volume Manager base mod)
    > 97 13baa30 5200 - 1 md_stripe (Solaris Volume Manager stripes )
    > 98 13bf88c a32e - 1 md_mirror (Solaris Volume Manager mirrors )
    > 116 78092000 e524 - 1 md_raid (Solaris Volume Manager raid mod)
    > 117 780a2000 d5ce - 1 md_trans (Solaris Volume Manager trans mo)
    > 118 780b0000 26f3 - 1 md_hotspares (Solaris Volume Manager hot spar)
    > 119 780b2548 109c - 1 md_notify (Solaris Volume Manager notifica)
    >
    > I looked at the objects in /kernel, and the symbols in question are
    > all defined by "md". Thus I cannot see anything wrong.
    >
    > We have no idea how to proceed with this problem.
    First, have you forceloaded misc/md_sp in /etc/system?
    If modload doesn't find it, make sure that the file is still present in
    /kernel/misc and /kernel/misc/sparcv9.

    Looks like it is not loaded... I don't know if you have configured for
    soft partitions, but you will need md_sp in that case...

    Another one, make sure you have the latest rev of patch 113026. It fixes
    a few nasties IMO...

    /Andreas

    Andreas Almroth 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