Need to mount LUN on two linux boxs (one rw the other ro) caveat details inside

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Need to mount LUN on two linux boxs (one rw the other ro) caveat details inside
# 8  
Old 03-09-2012
The RO mounts are to dump the data on the LUN to LTO Tape.
The backup server is where I am mounting it RO.

Note: this is already in place on an older backup server, which we are trying to replace.
If this practice is far from best, then now is the time to change the process and get on pace with the rest of the world.
Note: This was setup prior to my taking over this process.
# 9  
Old 03-09-2012
Quote:
The RO mounts are to dump the data on the LUN to LTO Tape.
If it's only for backups where performance isn't an issue, why not export as NFS and just mount it on the other system?

But yeah, not wanting to mount a regular filesystem on two different network nodes is the reason we have clustered filesystems to begin with.

- Joel

Last edited by thmnetwork; 03-09-2012 at 04:10 PM..
# 10  
Old 03-09-2012
First, to do this properly you need a shared file system on the LUNs. Period.

But, if you can get read-only access to the LUNs, you might be able to make it work on a non-shared if you're willing to play with fire somewhat. Just realize that because of caching you can not guarantee that the read-only host(s) will see any changes made to the file system after they're mounted on the read-only hosts.

So you will get better results if you unmount the file systems before you read from them.

But it will still be playing with fire.
# 11  
Old 03-09-2012
FWIW I tested "export iscsi mount as read-only with nfs" and it didn't have any problems (other than that it was a little slower over NFS than iscsi, but that's predictable). My understanding is that NFS goes through the VFS so it won't care if it's local or remote.
# 12  
Old 03-09-2012
Doesn't your backup system have some method by which to backup over the network, or your SAN to snapshot and then hand a snapshot off the the backup server?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

Mount a newly added LUN on a GNU/Linux distro

Hi I am not familiar with the linux, but I was asked to create a file system on a LUN from the NetApp that was mapped to the linux server. The server is runing: uname -a Linux localhost.localdomain 2.6.18-92.el5 #1 SMP Tue Apr 29 13:16:15 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux and now... (6 Replies)
Discussion started by: fretagi
6 Replies

2. Shell Programming and Scripting

How to list all autosys job boxs in command line?

Hi Gurus, I am newbie for autosys scheduler. I am wondering is there a command to list all job boxes or list all autosys jobs? Thanks in advance. (0 Replies)
Discussion started by: ken6503
0 Replies

3. Solaris

How to mount a shared LUN between two hosts?

i had bunch of luns from storedge 3310 mounted on a T2000 and being used. Then i added a second T2000 to the storage array but now i cant mount them on either nodes , i do see them in format though. these luns have data on them and they were mounted on one so how do i mount them read/write on... (5 Replies)
Discussion started by: aliyesami
5 Replies

4. Red Hat

adding LUN to linux server

Hi All, I am new for this blog and this is my first Query on this blog. I would like to dael with graet masters on linux. Here we go, After storage people created the LUN, How to add that LUN to Linux server. (Make that LUN visibility on linux server.) ? How to view the LUN... (5 Replies)
Discussion started by: abhay1983
5 Replies

5. Solaris

import lun data to mount point - Solaris 10

Hi Guys, I have EMC Storage and from this storage I have maped lun5 to Sun Solaris server and I have created on this lun mount point with name /application I have anothere Sun Solaris server and I'll colne lun5 to lun10 from storage level so the data of lun5 will be in lun10 how to... (6 Replies)
Discussion started by: Mr.AIX
6 Replies

6. AIX

Mount a SAN LUN which contains clone copy - AIX 6.1

Hello Everyone, Can someone help me to mount a SAN hdisk which contains a clone data copy(san) of the remote server to the another machine. Both servers are running in AIX. Thanks in advance ! Regards, Gowtham.G (3 Replies)
Discussion started by: gowthamakanthan
3 Replies

7. Red Hat

Can not change timestamp on directory inside cifs mount

Greetings, I have an rsync server that is unable to change the timestamp on any directories inside of cifs mounts. The same thing happens on all of my red hat machines. These machines are all patched, touch -t works on directories inside any other filesystem including NFS mounts. This is... (0 Replies)
Discussion started by: Create
0 Replies

8. Shell Programming and Scripting

Replace aword in a.The replaced word should not be overwitten in perl(details inside)

Hi i am trying to write a perl program where i have to open a 1)directory "unit" 2) rename the files in the dir say file1.txt;file2.txt...file5.txt to file1_a.txt;file2_a.txt,....file5_a.txt ;file1_x.txt ;file2_x.txt 3) open these renamed files and replace the words lets say file1_a.txt... (7 Replies)
Discussion started by: madhul2002
7 Replies

9. Filesystems, Disks and Memory

Finding SAN Lun's on Linux.

Am trying to differentiate between the local disks and LUN's presented from SAN onto the server. Have Tried fdisk -l, however I quite cudn't differentiate the local disks from SAN presented LUN's. Can you pls. let me know the procedure and commands to find this. OS - RHEL 4 SAN - EMC... (3 Replies)
Discussion started by: Crazy_murli
3 Replies

10. Shell Programming and Scripting

Perl log parcer. (for custom logs details inside)

OS:sol8 ok 2 things are very important. I will give examples of the logs and the client file for testing. Object: to display on the web sometime to parse your custom logs basied on the inputed date and client selected. I know alot of ppl are like who care. but i saw a perl script on here... (1 Reply)
Discussion started by: Optimus_P
1 Replies
Login or Register to Ask a Question