Sponsored Content
Operating Systems HP-UX HP-UX: LVM migration from legacy to agile addressing onto a failover server Post 302444176 by poloUX on Wednesday 11th of August 2010 05:59:48 AM
Old 08-11-2010
on the source server:
Code:
vgexport -p -s -v -m <vg_name>.map <vg_name>
scp <vg_name>.map <dest_server>:

here you are creating a map of your VG that can be used to import it on another system using the same disks or a clone of them
on destination server:
Code:
vgimport -v -s -N -m <vg_name>.map <vg_name>

now you can create the same VG by importing it.
-s option scan's the disks which have the VGID identical with the one written in the map file and import them using the persistent DSFs (-N option)
 

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

LAMP Server Failover

How does everyone else handle this? My Setup: Server A: CentOS 5.x 10.0.0.1 Apache MySQL Master Server B: CentOS 5.x 10.0.0.2 Apache MySQL Slave My Domains: dom1.com A record: 10.0.0.1 A Record: 10.0.0.2 dom2.com A record: 10.0.0.1 A Record: 10.0.0.2 (3 Replies)
Discussion started by: Ikon
3 Replies

2. High Performance Computing

Veritas Cluster Server Management Console IP Failover

I have just completed a first RTFM of "Veritas Cluster Server Management Console Implementation Guide" 5.1, with a view to assessing it to possibly make our working lives easier. Unfortunately, at my organisation, getting a test installation would be worse than pulling teeth, so I can't just go... (2 Replies)
Discussion started by: Beast Of Bodmin
2 Replies

3. Solaris

Server Migration

Hi All We are having a very old server that is working on solaris 5.6 and oracle7. now We are planning to migrate it to a Solaris 8 and oracle 9 environment. The application software of the server is basically written in ProC and there are few sql ,perl and shell scripts on the server . We... (13 Replies)
Discussion started by: asalman.qazi
13 Replies

4. Web Development

[PHP] Server Check and Failover Code

Here is some sample PHP code you can run if you have a PHP web application that uses code or images from an ad server, image server, or content deliver network, and you want to check if it is working and if not, failover to another one: <?php $current_server = "server.domain.com"; // set... (0 Replies)
Discussion started by: Neo
0 Replies

5. Red Hat

DNS server loadbalancing and failover

Hi Friends, I am setting up my new public DNS server using bind 9 on RHEL5.5 64bit. I also want to have an another DNS failover server on one of my another datacenter. My question is, if i installed an new slave DNS server on the second datacenter and configure the zone transfer, do it will be... (2 Replies)
Discussion started by: arumon
2 Replies

6. UNIX and Linux Applications

Server migration from samba+ldap to windows server 2003

Hi, i have a server installed samba+openldap (pdc). Need to migration windows server 2003 (active directory) object users, computers. Where you can read how to do it? Or can tell me how to do it? Thanks. P.S. Sorry for bad english (0 Replies)
Discussion started by: ap0st0l
0 Replies

7. Solaris

NFS server on Legacy Container?

Hi All, I have a problem as follows. Historically, there was an Ultra10 workstation running Solaris 8 using automount to access NFS volumes on a Solaris 8 server. The Ultra 10 was retired and the Solaris 8 server has been migrated to a Legacy Container (Solaris 8 Branded, whole root,... (9 Replies)
Discussion started by: hicksd8
9 Replies

8. AIX

Server migration

Hi, Existing several p5 server with lpar (aix5.3), also implemented with hacmp. And now planning to buy new set of server (installing aix7.1)and SAN to replace the existing server. My question is, how to perform data migration from old server/SAN to new server/SAN. Suppose I install... (6 Replies)
Discussion started by: Oceanlo2013
6 Replies
fcd_disable_mgmt_lun(5) 					File Formats Manual					   fcd_disable_mgmt_lun(5)

NAME
fcd_disable_mgmt_lun - select whether or not management luns are discovered in the legacy representation of mass storage devices VALUES
Failsafe Default Allowed values Enable discovery of management luns for array devices. Disable discovery of management luns for array devices. Recommended values DESCRIPTION
Management luns provide the means to access the control ports of Fibre Channel disk arrays. They are represented in both the legacy and the agile view of storage devices. The legacy representation of a management lun is typically created under a separate virtual extension bus node. The entry for a legacy management lun looks like this: On a system with a large number of storage devices connected, creation of management luns can result in an insufficient number of virtual extension buses for the legacy representation of data luns. Since the number of extension buses on a system is limited to 256, luns requiring virtual extension buses above 256 will be unusable through legacy device special files. Disabling the discovery and creation of management luns will free up virtual extension buses for use by data luns. The default value for this tunable is Who Is Expected to Change This Tunable? System administrators who expect to use a large number of storage devices requiring more than 256 extension buses through legacy device special files. Restrictions on Changing Changes to this tunable take effect immediately. However, existing management luns will not be removed. When Should the Tunable Be Turned On? This tunable should be turned on when the system runs out of extension buses for configuring the legacy representation of data luns. What Are the Side Effects of Turning the Tunable Off? None. When Should the Tunable Be Turned Off? When the functionality provided by the management lun is desired. What Are the Side Effects of Turning the Tunable On? Existing management luns in the legacy representation will show up in the state. What Other Tunables Should Be Changed at the Same Time? None. WARNINGS
All HP-UX kernel tunable parameters are release specific. This parameter may be removed or have its meaning changed in future releases of HP-UX. Installation of optional kernel software, from HP or other vendors, may cause changes to tunable parameter values. After installation, some tunable parameters may no longer be at the default or recommended values. For information about the effects of installation on tun- able values, consult the documentation for the kernel software being installed. For information about optional kernel software that was factory installed on your system, see at AUTHOR
was developed by Hewlett-Packard Company. SEE ALSO
ioinit(1M), ioscan(1M), kctune(1M). Tunable Kernel Parameters fcd_disable_mgmt_lun(5)
All times are GMT -4. The time now is 02:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy