Impossible to access on /vol1


 
Thread Tools Search this Thread
Operating Systems Solaris Impossible to access on /vol1
# 8  
Old 12-27-2013
Quote:
Originally Posted by rbatte1
You have a simple disk, c0t1d0
I doubt there really is a single disk as it is reported as "STK RAID INT", which means there is likely hardware raid behind it.

Unfortunately, making no backup and using UFS instead of ZFS is not the best way to prevent such issues to happen ...
# 9  
Old 12-27-2013
In format, select the c0t1d0, and inquiry, to ensure it's a simple disk.
Then analyze it - non-destructive read test.
It will 'repair' bad sectors i.e. tell the controller to replace by spare sectors. The contents of the 'repaired' sectors is unknown; run an fsck (like Robin suggested) to ensure file system integrity at least.
# 10  
Old 12-30-2013
goodmorning team,
I'm seeing physically 8 disks of 300Gb in the server. Bellow is the result of fsck command:
Code:
# fsck /dev/dsk/c0t1d0s0
** /dev/rdsk/c0t1d0s0
** Last Mounted on /vol1
** Phase 1 - Check Blocks and Sizes
** Phase 2 - Check Pathnames
WARNING: /pci@0,0/pci8086,340a@3/pci108e,286@0/disk@1,0 (sd2):
        Error for Command: read                    Error Level: Retryable
        Requested Block: 167762                    Error Block: 167762
        Vendor: Sun                                Serial Number:             
        Sense Key: Hardware Error
        ASC: 0x0 (no additional sense info), ASCQ: 0x0, FRU: 0x0
WARNING: /pci@0,0/pci8086,340a@3/pci108e,286@0/disk@1,0 (sd2):
        Error for Command: read                    Error Level: Retryable
        Requested Block: 167762                    Error Block: 167762
        Vendor: Sun                                Serial Number:             
        Sense Key: Hardware Error
        ASC: 0x0 (no additional sense info), ASCQ: 0x0, FRU: 0x0
WARNING: /pci@0,0/pci8086,340a@3/pci108e,286@0/disk@1,0 (sd2):
        Error for Command: read                    Error Level: Retryable
        Requested Block: 167762                    Error Block: 167762
        Vendor: Sun                                Serial Number:             
        Sense Key: Hardware Error
        ASC: 0x0 (no additional sense info), ASCQ: 0x0, FRU: 0x0
WARNING: /pci@0,0/pci8086,340a@3/pci108e,286@0/disk@1,0 (sd2):
        Error for Command: read                    Error Level: Retryable
        Requested Block: 167762                    Error Block: 167762
        Vendor: Sun                                Serial Number:             
        Sense Key: Hardware Error
        ASC: 0x0 (no additional sense info), ASCQ: 0x0, FRU: 0x0
WARNING: /pci@0,0/pci8086,340a@3/pci108e,286@0/disk@1,0 (sd2):
        Error for Command: read                    Error Level: Retryable
        Requested Block: 167762                    Error Block: 167762
        Vendor: Sun                                Serial Number:             
        Sense Key: Hardware Error
        ASC: 0x0 (no additional sense info), ASCQ: 0x0, FRU: 0x0
WARNING: /pci@0,0/pci8086,340a@3/pci108e,286@0/disk@1,0 (sd2):
        Error for Command: read                    Error Level: Fatal
        Requested Block: 167762                    Error Block: 167762
        Vendor: Sun                                Serial Number:             
        Sense Key: Hardware Error
        ASC: 0x0 (no additional sense info), ASCQ: 0x0, FRU: 0x0

CANNOT READ: DISK BLOCK 135632: I/O error
CONTINUE? 
#

but when I type this command, nothing happens:
raidctl -S
# 11  
Old 12-31-2013
To jlliagre,
My assumption is that this is a simple device with the following output that was provided.
Code:
AVAILABLE DISK SELECTIONS:
       0. c0t0d0 <Sun    -STK RAID INT   -V1.0 cyl 36348 alt 2 hd 255 sec 63>
          /pci@0,0/pci8086,340a@3/pci108e,286@0/disk@0,0
       1. c0t1d0 <DEFAULT cyl 54627 alt 2 hd 255 sec 126>
          /pci@0,0/pci8086,340a@3/pci108e,286@0/disk@1,0

The STK RAID device is c0t0d0 with the problem on c0t1d0.

This appears to either be a disk with some bad blocks or a corrupt filesystem. The whole disk is not broken (yet)



To cerco,
You say you have 8 physical disks. That's good to know, but how are they arranged? Are perhaps 7 in a RAID and one is not? From the cylinder numbers, it would almost suggest that you have 5 in a RAID at target zero and 3 as a simple LUN (no protection) at target one, but I can't be sure on the numbers.

I'm guessing that there must be a management tool for the array somewhere, hopefully not part of the server OS, else how would one boot first time to allocate the array? What does that tell you about the arrangement of the disks/LUNs?

What output do you get from the suggestion to analyse the LUN from MadeInGermany? It will take a while to run. It might just be that we have to use fsck and read an alternate superblock, but let's not go that way just yet. It's probably best to find out what we can first before taking action.

Thanks,
Robin
# 12  
Old 12-31-2013
Quote:
Originally Posted by MadeInGermany
In format, select the c0t1d0, and inquiry, to ensure it's a simple disk.
Then analyze it - non-destructive read test.
It will 'repair' bad sectors i.e. tell the controller to replace by spare sectors. The contents of the 'repaired' sectors is unknown; run an fsck (like Robin suggested) to ensure file system integrity at least.
hi MadeInGermany,
sorry, but I don't understand very well what are you asking me to do. could you please just tell me what commands must I type to obtain what you need ?
Solaris is not my strong point Smilie

thanks
# 13  
Old 12-31-2013
I think you need to start the format utility, without the echo | on the front. Just run format on the command line.

It will take you into an interactive disk management session. Select option 1 which should be for the disk in question, c0t1d0 and it should present you a menu of actions you can take. It's been too many years (when Solaris 2.6 was current) to recall what to pick next (it might even be analyze on that menu) but if it's not obvious, paste the menu into the thread to jog my memory. Make sure you pick the read-only / non-destructive test.




Robin
# 14  
Old 12-31-2013
@ratte1 My mistake, you are correct, that's a single disk.

@cerco, you can run "iostat -En" to get some information about your disk. You can also try running "fsck -y /dev/rdsk/c0t1d0s0" see if it manages to fix your file system.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Proxy Server

How to use Squid on Linux to control certain IP to access Web Server and certain IP cannot access?

Dear all experts here, :) I would like to install a proxy server on Linux server to perform solely to control the access of Web server. In this case, some of my vendor asked me to try Squid and I have installed it onto my Linux server. I would like know how can I set the configuration to... (1 Reply)
Discussion started by: kwliew999
1 Replies

2. Homework & Coursework Questions

Remote Access vs Local Access

Dear Friends, This is not a problem , it's a course work (UNIX scenario).... As part of it I am searching Remote Attacks and find points as 1. Exploiting a listening service 2. Routing through Unix system that is providing security between 2 or more networks 3. User initiated Remote execution... (1 Reply)
Discussion started by: anespa
1 Replies

3. Solaris

samba read write access to owner and no access to other users

Hi All, I want to configure samba share permission so that only directory creator/owner has a read and write permission and other users should not have any read/write access to that folder.Will that be possible and how can this be achieved within samba configuration. Regards, Sahil (1 Reply)
Discussion started by: sahil_shine
1 Replies

4. IP Networking

Does my provider limit my internet access or somesites access?

Hi Good Day, i would like to ask for further info about my problems experiencing this evening. Im a PPP0 connection in the internet using 3G located in asia pacific region.i had this problem this evening in my INTERNET connections that there are some sites i can't open example ( Gizmodo.com,... (2 Replies)
Discussion started by: jao_madn
2 Replies

5. UNIX for Dummies Questions & Answers

kernel giving access for multiple users to access files

hi all, i want to know y kernel is giving access for multiple users to access a file when one user may be the owner is executing that file. Because other user can manipulate that file when the other user is executing that file, it will give the unexpected result to owner . plz help me... (1 Reply)
Discussion started by: jimmyuk
1 Replies

6. UNIX for Advanced & Expert Users

fsck.gfs2 outputs "RG recovery impossible; I can't fix this file system"

I have a CentOS release 5.2 (Final)host running kernel 2.6.18-92.el5 with at raid 10 that had two mirrored drives fail. The drives were re-inserted and now the raid shows healthy (for now). I tried to mount but got an Input/output error. I then attempted a fsck: fsck.gfs2 -y /dev/vg_01/uss_vol... (0 Replies)
Discussion started by: king_hippo
0 Replies

7. HP-UX

Is it really impossible to force umount on HP-UX

Hello, yeah... here my question : Exist some way to force umount on HP other than reboot? Thanks gb (12 Replies)
Discussion started by: gogol_bordello
12 Replies

8. UNIX for Dummies Questions & Answers

Next to impossible question

I noticed that I have a print job that is hung up (lpstat -o) due to a broken printer. Is there a way to re-route the printed information into a text file? Or does it exist somewhere in UNIX as a text file? (5 Replies)
Discussion started by: danceofillusion
5 Replies

9. UNIX for Dummies Questions & Answers

Almost impossible question

Would anyone know how to get a directory listing of all files in a directory as well as all the files in their respective subdirectories and save the listings to a file? I realize this is tricky. (12 Replies)
Discussion started by: danceofillusion
12 Replies

10. UNIX for Dummies Questions & Answers

Need help to access/mount so to access folder/files on a Remote System using Linux OS

Hi I need to access files from a specific folder of a Linux system from an another Linux System Remotely. I know how to, Export a folder on One SCO System & can access the same by using Import via., NFS in the Sco Unix SVR4 System using the scoadmin utility. Also, I know to use mount -t ... (2 Replies)
Discussion started by: S.Vishwanath
2 Replies
Login or Register to Ask a Question