Sponsored Content
Full Discussion: HACMP - RG move issue.
Operating Systems AIX HACMP - RG move issue. Post 302569216 by phobus on Sunday 30th of October 2011 07:28:21 AM
Old 10-30-2011
I'm glad you got it fixed Smilie , btw what version of hacmp do you have? I'm just wondering because hacmp.out log looks different comparing to what I used to see on hacmp 5.X version.
 

10 More Discussions You Might Find Interesting

1. AIX

Hacmp

(0 Replies)
Discussion started by: mhenryj
0 Replies

2. Shell Programming and Scripting

permission issue to move file

We have a script which will move the files from the each user home directory to other location to process the file in the server. The users put files in their home directory using FTP and the user home dir have 775 permission so the the application user can move the files from the home path to... (11 Replies)
Discussion started by: GIC1986
11 Replies

3. AIX

HACMP

hi can anyone explain the concepts of HACMP and configuration (step by step) (2 Replies)
Discussion started by: udtyuvaraj
2 Replies

4. UNIX for Dummies Questions & Answers

Move same files and issue ls -al command on remaining files

I know I can use an ls -l junk1 command to get a listing of all files in the directory junk1, but I was wondering how I'd go about going through the files in junk1 in a for-in loop and issuing the ls -l command on them one by one. This is what I have so far: for file in $(ls -a $1) do ls... (1 Reply)
Discussion started by: Trinimini
1 Replies

5. AIX

HACMP does not start db2 after failover (db2nodes not getting modified by hacmp)

hi, when I do a failover, hacmp always starts db2 but recently it fails to start db2..noticed the issue is db2nodes.cfg is not modified by hacmp and is still showing primary node..manually changed the node name to secondary after which db2 started immediately..unable to figure out why hacmp is... (4 Replies)
Discussion started by: gkr747
4 Replies

6. AIX

Service IP issue in HACMP, Working with only one node

Hi, I have a running HACMP Cluster with two nodes. Its working in active/passive mode. (i.e Out of the two nodes in the cluster one will be active and the other one will be on standby. If first node fails the other takes over) 1. There is a Service IP associated with the cluster. Now the... (2 Replies)
Discussion started by: aixromeo
2 Replies

7. AIX

hacmp application startscript issue

Hi, I am setting up a hacmp oracle cluster with 2 resource groups - one on each node. Binaries are local - so is configuration but its the same on both nodes - so are the startscripts. If I start the cluster, each DB comes up nicely on its homenode. Now I have the problem that when I... (1 Reply)
Discussion started by: zxmaus
1 Replies

8. AIX

HACMP, NFS cross-mount problem. Can not move resource group

Hi, I'm new to HACMP. Currently I setup a cluster with nfs cross-mount follow this guide: kristijan.org NFS cross-mounts in PowerHA/HACMPMy cluster has two nodes: erp01 and erp02. I'm using nfs4 with filesystem for nfs is: /sapnfs Cluster start without problems. But I cannnot move RG (with... (3 Replies)
Discussion started by: giobuon
3 Replies

9. AIX

HACMP

Does anyone has idea about, what is the ibm standard HACMP trip interval? We have 20 second. lssrc -ls topsvcs Subsystem Group PID Status topsvcs topsvcs 1843200 active Network Name Indx Defd Mbrs St Adapter ID Group ID HB Interval =... (7 Replies)
Discussion started by: allwin
7 Replies

10. AIX

Hacmp

hello ive 2 nodes aix 6100-04-10-1119 with hacmp 6.1.0.0 my qustion is : can i add default gateway to one member node with hacmp a live or to do take over to realse one of the members ? thanks When it is urgent, then open the thread up in the appropriate subforum next time, thanks. (3 Replies)
Discussion started by: ariec
3 Replies
repro(8)						      System Manager's Manual							  repro(8)

NAME
repro - repro SIP proxy server SYNOPSIS
repro [OPTIONS...] DESCRIPTION
repro is an open-source, free SIP server. SIP is changing the way people communicate using the Internet. It is not only about making phone calls over the Net. The SIP protocol and its extensions defines the way of establishing, modifying and ending interactive sessions, no mat- ter if they are voice, video, IM or a combination of them. At the heart of SIP architecture, there are certain services which needs to be provided at some place of the network. repro provides SIP proxy, registrar, redirect, and identity services. These services are the foun- dation needed to run a SIP service. OPTIONS
-l, --log-type=cout|syslog|cerr Set where to send logging messages. The default cout sends the messages to standard output, cerr uses the standard error pipe. With syslog the messages are send to the system log using the logging facility local6. See syslogd(8) or syslog.conf(5) for more informa- tion. -v, --log-level=STACK|DEBUG|INFO|WARNING|ALERT Set the minimum level a logging message needs to have in order to by written. The severity rises from left to right in the above order. The default is to log messages with level INFO or above. -r, --record-route=sip:example.com Activate record routing. The argument is the URI used in the Record-Route header field. --udp=5060 Specify the port to use for the UDP transport. Set to 0 to turn UDP off. Defaults to port 5060. --tcp=5060 Specify the port to use for the TCP transport. Set to 0 to turn TCP off. Defaults to port 5060. -t, --tls-domain=example.com Act as a TLS server for specified domain. --tls=5061 Set the port to use for the TLS transport. Set to 0 to turn TLS off. Defaults to port 5061. --dtls=0 Set the port to use for the DTLS transport. Set to 0 to turn DTLS off which is the default. --enable-cert-server Run a cert server. -c, --cert-path=STRING Set the path for certificates. Defaults to ~/.sipCerts. --enable-v6 Enable IPv6. --disable-v4 Disable IPv4. --disable-auth Disable DIGEST challenges for certain SIP requests. --disable-web-auth Disable authentication for the web administration server. --disable-reg Disable the registrar. -i, --interfaces=sip:10.1.1.1:5065;transport=tls Specify interfaces to add transports to. Each transport is given as a SIP-URI with the IP address and port of the local interface as the hostport part and the transport protocol as a transport parameter. Several transports are separated by a comma. For example, to set up two transports, one for TLS and one for UDP use sip:192.168.1.200:5060;trans- port=tls,sip:192.168.1.200:5060;transport=udp -d, --domains=example.com,foo.com Specify the list of domains this proxy is authorative for separated by comma. -R, --route=sip:p1.example.com,sip:p2.example.com Specify a route set where all requests this proxy is authorative for are sent to. Using this option overides the routes set through the web interface. --reqChainName=STRING Name of request chain used for processing requests. Currently, the only chain available is default. --http=5080 Specify the port used by the HTTP server. Defaults to 5080. --recursive-redirect Enable to handle of 3xx responses in the proxy. --q-value Enable q-value processing. The q-value can be given in registrations and is used by the location server to order forwarding for mul- tiple registrations. Without this option a request is forked to all registrations. --q-value-behavior=FULL_SEQUENTIAL|EQUAL_Q_PARALLEL|FULL_PARALLEL Specify forking behavior if --q-value is given. With FULL_SEQUENTIAL one target is called after another in the order of their q values. Using EQUAL_Q_PARALLEL (the default), the request is sent in batches of all registrations with the same q value. The batches are again ordered by the q value. FULL_PARALLEL causes the request to be sent in parallel to all registrations. --q-value-cancel-btw-fork-groups If given, groups of parallel forks are canceled after the period specified by the --q-value-ms-before-cancel option if no response was received. --q-value-wait-for-terminate-btw-fork-groups If given, the proxy waits for groups of parallel forks to terminate before a new group is started. Otherwise, the next group is started once the waiting time has passed. --q-value-ms-between-fork-groups=INT Specify the number of milliseconds to wait for a response from a group of parallel forks before starting another group. --q-value-ms-before-cancel=INT Specify the number of milliseconds to wait before cancelling a group of parallel forks if the --q-value-cancel-btw-fork-groups option is given. -e, --enum-suffix=e164.arpa Specify enum suffix to search. -b, --allow-bad-reg Allow To tag in registrations. --timer-C=180 Specify the length of timer C in sec which specifies the time a proxy waits before generating a timeout response. Set to 0 or a neg- ative value to turn timer C of completely. --admin-password=STRING Set the web administrator password. Help options: -?, --help Show a help message. --usage Display brief usage message. --version Display the version information. SEE ALSO
Repro web site at http://www.sipfoundry.org/repro/ February 2006 repro(8)
All times are GMT -4. The time now is 11:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy