Read only filesystems


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Read only filesystems
# 1  
Old 05-21-2011
Read only filesystems

hi guys

suse 10.2

today some guys are adding some luns from a SAN so in order to add them I followed this command

Code:
echo 1 > /sys/class/fc_host/host1/issue_lip
echo "- - -" > /sys/class/scsi_host/host<number>/scan

nice now

after that I tried to create a folder in /
but it won't let me
Code:
# mkdir /backup1
mkdir: cannot create directory `/backup1': Read-only file system

and If I try to remount / as rw I get these. I've tried mounting other filesystem as well same error
Code:
# mount -o remount,rw /opt/IBM
-bash: /bin/mount: Input/output error

any idea how to fix this?


thanks a lot
# 2  
Old 05-21-2011
Hi,

Could you explain, what is the link between scanning new scsi device and the rw access to / ?

I guess you forgot something in your post so we can understand something, or try to. . .

Anyway here the problem is obviously serious because you can't even execute /bin/mount
So i guess there are some kind of harware problem around here.
# 3  
Old 05-21-2011
I think the point was this is a IBM enviroment....which uses RDAC and according to documentation the command to rescan LUNs is mppBusRescan - hot_add

I only think trying the normal commands turned my filesystem on my SAN as read only

has someone worked with RDAC multipath driver? and ibm?

---------- Post updated at 02:38 PM ---------- Previous update was at 11:46 AM ----------

that was the issue guys

thanks a lot

I have to use either mppBusRescan or hot_add
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Ext3 filesystems on san become read only

Hi all, Today I´m faced a situation where two of my ext3 filesystems on a san become read only. This happens 3 times today. The usual way to get this filesystems read and write was to reboot the server. But now the continuous go to ro mode instead of rw mode, crashes my database. I have... (7 Replies)
Discussion started by: mig28mx
7 Replies

2. Solaris

Warnings about read-only filesystems while installing a Solaris package

I have two test machines having solaris 10. I have shared a location which have a package on machine1 and mounted that location onto machine2 as below. machine1: share -F nfs -o rw /home1/pkg/test machine2: mount -F nfs -o rw machine2:/home1/pkg/test /tmp/test Now, when i am trying to... (8 Replies)
Discussion started by: snreddy_gopu
8 Replies

3. Shell Programming and Scripting

filesystems > 70%

I need a scrip that will show me the filesystems that are greater than 70%...but not sure how to filter using the df -h | grep Thank you for your help!! (6 Replies)
Discussion started by: eponcedeleonc
6 Replies

4. Shell Programming and Scripting

Filesystems using more than 75% capacity

i need to write a shell script for printing the list of filesystems whose disk utilization is more than 75%...i tried using df -h along with awk but cud'nt make the combination work.....:wall: when we do df -h then the filesystems which are using more than 75% capacity shud be printed according to... (11 Replies)
Discussion started by: xtatic
11 Replies

5. UNIX for Dummies Questions & Answers

mounted filesystems

how to check the record of previously mounted remote filesystems after the filesystems are unmounted .operating system is solaris 10 (0 Replies)
Discussion started by: ravijanjanam12
0 Replies

6. AIX

Extending filesystems

Hi to all i want to increase the /usr size. but, it is mirrored on hdisk0 and hdisk1. i know that chfs will work, but i am not confident about mirroring. can anyone tell me the procedure. thanks (2 Replies)
Discussion started by: honeym210
2 Replies

7. UNIX for Advanced & Expert Users

resize filesystems

Dear All We have HP9000 rp7400 Server running with hp-ux 11i. Our Disk storage has two volume groups and are allocated as follows: 1. /#vgdisplay -v --- Volume groups --- VG Name /dev/vg00 VG Write Access read/write VG Status available... (1 Reply)
Discussion started by: mhbd
1 Replies

8. Filesystems, Disks and Memory

Vdump of two filesystems

Dear Experts, Is it possible to take a backup of two file systems using a single vdump command? Thanks Wilson (4 Replies)
Discussion started by: geraldwilson
4 Replies

9. Shell Programming and Scripting

Filesystems GT 95%

Hi How can I only print the file systems that are more than 95% full. I used the df -k output and tried to check for each file system and then print only the ones that meet the criteria... But my solution seems cloodgie ... (3 Replies)
Discussion started by: YS2002
3 Replies

10. UNIX for Advanced & Expert Users

Filesystems

my partner change the server's ip address and now i can't to mount the oracle's filesystem, what i do? i don't want to reinstall Unix. My unix is SCO UNIX 5.0.5 (9 Replies)
Discussion started by: marun
9 Replies
Login or Register to Ask a Question