[HPADM] Re: nfs startup problem

From: Prashant Zanwar (pczanwar_at_yahoo.com)
Date: 02/21/05

  • Next message: Prangnell, Ian: "[HPADM] RE: SUMMARY nfs startup problem"
    Date: Mon, 21 Feb 2005 06:42:22 -0800 (PST)
    To: "Prangnell, Ian" <Ian.Prangnell@logicacmg.com>, "'hpux-admin@dutchworks.nl'" <hpux-admin@dutchworks.nl>
    
    

    Did you check
     
    swlist -l fileset -a state | egrep -i "nfs|rpc"
     
    Also take a look at patches which you have installed and try comparing with ITRC latest recommended...Check once for netwotk config/status..
     
    Hope this helps
    Thanks
    Prashant

    "Prangnell, Ian" <Ian.Prangnell@logicacmg.com> wrote:
    Hi,
     
    Has anybody come across this error before in the rc.log file -
     
    Start name server daemon
    Output from "/sbin/rc2.d/S370named start":
    ----------------------------
    "/sbin/rc2.d/S370named start" SKIPPED
     
    Start NFS core subsystem
    Output from "/sbin/rc2.d/S400nfs.core start":
    ----------------------------
        starting NFS CORE networking
     
        starting up the rpcbind
            /usr/sbin/rpcbind
    /sbin/rc2.d/S400nfs.core[234]: 536 Bad system call(coredump)
    Error: NFS nfskd NOT started
    "/sbin/rc2.d/S400nfs.core start" FAILED
     
    The line in the script that errors is -
     
    # Start the NFS Kernel thread daemon - nfskd
    #
    findproc nfskd
    if [ "$pid" = "" ]; then
        if [ -f /usr/sbin/nfskd ] ; then
            /usr/sbin/nfskd -s >/dev/null && echo " starting up the nfskd daemon" && echo "\t/usr/sbin/nfskd"
            if [ $? -ne 0 ] ; then
                echo "Error: NFS nfskd NOT started" >&2
                exit 1
            fi
        fi
    fi

    Even if you try and run it from the command line you get the same error -
     
    # /usr/sbin/nfskd -s
    Spawning nfskd
    Bad system call(coredump)
     
    We are seeing this error on 2 of our A500 servers, the O/S is 11.00.
    Any ideas?
     
    Regards,
     
    Ian Prangnell
    Support Engineer - Global Services
    LogicaCMG - Wireless Networks
    400 Park Avenue
    Aztec West
    Bristol
    BS32 0HB
    England
     
    Tel: +44 (0) 1454 204454
    Mobile: +44 (0) 7884 231297
    Fax: +44 (0) 1454 620527
     
    E-Mail: ian.prangnell@logicacmg.com
     
     
     

    This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.

                    
    ---------------------------------
    Do you Yahoo!?
     Yahoo! Search presents - Jib Jab's 'Second Term'

    --
                 ---> Please post QUESTIONS and SUMMARIES only!! <---
            To subscribe/unsubscribe to this list, contact majordomo@dutchworks.nl
           Name: hpux-admin@dutchworks.nl     Owner: owner-hpux-admin@dutchworks.nl
     
     Archives:  ftp.dutchworks.nl:/pub/digests/hpux-admin       (FTP, browse only)
                http://www.dutchworks.nl/htbin/hpsysadmin   (Web, browse & search)
    

  • Next message: Prangnell, Ian: "[HPADM] RE: SUMMARY nfs startup problem"