Re: What platform can run m68k COFF binaries?

2018-09-28 Thread Tomasz Rola via cctalk
On Wed, Sep 05, 2018 at 03:39:20PM -0400, Ethan Dicks via cctalk wrote:
> Hi, All,
> 
> I have a backup of some old code that I thought came from a Sun3
> machine, and indeed, there _are_ binaries on there, in a directory
> 'sun' that _do_ run on a Sun3, verified under emulation with "tme".
> 
> The part that puzzles me is the collection of object files and
> binaries in the directory above that.  'file' tells me that they are
> "m68k COFF" files.  From what I've read so far, COFF binaries are from
[...]
> I have a lot of experience with UNIX but my thinnest amount is in the
> m68k arena (mostly some dabbling on Sun3 workstations and a
> Perkin-Elmer 7350).  Thanks for any pointers or tips.
> 
> -ethan

A bit late to the party, but perhaps you could get something from
strings:

  $ strings /bin/tar | less

/lib64/ld-linux-x86-64.so.2
,crS
>gUa
librt.so.1
__gmon_start__
_Jv_RegisterClasses
clock_gettime
libc.so.6

(... and so on, but some of this crap might be useful for your
goal...)

I guess strings is rather easy to write in C, if you do not have
it. Or maybe even could be concocted using a bunch of shell and
pipes.

-- 
Regards,
Tomasz Rola

--
** A C programmer asked whether computer had Buddha's nature.  **
** As the answer, master did "rm -rif" on the programmer's home**
** directory. And then the C programmer became enlightened...  **
** **
** Tomasz Rola  mailto:tomasz_r...@bigfoot.com **


Re: Wanted: LTO-5 tapes (used?)

2018-09-28 Thread Ethan via cctalk

If Ethan doesn't want them
I'm morbidly curious what you would want for a drive and some tapes.
Also, where you / they are at so that I can guestimate shipping.


I am after LTO-5 as that is what my best drives are (untested of course, 
and they came from trash.. how bad could it end?)


Library after I got the LEDs installed. Need to get a dedicated power 
supply for them:

https://imgur.com/UDqMQq7

I've got it down on one power supply, and it can run on 1 PS with two 
drives and the logic board. No fibre channel switches or any of that.


Backing up the archives of older stuff on less older stuff.

--
: Ethan O'Toole




Re: Wanted: LTO-5 tapes (used?)

2018-09-28 Thread Grant Taylor via cctalk

On 09/28/2018 04:14 PM, Andrew Luke Nesbit via cctalk wrote:
I'm designing and implementing a backup regime according to a 3-2-1 
strategy.  I've never used tape before but LTO-5 was recommended to me as 
being hands-down the best option for long-term backup or archival storage.


I know a number of people that use LTO, some of whom use LTO-5.

LTO-5 has been recommended to me a few times, I didn't ask too many 
questions.  I thought it would be better to learn more about what it 
is, and about tape backup and archiving in general so that I could 
contextualize my questions and understanding better.


Fair enough.

As it happens, I'm now seriously looking into tape.  Off the top of 
my head I imagine the following things to be the potential attractions 
of LTO-5:


-   Is LTO-5 somewhat of the standard by which other LTO tape systems 
are judged?


LTO is a type of tape.  The 5 vs 4 vs 3, is the generation.  So LTO-5 is 
the fifth generation of LTO tape.  Newer generations typically hold more 
data and / or are faster to access.  Benefits of the evolution of the 
technology.



-   Is bang for the buck the primary attraction of LTO-5?


"bang for the buck" is subjective.  Are you talking raw capacity?  Raw 
Read / Write speed?  Seek time?  What?


I'm guessing that it's better $ per byte.

-   Is LTO-5 the best option when a priority is to use open hardware 
and open source drivers to interface the tape drive to the host?


I'm probably not qualified to answer that.

It's my understanding that many manufacturers make LTO drives (of 
varying generations) with varying types of interfaces.  I'm guessing 
that (some version of) SCSI and / or Fibre Channel are the most common 
interfaces.  With the former being directly attached to a host and the 
latter being attacked to a SAN that can be accessed by multiple hosts.


I did some research and got the impression that HP LTO-5 Ultrium RW 
3 TB cartridges are more-or-less the standard when it comes to the 
actual tapes.


It's important to know if you're looking at uncompressed / native / raw 
capacity.  Many drives and / or backup applications will (try to) 
compress data before it's written to tape.  It's not uncommon to see 
some claims of up to 2:1 compression ratios.  You might get this with 
text.  I doubt binary data will get it.  Your mileage may vary.


From my perspective, 3 TB doesn't seem like a huge amount of storage. 
Especially when, for example, a 12-disk array of 8-10 GB HDD's is 
hardly uncommon.  Am I completely misinterpreting the way that tapes 
are supposed to be used when making backups or archiving such an array? 
Obviously I'm not going implement an intricate differential or incremental 
backup or archiving solution until I've got full backups working properly.


My experience has been to use some sort of incremental backup strategy. 
Full backups of the entire data set usually take prohibitively long and 
can't be done in normal backup windows.  (There is an entire 
sub-industry for optimizations here.)


I would recommend you at least learn about the traditional grandfather, 
father, son backup methodology.  An alternate is incremental forever, 
which does one really big incremental (from zero) and then deltas 
between each backup run.


You probably want to do some reading about how tapes actually store 
sessions.  Specifically, can you continue writing to the tape after you 
finish a backup?  Can the next backup start writing to the same tape 
after the point that the first backup stopped at?  Or do you end up 
wasting tape.



Comments and opinions are well appreciated.


I'd suggest you look into something that can manage backups for you.  It 
is possible to do it yourself, with something like tar, but you will be 
doing a lot of manual effort.


That being said, I have rolled my own backups using tar and the raw SCSI 
tape device.  But I've been told I'm a masochist.  ¯\_(ツ)_/¯




--
Grant. . . .
unix || die


Re: Wanted: LTO-5 tapes (used?)

2018-09-28 Thread Andrew Luke Nesbit via cctalk
On 28/09/2018 16:14, Ethan via cctalk wrote:

> Looking for used LTO-5 tapes that I can erase and add to my library
> at home for backing up spinning disk archives.

I'm designing and implementing a backup regime according to a 3-2-1
strategy.  I've never used tape before but LTO-5 was recommended to me
as being hands-down the best option for long-term backup or archival
storage.

> I can use LTO-4 as well but 5 gives the most bang for buck.

LTO-5 has been recommended to me a few times, I didn't ask too many
questions.  I thought it would be better to learn more about what it
is, and about tape backup and archiving in general so that I could
contextualize my questions and understanding better.

As it happens, I'm now seriously looking into tape.  Off the top of my
head I imagine the following things to be the potential attractions of
LTO-5:

-   Is LTO-5 somewhat of the standard by which other LTO tape systems
are judged?

-   Is bang for the buck the primary attraction of LTO-5?

-   Is LTO-5 the best option when a priority is to use open hardware
and open source drivers to interface the tape drive to the host?

I did some research and got the impression that HP LTO-5 Ultrium RW 3
TB cartridges are more-or-less the standard when it comes to the
actual tapes.

>From my perspective, 3 TB doesn't seem like a huge amount of storage.
Especially when, for example, a 12-disk array of 8-10 GB HDD's is
hardly uncommon.  Am I completely misinterpreting the way that tapes
are supposed to be used when making backups or archiving such an
array?  Obviously I'm not going implement an intricate differential or
incremental backup or archiving solution until I've got full backups
working properly.

Comments and opinions are well appreciated.

Andrew
-- 
OpenPGP key: EB28 0338 28B7 19DA DAB0  B193 D21D 996E 883B E5B9


Re: Wanted: LTO-5 tapes (used?)

2018-09-28 Thread Grant Taylor via cctalk

On 09/28/2018 09:46 AM, MG via cctalk wrote:
Would LTO-3 tapes possibly interest you, too?  I have a huge pile, 
both new and used.  (Also a Quantum U320 HH drive.)


If Ethan doesn't want them

I'm morbidly curious what you would want for a drive and some tapes.

Also, where you / they are at so that I can guestimate shipping.



--
Grant. . . .
unix || die


Re: Wanted: LTO-5 tapes (used?)

2018-09-28 Thread MG via cctalk
Op 28-sep.-2018 om 17:14 schreef Ethan via cctalk:
> Looking for used LTO-5 tapes that I can erase and add to my library at
> home for backing up spinning disk archives. I can use LTO-4 as well
> but 5 gives the most bang for buck.


Would LTO-3 tapes possibly interest you, too?  I have a huge pile, both
new and used.  (Also a Quantum U320 HH drive.) 

 - MG 



Wanted: LTO-5 tapes (used?)

2018-09-28 Thread Ethan via cctalk



Looking for used LTO-5 tapes that I can erase and add to my library at 
home for backing up spinning disk archives. I can use LTO-4 as well but 5 
gives the most bang for buck.


HMU

- Ethan

--
: Ethan O'Toole




Re: helping to clean out an estate - a lot of CRAY

2018-09-28 Thread Ethan via cctalk

I appreciate the multiple offers to digitize the tapes. I will try to get
back to everyone next week.  Maybe split the load? Looking for ideas here.
My only rule is both museums get a copy and post it for public use. I do
have a few requests for some of the original tapes.


I was one of the people that offered. I have pro decks, Composite + SDI 
converter, audio processors for volume maximization on spoken content, and 
a Blackmagic ATEM system for SDI to H264 conversion. Colo host and 60TB of 
disk at home, along with a 500TB LTO-5 library.


My goal is just to digitize the tapes, get the files to whomever wants 
them (plus archive.org), and then the tapes go to some collector that 
wants to hold onto the originals. I don't have physical room to store the 
tapes long term.


I have archived a lot of laser show content recently that is digital data 
stored on 3/4" umatic, Beta, and SVHS ADAT format. I've found that pro 
tapes have help up well but consumer tapes less so.



--
: Ethan O'Toole




ImageCraft ICC11 v5 or v6 ?

2018-09-28 Thread Carlo Pisani via cctalk
hi
does anyone happen to have ImageCraft ICC11 v5 or v6?
I can't find it, and it's an dead abandoned product =(


IBM Z196 Enterprise Mainframe Computer on GovPlanet

2018-09-28 Thread John H. Reinhardt via cctalk

I'm a DEC guy so I don't know anything about the IBM world, but this is going 
up for auction on GovPlanet.com



Location is Richmond, VA

Seller: Commonwealth of Virginia, Dept. of General Services

IBM Z196 Enterprise Mainframe Computer

Mips:1280;MSU:160; Processors: 6 CP + 2 zIIPs; Storage: 32,768 meg

HSA Size-=16 GB; FICON express8 channels= 24; ESCON channels= 36; CTC/CNC 
Channels= 8 single mode

 Internal Coupling channels= 4; OSA Express3= 20;

Crypto Express3 cards= 2; Serial Number= 1D0E7

Bidder responsible for all loading and handling. Site does not have staff to 
assist with removing this lot.Site does not ship Please contact Mike 
Shaffer at 804-297-2494 or e-mail mike.shaf...@vita.virginia.gov for inspection 
appointments or more information. Hours are by appointment only. Appointments 
may be scheduled Mon - Fri excluding holidays. All sales as is where is. No 
warranties or guarantees. Bidder to inspect in person to confirm condition


Just in case anyone is interested.

--
John H. Reinhardt



Re: helping to clean out an estate - a lot of CRAY

2018-09-28 Thread Paul Anderson via cctalk
Here is the update:

When I returned from VCFMW, I took my time emptying my minivan. It was
mostly empty empty when I learned of my friends death. A mutual friend put
me in touch with his brother because I was interested in some photography
equipment he had talked about selling me earlier.

When I got there and he found out I was into computers, I offered to buy
items from him. I have removed  THREE vans loads, and I probably have THREE
MORE to go. I sort (computer/non-computer) and load all afternoon, unload
and sort all night. I have sorted boxes of CRAY, all kinds of conference
and trade show material, monthly, quarterly, etc periodicals, and 10 or so
boxes fill of memos, research papers, sales literature, benchmarks, and
grant proposals. There are papers, etc. there from most major universities,
government agencies including Aragon natl labs, Los Alomos, CERN, ETC.

Basically, it could take months to go through everything. I would like to
got the CRAY items that I have found so far ( I look through all the boxes,
but might have missed some) which are now about 40 three ring binders and 4
boxes of packets and small items first. Also the periodicals that are
sorted would be nice to get out of my way. The more you want, the quicker I
can get it processed. Smaller lots might take longer.  Feel free to ask
questions or make requests. I'm sorting as quickly as I can.

I appreciate the multiple offers to digitize the tapes. I will try to get
back to everyone next week.  Maybe split the load? Looking for ideas here.
My only rule is both museums get a copy and post it for public use. I do
have a few requests for some of the original tapes.

Thanks, Paul

On Tue, Sep 25, 2018 at 8:59 PM Paul Anderson  wrote:

> A friend of mine passed away a few days ago, and I am helping his brother
> go through boxes of items. He was a research professer at the U of I, but
> also spent time at CMU, Stanford and other places.
>
> What I have had a chance to sort today follows, and there will be updates
> throughout the week.
>
> VIDEOS:
>
> Tony Warnock- CRAY RESEARCH There are 3 tapes /day. I have 1-15 over 5
> days?
>
>
> Margaret Cahir -Cray Multitasking  6 tapes
>
>
> John Rollwagen, CRAY-  chairman and ceo,business, q and a organizational
> changes- 4 tapes most dated 87, 88
> also a tape labeled profile composite
>
>
> TERA MTA report from SDSC 2 from 98, 1 from 99
>
> Cray/ Silicon Graphics- The Power To See
>
> UCA Professional Video Tape Plus- CRAY Applications Video Composite 1986
>
> 1600 BPI Perfect Benchmarks tape
>
>
> A FEW of the Reports...
>
> ACM SIGMETRICS 1994
> ACM SIGMETRICS 2000
> SPAA ACM 2002
> SPAA ACM 2003
>
> THE INTERNATIONAL JOURNAL OF SUPERCOMPUTER APPLICATIONS AND HIGH
> PERFORMANCE COMPUTING   VOL 1, NUM 1 SPRING 87  through VOL 8, NUM 2,
> SUMMER 1994 22 volumes, might be missing a few. they could turn up tomorrow
>
> CRAY -3 Hardware Reference Manual
> CRAY Y-MP System Prog Reef Manual
>  Programmer Ref Manual
>  Functional Description Manual
> CRAY UNICOS LINE EDITOR
>
>
> I have 4-5 more boxes of books i will not get to tonight.  There could be
> another 20 boxes or more still there.
>
> I am looking for reasonable offers and good homes. I am not a software
> guy, my plate is more than full, and I have no place to store it.
>
> Thanks, Paul
>
>
>
>
>
>
>
>