Recent Posts
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
June 20, 2013, 01:01:32 AM


Login with username, password and session length


Pages: [1] 2 3 ... 10
 1 
 on: June 19, 2013, 05:40:07 PM 
Started by PIBE67 - Last post by PIBE67
Hello Michael,

Thank you for your quick answer.

We just defined a new normalization that leads to a highest adapter ID of 4999 (with 999 LPARs in the Power System !!!).

So we are far away from 65536 which is the highest LPAR-ID admitted.

What do you think about that value and the impacts on PowerVM memory consumption ?

Thanks in advance

Best Regards

Pierre

 2 
 on: June 18, 2013, 07:42:37 PM 
Started by PIBE67 - Last post by Michael
My recommendation is to make all VIOS similar to other VIOS and all VIOC similar to other VIOC (i.e. partitions that are clients of the VIOS) as similar as possible.

Do not misunderstand me - a VIOS and a VIOC are very different, so they will be different. However, all the VIOS should have the same layout including virtual slot numbers for what they serve. And VIOC should all have the nearly the same output when using the lsconf command.

The concept of using a formula that used the partion ID number to determine a slot number was popular in 2005 and 2006 due to a white paper and a education exercise that used that "method" as a way to explain the different roles of VIOS and VIOC. Unfortunately, too many people thought that this is the best practice.

The basic problem is one you have already implied - the virtual slot numbers get very extreme - and surprisingly - this has adversely affected performance.

If you are using 10 VIOS I would first try to develop a model such that any VIOS looks the same logically to clients. It's functional difference would be it's physical adapters, e.g.. Unless you are configuring all VIOS to be physically equivalent - then you need a model where the logical layout clarifies what function they are performing.

The methaphor I like to use, especially for clients, is putting a PC together on an assembly line. The ethernet is always at the same location, hard drive is always at the same location - so that I can just examine any assembled PC and know just by looking at it if it is a standard PC, or something specialized.

In short, with massive virtualization - and it sounds like you are going that way - standardization is your friend.

If you care to share more about what your goals are, I may be able to be more specific. In any case, what you are proposing is no longer considered "best practice".

 3 
 on: June 18, 2013, 05:42:35 PM 
Started by PIBE67 - Last post by PIBE67
Hello,

We plan to install 5 dual-VIOS systems (10 VIOS in total) on our brand new P795 system.
At this time, we set the adapter ID by using the VIOS order number and Lpar-id (example VIOS No 1 & LPAR-ID 55 ==> VFC Adapter 155).

With the new configuration, this could lead to very high adapter ID's.

Has anybody an experience with such a configuration ?
Which normalization did you define ?

Thanks in advance

Pierre

 4 
 on: June 10, 2013, 02:44:47 AM 
Started by John R Peck - Last post by John R Peck
We are very sorry for the total loss of sound and vision during our program
on the afternoon of June 9th - we hope it didn't spoil your enjoyment too much  Shocked

At first it appeared we were the subject of some sort of bot-launched DoS attack,
with access to other websites on this server being blocked out by all the rootvg
traffic load - so the plug was pulled while we investigated that.

Our automatic "blockip" process will have blocked IP addresses that continued
to attempt connections, and we have now also manually and permanently blocked
those addresses that were just racking up the timeouts in the logs previously.  

It seems now that it was some kind of issue with the forum software and browsers
where windows on this site had been left open - mostly "keepalive" traffic every
20 minutes from each of over a thousand IPs at the time. 

SO PLEASE CLOSE YOUR BROWSER WINDOW/TAB WHEN YOU'RE DONE !

 5 
 on: May 17, 2013, 07:17:16 AM 
Started by h0liday - Last post by Michael
Thanks! Looks like I have homework  Wink

 6 
 on: May 17, 2013, 03:55:59 AM 
Started by h0liday - Last post by h0liday
Well, firstly I should say that I did not plan to use exactly version 3.
I just wanted to be able to set some custom values ​​for the threshold values of some parameters for monitoring.
Therefore, the solution that was found does not use SNMP v3 in its pure form, just usage of compatibility with v1 and v2c which was provided in v3.
The entire setup procedure described here:
http://pic.dhe.ibm.com/infocenter/aix/v6r1/index.jsp?topic=%2Fcom.ibm.aix.commadmn%2Fdoc%2Fcommadmndita%2Fsnmpv1_daemon_config.htm

my snmpdv3.conf
Quote
VACM_GROUP group1 SNMPv1   private -
VACM_GROUP group2 SNMPv2c  public  -
VACM_GROUP group3 SNMPv2c  aixmib  -

COMMUNITY private   private    noAuthNoPriv     127.0.0.1       255.255.255.255 -
COMMUNITY public    public     noAuthNoPriv     10.100.100.1    255.255.255.255 -
COMMUNITY aixmib    aixmib     noAuthNoPriv     10.100.100.1    255.255.255.255 -

VACM_VIEW group1View        internet                    - included   -
VACM_VIEW group2View        internet                    - included   -
VACM_VIEW group3View        1.3.6.1.4.1.2.6.191         - included   -

VACM_ACCESS group1 - - noAuthNoPriv SNMPv1   group1View group1View group1View   -
VACM_ACCESS group2 - - noAuthNoPriv SNMPv2c  group2View  -         group2View   -
VACM_ACCESS group3 - - noAuthNoPriv SNMPv2c  group3View group3View group3View   -

NOTIFY notify1 traptag trap -
TARGET_ADDRESS  Target1 UDP 127.0.0.1    traptag trapparms1 - - -
TARGET_ADDRESS  Target2 UDP 10.100.100.1 traptag trapparms2 - - -
TARGET_PARAMETERS trapparms1 SNMPv2c  SNMPv2c  public  noAuthNoPriv -
TARGET_PARAMETERS trapparms2 SNMPv2c  SNMPv2c  public  noAuthNoPriv -

DEFAULT_SECURITY no-access - -

logging         file=/usr/tmp/snmpdv3.log       enabled
logging         size=100000                     level=3

smux    1.3.6.1.4.1.2.3.1.2.1.2         gated_password    # gated
smux    1.3.6.1.4.1.2.3.1.2.1.5         clsmuxpd_password # HACMP/ES for AIX clsmuxpd
smux    1.3.6.1.4.1.2.3.1.2.3.1.1       muxatmd_password  # muxatmd


and in the file aixmibd.conf I set the desired values ​​of certain parameters.
(agentAccess=1, pollInterval=5, etc)

That's all.

 7 
 on: May 16, 2013, 08:42:00 AM 
Started by h0liday - Last post by Michael
would be wonderful if you provided some extra details about how you got this working - without divulging any security sensitive information of course!

Will certainly help me better understand the new world of snmpv3!  Cheesy

 8 
 on: May 16, 2013, 05:15:26 AM 
Started by h0liday - Last post by h0liday
The snmpd daemon can send traps.
Certainly. Not only "can", but obliged inherently )))

Seems I found a way how to set desired thresholds values/send traps. Not exactly what I looked for, but close enough. Most parameters which I would like to track is controlled  via aixmibd subagent. After some minor changes of the files aixmibd.conf and snmpdv3.conf I was able to obtain alerts on the monitoring server side.

 9 
 on: May 13, 2013, 06:32:27 PM 
Started by h0liday - Last post by Michael
The snmpd daemon can send traps. For items not in the standard MIB-2 and/or standard traps normally a smux addition is used.
I do not know net-snmp (will google in a moment) so I cannot say how AIX is (dis)similiar, but I know AIX snmp does send traps.

Note: my experience is mainly on snmpv1 and snmpv2 - so a bit of research is needed. (For snmpv1 the file /etc/snmpd.conf explains 'trap' very well.

It looks as if 'trap' is renamed 'notify' in snmpv3. As a starting point for further research look at the files in /usr/samples/snmpdv3.

Hope this helps!

 10 
 on: May 13, 2013, 06:49:00 AM 
Started by h0liday - Last post by h0liday
Hello.

Is there way to tune standard snmpdv3 daemon in AIX 6.1 to send traps on system events, just as it is implemented in a net-snmp.
Unfortunately neither the documentation nor the internet I could not to find definite answer.
The only thing that I realized there is several standard events (coldStart, warmStart, etc) on which traps generated.
But it is unclear what can I  do in case when  I need to keep track of value of arbitrary OID ( hrProcessorLoad for example)

Pages: [1] 2 3 ... 10
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines

copyright 2001-2013 rootvg.net
Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Service Bulletins
AIX 6.1 TL06 (420)  AIX 7.1 TL00 (340) 
AIX 6.1 TL07 (673)  AIX 7.1 TL01 (559) 
AIX 6.1 TL08 (80)  AIX 7.1 TL02 (70) 
InfoCenters
AIX 5.1/5.2 (459)  ALL InfoCenters (719) 
AIX 5.3 (1'129)  Director 6.3 (411) 
AIX 6.1 (1'103)  Hardware (732) 
AIX 7.1 (926)  HMC Command Line Manuals (0) 



eXTReMe Tracker

Terms of Use and Privacy and Security Policies
Copyright 2001-2012 Michael Felt, John R Peck and ROOTVG.NET