Unsolved
This post is more than 5 years old
5 Posts
0
10868
May 28th, 2008 12:00
PowerVault 124T eject tape from the robotic with web interface
I need to automatically extract a tape from a powervault (s.o. will have to pick it up and to put a new tape inside).
It seams to be impossible from any software, the only way is to use the web interface.
Does someone has ever try to send a request to the cgi script to automatically and remotely move a tape from a slot to the mail slot?
*a quarter an hour later*
I just tried to by using wget utility (linux tool, available for windows) :
example : move from slot 7 to mail slot :
[user@host] # wget --http-user=admin --http-password=password --post-data="from=7&to=18&submit=submit" http:// /move.cgi
value:display
1:Slot 1
2:Slot 2
3:Slot 3
4:Slot 4
5:Slot 5
6:Slot 6
7:Slot 7
8:Slot 8
9:Slot 9
10:Slot 10
11:Slot 11
12:Slot 12
13:Slot 13
14:Slot 14
15:Slot 15
16:Slot 16
17: Drive
18: Mailslot
19: Picker

