Operating System - HP-UX
1830587 Members
3182 Online
110015 Solutions
New Discussion

B.11.23-What are the simple methods to find out new luns assigned by storage team?

 
SOLVED
Go to solution
himacs
Super Advisor

B.11.23-What are the simple methods to find out new luns assigned by storage team?

Hi Admins,

B.11.23

What are the simple methods to find out new luns assigned by storage team.

I am following below step.

Compare lvmtab and ioscan -fnC disk output.The disk entry not found in lvmtab are the new luns


Please suggest if any simple method available to recognize new luns

Regards
himacs

4 REPLIES 4
g3jza
Esteemed Contributor

Re: B.11.23-What are the simple methods to find out new luns assigned by storage team?

Hi,
this was discussed yesterday:

Read this topic please:

http://h30499.www3.hp.com/t5/System-Administration/identify-new-luns-server-side/m-p/4782149#M391107

 

You need to run 'ioscan -fn' . Then 'insf -C disk' to see the new DSF . If you are in doubt that which DSF is which CU:LDEV on the disk array, then 'xpinfo' (if the storage is XP) or 'evainfo' might help you.

cheers

Torsten.
Acclaimed Contributor

Re: B.11.23-What are the simple methods to find out new luns assigned by storage team?

If you run ioscan you will find the new disks without device files. Then you need to run insf, but you already know what disks are new.


Depending on the type of array you may also use tools like evainfo, xpinfo, etc ...

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
abir chowdhury
Advisor

Re: B.11.23-What are the simple methods to find out new luns assigned by storage team?

u can also try
#autopath discover all
#autopath display all

it will show the storage lun's
Bill Hassell
Honored Contributor
Solution

Re: B.11.23-What are the simple methods to find out new luns assigned by storage team?

After running insf -eCdisk, you can simply list the new device files:

ll -rt /dev/dsk

The new device files are at the bottom of the list.


Bill Hassell, sysadmin