Search Results

Search: Posts Made By: ctcuser
Forum: AIX 08-09-2008
2,582
Posted By ctcuser
I think I figured it out. When I add a '.' to the...
I think I figured it out. When I add a '.' to the end of the hostname I do not get the second zone name.
Forum: AIX 08-08-2008
2,582
Posted By ctcuser
nsupdate - 2 zones are appended to hostname?
Hello,
Can someone tell me why I'm getting the following?
$sudo nsupdate
> update add HOSTNAME.ZONE1 86400 A IP ADDRESS
> show
Outgoing update query:
;; ->>HEADER<<- opcode: UPDATE, status:...
Forum: AIX 08-07-2008
7,778
Posted By ctcuser
I tried that, and still no change. But when I do...
I tried that, and still no change. But when I do a nslookup I see it's using the new dns server. Maybe I'm misunderstanding the DNS log. I see the following line :
7-Aug-2008 08:25:59.424...
Forum: AIX 08-06-2008
7,778
Posted By ctcuser
Servers still querying old DNS server?
Hello,
I've created new DNS servers and changed all of the clients /etc/resolv.conf to point to them, but when I check the old DNS logs, I see that the clients are still querying it. Does...
1,919
Posted By ctcuser
thank you.
thank you.
1,919
Posted By ctcuser
OK, will the following sequence of commands work...
OK, will the following sequence of commands work or will it cause problems? I found this after I posted my question.
crontab -l > mycrontab
#add a line via sed command to mycrontab
crontab <...
1,919
Posted By ctcuser
Crontab question
Hello,
Does anybody know of a way to add an entry to the crontab without executing >crontab -e? I'm running a script that would add a line without any user intervention. The only way I could...
Forum: AIX 12-16-2005
3,586
Posted By ctcuser
I figured it out, I installed X11/Samples from...
I figured it out, I installed X11/Samples from AIX5.3 cd. This package contains the iceauth program which KDE uses.
All is good...for now!

thanks,
Forum: AIX 12-14-2005
3,586
Posted By ctcuser
kde on AIX
Hello,
I'm not sure if I'm posting this on the correct section but hopefully sopmeone will be able to help me.
Issue: I've installed kde3.0 on aix5.3, but cannot get the gui to start when I...
2,258
Posted By ctcuser
Disk benckmark utilities
Hello,
Does anyone know of any disk benchmark utilities for an AIX 5.1-5.3 systems?

thanks,
10,427
Posted By ctcuser
Thank you very much:)
Thank you very much:)
10,427
Posted By ctcuser
How to delete last character of a line?
Hello,
I think I'm close to doing this, but I could be wrong.
I have a string I would like to search for and delete the last character of the that line.
This is what I have...
sed...
1,441
Posted By ctcuser
sed help again!
Ok,
I want to insert data from 1 file to another. So far I can search for a string and append that data from file1. I want to insert it before the search string.

This is what I have so...
8,329
Posted By ctcuser
Nevermind, figured it out.
Nevermind, figured it out.
8,329
Posted By ctcuser
Thanks Vgersh, I looked at the man pages, and...
Thanks Vgersh,
I looked at the man pages, and I still cannot figure out the RFile.
Can you please shed some light on this,

thanks,
8,329
Posted By ctcuser
sed, insert data from a file to another?
Hello,
I have 2 files. File1 has data I wrote, and File2 is a file created by an application. I would like to insert the data from File1 into File2, but it has to be inserted at a certain...
3,007
Posted By ctcuser
Thanks, Do you know if this works on AIX5.1?
Thanks,
Do you know if this works on AIX5.1?
3,007
Posted By ctcuser
How to pass variables to 3rd party unix menu?
Hello,
I was wondering if it is possible to pass data to a unix driven 3rd party menu. Changing the code is out of the question. I have a menu with various options and I would like a ksh to...
2,373
Posted By ctcuser
Splitting data file
Hello,
I'm trying to split a file by lines. I know that I can use the split command to do this, but the one problem I'm having is, each file created, the first line needs to be a header. I can...
2,779
Posted By ctcuser
Thanks, That will work for me. I'll have to use...
Thanks, That will work for me. I'll have to use some sort of wild cars, because the encryption changes whenever the application is started so I do not know what the encrypted password is.

Greatly...
2,779
Posted By ctcuser
Thanks for the reply. This is what I'm trying to...
Thanks for the reply. This is what I'm trying to do.
File:
Password="{3DES}hhzJvUvg3X4="
Properties="user=BLAH

I would like to search for BLAH and then replace the password. The password is...
2,779
Posted By ctcuser
One more awk question!
Hello,
I have the following command that does 2 searches.
awk '{if ($0 ~ /STRING1/) {c++} }{if ( c == 2 ) {sub(/STRING1/,"NEWSTRING") } } { print }' FILE

How do I search up after the first...
2,155
Posted By ctcuser
Thanks, I was able to do it.
Thanks, I was able to do it.
2,155
Posted By ctcuser
running simultaneous awks
Hello,
I have an awk command that searches and replaces. I have multiple searches, but I do not want to do them one after the other. Is there a way in awk to run search/replace at the same...
2,494
Posted By ctcuser
Thanks, that worked perfectly.
Thanks, that worked perfectly.
Showing results 1 to 25 of 39

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