Uncategorized

Creating an IPF Firewall with Solaris 10

Outline =======  1.  Background 2.  Configuring IPF 3.  Enabling IPF 4.  Common IPF commands   Background ==========  With the release of Solaris 10, ipfilter is now supported.  Before Solaris 10, EFS or SunScreen Lite was the default firewall.  IPfilter is a mature product traditionally found in BSDish Operating Systems.  Configuring IPF ===============  First, you will […]

Creating an IPF Firewall with Solaris 10 Read More »

How to find out and configure the MAX_IO_SIZE in solaris?

The “maxphys” kernel parameter limits the max. I/O size in the SCSI layer.Default is 128k.The “vol_maxio” kernel parameter limits the max. I/O size in the VxVM layer(if installed). Default is 256k.The “md_maxphys” kernel parameter limits the max. I/O size in theDiskSuite/SVM layer (if installed). Default is equal to maxphys.The “sd_max_xfer_size” module parameter limits the max.

How to find out and configure the MAX_IO_SIZE in solaris? Read More »

SAN Switch cheat sheet

M-Series M-Series (Mcdata) switches uses both web and CLI, the table below displays some but not all the CLI commands. commadelim Toggle comma-demlimited display mode config configure settings login login into CLI with different access rights maint maintenance settings perf Performance statistics reserved reserved for future development show display attributes features configure feature settings ip

SAN Switch cheat sheet Read More »

EMC Symmetrix SAN Storage Provisioning – Allocating, Unallocating and Zoning

Basically, if you are working on EMC Symmetrix DMX series, you have to understand the 17 rules of the FA (Front Adapter), understand the load balance on how much you had currently utilized on the Storage FA assignment. Adding Storage 1.     Lists all the external locks held in Symmetrix array 1234.      # symcfg -sid

EMC Symmetrix SAN Storage Provisioning – Allocating, Unallocating and Zoning Read More »

HP-UX: Importing SAN VG from a failed server

Assign the same EMC LUNs to the new server. Recognize all the LUNs in newserver from ioscan. #ioscan -fnKC disk Create a script with the following contents to get the VG info. Here created the script in filename /usr/bin/vgid.# vi /usr/bin/vgidecho ” Disk Name CPU ID PV ID CPU ID VG ID”echo ” ———————————————————“for i

HP-UX: Importing SAN VG from a failed server Read More »

How do I migrate existings LUNs from one HP-UX host to another?

In order to successfully move LUNs to a new host, these general steps must be taken.All physical volumes (which relate to a physical LUN) within a volume group must be moved as a group.First backup your /etc/lvmtab and the /etc/fstab files. Under HP-UX on the server where the LUNs currently reside, run the following:      1.

How do I migrate existings LUNs from one HP-UX host to another? Read More »

HP-UX host attached to CLARiiON array reports zero when running diskinfo command and in sam

Question: Why does diskinfo on HP-UX return 0 on logical paths connected to a CLARiiON array? Environment: Product: CLARiiON CX-Series Environment: OS: HP-UX Environment: Host Level Protection: PVlinks Problem: ioscan -fnC disk shows both primary and secondary logical paths to the CLARiiON array. Problem: diskinfo reports a value of 0 on the secondary logical paths. Problem:

HP-UX host attached to CLARiiON array reports zero when running diskinfo command and in sam Read More »

Scroll to Top