25 pts.
 how can we access the SAN/ storage which is attached to solaris server from a linux server/box over the network
how can we access the SAN/ storage which is attached to solaris server from a linux server/box over the network and the storage should be permanent even though we restart the linux box/server

Software/Hardware used:
ASKED: August 25, 2008  1:30 PM
UPDATED: August 29, 2008  2:11 PM

Answer Wiki:
Assuming you are talking about files (not email or database data), then just create a file share on your solaris host's LUN and access it from the linux server. If you need disk level access to the storage (for databases or email), you will have to attach the Linux server to the storage and carve it its own LUN.
Last Wiki Answer Submitted:  August 26, 2008  4:35 pm  by  OpenSystemsStorageGuy   545 pts.
All Answer Wiki Contributors:  OpenSystemsStorageGuy   545 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Hi, Thanks for the answer. I need disk level access to the storage, then what should i do. Can u suggest me.

 25 pts.

 

I need to know the type of storage you have. You say “SAN/ storage”- is this storage a separate device, or is it simply internal disks on your Sun server? If it’s external, is it direct attached via SCSI or SAS? If it’s not, then it’s either a SAN (disk level access) or a NAS (file level access).

Disk level access means it presents LUNs to a server and lets the server install what it wants on those, and file level access means that it has its own file system.


 

The storage type is a external disk array attached to the Sun Server. I want to access the disk array from the Linux Server.

 25 pts.