IBM 3995 C68 OD jukebox


 
Thread Tools Search this Thread
Operating Systems AIX IBM 3995 C68 OD jukebox
# 1  
Old 11-11-2008
Data 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
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. AIX

IBM Virtual Machine OS on intel x86 and x64? IBM AIX OS on IBM Virtual Machine?

Hi There, I have zero information and zero knowledge for IBM virtual machine except Amazon cloud and VMware ESXi (Only Linux OS available). Anyone could provide me the following answer - Can IBM VM been deploy on X86 and X64 (Intel Chip)? If answer is yes any chance to deploy AIX OS... (13 Replies)
Discussion started by: chenyung
13 Replies

2. UNIX for Dummies Questions & Answers

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... (0 Replies)
Discussion started by: randUSR()
0 Replies
Login or Register to Ask a Question
ACINCLUDE(1)								GPL							      ACINCLUDE(1)

NAME
acinclude - manual page for ac-archive 0.5.39 SYNOPSIS
acinclude [OPTIONS] ... DESCRIPTION
Generate `acinclude.m4' by scanning `configure.ac' or `configure.in' --acdir=DIR directory holding subdirectories with config files --help print this help, then exit -I DIR add directory to superdir search list for .m4 files . add current directory as superdir to searchlist which is the default if no -I option was given. --output=FILE put output in FILE (default acinclude.m4) --print-ac-dir print name of directory with subdirs holding m4 files --verbose don't be silent --version print version number, then exit Note that unlike aclocal the subdirectories (!!) of the acdir-path are searched for files - the default will find locals as ./*/*.m4 and always search for ac-macros installed as share/aclocal/*/*.m4 which may include the macros from ac-archive or from packages that chose to install multiple files into a subdirectory of share/aclocal. The tool will warn at unresolved symbols starting with AX_ just as the original aclocal program did warn at unresolved macros with AC_. AUTHOR
Written by Tom Tromey <tromey@cygnus.com> modified for acinclude by Guido Draheim <guidod@gmx.de> (C) 2001 REPORTING BUGS
Report bugs with original aclocal to <bug-automake@gnu.org>. Report problems with acinclude to <ac-archive-list@sourceforge.net>. Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSO
The full documentation for the ac-macros handled with acinclude is maintained as m4 source and converted to html pages which get installed in doc/ac-archive subdirectories in the filesystem at your site. Have a look. ac-archive 0.5.39 January 2003 ACINCLUDE(1)