Start a Conversation

Unsolved

This post is more than 5 years old

1712

September 19th, 2009 14:00

How to discover Symmetrix luns on Solaris host without rebooting the host?

Hi,

How to scan and discover newly assugned luns from Symmetrix or clariion for a Solaris host?

Thank you,
Vamsi

2 Intern

 • 

20.4K Posts

September 20th, 2009 07:00

devfsadm -v
powercf ¿q
powermt config
powermt save

50 Posts

September 21st, 2009 15:00

Thanks a lot

2 Intern

 • 

20.4K Posts

September 22nd, 2009 20:00

-q (quite mode), ok without it too.

September 22nd, 2009 20:00

Why should use "powercf -q", I think it is OK without this command.

Message was edited by:
Julian

12 Posts

September 30th, 2009 11:00

If you are using the Sun SAN Foundation Suite, use the following to discover the luns:

cfgadm -al -o show_FCP_dev
cfgadm -al
cfgadm -al -o show_FCP_dev ### compare to output before; you should see any new luns

If you are also running powerpath, follow it up with:
powermt config
powermt save
No Events found!

Top