DevTech101

DevTech101

oel-7

How to install Linux (OEL) on SPARC

How to configure OVM for SPARC(LDOMS) for (OEL) Below is a OVM for SPARC(LDOMS) configuration to run Linux (OEL) on a SPARC server (T5/T7). Note: The T5-x or T7-x might require the latest firmware for this to work. ldm add-vcc port-range=5000-5100 primary-vcc0 primary svcadm enable svc:/ldoms/vntsd:default ldm set-core 28 primary ldm set-memory 256g primary ldm …

How to install Linux (OEL) on SPARC Read More »

OEL + KVM

Make sure to install yum -y install qemu-kvm qemu-img virt-manager libvirt libvirt-python python-virtinst libvirt-client virt-install virt-viewer yum -y install kvm libvirt python-virtinst virt-top virt-manager virt-v2v virt-viewer vim pv Make sure to start/enable – Note: a reboot might be required servicectl start/enable libvirtd.service libvirtd.socket libvirt-guests.service Now run virt-manager

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 »

Configuring LACP bonding on RedHat, CentOS

Setting up LACP on Redhat linux Modify /etc/modprobe.conf (Not needed as of RHEL and OEL 6+) cat /etc/modprobe.conf alias eth0 igb alias eth1 igb alias bond0 bonding options bond0 mode=4 miimon=100 lacp_rate=1 xmit_hash_policy=layer3+4 alias scsi_hostadapter aacraid alias scsi_hostadapter1 ahci In order for the kernel bonding module to come up when the machine boots, create a …

Configuring LACP bonding on RedHat, CentOS Read More »