06-06-2019
Hello,
Quote:
PowerHA = SystemMirror = HACMP
So, if I would to go with HACMP, I have to download this version. It's not possible to install it from scratch on the fresh new AIX(If I install my AIX before with standard/ TL version)
10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
and by the is there any command to get the OS currently running regardless of the constructor (HP, IBM...)? thanks! (3 Replies)
Discussion started by: jericho
3 Replies
2. AIX
how to set the ulimit on AIX 5.2 version? (3 Replies)
Discussion started by: Shilpi
3 Replies
3. AIX
I am TOTALy new to Unix. One of the internal tapes will be replaced by an external one today. I don't even know where to start....how is the install done and how do I redirect the backup to the new external tape drive? Please help - anyone? (3 Replies)
Discussion started by: aneta0803
3 Replies
4. AIX
Hello,
I'm now trying to learn AIX and I found lot of used AIX machines in ebay. I want to clear some doubts before I go for one.
1)Do I need a license to run an AIX machine?
2)Is there any Trial versions available?
3)Some Old Models of AS400 machines( model 150) don't need a license... (1 Reply)
Discussion started by: secofr
1 Replies
5. AIX
Hi all
Can any1 tell me how to check the AIX version on my server.
I have used uname -a but it does not give a specific version number. (4 Replies)
Discussion started by: masquerer
4 Replies
6. AIX
Anyone can help me explain the mean of AIX 5L 5.3 ML3
I don't know "what re - 5L mean and ML3 mean "
Tks all. (2 Replies)
Discussion started by: quan0509
2 Replies
7. AIX
I have been given multiple years of login files to determine workload. How do I determine the year in regards to the login. This is what is looks like now.
witkoaxdm/_0Sep 13 07:45 still logged in.
thank you (1 Reply)
Discussion started by: wildchild
1 Replies
8. AIX
Could you tell me the version of default make on AIX 5.1 & 5.3? (2 Replies)
Discussion started by: redraiment
2 Replies
9. Infrastructure Monitoring
Hi,
I have a P595 server with AIX 5.3 and i need to know what version of snmpd i use on this:
Example: On solaris i use Net-snmpd 5.4.2.1 (netsnmp-5.4.2.1-sol9-sparc-local) because i can see the package.
How can i see what snmpd package is installed on the AIX?
Thanks... (3 Replies)
Discussion started by: anonymouzz
3 Replies
10. UNIX for Advanced & Expert Users
Hello.
We are using AIX 5.3 with HACMP 5.4.1.
At this moment AIX and clustering are using 2 servers.
A third server is added.
It does not seem to work with HACMP.
Are there any controle checks?
Thank you if you could help.
Regards,
Ynze van Aken
Netherlands (0 Replies)
Discussion started by: yvanaken
0 Replies
LEARN ABOUT OPENSOLARIS
tk_clearselection
Tk_ClearSelection(3TK) Tk Library Procedures Tk_ClearSelection(3TK)
__________________________________________________________________________________________________________________________________________________
NAME
Tk_ClearSelection - Deselect a selection
SYNOPSIS
#include <tk.h>
Tk_ClearSelection(tkwin, selection)
ARGUMENTS
Tk_Window tkwin (in) The selection will be cleared from the display containing this window.
Atom selection(in) The name of selection to be cleared.
_________________________________________________________________
DESCRIPTION
Tk_ClearSelection cancels the selection specified by the atom selection for the display containing tkwin. The selection need not be in
tkwin itself or even in tkwin's application. If there is a window anywhere on tkwin's display that owns selection, the window will be
notified and the selection will be cleared. If there is no owner for selection on the display, then the procedure has no effect.
KEYWORDS
clear, selection
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Availability | SUNWTk |
+--------------------+-----------------+
|Interface Stability | Uncommitted |
+--------------------+-----------------+
NOTES
Source for Tk is available on http://opensolaris.org.
Tk 4.0 Tk_ClearSelection(3TK)