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!

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

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.