Modify CNA to FC adapter on Netapp Ontap 9

Oct 2, 2019 10:14 PM

Ontap is a storage operating system from Netapp which able to manage CNA network adapter. CNA or Converged Network Adapter which has a flexibility to use ethernet or fc depend on your SFP plugable transceiver. You can use 10Gbps SFP transceiver for LAN/NAS or 16Gbps for SAN connectivity. 

Netapp Ontap activated the CNA mode by default. So, if you use transceiver for FC 8Gbps or 16Gbps, you need to activated the CNA mode to FC mode manually. I have found this on Ontap installed at Lenovo ThinkSystem DM5000H series.  

Simply way to create Multipath MPxIO/STMS for SAN connection on Solaris 11

Aug 2, 2016 11:24 AM

When we have more than one physical connection from a server to a storage for access a same LUN. We should define a MPxIO for the SAN connection. With this refference, we would like to introduce a simply way on how to configure MPxIO for SAN in Solaris 11. If you not configure MPxIO, the LUN will appears duplicated in format output. So, configure MPxIO is must for multipath connection.

How To Mount Storage LUNs on Solaris and Linux

Apr 22, 2015 3:42 PM

#>
  _________      .__               .__       
 /   _____/ ____ |  | _____ _______|__| ______
 \_____  \ /  _ \|  | \__  \\_  __ \  |/  ___/
 /        (  <_> )  |__/ __ \|  | \/  |\___ \
/_______  /\____/|____(____  /__|  |__/____  \
        \/                 \/              \/

#!/bin/sh
# Simply Guide of LUN mounting on Solaris & Linux
# Suwardi -> line.console49@gmail.com
# @ 22/4/2015

0x00. Description

Nowdays storage devices are mandatory requirement for Enterprise environment. Using internal disks are limited depends on maximum of server configuration. Storage device with connected to a server, the server enable to add/use external disks. So, we can expand the storage utilization.


Article list :