only monitors first 2 netwotk interfaces on solaris

Hello,
stor2rrd only monitors net0 and net1. However many productions systems  have much more.
Here is output from one of our systems.
ipadm
NAME              CLASS/TYPE STATE        UNDER      ADDR
adm0              ipmp       ok           --         --
   adm0/v4        static     ok           --         
commv0            ipmp       ok           --         --
   commv0/v4      static     ok           --         
data0             ipmp       ok           --         --
   data0/v4       static     ok           --        
lo0               loopback   ok           --         --
   lo0/v4         static     ok           --         127.0.0.1/8
   lo0/v6         static     ok           --         ::1/128
net0              ip         ok           data0      --
net1              ip         ok           data0      --
net2              ip         ok           adm0       --
net3              ip         ok           adm0       --
net4              ip         ok           commv0     --
net5              ip         ok           commv0     --
dladm show-phys
LINK            MEDIA         STATE      SPEED  DUPLEX    DEVICE
net0            Ethernet      up         10000  full      i40evf0
net1            Ethernet      up         10000  full      i40evf1
net2            Ethernet      up         40000  full      vnet0
net3            Ethernet      up         40000  full      vnet1
net4            Ethernet      up         40000  full      vnet2
net5            Ethernet      up         40000  full      vnet3

We have 6 interfaces, which aggregated in 3 ipmp. Would be great to have ability to monitor all of them, including ipmp.

Comments

  • Hi,

    we monitoring FC/SAS and some replication ports, not LAN ports, where do you see them?

  • Im talking about lpar2rrd and solaris hosts monitoring. 

  • Hi,

    please can you send us output from this command?
    1) ldm list-netstat -p

    Thank you.
  • Hello,
    Sorry for delay,

    ldm list-netstat -p ldom
    DOMAIN|name=ldom
    link=net0|ipackets=65.68K|rbytes=3.94M|opackets=0.00R|obytes=0.00R
    link=net1|ipackets=65.68K|rbytes=3.94M|opackets=0.00R|obytes=0.00R
    link=net2|ipackets=17023.55M|rbytes=24224.89G|opackets=4566.35M|obytes=327.95G
    link=net3|ipackets=65.68K|rbytes=3.94M|opackets=4041.28M|obytes=297.37G

    I have 4 interfaces here. But stor2rrd only shows first 2. Which are not even active right now. Most traffic goes throug net3 and net2 which i can't see.

  • Hi,

    these graphs are from CDOM/LDOM/Global zone?
    Can you please sign on this CDOM/LDOM/Global zone and send us outputs from agent?

    1) /usr/bin/perl /opt/lpar2rrd-agent/lpar2rrd-agent.pl test > test.txt 2>&1

    Send us txt file via email on support@lpar2rrd.com
Sign In or Register to comment.