Sponsored Content
Operating Systems Solaris Solaris link aggregation not working as expected Post 303028412 by solaris_1977 on Monday 7th of January 2019 03:09:55 PM
Old 01-07-2019
Code:
# dladm show-aggr -L
key: 1 (0x0001) policy: L4      address: 3c:d9:2b:f9:20:5e (auto)
                LACP mode: active       LACP timer: short
    device    activity timeout aggregatable sync  coll dist defaulted expired
    bnx1      active   short   yes          yes   yes  yes  no        no
    igb2      active   short   yes          no    no   no   yes       no
key: 2 (0x0002) policy: L4      address: 3c:d9:2b:f9:20:5c (auto)
                LACP mode: active       LACP timer: short
    device    activity timeout aggregatable sync  coll dist defaulted expired
    bnx0      active   short   yes          yes   yes  yes  no        no
    igb3      active   short   yes          yes   yes  yes  no        no
#

Is this you wanted me to check ?
 

9 More Discussions You Might Find Interesting

1. Solaris

Link Aggregation

Hi there I have a requirement to provide failover to our customer boxes in case of interface / switch failure, I have been looking at Solaris Link Aggregation with LACP and I wanted to ask a question Ive seen multiple websites that say the following Does this also mean that if the... (2 Replies)
Discussion started by: hcclnoodles
2 Replies

2. UNIX for Advanced & Expert Users

Link Aggregation and LACP

Hi there I have a requirement to provide failover to our customer boxes in case of interface / switch failure, I have been looking at Solaris Link Aggregation with LACP and I wanted to ask a question Ive seen multiple websites that say the following Does this also mean that if the... (1 Reply)
Discussion started by: hcclnoodles
1 Replies

3. AIX

Link aggregation with hacmp ?

Hi, I need to setup a hacmp cluster (my first one, we usually use VCS on AIX), but I require more network bandwith than a normal gigabit etherchannel setup can provide, so I am thinking about using linkaggregation - 2 active adapters to one switch and a single backup adapter to another switch... (4 Replies)
Discussion started by: zxmaus
4 Replies

4. Solaris

Link aggregation

Me again :) I'm trying to find a page describing the L2, L3 und L4 modes of dladm. It's nice to read "hashed by ip header", but how should I use that? On the file-server it's ok to have the six interfaces serving six clients each on it's own. But an rsync connection via switch between two... (8 Replies)
Discussion started by: PatrickBaer
8 Replies

5. Solaris

solaris link aggregation problem , once i reboot it is not showing, not able to ping the default gat

Hi All, I am trying to aggregate the NIC's,(igb2 and igb3) (igb0 is used by the physical system and igb1 is used by primary-vsw0) to create the domains on that for faster data transfer, I followed the process for creating the aggregation, dladm create-aggr -d igb2 -d igb3 1 after creating the... (2 Replies)
Discussion started by: buildscm
2 Replies

6. HP-UX

Break Link Aggregation in HP UX.

Hi, I want to Break the Link Aggregation. My aggregation are lan0+lan1 = lan900. Now I want to break this and put the IP in lan0. But i have cluster environment and this is the main database server. So It need to change in cluster script. But I dont know where I have to change it. Please... (1 Reply)
Discussion started by: mkiron
1 Replies

7. Solaris

Link Aggregation without LACP

Hi, I'm not from the Solaris world and some of these things are new to me. Can someone tell me if it is possible to configure link aggregation without using LACP? I am told etherchannel was setup without LACP. (3 Replies)
Discussion started by: techy1
3 Replies

8. Solaris

Link aggregation issues Solaris 10

I have setup link aggregation with 3 interfaces on my solaris 10 system. All looks good but my problem is that the traffic is only going out bge0 and not the other 2 links. bash-4.3# dladm show-aggr -s key:33 ipackets rbytes opackets obytes %ipkts %opkts ... (3 Replies)
Discussion started by: primeaup
3 Replies

9. IP Networking

Link Aggregation

Hi ihave three link of internet and iwant to put one linux front of a firewall that this three linux speard firewall such az load balance and fialover but dont close any port and protocol and only firewall have been internet what way can i use for it ? are there any script and services do that... (0 Replies)
Discussion started by: mnnn
0 Replies
semanage_bool(3)					   Libsemanage API documentation					  semanage_bool(3)

NAME
semanage_bool - SELinux Policy Booleans Management API SYNOPSIS
#include <semanage/boolean_record.h> #include <semanage/booleans_active.h> #include <semanage/booleans_policy.h> #include <semanage/booleans_local.h> This object contains properties associated with a SELinux policy boolean For details on a specific function, see its manual page. Record API Overview semanage_bool_create(3)- create a boolean semanage_bool_free(3)- release resources for this boolean semanage_bool_key_create(3)- create a key, which can be used to identify a boolean semanage_bool_key_free(3)- release resources for this boolean key semanage_bool_key_extract(3)- create a key matching this boolean semanage_bool_clone(3)- create an identical boolean (deep-copy clone) semanage_bool_compare(3)- compare this boolean to the provided key semanage_bool_compare2(3)- compare this boolean to another Properties API Overview semanage_bool_get_name(3)- return the name of this boolean semanage_bool_set_name(3)- set the name of this boolean semanage_bool_get_value(3)- return the value of this boolean semanage_bool_set_value(3)- set the value of this boolean Record Store API Overview semanage_bool_modify_local(3)- add or update a boolean in the local store semanage_bool_set_active(3)- update a boolean in the currently active policy semanage_bool_del_local(3)- delete a boolean from the local store semanage_bool_exists(3)- check if a boolean is defined in the persistent policy semanage_bool_exists_local(3)- check if a boolean is defined in the local store semanage_bool_exists_active(3)- check if a boolean is defined in the currently active policy semanage_bool_query(3)- query a boolean in the persistent policy semanage_bool_query_local(3)- query a boolean in the local store semanage_bool_query_active(3)- query a boolean in the currently active policy semanage_bool_count(3)- count the number of booleans defined in the persistent policy semanage_bool_count_local(3)- count the number of booleans defined in the local store semanage_bool_count_active(3)- count the number of booleans defined in the currently active policy semanage_bool_iterate(3)- execute a callback for each boolean in the persistent policy semanage_bool_iterate_local(3)- execute a callback for each boolean in the local store semanage_bool_iterate_active(3)- execute a callback for each boolean in the currently active policy semanage_bool_list(3)- return an array containing all booleans in the persistent policy semanage_bool_list_local(3)- return an array containing all booleans in the local store semanage_bool_list_active(3)- return an array containing all booleans in the currently active policy ivg2@cornell.edu 16 March 2006 semanage_bool(3)
All times are GMT -4. The time now is 10:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy