Sponsored Content
Full Discussion: SEA to standby
Operating Systems AIX SEA to standby Post 302984502 by amvineeth on Wednesday 26th of October 2016 12:47:54 PM
Old 10-26-2016
SEA to standby

hello,
what will happen if i try to move sea of my 1 vio server to standby( using chdev command), when sea of other vio server is already in standby mode?
 

8 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

hdparm standby

Hi! I have a harddrive that I use in school. I allso wanna use it at home... It's built into a 5.25" rack, and is non-hotswap. My rack has a power key wich I can use to unpower the device. My question is, does the drive take damage if I just umount and run hdparm -y <dev> on it? 1.... (2 Replies)
Discussion started by: Esaia
2 Replies

2. AIX

hacmp 5.3 primary and standby?

Hi All, How do I determine if a hacmp 5.3 server is a primary or a standby? Thanks in advance. (2 Replies)
Discussion started by: itik
2 Replies

3. Shell Programming and Scripting

shell script not connecting to primary from standby site

Hi All, I am using below shell script using SQL*Plus to query the MAX(SEQUENCE#) from both databases V$LOG_HISTORY view.If the STANDBY appears to be falling behind by - 2, then alert mail should be sent... How could I achieve it with improving the below script. #!/usr/bin/ksh ... (0 Replies)
Discussion started by: a1_win
0 Replies

4. AIX

Monitor goes into standby

On a IBM AIX 4.3.3 OS monitor goes into standby after a certain period of time. Where should i look to disable monitor power management ? (7 Replies)
Discussion started by: A_L_E_X
7 Replies

5. Solaris

ifconfig primary & standby purpose

I have two ethernet interfaces nge0 and nge1. An IP assigned on nge0 is 10.10.10.1/24 and on nge1 is 20.20.20.1/24. I want to make nge0 as primary interface. My question here is, 1. Being nge0 as primary interface, if I ping to an IP 20.20.20.5, what will happen? 2. If the answer for the... (4 Replies)
Discussion started by: nthiruvenkatam
4 Replies

6. Solaris

IPMP active-standby configuration

Hi All, Need your help to explaining why when i configure 2 interface IPMP active-standby appear, INACTIVE and DEPRECATED parameter, detail screen shoot as below : root@machine01 # ifconfig -a e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 7 inet... (6 Replies)
Discussion started by: Wong_Cilacap
6 Replies

7. AIX

SEA

Hi all, I set up the following configuration on my system: - An LPar with a virtual adapter, first one with a vlan id=703 and id port=13. - The first adapter have to connect to a VIOS in which i configured an SEA. So, the VA is set up on interface ent2, SEA on ent29 (by linking a... (0 Replies)
Discussion started by: idro
0 Replies

8. AIX

Servers state STANDBY in HMC v7

We have 2 p520 aix6.0 installed server. Both the server in cluster. and managed by HMC v7 both servers have rebooted due to power outage. Now both server state is STANDBY in HMC. I am unable to login or ping to that servers. Please help (5 Replies)
Discussion started by: reyazan
5 Replies
DPMSSetTimeouts(3)						    X FUNCTIONS 						DPMSSetTimeouts(3)

NAME
DPMSSetTimeouts - permits applications to set the timeout values used by the X server for DPMS timings SYNOPSIS
cc [ flag ... ] file ... -lXext [ library ... ] #include <X11/extensions/dpms.h> Status DPMSSetTimeouts ( Display *display, CARD16 standby, CARD16 suspend, CARD16 off ); ARGUMENTS
display Specifies the connection to the X server standby Specifies the new standby timeout in seconds suspend Specifies the new suspend timeout in seconds off Specifies the new off timeout in seconds DESCRIPTION
The DPMSSetTimeouts function permits applications to set the timeout values used by the X server for Display Power Management Signaling (DPMS) timings. The value standby is the amount of inactivity time, in seconds, before standby mode is invoked. The actual effects of this mode are depen- dent on the characteristics of the monitor and frame buffer card. Standby mode is implemented by shutting off the horizontal sync signal, and pulsing the vertical sync signal. Standby mode provides the quickest monitor recovery time. Note also that many monitors implement this mode identical to suspend mode. A value of zero disables the standby mode. The value suspend is the amount of time of inactivity, in seconds, before the second level of power savings is invoked. Suspend mode's physical and electrical characteristics are implementation defined. For DPMS compliant hardware, setting the suspend mode is implemented by pulsing the horizontal sync signal and shutting off the vertical sync signal. In general, suspend mode recovery is considered to be slower than standby mode, but faster than off mode. However it may vary from monitor to monitor. As noted above, many monitors implement this mode identical to the standby mode. A value of zero disables this mode. The value off is the amount of time of inactivity,in seconds, before the third and final level of power savings is invoked. Off mode's physical and electrical characteristics are implementation defined. In DPMS compliant hardware, it is implemented by shutting off both hor- izontal and vertical sync signals, resulting in powering down of the monitor. Recovery time is implementation dependent. Usually the recovery time is very close to the power-up time of the monitor. A value of zero disables this mode. Chronologically, standby mode occurs before or simultaneously with suspend mode, and suspend mode must occur before or simultaneously with off mode. Therefore, non-zero mode timeout values must be greater than or equal to the timeout values of earlier modes. If inconsistent values are supplied, a BadValue error will result. RETURN VALUES
TRUE The DPMSSetTimeouts function returns TRUE when the function has succeeded. ERRORS
BadValue An argument is out of range. SEE ALSO
DPMSCapable(3), DPMSInfo(3), DPMSGetTimeouts(3) X Version 11 libXext 1.3.1 DPMSSetTimeouts(3)
All times are GMT -4. The time now is 03:06 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy