Sponsored Content
Full Discussion: Production to DR switch
Special Forums IP Networking Production to DR switch Post 302770339 by mohtashims on Friday 15th of February 2013 09:41:38 AM
Old 02-15-2013
Quote:
Originally Posted by bakunin
This is very similar to what HACMP (IBMs failover software for AIX) does too. In HACMPs wording what you call "pseudo IP" is called "service IP" and technically it is an IP alias, which is moved with the "resource group" (a group of mounted file systems, start-/stop-scripts for the application and said IP address(es)).

I hope this helps.

bakunin
I need to do this on unix [Itanium] and windows[ignore Windows if this is not the correct forum].

The Prod to DR configuration files copying is done periodically [every 5 mins] by myself using crontab and scp.

Can you now help me with the exact steps ?
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

need help.. ! Production Env.

Hi ! I want to delete a softlink... with a name.. " -> ALCATEL " FYI:- lrwxrwxrwx 1 infomcm develop 32 Dec 3 2007 COX -> /wlsuite/om/cm/build/sandbox/COX lrwxrwxrwx 1 infomcm develop 33 Jul 21 05:52 WL10 -> /wlsuite/om-cm/build/sandbox/WL10 lrwxrwxrwx 1... (2 Replies)
Discussion started by: dashok.83
2 Replies

2. Shell Programming and Scripting

how to access console of a switch having rj45 on switch side to db 9 female on pc side console cable

hi, how to access console of a switch having rj45 on switch side to db 9 female on pc side console cable which needs to be connected to one console server having rj11 on its side and db 9 female on other end.i.e. on switch side,console cable has rj45 and db 9 pin female connector on other side of... (1 Reply)
Discussion started by: pankajd
1 Replies

3. UNIX for Dummies Questions & Answers

To know the server which the production is pointing to?

Hi, How to know which server(Application or webserver) the production link or url is pointing to? Is there any command to get the server IP address? Thanks in advance. (3 Replies)
Discussion started by: venkatesht
3 Replies

4. BSD

Copying OpenBSD Kernel from a non production to production machine

Hi All, There are few OpenBSD 4.8 servers without compiler installed at my working place. However, sometimes there are some patches released for patching the kernel. My question is: Can I setup a non production OpenBSD 4.8 server as a test machine with compiler installed and use it to... (1 Reply)
Discussion started by: lcxpics
1 Replies
cfg_disconnect(3)					     Library Functions Manual						 cfg_disconnect(3)

NAME
cfg_disconnect - Remove the connection to a remote configuration management server LIBRARY
Configuration Management Library (libcfg.a) SYNOPSIS
#include <cfg.h> cfg_status_t cfg_disconnect( cfg_handle_t *handle); PARAMETERS
Structure identifying the means of communication between your application and the configuration management server. Your application receives this structure when it calls the cfg_connect() routine. DESCRIPTION
Once your application is finished using a remote configuration management server, it should call the cfg_disconnect() routine. This routine closes sockets and stops execution of the configuration management server. EXAMPLES
The following example illustrates the use of the cfg_disconnect() library routine: cfg_status_t retval; cfg_handle_t handle; retval = cfg_disconnect(&handle); if (retval != CFG_SUCCESS) print_error(retval); In this example, the cfg_disconnect() routine ends communication between the application and the configuration manager server. The server stops executing. RETURN VALUES
Upon successful completion, cfg_disconnect() returns CFG_SUCCESS. Other return values indicate that an error has occurred. For informa- tion about handling return values from routines in the configuration management library, see libcfg(3). RELATED INFORMATION
Commands: cfgmgr(8), sysconfig(8) Routines: cfg_connect(3), libcfg(3) delim off cfg_disconnect(3)
All times are GMT -4. The time now is 11:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy