Sponsored Content
Full Discussion: Lost Data Lost Admin
Special Forums Hardware Filesystems, Disks and Memory Lost Data Lost Admin Post 82878 by murphsr on Wednesday 7th of September 2005 11:12:27 AM
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
 

8 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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
udfs(7FS)							   File Systems 							 udfs(7FS)

NAME
udfs - universal disk format file system DESCRIPTION
The udfs file system is a file system type that allows user access to files on Universal Disk Format (UDF) disks from within the Solaris operating environment. Once mounted, a udfs file system provides standard Solaris file system operations and semantics. That is, users can read files, write files, and list files in a directory on a UDF device and applications can use standard UNIX system calls on these files and directories. Because udfs is a platform-independent file system, the same media can be written to and read from by any operating system or vendor. Mounting File Systems udfs file systems are mounted using: mount-F udfs -o rw/ro device-special Use: mount /udfs if the /udfs and device special file /dev/dsk/c0t6d0s0 are valid and the following line (or similar line) appears in your /etc/vfstab file: /dev/dsk/c0t6d0s0 - /udfs udfs - no ro The udfs file system provides read-only support for ROM, RAM, and sequentially-recordable media and read-write support on RAM media. The udfs file system also supports regular files, directories, and symbolic links, as well as device nodes such as block, character, FIFO, and Socket. SEE ALSO
mount(1M), mount_udfs(1M), vfstab(4) NOTES
Invalid characters such as "NULL" and "/" and invalid file names such as "." and ".." will be translated according to the following rule: Replace the invalid character with an "_," then append the file name with # followed by a 4 digit hex representation of the 16-bit CRC of the original FileIdentifier. For example, the file name ".." will become "__#4C05" SunOS 5.10 29 Mar 1999 udfs(7FS)
All times are GMT -4. The time now is 02:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy