Dell™ PowerVault™ 122T LTO-2

2005-07-04 Thread Kaushal Shriyan
Hi All

I have Dell™ PowerVault™ 122T LTO-2 tape drive with autoloader, Now 
I have 5 tapes loaded in the Tape Drive, 
Now when I give the below command
#mt -f /dev/nst0 rewind
/dev/nst0: No medium found
mt: The device is offline (not powered on, no tape ?).
#

Please advice and guide me.

-- 
Regards,

Kaushal Shriyan
Technical Engineer
Red Hat India Pvt. Ltd.
1st Floor,'C'Wing,
Fortune2000,
Bandra Kurla Complex,
Bandra(East),
Mumbai 400051.
Maharashtra
India
Tel: +91-22-3987
Fax: +91-22-39878899
Cell   : +91-9820367783
E-mail : [EMAIL PROTECTED]



signature.asc
Description: This is a digitally signed message part


Re: Dell™ PowerVault™ 122T LTO-2

2005-07-04 Thread Joshua Baker-LePain
On Mon, 4 Jul 2005 at 2:50pm, Kaushal Shriyan wrote

 I have Dell™ PowerVault™ 122T LTO-2 tape drive with autoloader, Now 
 I have 5 tapes loaded in the Tape Drive, 

No -- you have 5 tapes in the loader.

 Now when I give the below command
 #mt -f /dev/nst0 rewind
 /dev/nst0: No medium found
 mt: The device is offline (not powered on, no tape ?).
 #
 
 Please advice and guide me.

Err, was there a tape in the drive?  I'm guessing there wasn't.  You need 
to use 'mtx' to manipulate the loader.  'mt' just deals with the tape 
drive itself.

-- 
Joshua Baker-LePain
Department of Biomedical Engineering
Duke University


Re: DellT PowerVaultT 122T LTO-2

2005-07-04 Thread David Howard

Joshua Baker-LePain wrote:


On Mon, 4 Jul 2005 at 2:50pm, Kaushal Shriyan wrote

 


I have Dell⢠PowerVault⢠122T LTO-2 tape drive with autoloader,
   

Now 
 

I have 5 tapes loaded in the Tape Drive, 
   



No -- you have 5 tapes in the loader.

 


Now when I give the below command
#mt -f /dev/nst0 rewind
/dev/nst0: No medium found
mt: The device is offline (not powered on, no tape ?).
#

Please advice and guide me.
   



Err, was there a tape in the drive?  I'm guessing there wasn't.  You
need 
to use 'mtx' to manipulate the loader.  'mt' just deals with the tape 
drive itself.


 

And just to make it fun, RedHat Enterprise 3.0 does not come with MTX by 
default you will have to download and install it first.


Hostname lookup failed

2005-07-04 Thread Montagni, Giovanni
Hi to all,
I have a problem with amanda.

In december i've set-up amanda to backup the same machine that have the tape 
drive.
Everything worked fine but today amcheck give me this error:

Amanda Tape Server Host Check
-
NOTE: skipping tape-writable test
Tape bkimmob01 label ok
WARNING: tapecycle (20) = runspercycle (20).
Server check took 0.275 seconds

Amanda Backup Client Hosts Check

ERROR: auriga: [addr 172.30.2.195: hostname lookup failed]
Client check: 1 host checked in 0.007 seconds, 1 problem found

(brought to you by Amanda 2.4.4p4)

As you can see, the machine can resolve its hostname:

[EMAIL PROTECTED] local]# ping auriga
PING auriga.manord.com (172.30.2.195) 56(84) bytes of data.
64 bytes from 172.30.2.195: icmp_seq=0 ttl=64 time=0.043 ms
64 bytes from 172.30.2.195: icmp_seq=1 ttl=64 time=0.058 ms

--- auriga.manord.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.043/0.050/0.058/0.010 ms, pipe 2

--

[EMAIL PROTECTED] local]# nslookup
 auriga
Server: 172.30.2.128
Address:172.30.2.128#53

Name:   auriga.manord.com
Address: 172.30.2.195

--

i've tried to shutdown firewall, or restart xinetd, but nothing have changed.

any help would be appreciated,

Giovanni

p.s. sorry for bad english.



Re: dumper hanging on single item in disklist?

2005-07-04 Thread Graeme Humphries
On Fri, 2005-07-01 at 09:18 +0200, Stefan G. Weichinger wrote: 
 This share is also set to estimate server?

Yep, exact same settings as all other shares that work fine.

 Was this behavior the same before, with the older AMANDA-release?

Yep, it has always been doing this.

 I'd try to increase the values for dtimeout (and maybe etimeout) for a 
 start ...
 
 You should also be able to dig up more infos from your logfiles (lookup 
 the parameter logdir in your conf, it leads you there ...).

The only thing out of the ordinary I found was that this share had a
trailing slash in the disklist, while the others didn't. Nothing in the
log files (other than the timeout) was any different. Is that it? :)

Graeme


Re: Hostname lookup failed

2005-07-04 Thread Graeme Humphries
On Mon, 2005-07-04 at 17:24 +0200, Montagni, Giovanni wrote:
 ERROR: auriga: [addr 172.30.2.195: hostname lookup failed]

Ok...

 [EMAIL PROTECTED] local]# ping auriga
 PING auriga.manord.com (172.30.2.195) 56(84) bytes of data.

Your ping test is equivalent to doing host auriga. What Amanda is
probably doing is the equivalent of host 172.30.2.195, a *reverse* DNS
lookup. Your forward DNS may be working fine, while your reverse DNS
might not be.

Graeme


Re: Disabling size estimates?

2005-07-04 Thread Graeme Humphries
On Fri, 2005-07-01 at 08:53 +0200, Stefan G. Weichinger wrote:
 I'd like to see some improvements on that tool, but in general it's very 
 useful, yes.

H, what are you thinking of adding / changing?

 Make sure to let things settle in first before attempting too much 
 optimization to fast. AMANDA adapts to your setup by learning from 
 history, commonly spoken. Give it some runs of amdump to see the trends ...

Yeah, I just put in some specific dumper thread options, and I'm going
to leave it at that.

Graeme


Re: Hostname lookup failed

2005-07-04 Thread Dominique Arpin

 Hi to all,
 I have a problem with amanda.


 In december i've set-up amanda to backup the same machine that have the
 tape drive. Everything worked fine but today amcheck give me this error:


 Amanda Tape Server Host Check
 -
 NOTE: skipping tape-writable test
 Tape bkimmob01 label ok
 WARNING: tapecycle (20) = runspercycle (20).
 Server check took 0.275 seconds


 Amanda Backup Client Hosts Check
 
 ERROR: auriga: [addr 172.30.2.195: hostname lookup failed]
 Client check: 1 host checked in 0.007 seconds, 1 problem found


Verify if you have a reverse DNS for this IP. You can test the reverse DNS
with :
dig -x 172.30.2.195

 (brought to you by Amanda 2.4.4p4)


 As you can see, the machine can resolve its hostname:


 [EMAIL PROTECTED] local]# ping auriga
 PING auriga.manord.com (172.30.2.195) 56(84) bytes of data.
 64 bytes from 172.30.2.195: icmp_seq=0 ttl=64 time=0.043 ms
 64 bytes from 172.30.2.195: icmp_seq=1 ttl=64 time=0.058 ms


 --- auriga.manord.com ping statistics ---
 2 packets transmitted, 2 received, 0% packet loss, time 999ms
 rtt min/avg/max/mdev = 0.043/0.050/0.058/0.010 ms, pipe 2

 --


 [EMAIL PROTECTED] local]# nslookup

 auriga
 Server: 172.30.2.128
 Address:172.30.2.128#53


 Name:   auriga.manord.com
 Address: 172.30.2.195


 --


 i've tried to shutdown firewall, or restart xinetd, but nothing have
 changed.

 any help would be appreciated,

 Giovanni


 p.s. sorry for bad english.



-- 
Dominique Arpin___[   Espace
administrateur réseau Courbe]
A+,Linux+,Server+,MCP http://www.espacecourbe.com/
  téléphone514.933.9861
  télécopieur  514.933.9546



Re: Disabling size estimates?

2005-07-04 Thread Stefan G. Weichinger

Graeme Humphries wrote:

On Fri, 2005-07-01 at 08:53 +0200, Stefan G. Weichinger wrote:

I'd like to see some improvements on that tool, but in general it's very 
useful, yes.



H, what are you thinking of adding / changing?


On my systems it always looks nasty, with the text running into the 
graphs (upper right corner, afai remember).


Cosmetic issue, I know.

And it would be nice to wrap something around it, to generate webpages, 
where you can browse and compare your plots ...


Even more cosmetic ;)

Stefan


--
Stefan G. Weichinger
AMANDA core team member
mailto://[EMAIL PROTECTED]
--
oops! linux consulting  implementation
http://www.oops.co.at
--


Re: dumper hanging on single item in disklist?

2005-07-04 Thread Stefan G. Weichinger

Graeme Humphries wrote:

I'd try to increase the values for dtimeout (and maybe etimeout) for a 
start ...


You should also be able to dig up more infos from your logfiles (lookup 
the parameter logdir in your conf, it leads you there ...).



The only thing out of the ordinary I found was that this share had a
trailing slash in the disklist, while the others didn't. Nothing in the
log files (other than the timeout) was any different. Is that it? :)


Change it.
And edit your timeouts as mentioned.

--
Stefan G. Weichinger
AMANDA core team member
mailto://[EMAIL PROTECTED]
--
oops! linux consulting  implementation
http://www.oops.co.at
--


Re: Disabling size estimates?

2005-07-04 Thread Graeme Humphries
On Mon, 2005-07-04 at 18:32 +0200, Stefan G. Weichinger wrote:
 On my systems it always looks nasty, with the text running into the 
 graphs (upper right corner, afai remember).

Ahh yes, I see what you mean. I'd think that'd be a matter of tweaking
how gnuplot is called. If I alter the script to fix some of these
issues, do you want patches? :)

 Cosmetic issue, I know.

Sure, but it's a cosmetic program. :D

 And it would be nice to wrap something around it, to generate webpages, 
 where you can browse and compare your plots ...

I was just thinking of writing something to do that. ;)

Here's what I was thinking: a little PHP script that lets you choose a
date (based on dates of logs available in the log dir). Once you've
chosen one, it uses amdump / amstatus to generate a nice page of info
for you in the main frame about that date, and caches whatever images it
generates. Sound useful?

Graeme


Re: Disabling size estimates?

2005-07-04 Thread Stefan G. Weichinger

Graeme Humphries wrote:

On Mon, 2005-07-04 at 18:32 +0200, Stefan G. Weichinger wrote:

On my systems it always looks nasty, with the text running into the 
graphs (upper right corner, afai remember).



Ahh yes, I see what you mean. I'd think that'd be a matter of tweaking
how gnuplot is called. If I alter the script to fix some of these
issues, do you want patches? :)


As Jon LaBadie said: APAW.

applicable patches always welcome ... ;)


Cosmetic issue, I know.



Sure, but it's a cosmetic program. :D


And it would be nice to wrap something around it, to generate webpages, 
where you can browse and compare your plots ...



I was just thinking of writing something to do that. ;)

Here's what I was thinking: a little PHP script that lets you choose a
date (based on dates of logs available in the log dir). Once you've
chosen one, it uses amdump / amstatus to generate a nice page of info
for you in the main frame about that date, and caches whatever images it
generates. Sound useful?


Yep. Maybe integrate a view generated by amoverview to get the 
overview, then dig into the plots ...


Thanks, Stefan

--
Stefan G. Weichinger
AMANDA core team member
mailto://[EMAIL PROTECTED]
--
oops! linux consulting  implementation
http://www.oops.co.at
--


Re: Disabling size estimates?

2005-07-04 Thread Graeme Humphries
On Mon, 2005-07-04 at 20:10 +0200, Stefan G. Weichinger wrote:
 As Jon LaBadie said: APAW.
 
 applicable patches always welcome ... ;)

That's what I figured. :)

 Yep. Maybe integrate a view generated by amoverview to get the 
 overview, then dig into the plots ...

Yeah, that sounds good. I'll let you know when I have something useful
on either of these.

G


-- 
Graeme Humphries ([EMAIL PROTECTED])
Linux Administrator
VCom Inc.
(306) 955-7075 ext 485

My views and comments do not necessarily reflect the views of my
employer.


Re: Hostname lookup failed

2005-07-04 Thread Bert_De_Ridder

I have had the same problem once, one
of the machines that I back up sometimes wasn't found; I always thought
it was some kind of time out problem since everything else worked (ping,
dig). 
I ended up adding the machine in the
backup server's /etc/hosts file. That should of course only be done if
the ip address is fixed. 


HTH

Bert De Ridder

PeopleWare NV - Head Office
Cdt.Weynsstraat 85 
B-2660 Hoboken 
Tel: +32 3 448.33.38 
Fax: +32 3 448.32.66 

PeopleWare NV - Branch Office Geel
Kleinhoefstraat 5
B-2440 Geel
Tel: +32 14 57.00.90
Fax: +32 14 58.13.25

http://www.peopleware.be

http://www.mobileware.be








Dominique Arpin
[EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
04/07/2005 18:18




To
Montagni, Giovanni
[EMAIL PROTECTED]


cc
amanda-users@amanda.org


Subject
Re: Hostname lookup failed









 Hi to all,
 I have a problem with amanda.


 In december i've set-up amanda to backup the same machine that have
the
 tape drive. Everything worked fine but today amcheck give me this
error:


 Amanda Tape Server Host Check
 -
 NOTE: skipping tape-writable test
 Tape bkimmob01 label ok
 WARNING: tapecycle (20) = runspercycle (20).
 Server check took 0.275 seconds


 Amanda Backup Client Hosts Check
 
 ERROR: auriga: [addr 172.30.2.195: hostname lookup failed]
 Client check: 1 host checked in 0.007 seconds, 1 problem found


Verify if you have a reverse DNS for this IP. You can test the reverse
DNS
with :
dig -x 172.30.2.195

 (brought to you by Amanda 2.4.4p4)


 As you can see, the machine can resolve its hostname:


 [EMAIL PROTECTED] local]# ping auriga
 PING auriga.manord.com (172.30.2.195) 56(84) bytes of data.
 64 bytes from 172.30.2.195: icmp_seq=0 ttl=64 time=0.043 ms
 64 bytes from 172.30.2.195: icmp_seq=1 ttl=64 time=0.058 ms


 --- auriga.manord.com ping statistics ---
 2 packets transmitted, 2 received, 0% packet loss, time 999ms
 rtt min/avg/max/mdev = 0.043/0.050/0.058/0.010 ms, pipe 2

 --


 [EMAIL PROTECTED] local]# nslookup

 auriga
 Server: 172.30.2.128
 Address:172.30.2.128#53


 Name:  auriga.manord.com
 Address: 172.30.2.195


 --


 i've tried to shutdown firewall, or restart xinetd, but nothing have
 changed.

 any help would be appreciated,

 Giovanni


 p.s. sorry for bad english.



-- 
Dominique Arpin___[  Espace
administrateur réseau   
   Courbe  ]
A+,Linux+,Server+,MCP   
   http://www.espacecourbe.com/
  
  téléphone
 514.933.9861
  
  télécopieur
514.933.9546