Start a Conversation

Unsolved

This post is more than 5 years old

10034

June 27th, 2017 20:00

use library drive as standalone

Hi,

Does it work when the IBM LTO drive (SAS,FC) is pulled out of the library and connected to the PC as standalone?

Thanks in Advance..

1 Message

February 2nd, 2018 09:00

would like to know too

1 Rookie

 • 

427 Posts

February 5th, 2018 03:00

Half height drive's are likely to show and Error E on boot as they should be in library mode

Full height is more likely, you would have to remove the loop back connector on the back of the drive and turn off dip5 and turn on dip1.

Moderator

 • 

7K Posts

February 5th, 2018 06:00

Hello,

In most cases you can use a LTO drive from a library as a standalone drive.  As tapelibraryfixer stated you might get some unexpected behavior as the drive might be looking for the library.

Please let us know if you have any other questions.

September 11th, 2019 10:00

@tapelibraryfixer, good day, I have a SAS HH drive out of a library that we intend to repurpose as standalone and get exactly the "Error E" in the SCD, after a boot sequence that counts down from 8 to 0. The drive has two small connectors besides the SAS/power connector. One of them was attached to the caddy (I believe it is the RS-422 connector). There's yet another one which my google research has led me to believe it might be an ethernet service port. Is there any way to connect to this drive via RS422 or Ethernet and set it to standalone mode so that it doesn't throw a fault because of looking for and not getting a response from the automation interface? Would such an update be doable, for example, via ITDT? Thanks

1 Rookie

 • 

427 Posts

September 12th, 2019 00:00

Hi

The only way to turn off "library mode (E)" is through the serial port, as "library mode" turns off the FC/SAS connection until the library decides to activate it.

i think the serial port maybe password protected not sure.

Theres no easy way put it that way.

 

September 12th, 2019 12:00

Thanks.

After posting here, I read another thread on this forum - https://www.dell.com/community/PowerVault/Trying-to-use-an-LTO7-SAS-drive-from-a-TL2000-as-an-internal/m-p/7371106#M30383

From your answer there, I got to know that the way to go was to connect to this pesky drive via serial port.

After a lot of googling, manual-reading, pinout guessing, and serial terminal fiddling I was finally able to set the drive to standalone mode ie. turning on "Automatic Drive Online". This means the drive will turn on its SCSI/SAS/FC bus without the need of being told to do so by the library via serial. 

The procedure I did could be the topic of a howto/writeup of some sort if anyone is interested. I took care to take a few photos where relevant.

Thanks again.

1 Rookie

 • 

427 Posts

September 13th, 2019 00:00

Well done!

2 Posts

October 9th, 2019 13:00

Hi,

I am also looking how to convert standalone to library. Any chance you could share how you did via the serial port?

many thanks

1 Message

May 28th, 2020 10:00

Yes it is possible.

The tape drive can be use as standalone: it will be detected as a tape device in /dev/tape/by-uuid/ that will link to a device like /dev/nst0 on linux.

Then you could issue tar or dd on this device directly (tar is historicaly made for this ...).

For example, you can issue a:

tar cvf /dev/nst0 myfolder1

tar cvf /dev/nst0 myfolder2

Each write will end with a "eof" that will allow to read it by "block". Remember that, on a tape, you will not have any partition or FAT (File Allocation Table). You have to remember where you put your archive to retrieve it.

For example, when you will need the folder "myfolder2", you will have to issue thoose commands:

mt -f /dev/nst0 rewind # ... rewind the tape

mt -f /dev/nst0 fsf 1 # Fast Forward: jump 1 "file" on the tape, so you the tape drive be on the 2nd file

tar xvf /dev/nst0 myoutputfolder # untar the archive of myfolder2 to the output folder myoutputfolder 

Using it with a software like Bacula is more easy that doing thing by hand.

To know: in a tape library, the drive communicates with the tape library, so it will relay actions to it. For example, when you want to unload the tape to a given slot, your systems sends an order to the drive than will send it to the tape library using a dedicated bus (RS422). The drives ejects the tape, and the tape library takes it to store it in a given slot. From a Linux point of view, when a drive is connected to a tape library, it creates a device such as /dev/ng0 that will allow you to issue commands such as : mtx -f /dev/sg0 70 0 (that would unload the tape in drive 0 to the storage slot 70).

Of course, if you use a drive without a tape library, you will not have this /dev/sg0 device. For Bacula, you can use a wrapper that will allow the softare to call defined scripts to be called instead of mtx. When you don't have a library, such a script can consist in sending a mail to a human asking it to take the ejected cartridge and insert another one instead.

November 6th, 2020 12:00

Hi all - I acknowledge this is a fairly old thread to resurrect, but I would absolutely be interested in knowing the steps in converting a drive that was in a library to standalone mode.  I'd dearly love to see those pictures or the writeup of what to do - thank you very much in advance for your generous sharing of knowledge! 

Regards,

Martyn.

1 Message

February 20th, 2021 03:00

Hi @alperazzoli 

The procedure I did could be the topic of a howto/writeup of some sort if anyone is interested. I took care to take a few photos where relevant.

 

Is it possible for you to share this information? I googled already a couple of hours but didn't find any hints about the serieal port oft my Quantum Build LTO-4 HH SAS Drive, despite the fact in the User manual the Port is stated as "Serial Library port"....  

Would be great if you could share your  expierence

 

Cheers

 

4920441

1 Message

April 5th, 2021 04:00

Hi. Can you write how you switched it to standalone mode? I try with lto5

June 4th, 2021 06:00

, I never got to doing the writeup.

If anyone still needs this, do let me know. I will try to find the time to do a writeup.

I have since returned the drive to seller (it was end-of-life! sky high power on time) and later on stopped involving myself with our company's IT area due to lack of time.

I'm sorry for not doing it still. It's not due to wanting to hold knowledge back. It's pure lack of time and due to the fact I moved on to other interests.

Please bear with me as I will eventually write it up. No need for others to suffer and have to dive into technical manuals as I had to do.

1 Message

July 29th, 2021 02:00

Hi alperazzoli 

I face the same problem. So I would really appreciate if you could share how you made it!

Thanks in advance!

1 Message

December 10th, 2021 08:00

I am facing the issue, can somebody share the steps on how to change the library tape drive to standalone.

Thank you in advance

No Events found!

Top