Storage Software
1752670 Members
5747 Online
108788 Solutions
New Discussion юеВ

Re: SSSU Commands

 
SOLVED
Go to solution

SSSU Commands

Hi,

I need to create a vraid, allocation thrgh SSSU, can any one share a doc or steps how to do that,it will helpfull.

We are having EVA 8000.

 

P.S. This thread has been moved from Storage Area Networks (SAN) (Enterprise) to HP Storage System Scripting Utility (SSSU). -HP Forum Moderator

8 REPLIES 8

Re: SSSU Commands

Added to that if you can send other SSSU commands also it will usefull.

Thanks,
Krishnan
Uwe Zessin
Honored Contributor

Re: SSSU Commands

Krishnan,

here is the link to the current SSSU manual:
http://h20000.www2.hp.com/bizsupport/TechSupport/CoreRedirect.jsp?redirectReason=DocIndexPDF&prodSeriesId=471497&targetPage=http%3A%2F%2Fbizsupport.austin.hp.com%2Fbc%2Fdocs%2Fsupport%2FSupportManual%2Fc01376137%2Fc01376137.pdf

A virtual disk is created with the "ADD VDISK" command. And then you present it to a host with the "ADD LUN" command. E.g.:

+---- one line:
ADD VDISK "\Virtual Disks\VMware_ESX\VMFS-01" DISK_GROUP="\Disk Groups\DG01" SIZE=640 REDUNDANCY=VRAID5 WRITECACHE=WRITEBACK MIRRORCACHE=MIRRORED READ_CACHE NOWRITE_PROTECT OS_UNIT_ID=0 NOPREFERRED_PATH WAIT_FOR_COMPLETION
-----

+---- one line:
ADD LUN 1 VDISK="\Virtual Disks\VMware_ESX\VMFS-01\ACTIVE" HOST="\Hosts\VMware_ESX\ESX1"
-----

You can also use the "CAPTURE CONFIGURATION" command and it will create an SSSU script with the current configuration of your EVA.
.

Re: SSSU Commands

V├нctor Cesp├│n
Honored Contributor
Solution

Re: SSSU Commands

Hi, this is a shorter and working link to SSSU user guide:

http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01376137/c01376137.pdf
Uwe Zessin
Honored Contributor

Re: SSSU Commands

> The page you requested is not avlb

Once again, this is a problem with HP's infrastructure :-( :-(

I've tried the URL I posted a few minutes ago 4 times and got 2x 404 errors and 2 times the download started successfully.
.
SJO EGGER
Regular Advisor

Re: SSSU Commands

Hi

Take a look at the attachment "HP StorageWorks Storage System Scripting
Utility reference" for SSSU version 8.

Re: SSSU Commands

Hi All,

Thanks for all your help, got the document.

Re: SSSU Commands

fcxv