Ask a Question related to AIX, Design and Development.

  1. #1

    Default RPMS and NIM

    AIXers,
    Has anyone successfully used NIM's lpp_source resource to distribute
    RPMS packages to NIM clients. I am using AIX 5.2, I run this from
    smit.log:

    /usr/lpp/bos.sysmgt/nim/methods/m_sm_nim cust -I -t 'nimopisdev' -l
    'lpp_sou
    rce1' -o 'zsh-4.0.4
    ALL
    @@R:zsh-4.0.4 _all_filesets' -f 'p' -f 'c' -f 'N' -f 'g' -f 'X' -f
    '' -f '' -f
    '' -f ''

    I get an error like this for various RPMS I have so far tried:

    +-----------------------------------------------------------------------------+
    RPM Error Summary:
    +-----------------------------------------------------------------------------+
    The following errors occurred during installation:
    error: failed dependencies:
    fileutils is needed by zsh-4.0.4-2
    grep is needed by zsh-4.0.4-2
    /sbin/install-info is needed by zsh-4.0.4-2
    /bin/sh is needed by zsh-4.0.4-2
    /bin/sh is needed by zsh-4.0.4-2
    libc.a(shr.o) is needed by zsh-4.0.4-2
    libcurses.a(shr42.o) is needed by zsh-4.0.4-2

    0042-001 nim: processing error encountered on "master":
    0042-001 m_cust: processing error encountered on "nimopisdev":
    0042-175 c_script: An unexpected result was returned by the
    "psdev1:/export/n
    im/scripts/nimopisdev.script" command:

    /bin/sh is needed by zsh-4.0.4-2
    libc.a(shr.o) is needed by zsh-4.0.4-2
    libcurses.a(shr42.o) is needed by zsh-4.0.4-2

    0042-001 nim: processing error encountered on "master":
    0042-001 m_cust: processing error encountered on "nimopisdev":
    0042-175 c_script: An unexpected result was returned by the
    "psdev1:/export/n
    im/scripts/nimopisdev.script" command:

    0042-175 c_installp: An unexpected result was returned by the
    "/usr/sbin/install
    p" command:
    See the log file:
    /var/adm/ras/nim.installp
    Michael Jones Guest

  2. Similar Questions and Discussions

    1. (S)RPMs for PostgreSQL 8.0.0 are ready.
      -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, - --------------------------------------------------------------------- PostgreSQL New...
    2. Perl, Tk, and RPMS
      Hi folks. I run a number of RH7.3 boxes which I keep up to date using Redhat's RPMS. I've just bought Mastering Perl/Tk and need to install Tk...
    3. Can not rebuild RPMs
      Hello, while being root (on my MDK 9.1 system), I get the following strange error message when I want to rebuild packages: # dir...
    4. rpms and dependencies
      "J. Zidar" <zee@email.si> writes: You can't directly install RPM files in Debian. Use 'alien' to convert them to .deb packages first, then use...
    5. Hi, how to install rpms on Debian??
      Thanks!!! -- Zhao YouBing, Ph.D student State Key Lab of CAD&CG,Zhejiang University, Hangzhou, 310027, P.R.China Tel : 0571-87951045(O),...
  3. #2

    Default Re: RPMS and NIM

    On Mon, 15 Sep 2003 11:50:31 -0700, Michael Jones wrote:
    > AIXers,
    > Has anyone successfully used NIM's lpp_source resource to distribute RPMS
    > packages to NIM clients. I am using AIX 5.2, I run this from smit.log:
    >
    I haven't gotten it to work completely, but I can get you a little farther
    along.

    > /usr/lpp/bos.sysmgt/nim/methods/m_sm_nim cust -I -t 'nimopisdev' -l
    > 'lpp_sou
    > rce1' -o 'zsh-4.0.4
    > ALL
    > @@R:zsh-4.0.4 _all_filesets' -f 'p' -f 'c' -f 'N' -f 'g' -f 'X' -f
    > '' -f '' -f
    > '' -f ''
    >
    > I get an error like this for various RPMS I have so far tried:
    >
    > +-----------------------------------------------------------------------------+
    > RPM Error Summary:
    > +-----------------------------------------------------------------------------+
    > The following errors occurred during installation: error: failed
    > dependencies:
    > fileutils is needed by zsh-4.0.4-2
    > grep is needed by zsh-4.0.4-2
    > /sbin/install-info is needed by zsh-4.0.4-2 /bin/sh is needed
    > by zsh-4.0.4-2
    > /bin/sh is needed by zsh-4.0.4-2
    > libc.a(shr.o) is needed by zsh-4.0.4-2 libcurses.a(shr42.o) is
    > needed by zsh-4.0.4-2
    >
    This comes from not having the installp->rpm 'glue' package correct. Try
    running '/usr/sbin/updtvpkg' on the client beforehand. I think this will
    get you back to the normal dependency chasing.

    > 0042-001 nim: processing error encountered on "master":
    > 0042-001 m_cust: processing error encountered on "nimopisdev": 0042-175
    > c_script: An unexpected result was returned by the
    > "psdev1:/export/n
    > im/scripts/nimopisdev.script" command:
    >
    > /bin/sh is needed by zsh-4.0.4-2
    > libc.a(shr.o) is needed by zsh-4.0.4-2 libcurses.a(shr42.o) is
    > needed by zsh-4.0.4-2
    --
    George Baltz N3GB
    Computer Sciences Corp Rule of thumb: ANYthing offered
    @NOAA/NESDIS/IPD by unsolicited email is a hoax,
    Suitland, MD 20746 ripoff, scam or outright fraud.

    George Baltz Guest

  4. #3

    Default Re: RPMS and NIM

    George Baltz <George.Baltz@noaa.gov> wrote in message news:<pan.2003.09.15.19.08.56.892772@noaa.gov>...
    > On Mon, 15 Sep 2003 11:50:31 -0700, Michael Jones wrote:
    >
    > > AIXers,
    > > Has anyone successfully used NIM's lpp_source resource to distribute RPMS
    > > packages to NIM clients. I am using AIX 5.2, I run this from smit.log:
    > >
    > I haven't gotten it to work completely, but I can get you a little farther
    > along.
    >
    > This comes from not having the installp->rpm 'glue' package correct. Try
    > running '/usr/sbin/updtvpkg' on the client beforehand. I think this will
    > get you back to the normal dependency chasing.
    >
    Running updtvpkg fixed things. RPMS via NIM works great.
    Michael Jones 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