Quantcast
Channel: All HPE EVA Storage posts
Viewing all 1900 articles
Browse latest View live

Re: Replacing HSV200-A Controller

$
0
0

Hi Torsten,

Thanks alot for answering quickly.

Can you tell me how to proceed so as to transfer the flash memory card from old controller to the new one , I don't know how is it !

Thanks !

 

 


Re: Replacing HSV200-A Controller

$
0
0

open the little door at the rear side between (10) and (3) and pull the card:

 

EVA-rear.jpg



Create EVA P6500 RSM Snapshot

$
0
0

Hello All,

I am trying to create a RSM script which will create a snapshot of a EVA Vdisk everyday and then delete old snapshots after 7 days. Since I am new to this, Can anyone please share any template if possible?

Many thanks!

Jay

Re: After hard shutdown, now link to switch failed ?

$
0
0

 what is direct loop ?

EVA 6300EVA 6300

Re: After hard shutdown, now link to switch failed ?

$
0
0

 yes, you are right. the server reboot was taking too long, hence it is not clearing it by itself within 1 hour.

After 1 hour of server reboot, everything is back to normal :-)

Re: Brocade flash monitor marginal

$
0
0

...use the command 'cleanup' to clean obsolete files. So, may decrease the used space in the switch FOS file systems.

EVA 4400 System and Controller Status Unknown from Management Module

$
0
0

Hi All,

We have an old EVA 4400. Today I reset the managment module and when login to https://192.168.0.1:2372 the status of System, Controller1 and Controller2 shown as Unknown. At the back of the HSv300 there are no lights on the FC module (connection to SAN switch) and stacking cables to storage enclosures. Any idea that could pint us to the right direction to resolve this is much appreciated.

 

Thank you.

Best regards,

Azren

Re: Create EVA P6500 RSM Snapshot

$
0
0

Hi

its built into the RSM if you choose a disk from RSM and right click it  RSM can 

create this job automaticly

Regards

 


Re: After hard shutdown, now link to switch failed ?

$
0
0

Loop = Server is connected direct to the Array

Direct = Storage is connected to an FC-Switch

Re: log file size increase in DR replication group

$
0
0

If the replciation is Asynchronous , we can;t change the log size.

However, we can move the DR group replciation to Synchronous & increase log size . Move back to Asynchronous again.

Re: Create EVA P6500 RSM Snapshot

$
0
0

Hi,

here is a sample from me, that i used.
I plan 4 of this Scripts with Snap1 to Snap4

// An e-mail will be sent when the job changes state (completion, failure, etc.).                        
SetNotificationPolicy ( "evamgmt@somewhere.de", "admin@somewhere.de", JOB_STARTED_OR_STOPPED )
//                        
// Assign some variables that will be used in this job.                        
$source_eva = SetVariable ( "EVA2" )
$source_vol = SetVariable ( "\\EVA2\SAP\SAPORAC20-E" )
$source_host = SetVariable ( "saporac20" )
$snap_volname = SetVariable ( "SAPORAC20-E-Snap1" )
$snap_vol = SetVariable ( "\\EVA2\SAP\SAPORAC20-E\SAPORAC20-E-Snap1" )
//                        
// Validate that resources are as expected.                        
ValidateStorageSystem ( $source_eva ) onerror goto E1:
ValidateStorageVolume ( $source_vol ) onerror goto E1:
ValidateHost ( $source_host ) onerror goto E1:
E2: ValidateStorageVolume ( $snap_vol ) onerror goto E3:
//                     
// Delete old Snapshot                     
DeleteStorageVolume ( $snap_vol ) onerror goto E2:
//                     
// Make Snapshot                     
E3: ValidateSnapshotStorageVolume ( $source_vol ) onerror goto E1:
//                        
// Suspend the host application.                        
DO {
Launch ( $source_host, "e:\snap\Snap-Pre.bat", "", WAIT, "0" )
$repl1 = SnapshotStorageVolume ( $source_vol, DEMAND_ALLOCATED, SAME, $snap_volname, NOWAIT ) onerror goto E1:
} ALWAYS {
// Resume the host application                     
Launch ( $source_host, "e:\snap\Snap-Post.bat", "", WAIT, "0" )
}
//                        
//                     
// Wait for replicated storage to appear.                        
WaitForStorageVolumeDiscovery ( $repl1 ) onerror goto E1:
//                        
Exit ( SUCCESS )
//                        
// Failure exit - no rollback needed.                        
E1: Exit ( FAILURE )

Command VIew in a VM

$
0
0

Hello, recently we moved our EVA 6400 from our primary datacenter to our back office datacenter where we already had other EVA6500 managed by a pyshical server. So, I deployed a VM to manage the EVA6400 only! WELL.. following documentation, to use Command View within VM I need to configure my VM with a SCSI device.. but... when I select the "Raid HP" option I see two "Raid HP" not only one. I believe it means both EVA. But how do I know which is which ?! (see attachment)

 

StoreVirtual Delete NIC bond popup an error

$
0
0

HI, we have an exisiting bond on a pair of StoreVirtual 4530.   the bond has 2 NICs .  I want to recreate the bond with 4 NICs.  There are no option to add more NIC to an existing bond , so I guess I must delete the bond and recreate it.

The problem is when I try to delete the bond I get a popup with this message.

"Entry not deleted. Cannot delete bond. This Bond is set as the Lefthand OS interface and will not have active interfaces after deletion"

Any idea how I can delete this bond ?  

 

HPDM Multipath tar file needed

$
0
0

I have installed RHEL 6.5 in my server HP BL 460 .

Here I need HPDM multipath tar file i.e pakage (not single RPM) file  for RHEL 6.5   because i want to present LUN from my hp SAN

From net, I don't find specific link for this tar file.

 

It's helpful  if anyone can share the  specific link.

3PAR 7200 SNMP MIB

$
0
0

Hello,

 

how can i monitor the Disks with SNMP on a 3PAR 7200 ?

The ThreePar-mib.mib does not contain any Disk Utilization OIDs

Is there another posibility?

Greetings


Re: HPDM Multipath tar file needed

$
0
0

From the HPE 3PAR RHEL Implementation Guide:

Hewlett Packard Enterprise supports the following multipath solutions for RHEL:
*  Device mapper multipathing (DM-Multipath)
*  Veritas Dynamic MultiPathing (DMP)

A quick search with Google or "DM-multipath" shows a lot of links:

  • Linux DM Multipath - Wikipedia
    The tools consist of: Multipath: scans the system for multipathed devices, assembles them, updates the device-mapper's map. Multipathd: daemon that waits for maps events, and then executes multipath and monitors the paths. Marks a path as failed when the path becomes faulty.

It looks like you need to get the device-mapper-multipath package.

Re: 3PAR 7200 SNMP MIB

$
0
0

Using SNMP? No.

Look at using CIM and/or the Web Services API . You will probably have to start the corresponding service: startcim or startwsapi respectively.

HP SAN 4/32 - HP Serial and "Defaults" Not Allowing Console Login

$
0
0

Hi, 

I purchased a SAN 4/32 HP switch a couple of months ago, and have been having trouble setting it up. 

I have a Qlogic board installed on the server, but the switch still needs configuration.

The seller stated that the switch has been reset to factory defaults, and that a true HP serial cable should allow me to log in. 

I've looked at another forum post to see that I could try 10.77.77.77 via Telnet (23 port), but that doesn't work. Also, attaching the Link doesn't result in any IP on my network. 

So, how can I get into this dang console with this HP serial to RJ45 on my Windows 10 laptop with Putty?

Can I emulate the port as serial? If so, what is the designation for the RJ45 PCI controller port (e.g. "COM 1" equivalent)?

Thanks in advance,
Tyler Scafidi

P800 Controler with Storageworks and Server 2012 R2 Datacenter

$
0
0
 

Hi,

It seems that the P800 controller drivers and management software are not suported in Windows Server 2012 R2 Datacenter.

Are there any alternatives other than a hyper-v 2008 server? 

Replacing HSV200-A Controller

$
0
0

Hi ,

It 's the first time I use this forum.

I 'm looking for the procedure to replace a controller (HSV200-A) in a redondant configuration (EVA 4000 with 2 Controllers HSV200-A and an FC enclosure ).

Thanks and Best Regards!

 

 

Viewing all 1900 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>