Search Results

Search: Posts Made By: funksen
5,139
Posted By cjcox
Best one is the one I wrote for IBM. But they'll...
Best one is the one I wrote for IBM. But they'll never let you have it.

ZenOSS is a popular choice. If you use ServiceNow, they are touting their new discovery product. Dell's KACE might be...
2,231
Posted By Scrutinizer
Actually \+ is a GNU extension. In any sed...
Actually \+ is a GNU extension.

In any sed (including GNU sed) one could use:
sed 's/[^0-9]*\([0-9]\{1,\}\).*/\1/'
or
sed 's/[^0-9]*\([0-9][0-9]*\).*/\1/'

--
In GNU sed one could use the...
2,231
Posted By RudiC
Strange. It obviously doesn't match the pattern,...
Strange. It obviously doesn't match the pattern, so prints without substitution. It doesn't match [[:digit:]]either, nor any repetition factor.
It would match " [0-9]* " , i.e. surrounded by spaces,...
Forum: AIX 07-31-2015
8,451
Posted By agent.kgb
IBM Knowledge Center...
IBM Knowledge Center (http://www-01.ibm.com/support/knowledgecenter/ssw_aix_71/com.ibm.aix.networkcomm/smbfs_mount.htm?lang=en)
Forum: AIX 04-22-2013
3,490
Posted By zaxxon
Agreed - checking with fuser worked very well for...
Agreed - checking with fuser worked very well for me in the past.
Forum: AIX 04-22-2013
3,490
Posted By MichaelFelt
from memory, fuser should have been able to list...
from memory, fuser should have been able to list that as well. and/or lsof (although i have only played with lsof, so someone else can verify/correct me.
Forum: AIX 04-22-2013
3,490
Posted By Veis
Hi ! Well, i found the solution to my...
Hi !

Well, i found the solution to my problem.
It was, in fact, files that had been deleted but were still used by a process.


Therefore, it could not see the filesystem in question.

We...
Forum: AIX 10-04-2012
2,702
Posted By bakunin
filosophizer, it is impossible to teach someone...
filosophizer, it is impossible to teach someone the job over the net. funksen has given you some useful pointers already but if you lack the basics to even understand what he is telling you we can't...
Forum: AIX 09-17-2012
2,533
Posted By bakunin
Update, as we have found the offender: it is the...
Update, as we have found the offender: it is the CAS-script in Tivoli.

I hope this helps.

bakunin
Forum: AIX 08-03-2012
13,853
Posted By bakunin
SEA with Load-sharing How-To
OK, as promised, here is the How-To. First off, it was basically an occurrence of PEBKAC on my side, but once i straightened this out it worked fairly straightforward. You might want to read the...
Forum: AIX 06-21-2012
3,232
Posted By bakunin
I think it could be a myriad of possible reasons...
I think it could be a myriad of possible reasons and then some other. As my crystal ball is in repair right now i can't find out which one is the one applying to your problem.

Serious: what have...
9,567
Posted By bakunin
You might want to try the driver provided by...
You might want to try the driver provided by QLogic instead of the open source kernel module. You can download it from the QLogic site...
9,567
Posted By otheus
Indeed, I see the same problem on our system. ...
Indeed, I see the same problem on our system.

---------- Post updated at 01:56 PM ---------- Previous update was at 01:51 PM ----------

Ah, it's a read-only value in the driver source. This...
Forum: AIX 01-04-2012
5,314
Posted By zxmaus
Hi johnf, you should have seen the same on...
Hi johnf,

you should have seen the same on AIX 6.1 already ... the TERMINFO file changed between AIX 5.3 and later AIX versions. On AIX 6.1 you just copy the file /usr/share/lib/terminfo/x/xterm...
Forum: AIX 12-29-2011
6,767
Posted By zaxxon
@funksen If the loop stops after the 1st cycle,...
@funksen
If the loop stops after the 1st cycle, you can try with the ssh option -n.
Forum: AIX 08-29-2011
9,673
Posted By zxmaus
yes it is possible to do it directly from 5.3 to...
yes it is possible to do it directly from 5.3 to 7.1 - IF you are absolutely sure that your applications are supporting the new AIX level and all your firmware is up to date - please see here...
Forum: AIX 08-29-2011
9,673
Posted By h@foorsa.biz
Never been in upgrade process for AIX before 5.3...
Never been in upgrade process for AIX before 5.3 to 7.1 directly I have the same configuration AIX 5.3 / SAP /Oracle and upgrade from 5.3 to 7.1 seems to be supported as far as I know.
Import sapvg...
1,738
Posted By zaxxon
No, they are fine too.
No, they are fine too.
Forum: AIX 09-02-2010
36,894
Posted By bakunin
Could you, by any chance, at least readthe...
Could you, by any chance, at least readthe answers you get? Like the one i gave you, for instance?

Sigh....

bakunin
Forum: AIX 08-27-2010
15,181
Posted By bakunin
I start to understand. The following is untested...
I start to understand. The following is untested and just an idea, try it at your own risk:

The kernel has one - and only one - routing table. This data structure is consulted sequentially and...
Forum: AIX 08-26-2010
15,181
Posted By dukessd
AIX cannot handle multiple adapters, or...
AIX cannot handle multiple adapters, or interfaces, in the same subnet. Why would it?
You need to separate the the addressed in to different subnets if you need to gain control over what goes where....
Forum: AIX 08-26-2010
15,181
Posted By ross.mather
No do not use route add with AIX as the route...
No do not use route add with AIX as the route will disappear when you reboot the server. The correct way to this is via smithy tcpip and add static route.

You can do this via the command line with...
Forum: AIX 08-26-2010
15,181
Posted By gurumeditation
In AIX, you can use the -interface option with...
In AIX, you can use the -interface option with route.
This line should solve your problem:

route add -host targethost -interface 192.168.100.21

If omitting "-interface", the system would use...
Forum: Red Hat 06-15-2010
8,389
Posted By jjinno
Short answer: this is perfectly normal. What...
Short answer: this is perfectly normal. What happened was that an IP address was added to the interface without a differentiating label.

Believe it or not, the "ifconfig" application is strongly...
Showing results 1 to 24 of 24

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