Setting up shared storage: Fibre Channel
| Article:HOWTO77041 | | | Created: 2012-05-23 | | | Updated: 2012-05-24 | | | Article URL http://www.symantec.com/docs/HOWTO77041 |
Perform the following steps to set up Fibre Channel.
To set up Fibre Channel on AIX
Connect the Fibre Channel adapters and the shared storage devices to the same hub or switch.
All systems must see all the shared devices that are required to run the critical application. If you want to implement zoning for a fibre switch, make sure that no zoning prevents all systems from seeing all these shared devices.
# shutdown -Fr
After all systems have booted, use the lspv command to verify that each system can see all shared devices needed by the application.
To set up Fibre Channel shared storage on HP-UX
Install the required Fibre Channel host bus adapters on each system.
Verify that each system can see all shared devices. Use the command:
# ioscan -fnC disk
Where "disk" is the class of devices to be shared. For example, from a system sys1 type:
sys1# ioscan -fnC disk Class I H/W Path Driver S/W State H/W Type Description =============================================================== . . disk 4 0/4/0/0.1.16.255.13.4.0 sdisk CLAIMED DEVICE SEAGATE ST318304 CLAR18 /dev/dsk/c4t4d0 /dev/rdsk/c4t4d0 disk 5 0/4/0/0.1.16.255.13.5.0 sdisk CLAIMED DEVICE SEAGATE ST318304 CLAR18 /dev/dsk/c4t5d0 /dev/rdsk/c4t5d0 . .And on another system, sys2, enter:
sys2# ioscan -fnC disk Class I H/W Path Driver S/W State H/W Type Description =============================================================== . . disk 4 0/4/0/0.1.16.255.13.4.0 sdisk CLAIMED DEVICE SEAGATE ST318304 CLAR18 /dev/dsk/c4t4d0 /dev/rdsk/c4t4d0 disk 5 0/4/0/0.1.16.255.13.5.0 sdisk CLAIMED DEVICE SEAGATE ST318304 CLAR18 /dev/dsk/c4t5d0 /dev/rdsk/c4t5d0 . .
To set up shared storage for Fibre Channel on Linux
Verify that the system detects the Fibre Channel disks properly.
Create volumes. Format the shared disk and create required partitions on it and perform the following:
Identify your shared disk name. If you have two internal SCSI hard disks, your shared disk is /dev/sdc.
# fdisk /dev/shareddiskname
For example, if your shared disk is sdc, type:
# fdisk /dev/sdc
Create disk groups and volumes using Volume Manager utilities.
To apply a file system on the volumes, type:
# mkfs -t fs-type /dev/vx/dsk/disk-group/volume
For example, enter the following command:
# mkfs -t vxfs /dev/vx/dsk/dg/vol01
Where the name of the disk group is dg, the name of the volume is vol01, and the file system type is vxfs.
Repeat step 2 and step 3 for all nodes in the clusters that require connections with Fibre Channel.
Verify that the second system can see the disk names correctly - the disk names should be the same.
To set up shared storage on Solaris
Connect the FC-AL controllers and the shared storage devices to the same hub or switch.
All systems must see all the shared devices that are required to run the critical application. If you want to implement zoning for a fibre switch, make sure that no zoning prevents all systems from seeing all these shared devices.
Boot each system with the reconfigure devices option:
ok boot -r
After all systems have booted, use the format(1m) command to verify that each system can see all shared devices.
If Volume Manager is used, the same number of external disk devices must appear, but device names (c#t#d#s#) may differ.
|
|
Legacy ID
uxrt-60_v74035181_v73071783
Article URL http://www.symantec.com/docs/HOWTO77041
Terms of use for this information are found in Legal Notices









Thank you.