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 !
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 !
open the little door at the rear side between (10) and (3) and pull the card:
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
EVA 6300
After 1 hour of server reboot, everything is back to normal :-)
...use the command 'cleanup' to clean obsolete files. So, may decrease the used space in the switch FOS file systems.
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
Hi
its built into the RSM if you choose a disk from RSM and right click it RSM can
create this job automaticly
Regards
Loop = Server is connected direct to the Array
Direct = Storage is connected to an FC-Switch
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.
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 )
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)
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 ?
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.
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
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:
It looks like you need to get the device-mapper-multipath package.
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.
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
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?
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!