Sponsored Content
Full Discussion: VxVM on Solaris.
Operating Systems Solaris VxVM on Solaris. Post 302268414 by reborg on Monday 15th of December 2008 05:03:21 PM
Old 12-15-2008
Wouldn't the LUN serial numbers or target numbers allow you to correlate the two? The WWNs should be enough to identify the physical Filer heads you are talking to.
 

10 More Discussions You Might Find Interesting

1. Solaris

VxVM

All solaris rescue gurus out there .... I've a Solaris 2.6 E450 on which my sysadmin guy has deleted every file (not sub-directories) from the /etc directory. The machine is (was) running Vxvm with the root volume encapsulated. I've tried booting from CDROM, mounting the root volume... (3 Replies)
Discussion started by: andy11983
3 Replies

2. Solaris

VxVM softpartitions

Is there a way to create "softpartitions" with Veritas Volume Manager? I have a bunch of disks and i want to create a RAID 5 with them. On that RAID5, i want to split that RAID into two separated file systems like i could do it with SDS/LVM or ZFS, but i don't want to create two RAID5 in the... (3 Replies)
Discussion started by: pressy
3 Replies

3. Solaris

VxVM/Hba cards/Solaris 10 FS issue

Hi all, I have a compatibly issues with a new hardware My config is the following one : Solaris 10 V490 Hardware 2 X HBA Qlogic 2310f cards An HP EVA 5000 for storage ... Veritas VxVM 4.1 MP1 When I reboot my server, VxVM is trying to mount/use the volume before it's... (0 Replies)
Discussion started by: unclefab
0 Replies

4. Filesystems, Disks and Memory

vxvm version in solaris?

whats the command line to find vxvm (veritas volume manager) version installed in solaris OS? (3 Replies)
Discussion started by: na75369
3 Replies

5. Solaris

VxVM 5.0 Licence key required on solaris

Hi Friends, This is suresh reddy. Recently i download veritas cluster & volume manager package from internet. I didn't found any key inside the package. If any body having the VxVM key kindly send to me. mail id: cvsureshreddy@gmail.com Regards, C V Suresh Reddy (1 Reply)
Discussion started by: suresha2lu
1 Replies

6. Solaris

Solaris- VxVM simulator

Hi, Could any one tel me VxVM simulator is available in market or can it be downloaded from any were???? (4 Replies)
Discussion started by: sudhan143
4 Replies

7. Solaris

vxvm

hi all, how can we check whether vxvm is installed in our system or not in solaris? Thanks in advance dinu (4 Replies)
Discussion started by: dinu
4 Replies

8. Solaris

Solaris and vxvm ( really old versions)

This is going to mean nothing to most.... I'm working on a E4500 server running Solaris 2.5.1 and VXVM 2.5.5 :eek: I've replaced the rootmirror and would like to monitor progress of the resync It's only a 2Gb /partition so it shouldn't take too long. In later versions vxtask list ... (5 Replies)
Discussion started by: Martincorneuk
5 Replies

9. Solaris

Solaris/vxvm/EMC Lun configuration

Hello all, i try to allocate the same LUN to two server (or more in the future) i use solaris 10, vxvm (vxfs) for data and solaris zones and EMC DMX-4, i try to migrate solaris zones between servers in case of problem. and this is what i want to do - affect LUN to srv00124 and srv10155 -... (5 Replies)
Discussion started by: mat_solaris
5 Replies

10. Solaris

Solaris 10 patching using live upgrade with VxVM

Hello, I was assigned some Solaris machines and need to patch them to N-1, where N is the latest OS realease, which means, upgrade till one version before the latest one. I do not now a lot about Solaris. What I only know is that need to make use of live upgrade and be careful with VxVM... (4 Replies)
Discussion started by: feroccimx
4 Replies
NetApp::Snapmirror(3pm) 				User Contributed Perl Documentation				   NetApp::Snapmirror(3pm)

NAME
NetApp::Snapmirror -- OO class for snapmirror relationships SYNOPSIS
use NetApp::Filer; use NetApp::Snapmirror; my $filer = NetApp::Filer->new( .... ); my @snapmirrors = $filer->get_snapmirrors; my $volume = $filer->get_volume( .... ); my @snapmirrors = $volume->get_snapmirrors; DESCRIPTION
This class encapsulates a single snapmirror relationship, and provides methods for querying information about it, as well as methods for managing it. METHODS
get_filer Returns the NetApp::Filer object for the filer on which this snapmirror relationship is defined. get_source Returns a NetApp::Snapmirror::Source object representing the source filer/volume for this snapmirror relationship. get_destination Returns a NetApp::Snapmirror::Destination object representing the source filer/volume for this snapmirror relationship. Miscellaneous get_* methods All of the following get methods return strings which match the values found for each of the obvious keywords in the output of "snapmirror status -l": get_status get_progress get_state get_lag get_mirror_timestamp get_base_snapshot get_current_transfer_type get_current_transfer_error get_contents get_last_transfer_type get_last_transfer_size get_last_transfer_duration get_last_transfer_from NOTE: In a future release, when snapshots are supported as a proper object, the return value of get_snapshot will almost certainly return such an object. perl v5.14.2 2008-11-26 NetApp::Snapmirror(3pm)
All times are GMT -4. The time now is 04:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy