DevTech101

DevTech101

xsigo

Creating a Linux Bond With vLan Tags

How to create a vlan interface and start at boot time. First check if the bounding module is loaded. lsmod | grep 8021q /etc/sysconfig/network-scripts/ifcfg-solr DEVICE=solr TYPE=Ethernet BOOTPROTO=none ONBOOT=yes /etc/sysconfig/network-scripts/ifcfg-solr.2018 DEVICE=solr.2018 IPADDR=10.10.18.51 NETWORK=10.10.18.0 NETMASK=255.255.254.0 GATEWAY=10.10.18.1 ONBOOT=yes BOOTPROTO=none USERCTL=no VLAN=yes To test just issue /etc/init.d/network restart or ifup [if_name] To remove the new vlan How to remove …

Creating a Linux Bond With vLan Tags Read More »

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 »

Xsigo Linux – Manually Installing

Installing the Oracle OVN (Xsigo) Linux driver First, Install the firmware. For example: rpm -ivh .noarch.rpm Then, Install the kernel module. For example: rpm -ivh Next, Install the Oracle Virtual Networking user space application. For example: rpm -ivh oclovn-user.x86_64.rpm When the kernel is installed on the host, and the correct kernel and OFED version are …

Xsigo Linux – Manually Installing Read More »

Xsigo(OVN) Management How To Install / Configure

chkconfig iptables off chkconfig  ip6tables off service iptable off # this and postgres is needed for performance reporter. yum install compat-libtermcap.x86_64 rpm -i postgres-9.1.2-1.x86_64.openscg.rpm /etc/init.d/postgres-9.1-openscg start (leave all default, set password) /opt/postgres/9.1/bin/psql -U postgres -W CREATE USER xms WITH PASSWORD 'password'; CREATE DATABASE xmspm; GRANT ALL PRIVILEGES ON DATABASE xmspm to xms; \q yum install …

Xsigo(OVN) Management How To Install / Configure Read More »

xsigo pkg quick driver install

pkg set-publisher -G "*" solaris;cd /var/tmp/;pkg unset-publisher ORCLovn;rm -r ORCLovn;tar zxf ORCLovn-5.3.5-S11_1376-sparc.tgz;pkg set-publisher -g file:///var/tmp/ORCLovn ORCLovn;pkg install system/io/ORCLovn-drv;beadm list  

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 »