Copying off a jukebox


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Copying off a jukebox
# 1  
Old 07-05-2010
Question Copying off a jukebox

Howdy, I've got an old alphaserver ds20e (running what i believe to be Tru64 UNIX 4.0F) that i'm trying to hook up to an optical jukebox, i don't know the brand of the juke box so i'm hoping that that doesn't matter. anyways the final result i'm hoing for is to be able to remove all the info off the jukebox and put it onto the alphaserver, i've looked into a simple cp or a dupeclone but i haven't been able to test either of these theories yet. If you could sugest a better way i'm all ears, (Unix isn't exactly my fortay)

Thanks in advance for your replies
**Addition**
the juke box is aparently keeping all of its info arranged on a sybase database
and it's encrypted

Last edited by randUSR(); 07-05-2010 at 12:48 PM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. AIX

IBM 3995 C68 OD jukebox

Hi all our old jukebox always have all slots disable problem, is there any command can enable all the slots in one time. And not enable one by one. thanks (0 Replies)
Discussion started by: lijiajin
0 Replies
Login or Register to Ask a Question
BRAND.4TH(8)						    BSD System Manager's Manual 					      BRAND.4TH(8)

NAME
brand.4th -- FreeBSD ASCII art boot module DESCRIPTION
The file that goes by the name of brand.4th is a set of commands designed to draw the ASCII art BSD brand above the boot loader menu. The commands of brand.4th by themselves are not enough for most uses. Please refer to the examples below for the most common situations, and to loader(8) for additional commands. Before using any of the commands provided in brand.4th, it must be included through the command: include brand.4th This line is present in the default /boot/menu.rc file, so it is not needed (and should not be re-issued) in a normal setup. The commands provided by it are: draw-brand Draws the BSD brand. The brand that is drawn is configured by setting the loader_brand variable in loader.conf(5) to one of ``fbsd'' (the default) or ``none''. The position of the logo can be configured by setting the loader_brand_x and loader_brand_y variables in loader.conf(5). The default values are 2 (x) and 1 (y). The environment variables that effect its behavior are: loader_brand Selects the desired brand in the beastie boot menu. Possible values are: ``fbsd'' (default) or ``none''. loader_brand_x Sets the desired column position of the brand. Default is 2. loader_brand_y Sets the desired row position of the brand. Default is 1. FILES
/boot/loader The loader(8). /boot/brand.4th brand.4th itself. /boot/loader.rc loader(8) bootstrapping script. EXAMPLES
Set FreeBSD brand in loader.conf(5): loader_brand="fbsd" SEE ALSO
loader.conf(5), loader(8) HISTORY
The brand.4th set of commands first appeared in FreeBSD 9.0. AUTHORS
The brand.4th set of commands was written by Devin Teske <dteske@FreeBSD.org>. BSD
May 18, 2011 BSD