Mounting UFS partition on multiple servers?


 
Thread Tools Search this Thread
Operating Systems Solaris Mounting UFS partition on multiple servers?
# 1  
Old 12-20-2010
Mounting UFS partition on multiple servers?

Hi,
I have an application on a SAN partition presented to one server only. If I share this SAN partition with a second server as well, will that cause data corruption (the partition is formatted using ufs) ?
# 2  
Old 12-20-2010
No. However, the second system will not be able to access the data created by the first system unless you setup a clustered environment between the two servers (not as hard as it sounds) or create an NFS mount and share the SAN space via NFS (much easier but there is a single point of failure of the host system crashes).

HTH
# 3  
Old 12-20-2010
Actually, it can cause data corruption. It's not likely, though, and I think if you mount the file system read-only it's safe. But as bluescreen noted, the second system won't see changes made to the file system because of caching.

Unless you need direct access to the SAN LUN for performance reasons, NFS should work fine. Yes, you will have a single point of failure in your system, but you have that already anyway.
# 4  
Old 12-20-2010
Actually the point of concern in NFS is a single point of failure. The servers are also running oracle, RAC. Currently both servers have their own /application (not shared).
# 5  
Old 12-20-2010
Quote:
Originally Posted by Mack1982
Actually the point of concern in NFS is a single point of failure. The servers are also running oracle, RAC. Currently both servers have their own /application (not shared).
Your original post wasn't accurate then:

Quote:
Originally Posted by Mack1982
Hi,
I have an application on a SAN partition presented to one server only. If I share this SAN partition with a second server as well, will that cause data corruption (the partition is formatted using ufs) ?
That makes a huge difference.
# 6  
Old 12-21-2010
Sorry, let me make it clear.

First there are two servers (lets say db1 and db2) which have the oracle database in RAC. Now there are two servers which are going to host the application (lets say app1 and app2). Now they want /app to be a LUN from SAN which is shared between app1 and app2.
In the current setup each app servers has its own /app?

I think i might have to use QFS.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Mounting UFS on Solaris 10 to Solaris 11

I have a Solaris 10 LDOM installed with UFS and another Solaris 11 LDOM with ZFS. I want to mount a folder on Solaris 10 to Solaris 11. I used the following: sudo mount -F ufs 10.1.1.44:/export/home/amandeep/workspace /home/amandeep/workspace/mounts/ldom5 and it errors out with: mount:... (7 Replies)
Discussion started by: amandeepgautam
7 Replies

2. Solaris

Mounting partition

Dear All, I am new to solaris os,actually i am working as a database administrator for a company. Few days back when i was trying to start my solaris v480 server after a power failure i found /oracle partition fail to mount. root@npmsun # df -kh Filesystem size used avail... (1 Reply)
Discussion started by: monojcool
1 Replies

3. Solaris

Need Empty SPARC UFS Partition

Can anyone create a SPARC UFS Partition that is like 50 meg, DD the entire partition and zip it up and send it to me? Trying to play around with creating SPARC UFS partitions on linux and need a real one to compare to. I would do it but I do not have access to a SPARC machine anymore. I do not... (5 Replies)
Discussion started by: mooreps
5 Replies

4. OS X (Apple)

Mounting volume icons on connected servers

have 3 mac all running osx 10.5.8. Two G4 power books and 1 power Mac G4. I am able to connect each mac to each other by using the connect to server command in the finder menu but I can only get the icon of a connected volume to mount on the desktop. I can connect but I only see a window with... (3 Replies)
Discussion started by: bcass1
3 Replies

5. UNIX for Dummies Questions & Answers

Mounting remote partition

Hello when I examined the partition information of one of our servers I saw the following: 10.20.5.2:/ha0/critical Fstab has a similar entry. Seems that the server is accessing a partition on a remote machine. What else is required to setup a partition that accesses a remote machine... (2 Replies)
Discussion started by: mojoman
2 Replies

6. Filesystems, Disks and Memory

Partition 1 swap not mounting ?

Hi, running mount, I get the following, no part1 swap as part1 swap has been created and is listed below. System works fine anyway. As I cannot unmount part1, what is a standard procedure to make part1 on. Jack ============= .. $ free total used free shared buffers cached Mem:... (2 Replies)
Discussion started by: jack2
2 Replies

7. Solaris

Want to expand Solaris 10_x86 root UFS partition

OS: Solaris 10_x86. Problem: Server needs to be patched, but root "/" is near full. /dev/dsk/c1t1d0s0 4.2G 3.9G 284M 94% / The /exports/home dir has a lot more space, and I'd like to either move root "/" to it, or delete it all together: /dev/dsk/c1t1d0s7 12G ... (20 Replies)
Discussion started by: b1f30
20 Replies

8. AIX

Mounting Tape Drive from different partition

Dear all, I have a AIX server with logical 3 partitions and the server is connecting a tape drive. the first partition can successfully making a system backup to the tape but how can i fail to mount the tape to second and thrid partition. would anyone can help me to deal with it? what command... (3 Replies)
Discussion started by: rickhlwong
3 Replies

9. UNIX for Dummies Questions & Answers

Making a UFS Partition w/ Linux

Well, the subject speaks for itself; how does one go about making a UFS partition in a Linux environment? I don't recall seeing it as an option in my version of fdisk (I'll have to check again when I go home :( ) (6 Replies)
Discussion started by: Karma
6 Replies

10. UNIX for Dummies Questions & Answers

UFS partition

Hi all, I have FreeBSD and Debian in my HD, the FreeBSD partition is very small and I'd like to change. I try to use partition magic but it does not work with UFS parition. Anyone know a good partition software? (1 Reply)
Discussion started by: SeVEn
1 Replies
Login or Register to Ask a Question