Major system issue!!! HELP


 
Thread Tools Search this Thread
Operating Systems Solaris Major system issue!!! HELP
# 1  
Old 09-15-2006
Major system issue!!! HELP

Last week our server went down. I narrowed it down the the hard drive. I received a new drive but I REALLY need some info off the old drive. I want to get the old drive up long enough to do a dd copy. Here's what I tried..............

After trying to freeze the old drive (wasn't spinning up) to no avail I did some reading and found that I may have a bad controller card. I had another bad drive laying around the office so I swapped cards.

I was able to boot.....partially.....i received:

/dev/dsk/c1t1d0s1 No such device or address
Can't open /dev/rdsk/c1t1d0s1

I ran fsck -y but i received the Can't open /dev/rdsk/blah blah

when i do a probe-scsi-all it sees the disk

when i do a format it does see the disk

Help PLEASE...... Smilie

I'm running Solaris 8......
# 2  
Old 09-15-2006
Update..........

I booted from CDROM (solaris install disk) with boot cdrom -s command.
Using the format command identified the disk as c2t1d0.
I trying to find out how to change the boot from c1t1d0s0 to c2t1d0s0.
c2t1d0s0 is not in the /dev/(r)dsk/ directory
Any suggestions???
# 3  
Old 09-15-2006
You can change the boot order in OBP from disk disk1 to disk1 disk (or whatever they're identified as in OBP).

You probably just need to have the drivers rebuilt. devfsadm should probably do that or you can touch /reconfigure or reboot -- -r or from OBP, boot -r.

Carl
# 4  
Old 09-18-2006
I tried devfsadm and got the following..........
devfsadm: mkdir failed for /dev 0x1ed: Read-only file system
devfsadm: open failed for /dev/.devfsadm_dev. lock: Read-only file system

In fact, I'm getting Read-only file system on just about everything I try.
# 5  
Old 09-21-2006
MySQL

hi guy, i think the boot block of the file system is corrupted. If u have a mirrored disk then you can retrive it using the 'dd' command. And pls be carefull coz any syntax err can corrupt both disks

SYNTAX:

# dd if=<Give path of mirror file> of=<give path of ur corrupted disk> blocks=32

hope it works, Bye
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Issue with rm command in a tera byte file system

We have a production file system which has 6+ million files with more than 1 tera byte in size. When trying to delete selective files through a weekly script files are not deleted. Please advise with ideas. (5 Replies)
Discussion started by: kppublicmail
5 Replies

2. Red Hat

Issue with mounting the file system .

Hi gurus, Need your help , Am facing some issue with one of the ext3 file system.while rebooting it failed to mount fs after running fsck i tried manuall but still no luck.However i made the machine up but am unable to mount file system can some one please help me. root@vm258902]~# cat... (2 Replies)
Discussion started by: kapil514
2 Replies

3. Solaris

Major and Minor number of Virtual File System

Hi friends, Please let me know if there is any way to find out Major and Minor numbers of virtual file system like below: /devices 0K 0K 0K 0% /devices ctfs 0K 0K 0K 0% /system/contract proc 0K 0K ... (8 Replies)
Discussion started by: nitj
8 Replies

4. Shell Programming and Scripting

Shared File system- lib access issue

I have a C++ binary executable installed in a file system which is shared across multiple solaris boxes. When I start this executable from one of the boxes,I am able to start only 4 parallel instances and from the 5th instance onwards I am getting the following error. fatal: libdb2.so.1:... (2 Replies)
Discussion started by: prasperl
2 Replies

5. Programming

A system hang issue in porting an old fs to kernel 2.6.32.*

Hi, I ported a file system from Kernel version 2.6.18.* to 2.6.32.46 as VFS implementation has changed and prepare_write/commit_write are replaced by write_begin/write_end pairs. Implemented the feature by writing a wrapper for write_begin and write_end and calling original functions for... (0 Replies)
Discussion started by: Praveen_218
0 Replies

6. Programming

Unix system crashing - Need help to identify the issue

Hi, We are accessing our remote webserver using libcurl.We are using GET method to post the request.The request is a simplified URL.We will receive XML Response for the URL request. Problem For Few Scenarios, response for the URL request is received & our component is killed abruptly. Can... (11 Replies)
Discussion started by: banus
11 Replies

7. AIX

GPFS file system corrupt issue

Hi Administrators, I have one issue related to GPFS filesystem. We have bad entries in this file system, which reflects error like ls: 0653-341 The file <filename> does not exist. when we give "ls -ltr" on this directory. So we taken the FS filesystem offline and followed the below steps. ... (6 Replies)
Discussion started by: gauravgarg
6 Replies

8. Solaris

/ file system full issue

Hi All, This is Babu working as a system administrator. Here I am getting one problem with one of my Sun server's root (/) file system. In df -h command / file system showing 7.8 GB used space.But in du -hd command it showing 5.2 gb only. Please can any one help me resolve this issue... (2 Replies)
Discussion started by: lbreddy
2 Replies

9. Solaris

root file system issue

Hi, In df -h root file system showing (total size) (used) (free) /dev/dsk/c0t0d0s0 11G 7.6G 2.8G 73% / but du -hd command showng 5.1 gb used sapce. I am missing 3.00 gb space. Here I have to knoe where is Remaining space... (2 Replies)
Discussion started by: lbreddy
2 Replies

10. Solaris

File system Issue

Hi All, I am working with the Solaris 9. In df -h command / file system size is 9.6 GB , used 7.5 GB and avialble space is 2.1. OK But in du -hd command it is showing some 4.1 GB only. How to find out that remaining 3.4GB. Can you please help me ... Thanks and Regards, (1 Reply)
Discussion started by: lbreddy
1 Replies
Login or Register to Ask a Question