Re: [foxboro] ICCAPI and AW70
- From: "Marchal, Andre L." <AMarchal@xxxxxxxxxxxxxxx>
- To: "'foxboro@xxxxxxxxxxxxx'" <foxboro@xxxxxxxxxxxxx>
- Date: Thu, 15 Aug 2002 16:59:15 -0400
Jason,
.Compound_Dir is in the diskette; it is a text file, so I compared it to a a
file created by a ICC GUI saveall and they look the same.
Andre
-----Original Message-----
From: Jason Wright [mailto:jpwright@xxxxxxxx]
Sent: Thursday, August 15, 2002 2:37 PM
To: foxboro@xxxxxxxxxxxxx
Subject: Re: [foxboro] ICCAPI and AW70
Regardless of how they appear on diskette, they will be loaded as listed in
.Compound_Dir when that file exists. This gets created by the ICC API, but
you
may want to make sure you have copied this file to diskette appropriately.
jp
"Marchal, Andre L." wrote:
> Howdy,
>
> I have recently watched Stan Abbott's Data Recovery seminar, in which he
> gave a sample script to automate uploads and savealls. I would like to
> create saveall diskettes.
>
> I have tried it on an AW70, and I have created savalls that look good. I
> then copied the files to a floppy using MSExplorer, hoping to get a valid
> saveall.
>
> In the ICC, when using "Show Directory", the compound list is OK, but the
> order of the compounds is random (CP_STA and CP_ECB, in particular, are at
> the bottom). I could copy compounds in the paste buffer and open blocks.
I
> did not try a loadall since we are running.
>
> Has anybody out there found a way to generate saveall diskettes on an AW70
> without using the ICC GUI?
>
> Thanks for your help,
>
> Andre Marchal
> DCS Administrator
> OCI Wyoming
> Tel.: (307) 872-7124
> amarchal@xxxxxxxxxxxxxxx
>
> SAVE=/usr/AW7001/save
> date > $SAVE/session_all.log
> cd /opt/fox/ciocfg/api
>
> for STA in CP0001 CP0002 CP0003 CP0004 ; do
>
> # assure clean directories for save_all
> mkdir $SAVE/$STA.save > /dev/null 2>&1
> rm -r $SAVE/$STA.save/* > /dev/null 2>&1
> rm -r $SAVE/$STA.save/.Compound_Dir > /dev/null 2>&1
>
> echo --- $STA, upload and shrink
> echo >> $SAVE/session.log
> iccdrvr.tsk -o $SAVE/session.log <<ENDUPLOAD
> open $STA all xxx
> upload
> shrink
> close
> exit
> ENDUPLOAD
>
> echo >> $SAVE/session.log
> echo --- $STA, save_all
> save_all $STA $SAVE/$STA.save >> $SAVE/session.log
>
> echo
> cat $SAVE/session.log >> $SAVE/session_all.log
>
> done
>
> cat $SAVE/session_all.log
>
>
> _______________________________________________________________________
> 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
_______________________________________________________________________
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: