Skip to content
Snippets Groups Projects
Commit 6caeb609 authored by mooney's avatar mooney
Browse files

*** empty log message ***

parent 6897e56c
No related branches found
No related tags found
No related merge requests found
TOP = ../..
include $(TOP)/configure/CONFIG
ARCH = vxWorks-68040
ARCH = vxWorks-ppc604
TARGETS = cdCommands
include $(TOP)/configure/RULES.ioc
xxx:m1.DVAL
xxx:m2.DVAL
xxx:m3.DVAL
xxx:m4.DVAL
xxx:m5.DVAL
xxx:m6.DVAL
xxx:m7.DVAL
xxx:m8.DVAL
xxx:m9.DVAL
xxx:m10.DVAL
xxx:m11.DVAL
xxx:m12.DVAL
xxx:m13.DVAL
xxx:m14.DVAL
xxx:m15.DVAL
xxx:m16.DVAL
xxx:m17.DVAL
xxx:m18.DVAL
xxx:m19.DVAL
xxx:m20.DVAL
xxx:m21.DVAL
xxx:m22.DVAL
xxx:m23.DVAL
xxx:m24.DVAL
xxx:m25.DVAL
xxx:m26.DVAL
xxx:m27.DVAL
xxx:m28.DVAL
xxx:m29.DVAL
xxx:m30.DVAL
xxx:m31.DVAL
xxx:m32.DVAL
$(P)m1.OFF
$(P)m1.DVAL
$(P)m2.OFF
$(P)m2.DVAL
$(P)m3.OFF
$(P)m3.DVAL
$(P)m4.OFF
$(P)m4.DVAL
$(P)m5.OFF
$(P)m5.DVAL
$(P)m6.OFF
$(P)m6.DVAL
$(P)m7.OFF
$(P)m7.DVAL
$(P)m8.OFF
$(P)m8.DVAL
$(P)m9.OFF
$(P)m9.DVAL
$(P)m10.OFF
$(P)m10.DVAL
$(P)m11.OFF
$(P)m11.DVAL
$(P)m12.OFF
$(P)m12.DVAL
$(P)m13.OFF
$(P)m13.DVAL
$(P)m14.OFF
$(P)m14.DVAL
$(P)m15.OFF
$(P)m15.DVAL
$(P)m16.OFF
$(P)m16.DVAL
#Instructions for creating and using a real nfsCommands file
#
# in order to use nfs do the following:
# 1) Create hostAdd and nfsMountAll commands for each nfs server
# 2) In each st.cmd file add the following two commands BEFORE any load commands
# ../nfs.cmd
# cd "<iocname>
#
# The hostAdd and nfsMountAll commands have the form:
# hostAdd("<host>","xxx.xxx.xxx.xxx")
# nfsMountAll("<host>")
#
# You can also mount subdirectories as follows:
# nfsMount("<host>", "/xxx/xxx/xxx", "/xxx")
#
# For example assume
#
# host is mercury with inet address 155.77.2.56
# You want to mount the directory (which is a file system of mercury)
# /home/mercury5/iocinfo
# as
# /iocinfo
#
# The commands would be
#
# hostAdd("mercury","155.77.2.56")
# nfsMountAll("mercury")
# nfsMount("mercury","/home/mercury5/iocinfo","/iocinfo")
# Set the default gateway (the address to which IP datagrams will be sent
# when there is no specific specific routing table entry available for the
# actual destination address.)
routeAdd "0","164.54.52.1"
# needed for proc 0 if "inet on backplane" is defined
routeDelete "164.54.0.0", "164.54.53.226"
routeAdd "164.54.53.183", "164.54.53.226"
routeShow
# The following lines are examples of what might be required to use NFS,
# rather than FTP, for booting the VME crate, and generally for reading
# and writing files on the server.
#
#hostAdd("beams","164.54.100.5")
#nfsMount("beams","/export/homeb","/home/beams")
hostAdd("oxygen","164.54.52.4")
nfsMount("oxygen","/home/oxygen","/home/oxygen")
nfsMount("oxygen","/home/oxygen4","/home/oxygen4")
hostAdd("wheaties","164.54.53.101")
nfsMount("wheaties","/local","/local")
# The following line eliminates "cksum: out of data" messages due to DHCP
#proxyPortFwdOff(67)
file {
name="/home/oxygen2/MOONEY/epics/3.12.2/stdApp/op/adl/tmm.adl"
name="/home/oxygen2/MOONEY/epics/3.12.2/stdApp/op/adl/xxx.adl"
version=020209
}
display {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment