Re: [foxboro] 2nd Ethernet Port
- From: "Jim Kahlden" <James.Kahlden@xxxxxxxx>
- To: <foxboro@xxxxxxxxxxxxx>
- Date: Tue, 30 May 2006 12:28:59 -0500
Kevin,
Thanks for your suggestion...I used it along with the suggestion from =
Steve Murray and got my script to work.
Jim
>>> fitzgerrell@xxxxxxxxxxxxxxx 5/29/2006 8:36:21 PM >>>
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=3D"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 =3D
> that you can not use rmount on the 2nd Ethernet Port. I have been using
> a =3D
> Foxboro supplied script from the Power Application folks called "qc" or
> =3D
> quick copy that uses the rmount command to copy displays around. I have
> =3D
> recently installed a 2nd Ethernet Port and now this utility no longer =
=3D
> works and I assume it is because this script uses this rmount command.
> =3D
> Have any others had this same experience? What commands do you use to =
=3D
> copy displays to other stations using the 2nd Ethernet Port if rmount
> does =3D
> not work?
>=20
> Thanks,
>=20
>=20
> 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=20
> =20
> =20
> ______________________________________________________________________
> _
> 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=
=20
> =20
> foxboro mailing list: http://www.freelists.org/list/foxboro=20
> to subscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=3Djoin=20
> to unsubscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=3Dleave=20
> =20
> =20
=20
=20
_______________________________________________________________________
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=20
=20
foxboro mailing list: http://www.freelists.org/list/foxboro=20
to subscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=3Djoin=
=20
to unsubscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=3Dleave=
=20
=20
_______________________________________________________________________
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
Other related posts: