Sponsored Content
Operating Systems AIX Multi Link Interface Runtime - where to download ? Post 302337197 by Padow on Thursday 23rd of July 2009 03:04:55 PM
Old 07-23-2009
This was very easy to find by doing a search on the IBM site under downloads.

Click Here
Padow
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to link to some lib in runtime as a nonsuper user?

My program is written in cpp and it uses a non standard library. I have compiled successfully by linking it to the library. But when i try to run the program. it give a error message like: "error while loading shared libraries: ***.so: cannot open shared object file: No such file or directory"... (2 Replies)
Discussion started by: zzz_zzz
2 Replies

2. AIX

Link download Exceed 8.0

Please send link download Exceed 8.0 to me,thanks!!! (1 Reply)
Discussion started by: vietrung
1 Replies

3. UNIX for Dummies Questions & Answers

Multi Network card interface problem

My system info is show below:- #uname -a SunOS qfserver 5.8 Generic_117350-29 sun4u sparc SUNW,Sun-Blade-2500 and I have two network card as shown below:- #ifconfig -a lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 bge0:... (1 Reply)
Discussion started by: sarifudin
1 Replies

4. Programming

libcurl multi interface problem

Hello, I'm trying to use libcurl multi interface to fetch several data in parallel. I would expect this to be faster than performing repeated fetches using the easy interface, but for some reason I can't obtain any speed up at all: using the multi interface actually turns out to be MUCH slower than... (2 Replies)
Discussion started by: clalfa
2 Replies

5. IP Networking

DHCP Server on Vxworks multi interface question

Hi, We currently operate a DHCP Server on Vxworks system. It seems that the server is functioning only over the boot interface. While trying to use it on a different interface the DHCP client messages seems to reach the interface but stay without response. From a... (1 Reply)
Discussion started by: zohara
1 Replies

6. Post Here to Contact Site Administrators and Moderators

Download link

I know this is not the correct area to post this but I am not able to post anywhere. Where do I find the download of Unix, or where have the link to buy it if available? :o (4 Replies)
Discussion started by: CaroLPunk
4 Replies

7. Shell Programming and Scripting

Multi html download.

Hello, I have a url list. it is very huge. I want download them concurrently. Aria2c is very good tool for this.(or concurrently curl command) But my server is crash for I/O process. it is very high load. I want all download htmls(Htmls are very small) save to a single text file. Is it... (7 Replies)
Discussion started by: hoo
7 Replies

8. Solaris

/var/adm/messages (interface turned off/restored) and link up & link down message.

Hi All I am facing an issue with our new solaris machine. in /var/adm/messages root@Prod-App1:/var/tmp# root@Prod-App1:/var/tmp# root@Prod-App1:/var/tmp# cat /var/adm//messages Apr 20 03:10:01 Prod-App1 syslogd: line 25: WARNING: loghost could not be resolved Apr 20 08:24:18 Prod-App1... (0 Replies)
Discussion started by: javeedkaleem
0 Replies

9. IP Networking

Port based multi interface routing

Hello, I wanted to setup routing certain traffic (http/s) out via a second (faster) interface, like described in the following docs (may not post urls): linux-ip.net /html/adv-multi-internet.html thegeekstuff.com /2014/08/add-route-ip-command/ I already had this working years ago on... (0 Replies)
Discussion started by: hyphan
0 Replies

10. Shell Programming and Scripting

Download on a link doing it indirectly

How do I download on a link doing it indirectly, with once redirection by using curl commands or Bash script of them (2 Replies)
Discussion started by: abdan
2 Replies
ucontext(5)							File Formats Manual						       ucontext(5)

NAME
ucontext - user context SYNOPSIS
#include <ucontext.h> DESCRIPTION
The thread of control within an executing process is specified by the ucontext structure. This structure contains at least the following members: ucontext_t uc_link sigset_t uc_sigmask stack_t uc_stack mcontext_t uc_mcontext The values for each member is as follows: Points to the context that is to continue when this context returns. If uc_link is equal to zero (0), this is the main context, and the process exits when this context returns. Specifies the set of signals that are blocked when this context is active. See sigprocmask(2) for more information. Specifies the stack used by this context. See sigaltstack(2) for more infor- mation. Contains the saved machine registers and any implementation-specific context data. RESTRICTIONS
Portable applications should not access or modify the uc_mcontext value in the ucontext structure. SEE ALSO
Functions: getcontext(2), sigaction(2), sigprocmask(2), sigaltstack(2). ucontext(5)
All times are GMT -4. The time now is 08:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy