Take a look at putty as an alternative.
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
Mike
"Whenever I dwell for any length of time on my own shortcomings, they gradually begin to seem mild, harmless, rather engaging little things, not at all like the staring defects in...
As an emergency work around you can
/usr/vac/bin/xlc cgc.c
The license for the Evaluation version of IBM XL C/C++ for AIX V11.1 compiler product has expired.
Please send an email to compiler@ca.ibm.com for information on purchasing the product.
The evaluation license can be extended to 74...
Check out this, may be related.
https://bugzilla.redhat.com/show_bug.cgi?id=235532
Mike
"Whenever I dwell for any length of time on my own shortcomings, they gradually begin to seem mild, harmless, rather engaging little things, not at all like the staring defects in other people's characters."
lscfg -vp hdisk*|grep "Machine Type and Model"
Machine Type and Model......2107900
Bit in red is the type.
E.g
2107 is a DS8000
2105 is ESS shark
You'll have to google the code.... or post it here and I may just know what it is.
Mike
"Whenever I dwell for any length of time on my own...
This may be your problem.
http://www-01.ibm.com/support/docview.wss?uid=isg1IY54392
Mike
"Whenever I dwell for any length of time on my own shortcomings, they gradually begin to seem mild, harmless, rather engaging little things, not at all like the staring defects in other people's...
All that's required is that the nim server be at the same or above the client version; so in your case 7.1 is fine..... remember do backup's before you start...... and take a look at alt_disk_migration for an easy way to recover back to your initial starting point.
Mike
"Whenever I dwell for...
PATH= is your original PATH
PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java5/jre/bin:/usr
export PATH=$PATH:/usr/sbin/cluster/utilities
is just the same as saying
PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java5/jre/bin:/usr:/usr/sbin/cluster/utilities...
#!/bin/sh
# validalAlphaNum - Ensures that input only consists of alphabetical
# and numeric characters.
validAlphaNum()
{
# validate arg: returns 0 if all upper+lower+digits, 1 otherwise
# Remove all unacceptable chars
compressed="$(cat $1 | sed -e 's/[^[:alnum:]]//g')"
...
cd /usr
ls | xargs du -sk | sort -rn |head
will show you the 10 biggest users of space
828144 lpp
621972 opt
311600 websm
257852 lib
102800 sbin
94088 openv
90268 java14
86956 dt
83636 mozilla
82308 java5_64
cd /lpp
ls | xargs du -sk | sort -rn |head
174768 X11
121632...
So you want to truncate cells to say 8 chars or you want to expand cells to whatever the largest is?
Guessing this is the problem you have?
Text-Column1 Text-Column2 Int-Column3
data12345 data32 45
datxc fgtr56dfg4 56789
datxcfdfdfdfdfdfdfdf fddfdfdfdfdfdfdfgtr56dfg4...
You can set the ftp umask in /etc/inetd.conf
ftp ... ftpd -l -u077
Mike
"Whenever I dwell for any length of time on my own shortcomings, they gradually begin to seem mild, harmless, rather engaging little things, not at all like the staring defects in other people's characters."
sort -u filename
Mike
"Whenever I dwell for any length of time on my own shortcomings, they gradually begin to seem mild, harmless, rather engaging little things, not at all like the staring defects in other people's characters."
As an aside, I'd ask the tek-tips admin to remove your mail address from this post I now know that ####.org use AIX and have port 4446 open.
Mike
"Whenever I dwell for any length of time on my own shortcomings, they gradually begin to seem mild, harmless, rather engaging little things, not at...
If you can get it to work you could use the system planning tool
http://www-947.ibm.com/systems/support/tools/systemplanningtool/
Mike
"Whenever I dwell for any length of time on my own shortcomings, they gradually begin to seem mild, harmless, rather engaging little things, not at all like...
Doesn't handle varied off vg's on disks, but I'm sure you can tinker with it.
echo "Total MB | Free MB"
for hdisk in `lspv |awk '{print $1}'`
do
lspv $hdisk|awk '/TOTAL|FREE PPs/'|awk '{print $3}'|xargs
done
Mike
"Whenever I dwell for any length of time on my own shortcomings, they...
Is FTP running/enabled on the server?
Mike
"Whenever I dwell for any length of time on my own shortcomings, they gradually begin to seem mild, harmless, rather engaging little things, not at all like the staring defects in other people's characters."
google for IBM Redbooks.
Mike
"Whenever I dwell for any length of time on my own shortcomings, they gradually begin to seem mild, harmless, rather engaging little things, not at all like the staring defects in other people's characters."
tripwire should do the job.
Mike
"Whenever I dwell for any length of time on my own shortcomings, they gradually begin to seem mild, harmless, rather engaging little things, not at all like the staring defects in other people's characters."
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.