Sponsored Content
Operating Systems HP-UX Comando para montar automaticamente un Dlt Post 92028 by Midcain on Wednesday 7th of December 2005 09:24:41 AM
Old 12-07-2005
For those who don't speak Spanish

Intentaré traducir para los que no hablen español

For those who, like me, don't speak Spanish, I ran this through Google's translation routine. Kespinoza seems to be asking if there is a command to automatically mount a tape (cassette) drive to an HP-UX box (again, this is a Google translation. I'm not sure what Dlt is.) so the unit will recognize it and he doesn't have to do it manually every time.

Hopefully this'll be of help to someone.
 

9 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

DLT 4000 drivers?

I am using a Quantum DLT 4000 tape drive on a PowerMac G4 with OS 10.1.5 I'd like to use the Terminal application, which is based on BSD 4.4, to see the tape drive and write backup tapes to it. First, is there a way to list all the devices attached to the computer? And secondly, is there a way... (0 Replies)
Discussion started by: derekc132002
0 Replies

2. UNIX for Dummies Questions & Answers

check a DLT connexion?

HI, I'm using a solaris 6. I have allready changed the drive once, everything is ok unitl I mount a tape IN, after that I can't do nothing... the mt command give me every time the same result "device bussy..." I lost the DLT control, how can I check what is wrong? (1 Reply)
Discussion started by: xylos
1 Replies

3. Filesystems, Disks and Memory

Erasing backup tapes (DLT)

I have a load of DLT tapes I need to scrub and get rid off. Anyone know of any application to erase the tapes before recycling them? I have a Sun StorEdge L9 tape loader which I would like to utilise, so a script or application that can take advantage of doing a load of tapes without manual... (5 Replies)
Discussion started by: son_t
5 Replies

4. UNIX Desktop Questions & Answers

Comandos para consultar una HBA en Tru64

Hola, alguien me puede ayudar enviandome los comandos para cpnsultar las HBA que estan asignadas y que ve un servidor con SO tru Unix64 Gracias (1 Reply)
Discussion started by: darru
1 Replies

5. Programming

salida de comando a variable

Buenas, estoy intentando hacer lo siguiente: Enviar un comando at a un telefono movil y recibir la respuesta para tratarla. Algo estaré haciendo mal que usando open, write y read, solo consigo enviarle el comando pero no capturar la respuesta, solo aparece en pantalla por el terminal. Asi que... (1 Reply)
Discussion started by: daaran
1 Replies

6. Solaris

Proceso para instalar parches

Hola, como se hace para instalar los parches para solaris, yo los tengo en un dvd. comandos etc.... (1 Reply)
Discussion started by: ea1fch
1 Replies

7. Shell Programming and Scripting

Comando seleccionar(selecionar) lineas(Linhas)

Hola, he empezado la carrera de informática y tengo que hacer uno ejercicios con Cygwin ( mismos comandos que UNIX ). Y en el ejercicio me dice que tengo que abrir un archivo .csv y que selecione las lineas en que en la tercera columna el valor sea 4 y en la cuarta columna el valor sea 2, he... (1 Reply)
Discussion started by: mcanhizares
1 Replies

8. Shell Programming and Scripting

sed and awk to insert a line after a para

hi I am having a file like this ############################## mod1 ( a(ll) , b( c), try(o) , oll(ll) go(oo) , al(ll) mm(al) , lpo(kka) kka(oop) ); mod2 ( jj(ll) , c( kk), try1q(o1) , ofll(lll) gao(oo1) , ala(llaa) mmf(adl) , lddpo(kkad) kkda(oodp) );... (20 Replies)
Discussion started by: kshitij
20 Replies

9. Shell Programming and Scripting

How to extract entire para instead of just line?

Hello, I have a file with multiple paragraphs/sections each starting with word "Handle" and if I grep for a pattern, I should get contents of entire section/para (not just line). Please advise, thanks! #script.sh file.txt "System Information" Handle 0x0001 DMI type 1, 27 bytes. ... (9 Replies)
Discussion started by: reddyr
9 Replies
GJOTS2DOCBOOK(1)					      General Commands Manual						  GJOTS2DOCBOOK(1)

NAME
gjots2docbook - Convert a gjotsfile to DOCBOOK (on stdout) SYNOPSIS
gjots2docbook -a|-b [ -e ] [ -P ] [ -p ] [ gjotsfile ] DESCRIPTION
gjots2docbook converts a gjotsfile into DOCBOOK XML. gjots2docbook uses awk(1) to perform the conversion. gjots2docbook does not create them so the first element in the file should contain any <bookinfo> or <artheader> element. Similarly, <bib- liographic> elements are not created. In fact the output is very simplistic with item titles in the gjotsfile being converted to chapter or section headings in DOCBOOK. There is no reason why your gjotsfile should not contain valid DOCBOOK XML - and that is why the -e and -p op- tions are provided. If the file does not start with <?xml ...> then appropriate lines will be added as follows: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE doc_type PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> If properly installed, the docbook utilities can then be used to create HTML, man, ps, pdf etc files eg: gjots2docbook -b ~/.gjotsfile >gjotsfile.xml docbook2pdf gjotsfile.xml It may be necessary to fine-tune the docbook formatting to access all features. OPTIONS
-a makes a DOCBOOK article -b makes a DOCBOOK book -e don't encode special characters eg < -> &lt; -p don't change blank lines to </para><para> markers -P first section is a preface rather than a chapter (book only) AUTHOR
Written by Bob Hepple <bhepple@freeshell.org> http://bhepple.freeshell.org/gjots COPYRIGHT
Copyright (c) 2002 Robert Hepple This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PAR- TICULAR PURPOSE. SEE ALSO
gjots(1), gjots2html(1), docbook2gjots(1) GJOTS2DOCBOOK(1)
All times are GMT -4. The time now is 08:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy