Re: [foxboro] 2nd Ethernet Port
- From: Kevin FitzGerrell <fitzgerrell@xxxxxxxxxxxxxxx>
- To: "foxboro@xxxxxxxxxxxxx" <foxboro@xxxxxxxxxxxxx>
- Date: Tue, 30 May 2006 13:36:21 +1200 (NZST)
Jim,
The "rcp" command may be a better solution than the rmount commands. One issue
that we found working with copy scripts using rmount is that sometimes the
rmount is released before the copy is completely finished, resulting in display
corruption.
You may want to try something like the following:
#!/bin/sh
#
WPS="AW5101 WP5101 WP5102 WP5103"
for WP in $WPS
do
for file in $*
do
echo rcping $file to $WP:`pwd`
rcp -p $file $WP:`pwd`
done
done
Regards,
Kevin FitzGerrell
Carter Holt Harvey, Ltd.
+64 27 460 9994
Quoting Jim Kahlden <James.Kahlden@xxxxxxxx>:
> I have read through some of the archives and see that several have
> posted =
> that you can not use rmount on the 2nd Ethernet Port. I have been using
> a =
> Foxboro supplied script from the Power Application folks called "qc" or
> =
> quick copy that uses the rmount command to copy displays around. I have
> =
> recently installed a 2nd Ethernet Port and now this utility no longer =
> works and I assume it is because this script uses this rmount command.
> =
> Have any others had this same experience? What commands do you use to =
> copy displays to other stations using the 2nd Ethernet Port if rmount
> does =
> not work?
>
> Thanks,
>
>
> Jim Kahlden
> System Reliability Analyst
> Lower Colorado River Authority
> Fayette Power Project
> 6549 Power Plant Road
> La Grange, TX 78945
> (979) 249-8514 (Ph)
> (979) 249-8390 (Fax)
> jim.kahlden@xxxxxxxx
>
>
> ______________________________________________________________________
> _
> This mailing list is neither sponsored nor endorsed by Invensys Process
> Systems (formerly The Foxboro Company). Use the info you obtain here at
> your own risks. Read http://www.thecassandraproject.org/disclaimer.html
>
> foxboro mailing list: http://www.freelists.org/list/foxboro
> to subscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
> to unsubscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
>
>
_______________________________________________________________________
This mailing list is neither sponsored nor endorsed by Invensys Process
Systems (formerly The Foxboro Company). Use the info you obtain here at
your own risks. Read http://www.thecassandraproject.org/disclaimer.html
foxboro mailing list: http://www.freelists.org/list/foxboro
to subscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
to unsubscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
- References:
- [foxboro] 2nd Ethernet Port
- From: Jim Kahlden
Other related posts:
- » Re: [foxboro] 2nd Ethernet Port
- » Re: [foxboro] 2nd Ethernet Port
- » Re: [foxboro] 2nd Ethernet Port
- » Re: [foxboro] 2nd Ethernet Port
- » Re: [foxboro] 2nd Ethernet Port
- » Re: [foxboro] 2nd Ethernet Port
- [foxboro] 2nd Ethernet Port
- From: Jim Kahlden