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
STM(1M) 																   STM(1M)

NAME
stm, xstm, mstm, cstm - Support Tools Manager SYNOPSIS
/usr/bin/stm [-x|-m|-c] [-f command_file] /usr/sbin/xstm [-f command_file] /usr/sbin/mstm [-f command_file] /usr/sbin/cstm [-f command_file] DESCRIPTION
The Support Tools Manager (STM) provides three interfaces that allow a user access to an underlying toolset, consisting of information mod- ules, firmware update tools, verifiers, diagnostics, exercisers, expert tools, and utilities: XSTM - the graphical interface (for X11-based graphics terminals) MSTM - the menu-based interface (for non-X11-based, non-graphics terminals) CSTM - the command line interface (for running scripts) Which interface you choose will depend upon your needs, preferences, and resources as a user. If STM is run and [-x|-m|-c] is not specified, then: If the "DISPLAY" environment variable is set, XSTM is run. If the "DISPLAY" environment variable is not set, MSTM is run. Application Usage This tool will be deprecated on new server models. Please use System Management Homepage (see hpsmh(1M)). OPTIONS
-x The XSTM program is the X-Windows interface for the Support Tools Manager (STM). It allows you to access and run various support tools (information modules, firmware update tools, verifiers, diagnostics, exercisers, and utilities, depending upon your level of licensing privilege) on one or more PA-RISC machines. You can run XSTM on one machine, and use it to run support tools on one or more remote machines (Units Under Test, or UUTs). Alterna- tively, you can run XSTM on one machine, and use it to run support tools on the same machine (i.e., the machine running XSTM and the UUT are one and the same). The basic principle of XSTM usage is that you see a display of the legacy devices configured on the UUT (the legacy system map, or legacy device map) when you first run the interface. Alternatively, display of the agile devices configured on the UUT (the agile system map, or agile device map) can be seen by selecting the "View Agile Map" option in the "System" menu. For information about legacy devices and agile devices see intro(7) manpage. By clicking on one or more icons representing the device(s) you want to test, or whose logs you want to view, and using the appropriate pulldown and popup menus, you can test your system to see if it is functioning properly. Any problems with your system will be reflected by color changes to the icons in the device map (e.g., red for "Failure"), in its legacy view or agile view or both the views (if a device is represented in both the views, the color change will be reflected in both of them). By viewing the corresponding log (e.g. the Failure Log), you can then determine the appropriate corrective action to take. Use the Help pulldown menu to access the online help system. -m The MSTM program is the menu interface for the Support Tools Manager (STM). It provides the same functionality as XSTM described above. The device map is a list of devices on the Unit Under Test (UUT). You select devices by moving the cursor with the up and down arrow keys to the line entry for the desired device(s). You issue commands by means of function keys. Any problems with your system will be reflected by changes in the "Last Op Status" column of the device map. By viewing the corresponding log (e.g. the Failure Log), you can then determine the appropriate corrective action to take. Press the help function key to access the online help system. -c The CSTM program is the command line interface for the Support Tools Manager (STM). It provides the same functionality as XSTM described above. Entering the command "map" displays a list of legacy devices (the legacy device map) on the Unit Under Test (UUT). Entering the command "amap" displays a list of agile devices (the aglie device map) on the Unit Under Test (UUT). You select devices by entering the hardware path or device number for the desired device(s); use the command "select path" or "select device". Any problems with your system will be reflected by error, warning, or caution messages displayed by the system. By viewing the corresponding log (e.g. the Failure Log), you can then determine the appropriate corrective action to take. Entering the command "help" displays a summary of the cstm commands; the command "help all" gives you full access to the online help system. -f command_file The "-f" option allows the user to specify a CSTM command file to run prior to bringing up the selected User Interface. Multiple "-f com- mand_file" options can be provided and the command files will be processed from left to right. HELP
Topics available are: On Item has context-sensitive information on specific help topics (XSTM only). On Tasks has cookbook procedures for performing common system tasks using STM. On Application has general information about the Support Tool Manager. On Help has information about the HPHelp product. On Version displays a banner with copyright, version, and legal information about STM. OTHER FILES
/usr/sbin/stm/ui/config/.stmrc - stm startup script. /usr/sbin/stm/ui/config/saveconfig.cmd - stm config save command file. ENVIRONMENT
DISPLAY If you are using X Windows, you must be set to the desired X Windows display ID (e.g., local:0.0). COPYRIGHT
(c) Copyright 1995-6, Hewlett-Packard Company ORIGIN
STM was developed by Hewlett-Packard Company. SEE ALSO
intro(7), diagmond(1M) STM(1M)
All times are GMT -4. The time now is 03:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy