Search Results

Search: Posts Made By: aixylinux
Forum: AIX 04-13-2009
12,464
Posted By aixylinux
Google +AIX +video +tutorial turns up AIX 5L...
Google +AIX +video +tutorial turns up AIX 5L System Administration I & II - Video Tutorial - Best Movie - Free Movies...
Forum: AIX 03-28-2009
11,734
Posted By aixylinux
There are several steps required to get the NIM...
There are several steps required to get the NIM master talking to the NIM client.
1. NIM client fileset must be installed on the client.
2. NIM master must be able to rsh to the client. (Later can...
Forum: AIX 03-28-2009
41,424
Posted By aixylinux
You need the OpenSSL from the IBM web site. ...
You need the OpenSSL from the IBM web site.

https://www14.software.ibm.com/webapp/iwm/web/reg/pick.do?source=aixbp&lang=en_US

You need to register with IBM (free) to download it.

The RPM...
2,878
Posted By aixylinux
I'd tend to use Perl for problems of this type. ...
I'd tend to use Perl for problems of this type. Look at this tutorial:

Socket Programming in PERL (http://www.devshed.com/c/a/Perl/Socket-Programming-in-PERL/)

Or this one:

PERL Socket -...
2,354
Posted By aixylinux
Is it enough to just remove them if found? For...
Is it enough to just remove them if found? For NIS,

rmyp -s

pSeries and AIX Information Center...
4,246
Posted By aixylinux
How's this? You'll still need logic to decide...
How's this? You'll still need logic to decide what to remove.

ls -lt | awk '{ print $9 }' | cut -d_ -f1 | sort | uniq | while read prefix x
do
ls -t ${prefix}* | sort -r | tail +3
done
2,447
Posted By aixylinux
This works for me: perl -ne "print...
This works for me:

perl -ne "print /<NAME>(.*)<\/NAME>/" file.txt
/bob

In general regular expressions are poor at parsing XML & HTML, but for a one-liner hack, whatever works for you is ok.
29,825
Posted By aixylinux
Please post the expected dialog. It would help...
Please post the expected dialog. It would help us understand what you are trying to match. It would help also to use "exp_internal 1" to see how the matching goes.
Forum: AIX 03-25-2009
2,649
Posted By aixylinux
PerlTK maybe?
Are you sure you don't mean "PerlTK", not pk?

Please post more detail on what you are trying to accomplish. What is the specific problem and what is the desired solution?
3,001
Posted By aixylinux
Are you running an X-Server program?
For xclock (an X-client program) to work, you need to run an X-server program on your PC. SSH is for text-mode only sessions. There's one in the Cygwin package (free) or you can buy one like exceed...
Forum: AIX 03-10-2009
5,797
Posted By aixylinux
All the content appears to be available in the...
All the content appears to be available in the PDFs at AIX PDFs...
Forum: AIX 03-10-2009
11,277
Posted By aixylinux
The problem with xmodem is that it rounds the...
The problem with xmodem is that it rounds the file size up to a 128-byte multiple. This is OK to transfer text or a tar file--tar will ignore the trailing padding. If you transfer a compressed...
Forum: AIX 03-10-2009
3,486
Posted By aixylinux
The LUN serial number is 8 hex digits. The last...
The LUN serial number is 8 hex digits. The last 5 digits are the serial number of the Shark. If you have physical access, match that against the physical badge on the Sharks. Or login to each Shark...
Forum: AIX 01-31-2009
2,753
Posted By aixylinux
I recommend AIX 5L Administration...
I recommend AIX 5L Administration (http://www.amazon.com/AIX-5L-Administration-Randal-Michael/dp/0072222557/ref=sr_1_2?ie=UTF8&s=books&qid=1233441213&sr=1-2) by Randal K. Michael. Disclaimer: I...
Forum: AIX 01-20-2009
11,426
Posted By aixylinux
I saw an interesting take on this problem once....
I saw an interesting take on this problem once. Only Operations had the root password, and management approval was required to give it out. Admins gained root access by running a shell script (call...
Forum: AIX 01-20-2009
10,916
Posted By aixylinux
There's a Perl::Expect module at Expect.pm -...
There's a Perl::Expect module at Expect.pm - Expect for Perl - search.cpan.org (http://search.cpan.org/~rgiersig/Expect-1.15/Expect.pod) which works but suffers from limited documentation. Can you...
Forum: AIX 01-16-2009
5,354
Posted By aixylinux
Issue boot command from open firmware prompt
Read the redbook referenced at IBM Redbooks | The IBM eServer BladeCenter JS20 (http://www.redbooks.ibm.com/abstracts/sg246342.html)

See also pSeries and AIX Information Center...
Forum: AIX 01-16-2009
24,224
Posted By aixylinux
Watch out for large file support
Caution, the version of Samba (2.2.7) on the AIX Linux toolbox site does not support large files (> 2GB). A better binary version (3.2.28) is at Index of /samba/ftp/Binary_Packages/AIX...
Forum: AIX 01-05-2009
17,867
Posted By aixylinux
Would an RPM work for you?
It isn't what you asked, but AIX also supports the RPM package format. If you can use RPM, then the rpm --relocate option might work for you.
Forum: AIX 01-05-2009
8,278
Posted By aixylinux
Setup documentation
Answering the question you did not ask, but perhaps should have, the p550 setup procedure is documented. You will find a lot of 550 setup information on the web. Refer to...
Forum: AIX 01-05-2009
10,121
Posted By aixylinux
Other options
Are you sure that networking the two is out of the question?
1. You did not indicate the Windows version or pSeries machine type/model. AFAIK, every pSeries model built in the last 10 years or...
Forum: AIX 01-04-2009
45,892
Posted By aixylinux
Also, if you look at the AVM column in vmstat...
Also, if you look at the AVM column in vmstat output, you get the amount of memory in 4K pages used by processes for their working sets. If this is relatively constant over time, it gives you a...
Forum: AIX 01-04-2009
14,877
Posted By aixylinux
Maybe you should try a later version of OpenSSH...
Maybe you should try a later version of OpenSSH for AIX. See Get the latest version of OpenSSH for AIX (http://www.ibm.com/developerworks/eserver/articles/openssh_updated.html)

That article points...
Forum: AIX 01-04-2009
5,262
Posted By aixylinux
Add the client to the master at the master with...
Add the client to the master at the master with smitty nim_query. The master must be able to resolve the hostname of the client, from /etc/hosts, DNS, or whatever. It's easiest to set up...
Forum: AIX 01-04-2009
5,863
Posted By aixylinux
Install latest SAMBA AIX binary
You didn't indicate your AIX level, but assuming it is >5.1, then look at Index of /samba/ftp/Binary_Packages/AIX (http://us1.samba.org/samba/ftp/Binary_Packages/AIX/)

The client should be in this...
Showing results 1 to 25 of 34

 
All times are GMT -4. The time now is 03:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy