Power Systems

Latest Comments

In response to: How to configure IBM SRIOV Adapters

Comment from: Howard Coles [Visitor]

Howard Coles

How do you "List Physical Adapter Ports and Speed. 100Gb Ports."?

I've tried:
<code>lshwres -m FR24 -r sriov --rsubtype physport --level eth</code>
and
<code>lshwres -m FR24 -r sriov --rsubtype physport --level ethc</code>

And on the systems where we have 100GB SRIOV adapters, I get:
<code>no results were found.</code>
I'm still looking but I'm sure someone has the answer.

Thanks.

24/01/24 @ 11:11 pm

In response to: AIX mpstat and lssrad part 1

Comment from: [Member]

Hi Charin,
Good spot, probably a typo, it is three and I've edited the post.
Thanks.

07/04/22 @ 07:10 am

In response to: AIX mpstat and lssrad part 1

Comment from: Charin Kumjudpai [Visitor]

Charin Kumjudpai

Hi there,
I confused the explained of example 2 and 3.

Example 2

In this lssrad output, AIX has been told that the LPAR has been allocated CPU and memory from four different Chips in a single Node.
Q: Why is from four?

But in example 3 output.
- CPU from three different Chips in two Nodes, i agreed and i think it correct.
- memory from five different Chips in 3 nodes.
If you compare example 2 and 3 seems the explained for example 2 may be wrong.
Please let me if am i mistake.

Regards,
Charin Kumjudpai.

05/04/22 @ 11:53 am

In response to: LPM and multiple vSwitches

Comment from: Gagandeep [Visitor]

Gagandeep

Use following : \&quot; \&quot; within virtual_scwitch_mappings
migrlpar -o v -m Server1 -t Server1 -p LPAR11 --ip 1.2.3.4 -u hscroot -i 'dest_lpar_id=5,&quot;virtual_scsi_mappings=1/vio1//50,2/vion2//51&quot;,
&quot;virtual_fc_mappings=3/vion1//52,4/vio1//53,5/vio2//54,6/vio2//55&quot;, &quot;vswitch_mappings=\&quot;123/ETHERNET0/Switch1,246/ETHERNET0/Switch2,345/ETHERNET0/Switch2\&quot;&quot;, shared_proc_pool_name=pool,source_msp_name=vioa,&gt;source_msp_ipaddr=1.2.3.8,dest_msp_name=vio2,dest_msp_ipaddr=1.2.3.9'

31/01/22 @ 07:15 pm

In response to: VIO Server 3.1.0 and ssh host keys

Comment from: Fant Steele [Visitor]

Fant Steele

If you want to do all 4 sets:

/usr/bin/ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key -N ''

/usr/bin/ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key -N ''

/usr/bin/ssh-keygen -t ecdsa -f /etc/ssh/ssh_host_ecdsa_key -N ''

/usr/bin/ssh-keygen -t ed25519 -f /etc/ssh/ssh_host_ed25519_key -N ''

05/02/21 @ 08:21 pm

In response to: AIX NIM Hints and Tips

Comment from: [Member]

Here is the link.

http://www.capacityreports.net/AIX_Blog/index.php/how-to-configure-ibm-vnic

22/09/20 @ 02:35 pm

In response to: Reading VLANs from the SEA Adapter

Comment from: Gery [Visitor]

Gery

I use this one since the perl part not worked for me:

Example:

tcpdump -c 100 -e -i en66 'ether[12:2] = 0x8100' -w vlantest.pcap && tcpdump -v -n -e -r vlantest.pcap | awk -F "vlan" '{ print $2 }' | awk -F "," '{ print $1 }' | sort -nr | uniq -c

^cisco6k

07/12/18 @ 08:17 pm

In response to: Reading VLANs from the SEA Adapter

Comment from: [Member]

The tcpdump command is actually looking at the VLANs that are being bridged to the VIOS from the switch.
This can be useful when trying to diagnose VLAN related issues and you need to confirm the switch is actually sending the VLANs to the VIOS.

Whereas, the entstat command is only showing you what you have configured on the VIOS, not what the switch is sending.

Thanks and regards, Steve.

16/06/18 @ 07:51 pm

In response to: Reading VLANs from the SEA Adapter

Comment from: [Member]

Patrice Quet

There is also a possibility to see the active VLANs on the VIOS based on entstat command.
entstat command is very helpful for any network configuration.
As an example, ent7 is one SEA :
# lsdev -Cc adapter | grep -i ent7
ent7 Available Shared Ethernet Adapter
# entstat -d ent7 | grep -i vlan
VLAN Ids :
Packets filtered(VlanId): 0
Packets filtered(VlanId): 0
Number of Receive VLAN Mismatch Errors: 0
VLAN ACL Status: Disabled
Invalid VLAN ID Packets: 0
Port VLAN ID: 998
VLAN Tag IDs: 125 18 328 418 760
Management VLAN: Disabled

16/06/18 @ 01:24 am

In response to: Reading VLANs from the SEA Adapter

Comment from: [Member]

5 stars

Update on the tcpdump command.

Some switches do not return much data with the vlan and ether dst 01:00:0c:cc:cc:cd settings. I have found the following tcpdump command to be more reliable.

# tcpdump -i en26 -xx ether multicast

09/01/18 @ 01:08 pm

In response to: AIX buf_mode attribute for Virtual Ethernet Adapters

Comment from: Chris K. [Visitor]

Chris K.

In your explanation of min, max, & max_min the last 2 are exactly the same.

Should it be:
min = the minimum values are used
max = the maximum values are used
max_min = the maximum AND minimum values are used

Thanks for clarification.

05/10/17 @ 01:32 am

In response to: AIX or VIOS Errors: 29FA8C20 and 7BFEEA1F

Comment from: jovi [Visitor]

jovi

We are using 16Gb direct attached (direct connection onl support 16Gb). I think it is OK with 8Gb connection from fabric.

AIX7.1 TL3 SP 4

14/08/17 @ 03:03 pm

In response to: AIX or VIOS Errors: 29FA8C20 and 7BFEEA1F

Comment from: [Member]

Hi,
VIOS is 2.2.5.10 connected to a SAN switch.
Port Speed (supported): 16 GBIT
Port Speed (running): 8 GBIT
Port FC ID: 0x??????
Port Type: Fabric
Attention Type: Link Up
Topology: Point to Point or Fabric

14/08/17 @ 12:04 pm

In response to: AIX or VIOS Errors: 29FA8C20 and 7BFEEA1F

Comment from: jovi [Visitor]

jovi

We are using the same EN0B card direct connect to SAN. But failed to connect to. I thought you are using the fabric to 16b FC SAN. Could you share the AIX and SAN OS Model?

Thanks

10/08/17 @ 06:47 pm