PowerPath Command Examples

# powermt check_registration Key ACRT-CFMR-Q2A6-5FFD-O9P3Product: PowerPathCapabilities: Symmetrix CLARiiON # powermt display dev=emcpower10c Pseudo name=emcpower6aSymmetrix ID=000112345676Logical device ID=0029state=alive; policy=SymmOpt; priority=0; queued-IOs=0———– Host ——— – Stor – — I/O Path – — Stats —### HW Path I/O Paths Interf. Mode State Q-IOs Errors0 sbus@2,0/fcaw@2,0 c4t25d225s0 FA 13bA active dead 0 11 sbus@6,0/fcaw@1,0 c5t26d225s0 FA 4bA active alive […]

PowerPath Command Examples Read More »

PowerPath Commands

PowerPath CLI Commands Command                     Description powermt                       Manages a PowerPath environmentpowercf                         Configures PowerPath devicesemcpreg -install        Manages PowerPath liciense registrationemcpminor                 Checks for free minor numbersemcpupgrade             Converts PowerPath configuration files PowerPath powermt commands Command                    Description powermt check                 Checks for and optionally removes dead pathspowermt check_registration Checks the

PowerPath Commands Read More »

Linux p2v in Xen

rsync works great on production enviroments, We had paravirtualized some servers with these method:  rsync -ave ssh –exclude=/proc –exclude=/sys –exclude=/dev (if you are using udev) root@runingserver:/  /mnt/newserverimage/ after this:  mkdir /mnt/newserverimages/proc  mkdir /mnt/newserverimages/sys  mkdir /mnt/newserverimages/dev  review your fstab, and copy the kernel modules:  cp -pr /lib/modules/2.6.16-xenU /mnt/newserverimages/lib/modules/  more or less …. this is the way  Also

Linux p2v in Xen Read More »

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 »

Scroll to Top