Author name: admin

Brocade New Switch and Merging of Switch in to the existing Fabrics

New SW: Rack mount it ,  power on the SW.Connect through serial port, default IP Add is 10.1.56.103./255.255.255.0 in case of Dir 10.1.56.74/75 with admin login: Set the IPaddress(ipaddrshow/ipaddrset), set the time with either NTP server IP(tsclockserver cmd) or tstimezone –interactive cmd check the license(licenseshow) add the license with licenseadd cmd Atleast Full fabric / […]

Brocade New Switch and Merging of Switch in to the existing Fabrics Read More »

VSAN Configuration and Management (MDS 9000 family)

Creating VSANs Statically Step 1 switch# config t Step 2 switch(config)# vsan database switch(config-vsan-db)# Step 3 switch(config-vsan-db)# vsan 2 Step 4 switch(config-vsan-db)# vsan 2 name TechDoc updated vsan 2 Step 5 switch(config-vsan-db)# vsan 2 suspend Step 6 switch(config-vsan-db)# no vsan 2 suspend Step 7 switch(config-vsan-db)# end switch# Assigning Static Port VSAN Membership Step 1 switch#

VSAN Configuration and Management (MDS 9000 family) Read More »

How to configure a VMware ESX / ESXi host with an Emulex HBA to boot from SAN in a CLARiiON environment

Configuring the Emulex HBA BIOS to boot from SAN includes enabling the BootBIOS prompt and enabling BIOS. A.  Enable the BootBIOS Prompt When you configure the Emulex HBA BIOS to boot ESX/ESXi from SAN, you need to enable the BootBIOS prompt. Procedure: 1. Run lputil. 2. Select 3. Firmware Maintenance. 3. Select an adapter. 4.

How to configure a VMware ESX / ESXi host with an Emulex HBA to boot from SAN in a CLARiiON environment Read More »

Disable PowerPath

1. Please ensure that LUNS are available to the host from multiple paths# powermt display 2. Stop the Application so that there is no i/o issued to Powerpath devices If the application is under VCS control , please offline the service on that node# hagrp –offline <servicename> offline 3. Unmount filesystems and Stop the volumes

Disable PowerPath Read More »

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 »

Scroll to Top