Lost Data Lost Admin


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory Lost Data Lost Admin
# 1  
Old 09-07-2005
Lost Data Lost Admin

First time so excuse my ignorance please.
I may not be accurately describing the issue.
I have inherited a small lab mostly SUN V120s.
We lost power and are trying to recover.
Nope no backups...
The primary issue I have is 1 box is an Oracle Server.
It has 2 36Gb harddrives.
I am able to reboot the system but it will not mount a "meta device".
The vfstab file indicates a device mount of /dev/md/dsk/do on /oracle
There are several directories under root (e.g., /U01) that are linked to
/oracle.
Apparently this device according to the /etc/lvm/md.cf file looks like this:
d0 3 1 c1t0d0s4 \
1 c1t1d0s0 \
1 c1t1d0s1

I can see that this 'device' is using partitions from both harddrives
and I think the second harddrive (t1) has been trashed.

I know I am all over the board here, I am fairly new to
Solaris SysAdmin but I figured it couldn't hurt to try this
method for any help I can get.

Much obliged
murphsr
# 2  
Old 09-07-2005
The utility that creates those metadevices is called "Solaris Disk Suite". I know very little about it (almost all boxes I admin use Veritas instead of SDS for disk management), but it is a common tool. I'm sure you could find lots of information about it at docs.sun.com.

For example, here is the guide for the latest version:
http://docs.sun.com/app/docs/doc/805...aris+disksuite

You may need to check a different doc, but there are tons there so you should be able to find the one for the version of SDS on your system.
# 3  
Old 09-07-2005
Suggest running fsck on the device (/dev/md/dsk/d0) and see if that fixes it. It may not if Oracle was using raw partitions. If not (and you are SURE that it's t1 that is messed up), you may be out of luck since it isn't a mirror - it shows that the /oracle (or /dev/md/dsk/d0) was made up of c1t0d0s4, c1t1d0s0, and c1t1d0s1. If two of those are now damaged (c1t1), you may not be able to fix it.

Was there any other line in md.cf that contained the d0 device? (I'm hoping you had a mirror - something like this - I doubt it since you state there are only 2 36GB drives)
d10 -m d0 d1 1
d0 1 3 c1t0d0s4 c1t1d0s0 c1t1d0s1
d1 1 3 c1t2d0s4 c1t3d0s0 c1t3d0s1

If so, you can break the mirror, recreate the d0 after replacing the hard drive (as long as that was all that was on it).

Since you stated the md.cf was in /etc/lvm, you are running at least Solaris 8 (maybe 7 - I don't recall) since the md config files were moved from /etc/opt/SUNWmd to /etc/lvm around that release. It's always helpful to state the OS and version.
# 4  
Old 09-07-2005
Thank you,
Appreciate the replie(s).
Yes I am runing Solaris 8
I was able to connect with a Unix Admin
working another project and he is looking into it.
He has apparently been able to run the metainit -f-a and recreate the
device. FSCK is running against it now but he doesn't feel the
outlook is very promising.
Nope d0 was not repeated in the md.cf
If there is a silver lining...certainly this forum and
more knowledge is that.

murphsr
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. OS X (Apple)

Need some help with lost data on external drive

Hi all, I would really appreciate some assistance with some lost data on external drive. The external is a Seagate Goflex 3TB drive, Desktop hard drive | External Desktop hard drives | FreeAgent | GoFlex Desk | Seagate The purpose of the drive is to do time machine backups to it from my mac.... (7 Replies)
Discussion started by: brianjb
7 Replies

2. Windows & DOS: Issues & Discussions

Lost Domain Admin Privileges in Samba

Hello, I have apparently lost all domain admin privledges in Samba. I have had several problems ever since I installed the 1/31 Solaris patch cluster. I had to roll out one Samba update (146363-01), which denied all logons network access. However, this particular problem seems to have begun... (0 Replies)
Discussion started by: stringman
0 Replies

3. HP-UX

Need HPUX admin commands lost

Hi All Please somebody send me list of admin commands used for HPUX. Thanks Sunanda (2 Replies)
Discussion started by: sunanda
2 Replies

4. HP-UX

Lost both Unix Admin's ....need help

Hi all, I know nothing about unix. Both of our unix guys left for greener pastures. I have been given the task of tring to get 10,000 accounts on a hp ux system into active directory. The accounts don't need to be moved, but they need to be in active directory for a couple of applications. Even if... (0 Replies)
Discussion started by: Bob D
0 Replies

5. UNIX for Dummies Questions & Answers

lost or deleted data in Unix?

Quote: "Until the space is used for another file, it is not deleted and the data can be recovered (although it may require jumping through hoops)." Unquote I know this is true in the Windows world, but I didn't think it was true of Unix. I had always been told once it was deleted in Unix, it... (1 Reply)
Discussion started by: wmosley2
1 Replies

6. UNIX for Advanced & Expert Users

lost data

Hi, Instead of using the tar xvf ...I used tar cvf <device file> for a DLT and the whole of the 50GB data was lost in less than 10sec....The data was not over written for sure. but when i use a tar tvf there is nothing inside. Can i get back the data by any means. If not y. (2 Replies)
Discussion started by: i2admin
2 Replies

7. UNIX for Dummies Questions & Answers

recover lost data

I did a rm -r command on a directory. I would like to know if there is any way I can recover the data that was lost during this operation. (2 Replies)
Discussion started by: pkappaz
2 Replies

8. UNIX for Dummies Questions & Answers

corrupt or lost data

Thank you livin Free for all your help. We removed a lot of spool files and report files. Which should have freed up some space. But now I think a major problem we have is we have lost or corrupt files which are preventing us from coming up correctly. Can we load or can you copy us a directory... (1 Reply)
Discussion started by: NOT A CLUE
1 Replies
Login or Register to Ask a Question