Storage Software
1753822 Members
8874 Online
108805 Solutions
New Discussion юеВ

Re: Collect information using sssu

 
SOLVED
Go to solution
sreekanthtm
Trusted Contributor

Collect information using sssu

Hi,

I have to collect following information from my EVA8000.

>> List of LUN's, with uuid, LUN ID, and to which host it's presented.

I can collect it using Command View Eva. But it will take long time, due to more no. of vdisk. Can anyone sugest, how to get it using sssu commands or script?.

Rgds,
Sreekanth.

 

P.S. This thread has been moved from Disk Array to HP Storage System Scripting Utility (SSSU). -HP Forum Moderator

8 REPLIES 8
AWilliams_1
Trusted Contributor

Re: Collect information using sssu

Have a look at the LS commands under sssu. I cant remember exactly which one, but
LS LUN FULL
or
LS HOST FULL
sreekanthtm
Trusted Contributor

Re: Collect information using sssu

ls vdisk
OR
ls vdisk full
will give the UUID, along with lot many other information. Iam not able to grep / redirect the output to any file.

Rgds,
Sreekanth
Rob Leadbeater
Honored Contributor

Re: Collect information using sssu

Hi,

Have a look at the output of "CAPTURE CONFIGURATION". That might help you...

Cheers,

Rob
sreekanthtm
Trusted Contributor

Re: Collect information using sssu

Capture configuration gives almost everything but not World Wide LUN name....

How to redirect sssu output to a file?
I tried,
ls vdisk > c:\abc.txt
But its also not working

Rgds,
sreekanth.
Uwe Zessin
Honored Contributor
Solution

Re: Collect information using sssu

> capture configuration EVA-config.txt SAVE_ALL_WORLD_WIDE_LUN_NAME


But be careful if you use it to clone an EVA:
"duplicate LUN WWNs are not a good thing"
.
sreekanthtm
Trusted Contributor

Re: Collect information using sssu

Thank you for your valuable response.

Rgds,
sreekanth
Uwe Zessin
Honored Contributor

Re: Collect information using sssu

And it wasn't worth at least one point?
.
sreekanthtm
Trusted Contributor

Re: Collect information using sssu

Thank you for your reminder.