Monday, June 14, 2010

LUN Masking vs. Zoning


The potential for any server on a SAN to mount and access any drive on the SAN can create several problems. The two most prominent ones are disk resource contention and data corruption. To deal with these problems, you can isolate and protect storage devices on a SAN by using zoning and LUN masking, which allow you to dedicate storage devices on the SAN to individual servers.
Zoning

Many devices and nodes can be attached to a SAN. When data is stored in a single cloud, or storage entity, it is important to control which hosts have access to specific devices. Zoning controls access from one node to another. Zoning lets you isolate a single server to a group of storage devices or a single storage device, or associate a grouping of multiple servers with one or more storage devices, as might be needed in a server cluster deployment.

Zoning is implemented at the hardware level (by using the capabilities of Fibre Channel switches) and can usually be done either on a port basis (hard zoning) or on a World-Wide Name (WWN) basis (soft zoning). WWNs are 64-bit identifiers for devices or ports. All devices with multiple ports have WWNs for each port, which provides more detailed management. Because of their length, WWNs are expressed in hexadecimal numbers, similarly to MAC addresses on network adapters. Zoning is configured on a per-target and initiator basis. Consequently, if you need to attach multiple nonclustered nodes to the same storage port, you must also use LUN masking.
LUN masking

LUN masking, performed at the storage controller level, allows you to define relationships between LUNs and individual servers. Storage controllers usually provide the means for creating LUN-level access controls that allow access to a given LUN by one or more hosts. By providing this access control at the storage controller, the controller itself enforces access policies to the devices. LUN masking provides more detailed security than zoning, because LUNs provide a means for sharing storage at the port level.

When properly implemented, LUN masking fully isolates servers and storage from events such as resets. This is critical for preventing the problems previously noted. It is important to thoroughly test your design and implementation of LUN masking, especially if you use LUN masking in server clusters.

Tuesday, February 2, 2010

Recovering the Admin Account Password in a Standalone Configuration
Before You Begin
1 Physically connect the console port on the fabric interconnect to a computer terminal or console server
2 Obtain the following information:
• The firmware kernel version on the fabric interconnect
• The firmware system version
Procedure
Step 1 Connect to the console port.

Step 2 Power cycle the fabric interconnect:

a) Turn off the power to the fabric interconnect.
b) Turn on the power to the fabric interconnect.

Step 3 In the console, press one of the following key combinations as it boots to get the loader prompt:
• Ctrl+l
• Ctrl+Shift+r
You may need to press the selected key combination multiple times before your screen displays the loader
prompt.

Step 4 Boot the kernel firmware version on the fabric interconnect.

loader > boot
/installables/fabric/kernel_firmware_version

Step 5 Enter config terminal mode.
Fabric(boot)# config terminal

Step 6 Reset the admin password.
Fabric(boot)(config)# admin-password
password
The new password displays in clear text mode.

Step 7 Exit config terminal mode and return to the boot prompt.

Step 8 Boot the system firmware version on the fabric interconnect.
Fabric(boot)# load /installables/fabric/system_firmware_version

Step 9 After the system image loads, log in to Cisco UCS Manager.

Thursday, January 28, 2010

1. access esxi server form vsphers Client and bringdown to maintenance mode.


2. Install VMware vSphere CLI on your laptop/Desktop.

run the vihostupdate.pl command with peramaters (-server; -install; -b


C:\Program Files\VMware\VMware vSphere CLI\bin>vihostupdate.pl --server 10.10.10.1 -i -b INT-intel-lad-ddk-igb-1.3.19.12.1-offline_bundle-185976.zip
Enter username: root
Enter password:
Please wait patch installation is in progress ...
Maintenance mode is not enabled or could not be determined.The following VIBs re
quire this host to be in maintenance mode: cross_vmware-esx-drivers-net-igb_400.
1.3.19.12.1-1.0.4.164009. Please put the host in maintenance mode to proceed.
C:\Program Files\VMware\VMware vSphere CLI\bin>vihostupdate.pl --server 10.104.
33.212 -i -b INT-intel-lad-ddk-igb-1.3.19.12.1-offline_bundle-185976.zip
Enter username: root
Enter password:
Please wait patch installation is in progress ...
The update completed successfully, but the system needs to be rebooted for the c
hanges to be effective.
C:\Program Files\VMware\VMware vSphere CLI\bin>

Wednesday, January 20, 2010

# vmware -v

out put will be

[root@localhost ~]# vmware -v
VMware ESX 4.0.0 build-171294
# vmware -v

out put will be

[root@localhost ~]# vmware -v
VMware ESX 4.0.0 build-171294
To enter Maintenance Mode, at the ESX console type:
vimsh -n -e /hostsvc/maintenance_mode_enter
To exit Maintenance Mode type:
vimsh -n -e /hostsvc/maintenance_mode_exit
To display whether the ESX Server is currently in maintenance mode or not type:
vimsh -n -e"hostsvc/hostsummary" | grep inMaintenanceMode

Tuesday, December 22, 2009

Summary :

BootFlashDOS is a small utility that will format and make DOS bootable your USB Flash Stick. It will copy the necessary DOS files (command.com, io.sys, msdos.sys) from diskcopy.dll. Diskcopy.dll is supplied with you windows (XP/2003) operating system.


http://www.gocoding.com/screenshots/images/bootflashdos.jpg

Description :

BootFlashDOS is a small utilty for making your USB Flash Stick bootable to a DOS environment. You dont need to create a bootable floppy disk to begin with, unlike most utilities or this sort.
Features :

* No installation needed. Just run BootFlashDOS to use it.
* Partitions / Formats and Makes you USB Flash Stick Bootable.
* Obtains the required DOS startup files from you system automatically. No need to supply a bootable floppy.

Info:

BootFlashDOS gets the required DOS files from a dll file on your Windows XP/2003 system. This dll is called diskcopy.dll and is in your system32 folder. As of Windows XP this file contains a bootable floppy image as a binary resource. BootFlashDOS extracts the files from this image and copies them to the chosen Flash Disk.

Before these files are copied BootFlashDOS partitions/formats and enables booting or your USB Stick. The method used is exactly the same as my other project PeToUSB. So its tried and tested.

search the Google for BootFlashDOS 1.0

or

download from

http://www.softpedia.com/get/System/Boot-Manager-Disk/BootFlashDOS.shtml