Gp's Tape Infrastructure!

i6000 - Serial Port On MCU gpmidi

As far as I can tell the serial port on the i6000's and i2000's MCU spits out binary data. Documentation I found a while ago said it was not a console port but for something else. Might be worth digging into this more for debugging info but probably not worth while for now. 

i6000 - Web Resources gpmidi

The config files and such in /usr/local/amc/app are all publicly accessible. 

i6000 - Generating License Keys

Quick pointer: If you're using this for anything other than lab testing, well, you really shouldn't. If you've got to have someone tell you that such things are ethically and legally problematic, you're probably not a very good person anyway. Or just not thinking. Either way, think before you use this info. 

Turns out that Quantum/ADIC helpfully includes the binary for generating license keys! 

i6000 - /etc/hosts

Static Hostnames

10.22.0.202   gibson6
10.10.1.1       M000127
10.10.1.2       R000117


# IOB lookups, do not modify anything after this in the file
#Frame 1
10.10.0.1       I0000001
10.10.0.3       I0000031
10.10.0.5       I0000051
10.10.0.6       I0000061
10.10.0.9       I0000091
10.10.0.10      I0000101
10.10.0.28      M0000281

i6000 - /etc/exports

NFS Exports

ilinkacc: $ cat /etc/exports
# See exports(5) for a description.
# This file contains a list of all directories exported to other computers.
# It is used by rpc.nfsd and rpc.mountd.

/var/log/adic   *(rw,no_subtree_check,no_root_squash,async)
/etc/adic       *(rw,no_subtree_check,no_root_squash,async)
/tftpboot       *(ro,no_subtree_check,no_root_squash,async)

Subscribe to Tape Library