|
More site info...
IBM developerWorks : AIX and UNIX Forums - www.ibm.com/developerworks/aix/ | Site profile
|
|
Site profile page for http://www.ibm.com/developerworks/aix/.
This report page has aggregated and summarized the online discussions from the Message Board located at http://www.ibm.com/developerworks/aix/.
This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional site profile information for http://www.ibm.com/developerworks/aix/ is also shown in the following divisions:
1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a site's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity table on IBM developerWorks : AIX and UNIX Forums:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
56
|
267
|
840
|
|
Post:
|
91
|
452
|
1,536
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for IBM developerWorks : AIX and UNIX Forums (http://www.ibm.com/developerworks/aix/)
|
|
Put this code anywhere on your forum page:
|
|
|
|
|
|
|
|
Rating - The position measured by activity among all forum sites tracked by BoardReader.
If rating is 10 there are 9 forum sites which have higher activity.
Posts - Number of posts on forum site during last 7 days.
Threads - Number of threads on forum site active during last 7 days.
Authors - Number of authors which contributed to the site within last 7 days.
|
|
|
|
|
IBM developerWorks : AIX and UNIX Forums posting activity graph:
|
|
http://www.ibm.com/developerworks/aix/ Alexa graph:
|
Top authors on IBM developerWorks : AIX and UNIX Forums during last week:
user's latest post:
How to check if someone switch...
Published (2009-11-25 09:20:00)
From what you've shown you can only see that a shutdown was issued from the console(tty0). Of course you have to have root access be able to issue either the shutdown or reboot commands. You can check all of the .history files to see if someone su'd to root but if this person logged in as root in anyway shape or form then you pretty much know it's someone with access to the root password. My question to you would be how many...
user's latest post:
Max size for ramdisk
Published (2009-11-25 13:07:00)
Hi... I asked the question to IBM support in the past month and the response I got was "...ramdisk size with the mkramdisk command is essentially unlimited now (although the vmo parameter maxpin% may have to be increased). " Hope that helps..
user's latest post:
AIX boot
Published (2009-11-23 06:19:00)
Which model? I remember the old workstation models (& a p5 520 (standalone without lpars)) which refused to boot up with compatible console/mouse/kb connected. I have a rack mounted 570, which has only the HMC with a couple of LPARS. No disruption even if disconnect the HMC. So my understanding is that if LPARS are defined on the P5 servers they do not require kb/mouse/console. Anyone else here with similar experience? r/ R
user's latest post:
Blocking all out going mails...
Published (2009-11-25 17:59:00)
Sendmail does not have to be running in order to send e-mail. I am not sure whether the mail/mailx command uses sendmail or telnet to send an e-mail; but, whichever process is used, it is only temporary and does not remain in the background. There are several options available to you; you should decide which is more appropriate for your circumstances. Either: 1. Change the permissions of /usr/bin/mail to 744 to stop general usage. 2. Use an...
user's latest post:
extendlv problem.
Published (2009-11-26 13:58:00)
Try reorgvg but since your LV is striped, it really depends on what you got in testvg and the current usage of the 4 PVs. Orphy
user's latest post:
Power6 performance vs Apple...
Published (2009-11-27 04:55:00)
Roughly, I wouldn't expect x2 performance in favor of the core 2. I'm not sure how to qualify the .wav conversion (int of floating point manipulation), but it doesn't match with the results you can collect here on the spec website : http://www.spec.org/cpu2006/results/ (expect to have a bit of maths to make to convert multicore-configurations results to one processor; of course the results are approximations, but their order of...
user's latest post:
mksysb error 0512-044
Published (2009-11-18 22:55:00)
your question is confusing. for bosboot issue: ls -al /dev/ipldevice crw------- 2 root system 17, 0 Nov 16 14:20 /dev/ipldevice the minor # is 0 ls -al /dev/rhdisk* crw------- 2 root system 17, 0 Nov 16 14:20 /dev/rhdisk0 crw------- 1 root system 17, 1 Nov 16 14:20 /dev/rhdisk1 the minor # for rhdisk0 is 0 (sometimes the rhdisk1 might have minor # 0 ) so in that case the bootdisk's first pref is hdisk1. issue # bootlist -m normal -o if...
|
|
|
Top 10 active forums on IBM developerWorks : AIX and UNIX Forums during last week:
|
|
Top 10 forums on IBM developerWorks : AIX and UNIX Forums:
|
|
|
|
Latest active threads on IBM developerWorks : AIX and UNIX Forums:
Started 1 day, 15 hours ago (2009-11-27 18:27:00)
by litfos
Corrupted filesystem? Have you tried remounting/fsck?
Started 1 day, 15 hours ago (2009-11-27 18:24:00)
by litfos
Hi,
You can not get 5.3.0.0 from fixes website, this is base package so available only on installation medium (CD).
Started 4 days, 22 hours ago (2009-11-24 10:48:00)
by shargus
Try running your test again, but use the "time" command to time them; i.e.
time ./configure
time gmake
Then compare the user and sys times reported, not just the real (or "wall clock") times. That will tell you the amount of time spent actually running your processes.
Your laptop is able to devote all of it's CPU cycles to your compile process, so it completes ...
Started 4 months ago (2009-07-30 14:02:00)
by seroyer
You can either go with IVM or HMC. Your choice.
To do IVM:
1. You need to have recent firmware on the system.
2. Then you need to go into ASMI and set the Default Partition Environment to AIX in the Power On/Off System menu (if that option is not available, then you do not have new enough firmware).
3. VIOS requires open storage disk, not IBM i disk, so replace the disk (you ...
Started 2 weeks, 3 days ago (2009-11-12 04:16:00)
by varunkumars
Hi,
which IP you had given?
Started 3 days, 20 hours ago (2009-11-25 13:07:00)
by nh4aix
Hi... I asked the question to IBM support in the past month and the response I got was "... ramdisk size with the mkramdisk command is essentially unlimited now (although the vmo parameter maxpin% may have to be increased). "
Hope that helps..
Started 2 days, 19 hours ago (2009-11-26 13:57:00)
by orphy
Try reorgvg but since your LV is striped, it really depends on what you got in testvg and the current usage of the 4 PVs.
Orphy
Started 2 days, 22 hours ago (2009-11-26 11:15:00)
by Claudio
Hello,
on the PowerHA Web Site:
http://www-03.ibm.com/systems/power/software/avai lability/aix/enterprise.html
there is a FAQ page:
http://www-03.ibm.com/systems/power/software/avai lability/aix/faq/index.html
in particular you may want to review this FAQ:
http://www-03.ibm.com/systems/power/software/avai lability/aix/faq/index.html#9
Regards, Claudio.
|
|
Hot threads for last week on IBM developerWorks : AIX and UNIX Forums:
Started 4 days, 22 hours ago (2009-11-24 10:48:00)
by shargus
Try running your test again, but use the "time" command to time them; i.e.
time ./configure
time gmake
Then compare the user and sys times reported, not just the real (or "wall clock") times. That will tell you the amount of time spent actually running your processes.
Your laptop is able to devote all of it's CPU cycles to your compile process, so it completes ...
Started 1 week, 1 day ago (2009-11-20 10:53:00)
by alethad
You might try, if you haven't already, check to see that they are part of the mail group for that user id. Or put them in that group if they aren't.
That's the only thing off the top of my head. I don't know of any issues. Maybe someone else can comment on that.
Started 1 week, 2 days ago (2009-11-20 08:08:00)
by nh4aix
You won't like the results.. and that is assuming you can mount in the reverse order....
first of, you have to have the subdirectory structure in root of /a/b/c to be able to mount your /a/b/c filesystem...
Then when you mount /a/b, its ./c directory will overlay the ./c subdirectory of the /a/b/c filesystem,
finally, when you mount /a, its /a/b directorg will overlay the /a...
Started 1 week, 4 days ago (2009-11-18 09:07:00)
by alethad
Man, I haven't seen one of these in years. But it is similar to the 555 hang also.
You didn't say but did you use the -y with your fsck and reformat your log(hd8), right?
I would share my old notes but I found these for you if you hadn't found it yet yourself. I know you did most of the steps but review back through just to be sure.
http://www-01.ibm.com/support/docview.wss?...
Started 1 week, 4 days ago (2009-11-18 07:17:00)
by nh4aix
Hi -
my experience as been that setting MAXIMUM to total processors for each LPAR has some, but very little overhead. What seems to cause a ton of overhead is setting MAXIMUM on memory equal to the total memory on the server for each LPAR!!! That may be what your provider was indicating...
The reasoning is that for value in MAXIMUM (memory or CPU), the hypervisor has to ...
Started 5 days, 1 hour ago (2009-11-24 08:04:00)
by nh4aix
Try "entstat -d INTERFACE", i.e. entstat -d ent0.
Started 4 days, 2 hours ago (2009-11-25 07:30:00)
by Hakan.haliscelik
Started 2 days, 19 hours ago (2009-11-26 13:57:00)
by orphy
Try reorgvg but since your LV is striped, it really depends on what you got in testvg and the current usage of the 4 PVs.
Orphy
Started 2 days, 22 hours ago (2009-11-26 11:15:00)
by Claudio
Hello,
on the PowerHA Web Site:
http://www-03.ibm.com/systems/power/software/avai lability/aix/enterprise.html
there is a FAQ page:
http://www-03.ibm.com/systems/power/software/avai lability/aix/faq/index.html
in particular you may want to review this FAQ:
http://www-03.ibm.com/systems/power/software/avai lability/aix/faq/index.html#9
Regards, Claudio.
Started 3 days, 20 hours ago (2009-11-25 13:07:00)
by nh4aix
Hi... I asked the question to IBM support in the past month and the response I got was "... ramdisk size with the mkramdisk command is essentially unlimited now (although the vmo parameter maxpin% may have to be increased). "
Hope that helps..
|
|