How to get WWNN of the LUN in HP-UX


 
Thread Tools Search this Thread
Operating Systems HP-UX How to get WWNN of the LUN in HP-UX
# 1  
Old 06-11-2010
How to get WWNN of the LUN in HP-UX

Good day!
I’m a beginner HP-UX administrator. I have a task to create mulitipassing (I can mistake in this word) to new 3 disks which connected to my server from EVA. It is my first task to work with Secure Path. I have read what command I need to execute, but I don’t know, how to get the WWNN addresses of the LUNs.
Thank you!
# 2  
Old 06-11-2010
Code:
ant:/home/vbe $ fcmsutil /dev/td0

                           Vendor ID is = 0x00103c
                           Device ID is = 0x001029
                XL2 Chip Revision No is = 2.3
            PCI Sub-system Vendor ID is = 0x00103c
                   PCI Sub-system ID is = 0x00128c
                               Topology = PTTOPT_FABRIC
                             Link Speed = 2Gb
                     Local N_Port_id is = 0x010a00
            N_Port Node World Wide Name = 0x50060b000023f04f
            N_Port Port World Wide Name = 0x50060b000023f04e
                           Driver state = ONLINE
                       Hardware Path is = 0/4/0/0
                 Number of Assisted IOs = 167518450
        Number of Active Login Sessions = 2
                   Dino Present on Card = NO
                     Maximum Frame Size = 2048
                     Driver Version = @(#) libtd.a HP Fibre Channel Tachyon TL/TS/XL2 Driver B.11.11.12
PATCH_11.11 (PHSS_31326) /ux/kern/kisu/TL/src/common/wsio/td_glue.c: Sep  5 2005, 10:14:40

# 3  
Old 06-12-2010
I'd like to make more exact, that I have
HP-UX Name B.11.11 U 9000/800 1016348207 unlimited-user license
I have got already N_Port Node World Wide Name and N_Port Port World Wide Name.
But the command which I have found scsimgr get_attr -H 0/2/1/0.0x500805f300083899.0x400f000000000000 -a lunid dose not work. This command for 11iv3.
And so I can't find LUNID with the help of HP-UX. I know already LUNID (my colleague, who works with EVA reported me it for me).

Now I have another probleb. I have to create VG with LV 200Gb. I don't know what parameter to change to create it. I do this

bash-2.04# vgcreate /dev/vg09 /dev/dsk/c53t0d1

and get the error.

Increased the number of physical extents per physical volume to 51199.
vgcreate: Volume group "/dev/vg09" could not be created:
VGRA for the disk is too big for the specified parameters. Increase the
extent size or decrease max_PVs/max_LVs and try again.

I don't know where to change these parameters.

---------- Post updated at 10:41 AM ---------- Previous update was at 09:19 AM ----------

Thanks for all. I have resolved my problem.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Resize Lun

Good afternoon! Help with a solution I have AIX 7.1 works through vios I expanded Lun that it is necessary to make that aix saw this change and to expand the section lvm Sorry for my English (1 Reply)
Discussion started by: iformats
1 Replies

2. UNIX for Dummies Questions & Answers

Which disk is LUN?

how do I know which hdisk from "lsdev -Cc disk" is my LUN on NetApp after zoning from SAN switch? is it "MPIO other FC SCSI Disk Drive"? (1 Reply)
Discussion started by: malayo
1 Replies

3. 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

4. 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

5. Red Hat

LUN Presentation

Hi, I have presented a LUN from my EVA 4400 to a RHEL server. The server sees 4 paths to the LUN which I can see from fdisk. If I want to add this LUN to my OS i.e. # fdisk /dev/sd??? ....which actual device do I run fdisk against? I am running multipath so is there... (12 Replies)
Discussion started by: Duffs22
12 Replies

6. 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

7. 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

8. 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

9. Solaris

LUN not ready

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

10. 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
Login or Register to Ask a Question