Mounting LUN on HP 11.31


 
Thread Tools Search this Thread
Operating Systems HP-UX Mounting LUN on HP 11.31
# 8  
Old 06-07-2011
You would have to use clustered filesystem.
I believe VXFS has clustered VxCFS version ( i never used it)

Depends really what you need.
Perhaps a simple NFS export from one node to another can satisfy your demand ?

If so check /etc/exports and automount in HPUX
# 9  
Old 06-08-2011
I want a LUN of 100Go shared with 2 servers (SRV-1 and SRV-2)

I used StorageWorks Command View EVA
I created a Virtual disk of 100Go (Data) and i presented this LUN to 2 servers
in Vdisk Properties -> Presentation -> I see my Vdisk for SRV-1 and SRV-2

I see on SRV-1 with smh

VG Names Paths Size(GB) Descrip

0/0/0/2/0/0/0.0.0 /dev/dsk/c0t0d0 LVM vg00 1 136.70 HP
0/0/0/5/0/0/0.10.12.0.0.1.0 /dev/dsk/c3t1d0 unused - 8 100.00

How do you think to mount the Lun ?

When i mounted the LUN on the 2 servers, I saw the 2 filesystem but when I created a file on SRV-1, I didn't see it on SRV-2 !










s
# 10  
Old 06-08-2011
You will run
Code:
ioscan -m dsf

That will show you the device special name(s) created for that LUN(S).
Now, you should use volume groups, not mount it.

Notice, if you are using multipath, it automatically discovered, so difference from v2 is that you add only one DSF, the persistent one for SAN redundancy.

Please check LVM HPUX documentation.

In specific cases you let database take care of it, since it can sometimes yield better performance.
That setup is well documented and varies from DB to DB.

You will not see data if you are not using clustered filesystem or similar i belive, but haven't personaly used or made any such setup to advise further.
# 11  
Old 06-24-2011
you cannot mount the same lun on two different mount points at the same time. That would probably corrupt the FS.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Not getting Lun Id

Hi, I am not getiting lun id information on VIO Server. I have used the command fget_config command. just showing # prompt. I would like know wheather any other command is there equiv of fget_config which will display lun id? (4 Replies)
Discussion started by: manoj.solaris
4 Replies

2. Emergency UNIX and Linux Support

Reuse a LUN

I have a LUN (From HP-Storage VA7110) that is claimed on 2 servers, but is in used in one of the VG on Server-1 . Now I want to shut Server-1 and re-use that LUN on server-2 . Server-1 Path-1 : /dev/rdsk/c4t0d1 Path-2: /dev/rdsk/c6t0d1 Server-2 Path-1: /dev/rdsk/c5t0d1 Path-2:... (8 Replies)
Discussion started by: Shirishlnx
8 Replies

3. Red Hat

Detect the lun

Hi, Is there command to detect the newly added LUN is linux box. I tried with below commands, but that doesn't work out. fdisk -l, fdisk -l | grep Disk pvscan (5 Replies)
Discussion started by: gsiva
5 Replies

4. Red Hat

How to configure LUN

Hi ALL, what are the steps to detect and configure a new attached lun in RHEL 5.3. rgds, snj. (2 Replies)
Discussion started by: snjksh
2 Replies

5. AIX

LUN Behavior

Aix 6.1, working with a nim master and nim_altmaster both LPARS have access to the same data LUN, /nimdisk I do realize the risks of having 2 servers access the same LUN, however it serves the purpose of being able to restore mksysb's to/from our DR site if necessary, at least in theory ;) ... (3 Replies)
Discussion started by: mshilling
3 Replies

6. AIX

Expand LUN

Hello all, I have the following env: * DS4300 storage SAN * AIX 5.3 Lpar (storage through vio server) * AIX 5.3 Server Some FS are too small do I'm setting up a process to increase the size of the FS. To expand the size of the FS I plan to do the following for the physical AIX server,... (1 Reply)
Discussion started by: petervg
1 Replies

7. Solaris

I have LUN ID, how to find disk relate to that LUN ID?

I have a list of LUN ID, my task is to find if disk has been added or not. How do I do that? I have been searching the forum and not able to find answer. thanks (4 Replies)
Discussion started by: uuontario
4 Replies

8. Solaris

LUN not ready

hey guys i got this in my logs what does this mean: (1 Reply)
Discussion started by: sbn
1 Replies

9. UNIX for Dummies Questions & Answers

LUN mapping

Hi, We recently purchased a 3 tb RAID. In the setup, it created 2 slices, one 2 tb and one 1 tb slice. Right now only the 2 tb slice is visible when booting up. I was told that the second slice needs to be mapped to a lun and a port like the first slice is. Does anyone know how I would go... (1 Reply)
Discussion started by: user23
1 Replies

10. Red Hat

How get more LUN info

Hello, I'm trying to help a guy out on a VMWARE server, running what looks like a cut down version of redhat? 2.4.9-vmnix2 ... Bascially the box serves vm clients via allocating a LUN from a SAN.. to cut a long story short, I need to find out which SAN the luns are comming from (could be 1... (0 Replies)
Discussion started by: itsupplies
0 Replies
Login or Register to Ask a Question