C interface for exportvg

Ask a Question related to AIX, Design and Development.

  1. #1

    Default C interface for exportvg

    Does that interface exist ? It did not show up in the list of Logical
    Volume Subroutines ?

    Many thanx,
    Matthias
    Matthias Guest

  2. Similar Questions and Discussions

    1. #39403 [NEW]: A class can't implements interface implemented by implemented interface/classes
      From: baldurien at bbnwn dot eu Operating system: Irrelevant PHP version: 5.2.0 PHP Bug Type: Feature/Change Request Bug...
    2. Next-N Interface
      Currently I am using a custom tag to display records vertically then across... ex: 1 4 7 2 5 8 3 6 9 The tag is...
    3. Interface
      Hi there, I have made an interface in Photoshop and imported it into Director, it contains a title bar with text on it. What I am trying to achieve...
    4. Does Interface Size Matter? Is my interface too complex?
      Hi all, Does Interface Size Matter? Is my interface too complex? I volunteered to design a couple of web pages, but since we don't have a...
    5. exportvg and importvg ??
      Greetings Have a question regarding exportvg and importvg. I have AIX 5.2 server with rootvg mirrored and another VG-appvg containing user data....
  3. #2

    Default Re: C interface for exportvg

    Matthias <matthias@blankenhaus.com> wrote:
    M> Does that interface exist ? It did not show up in the list of Logical
    M> Volume Subroutines ?

    I can't answer yes or no, but this might get you headed in a perhaps
    uncomfortably unsupported direction. :-)

    [url]http://publib16.boulder.ibm.com/doc_link/en_US/a_doc_lib/aixprggd/genprogc/logical_vol_prg.htm#a29694d0[/url]

    Note:
    The LVM subroutines use the sysconfig system call, which
    requires root user authority, to query and update kernel
    data structures describing a volume group. You must have
    root user authority to use the services of the LVM subroutine
    library.

    And here's the sysconfig() docs:

    [url]http://publib16.boulder.ibm.com/doc_link/en_US/a_doc_lib/libs/basetrf2/sysconfig.htm[/url]

    Regards,

    Nicholas

    --
    "Why shouldn't I top-post?" [url]http://www.aglami.com/tpfaq.html[/url]
    "Meanings are another story." [url]http://www.ifas.org/wa/glossolalia.html[/url]
    Nicholas Dronen 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