Re: cant find the disk

2001-04-18 Thread Tal Ovadia

"John R. Jackson" wrote:

 I have setup amanda, and it is backing up the system disk (I am using
 tar, dump failed) ...

 What do you mean by "dump failed"?

amcheck give an error, so does amdump



 , but Amanda can not recognize the non system disks.
 ERROR: myserver.mydomain.com: [can not access /dev/dsk/c0t1d0s6
 (/dev/dsk/c0t1d0s6): No such file or directory]
 ERROR: myserver.mydomain.com: [can not access /disc2 (/disc2): No such
 file or directory]

 What was Amanda trying to get to when it went after c0t1d0s6?  In
 particular, what does the /etc/vfstab entry look like for that disk?

/dev/dsk/c0t1d0s6 is /disc1



 Ditto for /disc2.  Is there a "/disc2" on "myserver.mydomain.com"?

yes, but amanda still can find it.





--
 Tal Ovadia
 Jalan Network Services Inc.
 Phone: (818)-262-3895
 ---
 Why Oh Why didn't I take the Blue Pill...






Re: cant find the disk

2001-04-18 Thread John R. Jackson

amcheck give an error, so does amdump

I figured that.  Sheesh!

The question is, what was the error message, i.e. what **exactly** did
it say?  Without that information, nobody is going to be able to guess
what was wrong.

/dev/dsk/c0t1d0s6 is /disc1

OK, then what do you get for these commands:

  df -k /disc1
  ls -ld /disc1
  ls -lLd /disc1
  ls -l /dev/dsk/c0t1d0s6
  ls -lL /dev/dsk/c0t1d0s6
  ls -l /dev/rdsk/c0t1d0s6
  ls -lL /dev/rdsk/c0t1d0s6
  grep /disc1 /etc/vfstab

yes, but amanda still can find it.

Then run these commands and post the results:

  df -k /disc2
  ls -ld /disc2
  ls -lLd /disc2
  grep /disc2 /etc/vfstab

 Tal Ovadia

John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]



Re: cant find the disk

2001-04-18 Thread Tal Ovadia

"John R. Jackson" wrote:

 amcheck give an error, so does amdump

 I figured that.  Sheesh!

 The question is, what was the error message, i.e. what **exactly** did
 it say?  Without that information, nobody is going to be able to guess
 what was wrong.


That was the exact error msg from amcheck:

ERROR: myserver.mydomain.com: [can not access /dev/dsk/c0t1d0s6
(/dev/dsk/c0t1d0s6): No such file or directory]
* I put /dev/dsk/c0t1d0s6 just to test if it will find the device since
it failed on the name.
It is the same as disc1
ERROR: myserver.mydomain.com: [can not access /disc2 (/disc2): No such
file or directory]
ERROR: myserver.mydomain.com: [can not access /disc1 (/disc1): No such
file or directory]

* disc1  2 are two additional disks, the strange thing is that I have no
problem with the system disk.


 /dev/dsk/c0t1d0s6 is /disc1

 OK, then what do you get for these commands:

   df -k /disc1
   ls -ld /disc1
   ls -lLd /disc1
   ls -l /dev/dsk/c0t1d0s6
   ls -lL /dev/dsk/c0t1d0s6
   ls -l /dev/rdsk/c0t1d0s6
   ls -lL /dev/rdsk/c0t1d0s6
   grep /disc1 /etc/vfstab

 yes, but amanda still can find it.

 Then run these commands and post the results:

   df -k /disc2


 bash-2.03# df -k /disk1
 df: (/disk1) not a block device, directory or mounted resource


   ls -ld /disc2


bash-2.03# ls -ld /disc2
drwxr-xr-x   8 root root 512 Apr  4 16:46 /disc2


   ls -lLd /disc2


bash-2.03# ls -lLd /disc2
drwxr-xr-x   8 root root 512 Apr  4 16:46 /disc2


   grep /disc2 /etc/vfstab

bash-2.03# grep /disc2 /etc/vfstab
/dev/dsk/c0t2d0s6   /dev/dsk/c0t2d0s6   /disc2  ufs 1
yes -



  Tal Ovadia

 John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]

--
 Tal Ovadia
 Jalan Network Services Inc.
 Phone: (818)-262-3895
 ---
 Why Oh Why didn't I take the Blue Pill...