Search Results

Search: Posts Made By: aix-guy
Forum: AIX 07-10-2012
3,832
Posted By aix-guy
With AIX there is prtconf in /usr/sbin it is a...
With AIX there is prtconf in /usr/sbin it is a shell script and if there is info you want other than what is produces you could add or change it. But don't change the original. Make a copy and change...
Forum: AIX 02-24-2012
3,256
Posted By aix-guy
Could it be a permission problem with writing to...
Could it be a permission problem with writing to /usr? Try to maybe you home dir and be sure the file name is not there.
2,247
Posted By aix-guy
Here is another way #!/bin/bash ...
Here is another way

#!/bin/bash

out=`echo $1 |awk -F";" '{printf("%s;%s;%s;%s;\"%s\"\n",$1,$2,$3,$4,$5)}'`
echo "$out"
2,307
Posted By aix-guy
Just a thought (without more info) but have you...
Just a thought (without more info) but have you tried using strings then pipe that to sort.
Forum: AIX 10-10-2011
6,147
Posted By aix-guy
As stated by rbatte1 - you must be root to...
As stated by rbatte1 - you must be root to install software like this on a UNIX system. Not only is the rpm file permissions owned by root but the directories where it will be placed are owned and...
Forum: AIX 02-16-2011
9,280
Posted By aix-guy
Does that mean that this is resolved and you have...
Does that mean that this is resolved and you have console access now?
Forum: AIX 02-14-2011
9,280
Posted By aix-guy
Ok there is a question of what type of system...
Ok there is a question of what type of system this is. Need more than a e-server. Get the machine type from the label on the machine where the ser# is. so like 9115-505 or 9110-51A, 7047-185...
10,588
Posted By aix-guy
hmmmm ok lets take the bonus first yes you can: ...
hmmmm ok lets take the bonus first yes you can:

if {$count < 0} {
puts "count is less than zero"
} elseif {$count > 0 {
puts "count is greater than zero"
} else {
puts "count is...
10,588
Posted By aix-guy
so it sounds like from what you show'd is that...
so it sounds like from what you show'd is that the IP has multiple hosts attached and you may not get the same host (ssh key) in response every time. But since the known_hosts know's part of the...
Forum: AIX 02-11-2011
2,191
Posted By aix-guy
Ok I have to ask why you want to do this?
Ok I have to ask why you want to do this?
Forum: AIX 02-11-2011
9,280
Posted By aix-guy
more questions to go with the others has this...
more questions to go with the others has this ever been connected to a HMC and did you do any upgrades to the system? Is this a P570
Also do you have maintenance support for this HW from IBM.
Did...
Forum: AIX 02-11-2011
9,280
Posted By aix-guy
can you ping or telnet to the server? have you...
can you ping or telnet to the server?
have you tired booting to SMS ?
Forum: AIX 02-10-2011
4,737
Posted By aix-guy
Ok with the AIX5.3ML11 (> ML8 is were you need to...
Ok with the AIX5.3ML11 (> ML8 is were you need to be)
you have 36096 megabytes (36GB) free in the vg to allocate without requiring the need to more disk.
you said you needed approximate 36GB to add...
Forum: AIX 02-09-2011
2,214
Posted By aix-guy
for just 1 file system backup and restore is...
for just 1 file system backup and restore is probably best or create new jfs2 and then copy everything from 1 to other.
But if it is a rootvg and you want to convert you use the alt_disk_mksysb with...
Forum: AIX 02-08-2011
3,668
Posted By aix-guy
so this printer is not a network printer is is on...
so this printer is not a network printer is is on lpt port of your machine?

---------- Post updated at 12:17 PM ---------- Previous update was at 10:35 AM ----------

One way I have had good...
Forum: AIX 02-08-2011
4,737
Posted By aix-guy
what version of AIX are you running? By the...
what version of AIX are you running?
By the names of the File systems I would say they are all qa so a lsvg of qa2vg to see if free space is there
then a lsvg -p qa2vg to get a look at the...
Forum: AIX 02-07-2011
2,307
Posted By aix-guy
ok so /usr/adm/sulog is owned by root: ...
ok so /usr/adm/sulog is owned by root:
-rw------- 1 root system 5818 Feb 07 11:32 sulog

if you do the su to root and then a tail on /usr/adm/sulog it should be there
but if you do...
3,103
Posted By aix-guy
Yes I work in a Lawson environment on AIX. and...
Yes I work in a Lawson environment on AIX.
and find should be able to transverse the directories.
So you should be telnet'd into the system and running at a command line correct. Or are you...
3,103
Posted By aix-guy
I think you would fine the command posted by...
I think you would fine the command posted by methyl to be a good solution.
The only thing I have had is a issue with the "*" so I have done the find as such.

find . -type f -name "*"HOSPCK"*"...
2,322
Posted By aix-guy
You need to implement secure key authorization....
You need to implement secure key authorization. Lots of help out there in google on how to do it. But the secure machine keys will authorize without a password.
A warning before you start the...
Forum: AIX 02-07-2011
2,307
Posted By aix-guy
What seems to be you issue? I am having a hard...
What seems to be you issue? I am having a hard time understanding what is wanted?
-v
Displays the trail of each audit record, using the format
specifications in the...
Forum: AIX 02-05-2011
5,610
Posted By aix-guy
agreed you are tying to delete down the entire...
agreed you are tying to delete down the entire path. and a FC adapter would be busy and not delete. rmdev -dl rmt0 should be all it takes to remove atape device.
59,818
Posted By aix-guy
ok in a ksh shell the built in var is LINENO so...
ok in a ksh shell the built in var is LINENO
so

if [ chk -ne 0 ]; then #we are in error
echo "It didn't make it at line: $LINENO"
fi


or something like that...
1,669
Posted By aix-guy
this seems to be linked to a application. Not so...
this seems to be linked to a application. Not so much a OS issue.
do you get output from a lpstat -a
What is the system used for? is this Oracle EBS or Financial 's ?
59,818
Posted By aix-guy
I guess the main answer to this would be: since...
I guess the main answer to this would be:
since you wrote the script and your script controls the error checking and validations. I would say you would need to output the line number in your error...
Showing results 1 to 25 of 75

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