DevTech101

DevTech101

network

Oracle OVN (Xsigo) Solaris driver installation

Contents 1 To install the Solaris 11 Xsigo driver 1.1 Make temp directory 1.2 Extract the files 1.3 Set the publusher 1.4 Install the Xsigo driver 1.5 Clean reboot 1.6 Unset the publisher To install the Solaris 11 Xsigo driver Make temp directory For Oracle OVN Fabric Manager installation click here Note: Before installing the …

Oracle OVN (Xsigo) Solaris driver installation Read More »

Oracle OVN (Xsigo) Fabric Manager Installation

Contents 1 How to install Oracle Fabric Manager 1.1 First install OEL 6.x 1.2 Disable FireWall 1.3 Install apache 1.4 Prepare for Fabric Manager install 1.5 make sre java is installed and available 1.6 Install fabric manager 1.7 Install Performance Manager 1.8 Xsigo logs location 1.9 Xsigo director help How to install Oracle Fabric Manager …

Oracle OVN (Xsigo) Fabric Manager Installation Read More »

How to configure a Solaris 11 EVS switch

How to install and configure an EVS switch pkg install evs rad-evs-controller Configure the EVS switch evsadm set-prop -p controller=ssh://evsuser@app1.domain.com evsadm set-controlprop -p l2-type=vlan (default) evsadm set-controlprop -p vlan-range=1-4096 evsadm set-controlprop -h app1 -p uplink-port=aggr1 evsadm set-controlprop -h app2 -p uplink-port=aggr1 evsadm set-controlprop -h app3 -p uplink-port=aggr1 evsadm show-controlprop -p l2-type,vlan-range,uplink-port Set network tag evsadm …

How to configure a Solaris 11 EVS switch Read More »

IB cheat sheet

Enable switch port enableswitchport 10A Disable switch port disableswitchport 10A Disable ports if to many errors Remove ports (port 17b) from autodisable list autodisable del 17B L autodisable del 17B H display autodisable list autodisable list Note: if a port gets disabled because of errors run this enableswitchport –automatic 17B To get a list of …

IB cheat sheet Read More »

Recommended Network Tuning For Oracle Database and Weblogic On Solaris

Recommended performance tuning in Solaris 11 for Oracle DB and Weblogic Recommended Oracle Database Tuning. ipadm set-prop -p max_buf=16777216 tcp ipadm set-prop -p send_buf=2097152 tcp ipadm set-prop -p recv_buf=2097152 tcp ipadm set-prop -p _cwnd_max=2097152 tcp ipadm set-prop -p _conn_req_max_q=40000 tcp ipadm set-prop -p _conn_req_max_q0=40000 tcp #ipadm set-prop -p smallest_anon_port=10000 tcp #ipadm set-prop -p _time_wait_interval=10000 tcp …

Recommended Network Tuning For Oracle Database and Weblogic On Solaris Read More »

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 »