StorageTek L20 Library Admin Webpage

If your StorageTek L20/40/180/700 autochanger library is sat on a private network and you fancy prodding the web GUI (assuming you purchased the serial dongle upgrade), try something like:

ssh -L 1234:IP_ADDR:80 -L 5001:IP_ADDR:5001 -L 5002:IP_ADDR:5002 SSH-HOST

In this example IP_ADDR is the private IP address of the library, as it is reached by the ssh server you are tunnelling through, in this case SSH-HOST.

You can now access the library interface by navigating to http://localhost:1234/ in your browser.

Tags:

Leave a Reply