NSF Unidata

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20000320: Auto restart of LDM at boot

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.



Michael, 

the rc.local AIX example for restarting the LDM at boot time
looks like:

        LDMBIN=/opn/ldm/bin

        if [ -x $LDMBIN/ldmadmin ] ; then
                PATH=$PATH:$LDMBIN:/usr/local/bin; export PATH
                echo "starting $LDMBIN/rpc.ldmd using ldmadmin start."
                /bin/su - ldm -c "$LDMBIN/ldmadmin start"
        fi


This is also described in the Site Managers guide in the 
"Ensuring that the LDM System is Started at Boot Time"
section

Steve Chiswell
Unidata User Support