Automated Testing

Automated Testing

Automated Testing

Build an automated testing process to enable continuous integration of your hybrid cloud applications including z/OS

 View Only
  • 1.  alcckd won't run

    Posted Fri April 11, 2014 08:54 PM

    I'm trying to add the USER00, SYSCFG, and PUBLIC volumes, but alcckd fails with this:

    alcckd: error while loading shared libraries: libio_chan.so: cannot open shared object file: No such file or directory
     

    Any ideas?

    Regards,

    Tom Conley

    Pinncons


  • 2.  Re: alcckd won't run

    Posted Sat April 12, 2014 09:44 AM

    This is most likely caused by a bad path statement. Make sure you follow the directions in the zPDT red books for customizing system files. This will fix up your path statement after which this, and other commands will work. 

    RdzJohn

    RDzJohn


  • 3.  Re: alcckd won't run

    Posted Sat April 12, 2014 01:38 PM

    John,

     

    I updated /home/ibmsys1/.bashrc per the book.  Here it is:

     

    # Sample .bashrc for SuSE Linux
    # Copyright (c) SuSE GmbH Nuernberg

    # There are 3 different types of shells in bash: the login shell, normal shell
    # and interactive shell. Login shells read ~/.profile and interactive shells
    # read ~/.bashrc; in our setup, /etc/profile sources ~/.bashrc - thus all
    # settings made here will also take effect in a login shell.
    #
    # NOTE: It is recommended to make language settings in ~/.profile rather than
    # here, since multilingual X sessions would not work properly if LANG is over-
    # ridden in every subshell.

    # Some applications read the EDITOR variable to determine your favourite text
    # editor. So uncomment the line below and enter the editor of your choice :-)
    #export EDITOR=/usr/bin/vim
    #export EDITOR=/usr/bin/mcedit

    # For some news readers it makes sense to specify the NEWSSERVER variable here
    #export NEWSSERVER=your.news.server

    # If you want to use a Palm device with Linux, uncomment the two lines below.
    # For some (older) Palm Pilots, you might need to set a lower baud rate
    # e.g. 57600 or 38400; lowest is 9600 (very slow!)
    #
    #export PILOTPORT=/dev/pilot
    #export PILOTRATE=115200

    test -s ~/.alias && . ~/.alias || true

    #
    # Following lines added for zPDT
    #
    export PATH=/usr/z1090/bin:$PATH
    export LD_LIBRARY_PATH=/usr/z1090/bin:$LD_LIBRARY_PATH
    export MANPATH=/usr/z1090/man:$MANPATH
    ulimit -c unlimited
    ulimit -d unlimited
    ulimit -m unlimited
    ulimit -v unlimited

     

    I did an export $path and got a blank line.  Any ideas why I'm not getting .bashrc when I login to ibmsys1?

    Regards,

    Tom Conley

    Pinncons


  • 4.  Re: alcckd won't run

    Posted Wed April 16, 2014 02:51 PM

    Lots of reasons why .bashrc updates don't get picked up.  Try making the update and then doing a . .profile from the shell.  That should activate your changes and load a new set of environment variables.  Also make sure that the file permissions are set to at least 644 and that the file is owned by the user:group you are running with, in this case ibmsys1.

    RDzJohn

    RDzJohn