DevTech101

DevTech101

network

How To Turn Off rx/tx Chksums in Xsigo / Linux Driver

Modifying rx/tx Chksums in Linux Driver Using the Xsigo Driver To modify chksum offload to off on Linux To turn off on the fly – but wont stay after a reboot Firs, remove the module by running run rmmod xve Next, add back the module by running modprobe xve xs_seq_file=1 xve_no_tx_checksum_offload=1 modinfo xve For permanent …

How To Turn Off rx/tx Chksums in Xsigo / Linux Driver Read More »

Xsigo management startup fails / how to fix that

How to fix Oracle OVN (Xsigo) startup errors xms startup will fail with log4j errors log4j:ERROR Error occured while converting date. java.lang.NullPointerException To fix the error stop xms service xms stop Changed log4j pattern in /opt/xsigo/xms/webapps/xms/WEB-INF/classes/log4j.xml From value=”%d %-5p: %c – %m%n” To value=”%d{yyyy-MM-dd HH:mm:ss} Then start the xms, it should start with out any …

Xsigo management startup fails / how to fix that Read More »

How to install IB and Xsigo driver on Solaris x86

First install the reqired packges pkg install system/io/infiniband/open-fabrics system/io/infiniband/ethernet-over-ib system/io/infiniband/ib-device-mgt-agent system/io/infiniband/ib-sockets-direct system/io/infiniband/ip-over-ib system/io/infiniband/reliable-datagram-sockets system/io/infiniband/reliable-datagram-sockets-v3 system/io/infiniband/rpc-over-rdma system/io/infiniband/udapl driver/infiniband/connectx

Backup tuning

Run onthe zone ipadm set-prop -p max_buf=16777216 tcp ipadm set-prop -p _cwnd_max=8388608 tcp ipadm set-prop -p send_buf=2097152 tcp ipadm set-prop -p recv_buf=2097152 tcp ipadm set-prop -p _conn_req_max_q=16384 tcp ipadm set-prop -p _conn_req_max_q0=16384 tcp Add to /etc/system on global zone set ip:ip_squeue_fanout=1 set ip:ip_soft_rings_cnt =32