EMC AX100 Series Manual

EMC AX100 Series Manual

Installing a fibre channel storage system with a switch connection to a linux server
Hide thumbs Also See for AX100 Series:

Advertisement

Quick Links

Installing a Fibre Channel Storage
System with a Switch Connection to a
If you want to connect an AX100-Series Fibre Channel storage system -
AX100SC or AX100 - through one or two switches to a Linux server, this
document is for you. You can use the procedures in this document to
install configurations with a new or existing storage system that you
want to connect to a new or existing server.
The main topics are
AX100 Support Website........................................................................2
Terminology ...........................................................................................3
Before You Start .....................................................................................4
Installing HBAs in the Server ..............................................................7
Installing or Updating the HBA Driver .............................................9
Installing PowerPath on the Server .................................................. 11
Upgrading PowerPath on the Server................................................20
Installing the Navisphere Server Utility ..........................................26
Installing the UPS (AX100 Only).......................................................27
Unpacking the Storage System..........................................................28
Installing the Storage System.............................................................30
Installing Additional Disks ................................................................34
Installing the Switches in the Cabinet ..............................................41
Initializing the Storage System ..........................................................56
AX100-Series
Linux Server
Revision A06
July 25, 2005
1

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the AX100 Series and is the answer not in the manual?

Questions and answers

Summary of Contents for EMC AX100 Series

  • Page 1: Table Of Contents

    AX100-Series Installing a Fibre Channel Storage System with a Switch Connection to a Linux Server Revision A06 July 25, 2005 If you want to connect an AX100-Series Fibre Channel storage system - AX100SC or AX100 - through one or two switches to a Linux server, this document is for you.
  • Page 2: Ax100 Support Website

    AX100 Support Website Connecting Switches to the Storage System and Server ....63 Registering the Server with the Storage System ......66 Configuring a New Storage System ..........69 Configuring an Existing Storage System......... 73 Preparing Virtual Disks to Receive Data ......... 77 Sending Linux Disk Information to the Storage System....
  • Page 3: Terminology

    Terminology Terminology This document uses the terms new and existing to refer to storage systems, servers, and host bus adapters (HBAs) as follows: Existing HBA The host bus adapter (HBA) that is already installed in a server. Existing server The server that is already configured for and connected to an AX-Series storage system.
  • Page 4: Before You Start

    Before You Start Before You Start Before you start the installation procedure Review the Supported Configurations in the "Technical descriptions" section on the AX100 website to confirm that the following are supported: The server hardware that will access the storage system The operating system version running on the server hardware.
  • Page 5 Before You Start The following management port network information, which the person responsible for your network should provide: Static IP address for each SP in the storage system. Subnet mask for the LAN to which you will connect the storage system. Default gateway for the LAN to which you will connect the storage system.
  • Page 6 Before You Start The following cables, which may already be connected for a configuration with an existing storage system, server, or switches: A CAT 5 or higher LAN cable for each SP and for each switch if you want to use the switch management software. An optical cable for each storage-processor (SP) Fibre Channel port you will use on the storage system and for each HBA you will use in the server.
  • Page 7: Installing Hbas In The Server

    Installing HBAs in the Server Installing HBAs in the Server For the server to communicate with the storage system through the Fibre Channel ports, the server must have one or more supported Fibre Channel host bus adapters (HBAs). If the HBAs are already installed, go to Installing or Updating the HBA Driver (page...
  • Page 8 Installing HBAs in the Server 3. Put on an ESD wristband, and clip its lead to bare metal on the server’s chassis. 4. For the HBA you are adding, do the following: a. If the server has a removable PCI card cage, remove it. b.
  • Page 9: Installing Or Updating The Hba Driver

    Installing or Updating the HBA Driver Installing or Updating the HBA Driver The server must run a supported HBA driver. For information on the supported HBA drivers, refer to Supported Configurations in the "Technical descriptions" section on the AX100 support website. If the server is already running a supported HBA driver, go to Installing PowerPath on the Server (page...
  • Page 10 Installing or Updating the HBA Driver Install or Update the HBA Driver You can load the driver into the kernel statically or as a module. 1. Install any updates, such as hot fixes or patches, to the server’s operating system that are required for the HBA driver version you are installing.
  • Page 11: Installing Powerpath On The Server

    Installing PowerPath on the Server Installing PowerPath on the Server ® For all configurations you must install PowerPath on each server that you will connect to the storage system. PowerPath manages the data paths between the server and storage system. If PowerPath is already running on the server and you need or want to upgrade it to a higher version, go to Install a PowerPath Patch...
  • Page 12 Installing PowerPath on the Server Verify that the /lib/modules/`uname -r`/kernel/drivers/addon directory exists on the server. If the directory does not exist, create mkdir /lib/modules/`uname -r`/kernel/drivers/addon chmod 755 /lib/modules/`uname -r`/kernel/drivers/addon Verify that the driver module directory exists. Refer to Install PowerPath (page 15).
  • Page 13 Installing PowerPath on the Server Modify Configuration Files on a Red Hat Server 1. Edit the /etc/modules.conf file to add an alias for each HBA. In the sample file below, the second and third lines are aliases for HBAs; in these entries is the name of the HBA driver_module driver module.
  • Page 14 Installing PowerPath on the Server Modify Configuration Files on a SuSE Server 1. Verify that the HBA driver is always loaded after the internal SCSI adapter driver as specified by the /etc/sysconfig/kernel file. For example, in the following file, (the HBA driver driver_module module for accessing the storage system) is always loaded after all internal SCSI drivers are loaded:...
  • Page 15 Installing PowerPath on the Server Save Kernel Changes on a SuSE Server 1. Run uname -r to display the kernel version. 2. Run ls -l /boot to determine which initrd and vmlinuz files are used for the kernel version. The names of both the initrd and vmlinuz files include the kernel version.
  • Page 16 6. If you have PowerPath 4.3.2 or lower, register your PowerPath license on the server. a. Enter emcpreg -install You see the following output: =========== EMC PowerPath Registration =========== Do you have a new registration key or keys to enter? [n] b. Enter You see the following output: Enter the registration key(s) for your product(s), one per line, pressing Enter after each key.
  • Page 17 1 key(s) successfully registered. 7. Start PowerPath: /etc/init.d/PowerPath start Use the above command only for loading and unloading the EMC® PowerPath module. 8. Unmount the CD: cd / umount /cdrom 9. Remove the PowerPath installation CD from the CD drive.
  • Page 18 Installing PowerPath on the Server Verify All HBA Driver Extensions Are Loaded If you loaded the HBA driver as a module (not as a static kernel driver), use lsmod to verify that all extensions are loaded. If you built the HBA driver as a module and modified /etc/modules.conf to specify that the HBA driver be loaded before the PowerPath drivers, the HBA driver name appears in the lsmod output below the PowerPath drivers.
  • Page 19 Installing PowerPath on the Server Rebuild the Ramdisk on a SuSE Server If the server is running SuSE Linux SLES8 and a kernel version newer than 2.4.21-138, rebuild the ramdisk: 1. Edit the /etc/sysconfig/kernel file to ensure that the HBA driver is always loaded after the internal SCSI adapter driver as follows: INITRD_MODULES="scsi_mod sd_mod cciss reiserfs driver_module "...
  • Page 20: Upgrading Powerpath On The Server

    4.3. Before You Start Check the AX100 support website for the most current information. EMC updates release notes periodically and posts them on this website. Run powermt save to ensure that you have saved the latest PowerPath configuration information.
  • Page 21 Upgrading PowerPath on the Server Upgrade PowerPath 3.0.X to 4.3.0 1. Log in as root and insert the PowerPath CD into the server’s CD drive. 2. Create the directory /cdrom as the mount point for the CD: mkdir /cdrom 3. Mount the PowerPath CD on /cdrom: mount -o ro /dev/cdrom /cdrom 4.
  • Page 22 Upgrading PowerPath on the Server If you encounter any problems while upgrading, see Troubleshooting a PowerPath Upgrade in the PowerPath 4.3 for Linux Installation Guide. 6. Unmount the CD: cd / umount /cdrom 7. Remove the PowerPath installation CD from the CD drive. You do not need to reboot the server after upgrading to PowerPath 4.3.0.
  • Page 23 Upgrading PowerPath on the Server You have completed the PowerPath installation. After running the rpm command, certain error messages may occur. The following acceptable warning appears when loading the PowerPath drivers: Warning: loading /lib/modules/‘uname -r‘/kernel/drivers/addon/emcpower/emcp.o will taint the kernel: no license This message is expected and is acceptable behavior for loading a binary module.
  • Page 24 Upgrading PowerPath on the Server Red Hat AS/ES IS64 Server 1. Log in as root. 2. Create the /emul/ia32-linux/bin directory: mkdir /emul/ia32-linux/bin 3. Copy /bin/sh to the /emul/ia32-linux/bin/sh directory: cp /bin.sh /emul/ia32-linux/bin/sh 4. Create a symbolic link to the /emul/ia32-linux directory: ln - /emul/ia32-linux /emul/ia32-linux 5.
  • Page 25 Upgrading PowerPath on the Server This message is expected and is acceptable behavior for loading a binary module. Initially, PowerPath attempts to load modules with version-checking enabled. If the pre-selected module load fails, the software silently (without issuing error messages) loads the module with version-checking disabled.
  • Page 26: Installing The Navisphere Server Utility

    Installing the Navisphere Server Utility Installing the Navisphere Server Utility Read this section for all configurations. You must run the Navisphere Server Utility on each server connected to the storage system to register the server’s HBAs with the storage system. We recommend that you install it on each server also. If your AX-Series Server Support CD is version 1.1 or higher, you must install it if you want the server to access snapshots (copies of virtual disks) on the storage system.
  • Page 27: Installing The Ups (Ax100 Only)

    Installing the UPS (AX100 Only) Installing the UPS (AX100 Only) Read this section if you are installing a new AX100 (dual-SP) storage system. You install the storage system and the uninterruptible power supply (UPS) in a 19-inch NEMA-standard cabinet/rack. The UPS is for dual-SP storage systems only.
  • Page 28: Unpacking The Storage System

    Unpacking the Storage System Unpacking the Storage System Read this section if you are installing a new storage system. 1. Unpack the storage system as shown on the shipping carton. CAUTION The disks in slots marked 0-2 (AX100SC, single-SP storage system) and 0-3 (AX100, dual-SP system) are preloaded with storage-system software according to their slot assignment before shipment.
  • Page 29 Unpacking the Storage System HW S/N XXX 000NNNNNNNN EMC3030 Serial Number Location Figure 2 AX100-Series - Installing a Fibre Channel Storage System with a Switch Connection to a Linux Server...
  • Page 30: Installing The Storage System

    Installing the Storage System Installing the Storage System Read this section if you are installing a new storage system. You install the storage system in a 19-inch NEMA-standard cabinet/rack. Before You Start To complete this procedure, you need the mounting hardware that shipped with the storage system.
  • Page 31 Installing the Storage System Alignment Pins Adjustable Rail Right Rear Right Front Screw (2) Screw (2) Alignment Pin (2) Mounting Rail Mounting Rail EMC2829 Installing Storage-System Mounting Rails in a 19-inch NEMA Cabinet Figure 3 2. If the plastic front bezel is attached, remove it. 3.
  • Page 32 Installing the Storage System WARNING The equipment is heavy and should be installed into a rack by two people. To avoid personal injury and/or damage to the equipment, do not attempt to lift and install the unit into a rack without a mechanical lift and/or help from another person.
  • Page 33 Installing the Storage System 6. Snap the front bezel onto the storage system (Figure 6). EMC2935 Securing the Chassis and Installing the Front Bezel Figure 6 What Next? If you have additional disks to install, continue to the next section, Installing Additional Disks (page 34).
  • Page 34: Installing Additional Disks

    Installing Additional Disks Installing Additional Disks Read this section if you received any disks that are not already installed in the storage system. Handling FRUs This section describes the precautions that you must take and the general procedures you must follow when removing, installing, and storing disk drive modules or any other Field Replaceable Unit (FRU).
  • Page 35 Installing Additional Disks An ESD wristband is supplied with your storage system. To use it, attach the clip of the ESD wristband (strap) to any bare (unpainted) metal on the storage system; then put the wristband around your wrist with the metal button against your skin. Use the ESD kit when handling any FRU.
  • Page 36 Installing Additional Disks Add Disk Modules CAUTION Disk modules are extremely sensitive electronic components. Always handle a disk module gently, and observe the following guidelines: Always replace a disk module with another of the same model. Contact your sales/service representative for a list of approved disk replacements.
  • Page 37 Installing Additional Disks Unlock and Remove the Front Bezel Follow these steps to remove the front bezel and gain access to the disk modules (Figure 7). 1. Insert the key that shipped with your storage system into the bezel lock, and turn it to release the lock. 2.
  • Page 38 Installing Additional Disks Remove a Disk Filler Module Locate the slot where you want to install the disk module, and remove the filler module (Figure 8). Filler EMC2810 Removing a Disk Filler Module Figure 8 AX100-Series - Installing a Fibre Channel Storage System with a Switch Connection to a Linux Server...
  • Page 39 Installing Additional Disks Install a Disk Module 1. Make sure an ESD wristband is attached to your wrist and the storage system (see the precautions on page 35). 2. Align the module with the guides in the slot. 3. Gently push the module completely into the slot (Figure 9). To ensure that the module seats completely, push in on the disk label as you engage the latch.
  • Page 40 Installing Additional Disks Install and Lock the Front Bezel Refer to Figure 10 as you do the following: 1. Align the bezel with the storage system. 2. Gently push the bezel into place on the cabinet until it latches. 3. Secure the bezel by turning the key in the lock. EMC2935a Installing and Locking the Front Bezel Figure 10...
  • Page 41: Installing The Switches In The Cabinet

    Installing the Switches in the Cabinet Installing the Switches in the Cabinet Read this section if you are installing a new switch. 1. Install each rail in the cabinet (Figure 11). a. From the front of the cabinet, insert the alignment pin into the rear channel, so the pin goes in the center hole of a 1U space, with 5/8-inch spaces on either side of the hole.
  • Page 42 Installing the Switches in the Cabinet 2. Attach a slide rail to each side of the switch with two screws per rail (Figure 12). A -B A -B A -B EMC2876 Attaching Slide Rails to the Switch Figure 12 3. From the front of the cabinet, insert the slide rails on the side of the switch into the channel on the rails in the cabinet, and push the switch into the cabinet (Figure 13).
  • Page 43 Installing the Switches in the Cabinet 4. Secure the switch and latch brackets to the front channels with a screw on each side (Figure 14). 5. Snap the front bezel onto the latch brackets (Figure 14). Switch Rear A -B A -B A -B A -B...
  • Page 44: Connecting Ac Power To An Ax100Sc Storage System

    Connecting ac Power to an AX100SC Storage System Connecting ac Power to an AX100SC Storage System Read this section if you are connecting power to anAX100SC (single-SP) storage system. If you are connecting power to anAX100 (dual-SP) storage system, go to Connecting ac Power to an AX100 Storage System (page 48).
  • Page 45 Connecting ac Power to an AX100SC Storage System Switch AX100SC Retention EMC2940 Bail EMC2950 Connecting ac Power to an AX100SC Storage System Figure 15 The first time you connect the storage system to an ac power source, it immediately begins to power up: BIOS, POST, and operating system boot.
  • Page 46 Connecting ac Power to an AX100SC Storage System When powerup is complete (usually in 5-6 minutes), the SP Boot/Fault light goes off. If the storage system does not power up within several minutes, refer to the "Troubleshoot" section on the AX100 support website or the AX100-Series Documentation CD.
  • Page 47 Connecting ac Power to an AX100SC Storage System If You Need to Power Down the Storage System For an orderly shutdown that protects your cache data, use the storage-system power button. The storage system takes a full minute to power down after you press the power button. So after powering down the storage system, wait one minute before powering it on again.
  • Page 48: Connecting Ac Power To An Ax100 Storage System

    Connecting ac Power to an AX100 Storage System Connecting ac Power to an AX100 Storage System Read this section if you are connecting power to anAX100 (dual-SP) storage system. If you are connecting power to an AX100SC (single-SP) storage system, go to Connecting ac Power to an AX100SC Storage System (page 44).
  • Page 49 Connecting ac Power to an AX100 Storage System If the UPS serial cable has one DB9 and one RJ45 connector: 1. Plug one end of the UPS serial cable into the serial port on the UPS (Figure 17). 2. Plug the free end of the UPS serial cable into UPS connector (labeled with a +- battery icon) on SP A (Figure 17).
  • Page 50 Connecting ac Power to an AX100 Storage System AX100 RJ45-DB9 Adapter Cable UPS Serial Cable (Shipped with UPS) 110V or 230V Power Cable (Appropriate to Power Source) EMC2947 Retention Bail To PDU Power To UPS EMC2879a Connecting ac Power to an AX100 Storage System Figure 17 AX100-Series - Installing a Fibre Channel Storage System with a Switch Connection to a Linux Server...
  • Page 51 Connecting ac Power to an AX100 Storage System The first time you connect the storage system to an ac power source, it immediately begins to power up: BIOS, POST, and operating system boot. The green power lights (LEDs) on the front and back of the storage system turn on and remain on as long as power is applied to the storage system (Figure 18).
  • Page 52 Connecting ac Power to an AX100 Storage System CAUTION Press the power button only briefly to power up the storage system. Pressing the power button for more than four seconds while the storage system powers up may affect initialization parameters. If You Need to Power Down the Storage System For an orderly storage-system shutdown that protects your cache data, use the storage-system power button (not the UPS power...
  • Page 53: Connecting The Storage-System And Switch Management Ports

    Connecting the Storage-System and Switch Management Ports Connecting the Storage-System and Switch Management Ports Read this section if you are installing a new storage system. You manage the storage system from a management host, which can be a server that has access to the management ports over a specified 10/100 LAN.
  • Page 54 Connecting the Storage-System and Switch Management Ports 10/100 - Management LAN Port Serial 10/100 - Management LAN Port Serial EMC3040 10/100 LAN CAT-5 Cables Management Storage-System LAN Connections (AX100 Shown) Figure 19 2. If you want to use the switch management software, connect one end of a LAN cable to the LAN management port on each switch and the other end to the network from which you will manage the switch (Figure 20).
  • Page 55 Connecting the Storage-System and Switch Management Ports To LAN Switch AX100 To LAN To LAN EMC2956 Switch and LAN Connections (AX100 Shown) Figure 20 AX100-Series - Installing a Fibre Channel Storage System with a Switch Connection to a Linux Server...
  • Page 56: Initializing The Storage System

    Initializing the Storage System Initializing the Storage System Read this section if you are installing a new storage system. After the storage system is fully powered up for the first time, you need to use the Navisphere Storage System Initialization Utility to initialize it.
  • Page 57 Initializing the Storage System Install the Navisphere Storage System Initialization Utility 1. Insert the AX-Series Server Support CD into the CD drive of a Linux host on the same subnet as the storage system. 2. Install the Navisphere Storage System Initialization Utility on the host: rpm -i naviinittool-version-build.i386.rpm where version and build are the version number and the build...
  • Page 58 Initializing the Storage System Run the Navisphere Storage System Initialization Utility 1. Before continuing, make sure that the storage system is powered up completely: • The Fault lights on each SP must be off and the Power light must be on. These lights are on the back of the storage system (Figure 21).
  • Page 59 Initializing the Storage System uninitialized and initialized storage systems it discovered. The hardware serial number is on a label on the rear of the chassis (see page 56). If the storage system you are installing was not discovered, verify the cable connections between the storage system and the computer running the utility.
  • Page 60 Initializing the Storage System 8. When you have set the parameters to the values you want, apply the values by typing a. 9. Exit the utility by typing e. If you entered an SP IP address for the first time or changed an SP IP address, the utility reboots the storage system and the SP Boot/Fault light on the back of each SP starts blinking ().
  • Page 61 Initializing the Storage System Change the Management Network Parameters and User Account Settings If you need to change the management network parameters or user account settings after you initialized the storage systems, you must Shut down the storage system. Reset the storage system. Rerun the initialization utility to set the parameters.
  • Page 62 Initializing the Storage System To Reset the Storage System 1. After shutting down the storage system, wait about two minutes for the storage system to power down. 2. Press the power button and hold it down for one second after the green Power light comes on (Figure 23) - a total of about four to five seconds.
  • Page 63: Connecting Switches To The Storage System And Server

    Connecting Switches to the Storage System and Server Connecting Switches to the Storage System and Server Read this section for all configurations. Use optical cables to connect switch ports to storage-system Fibre Channel ports (labeled FE 0 and FE 1 on each SP) and to server HBA ports.
  • Page 64 Connecting Switches to the Storage System and Server Cable the Switch to the Storage System On the customer-installable switch, use ports 0 and 4 only for SP connection and ports 1-3 and 5-7 only for HBA connections. The switch is preconfigured so that any SP connected to ports 0 or 4 communicates with any HBA connected to ports 1-3 and 5-7.
  • Page 65 Connecting Switches to the Storage System and Server Cable the Switch to the Server 1. Remove the protective covers from the HBA port connector on the server and from one end of the optical cable, and plug the cable into the HBA connector. 2.
  • Page 66: Registering The Server With The Storage System

    Registering the Server with the Storage System Registering the Server with the Storage System Read this section for all configurations. You must run the Navisphere Server Utility on each server connected to the storage system to register the server’s HBAs with the storage system.
  • Page 67 Registering the Server with the Storage System Start Navisphere Express 1. Open an Internet browser, such as Internet Explorer or Netscape, on the server or on any host on the same LAN as the storage system. 2. Enter the IP address of an SP in the storage system. The IP address is one you assigned when you initialized the storage system (from the Storage-Management Ports section of the planning guide)
  • Page 68 Registering the Server with the Storage System Verify HBA Registration 1. In the Navisphere Express navigation pane, under Manage, click Connections to display the Manage Connections page. 2. Verify that the SP/Port status is for each HBA connected Active to the storage system. •...
  • Page 69: Configuring A New Storage System

    Configuring a New Storage System Configuring a New Storage System Read this section if you are configuring a new AX100SC or AX100 storage system. A new storage system is one that was not already connected to a server when you started the installation procedure. Before You Start You need to complete the configuration planning worksheets from Planning Your AX100-Series Fibre Channel Storage-System Configuration...
  • Page 70 Configuring a New Storage System Configure a New Storage System 1. Locate your completed storage-system configuration planning worksheet so you can refer to it in the steps that follow. 2. Create a hot spare. A hot spare is a single global spare disk that serves as a temporary replacement for any failed disk in the storage system.
  • Page 71 Configuring a New Storage System operating system disks in a disk pool with other disks, each of the other disks loses space for your data equal to the system data space on an operating system disk. 4. Create one or more virtual disks on the disk pools. A virtual disk is a grouping of disk partitions into one span of disk storage space.
  • Page 72 Configuring a New Storage System 7. Use the Event Notification page to configure the storage system to send an E-mail message when the storage system encounters a problem. To display the Events Notification page - In the Navisphere Express navigation pane, under System, click Settings, and then click Event Notification.
  • Page 73: Configuring An Existing Storage System

    Configuring an Existing Storage System If any virtual disk is still not connected to the server, go to the "Troubleshoot" section on the AX100 support website or the AX100-Series Documentation CD. 9. Configure PowerPath: /etc/opt/emcpower/powercf -q powermt config 10. On the server, verify that PowerPath sees all the paths to the virtual disks with the PowerPath command: powermt display dev=all What Next?
  • Page 74 Configuring an Existing Storage System Start Navisphere Express If It Is Not Already Running 1. Open an Internet browser, such as Internet Explorer or Netscape, on the server or on any host on the same LAN as the storage system. 2.
  • Page 75 Configuring an Existing Storage System operating system disks in a disk pool with other disks, each of the other disks loses space for your data equal to the system data space on an operating system disk. 3. If you need additional virtual disks for the server, create one or more virtual disks on the disk pools.
  • Page 76 Configuring an Existing Storage System – Verify that the SP/Port status is Active for each HBA connected to the storage system. If the status is , register the HBA Active (unregistered) with the storage system by running the Navisphere Server Utility as described in Registering the Server with the Storage System...
  • Page 77: Preparing Virtual Disks To Receive Data

    Preparing Virtual Disks to Receive Data Preparing Virtual Disks to Receive Data Read this section for all configurations. Before a virtual disk can receive data, Linux must recognize the disk, and you must partition the disk and then create and mount a file system on it.
  • Page 78 Preparing Virtual Disks to Receive Data d. Type L and press Enter for a list of hex codes for system IDs. Linux is type 83; Linux swap is type 82. e. Type p and press Enter to print the partition table so you can verify that the selections look correct.
  • Page 79 Preparing Virtual Disks to Receive Data mount -t ext3 /dev/emcpowera1 /mnt/emcpowera The commands above mount the partition /dev/emcpowera1 onto the mount point /mnt/emcpowera as the file system type specified. This mount command is required every time the server is rebooted. If you prefer, you can mount the file system automatically at boot time by adding this information to the /etc/fstab file.
  • Page 80: Sending Linux Disk Information To The Storage System

    Sending Linux Disk Information to the Storage System Sending Linux Disk Information to the Storage System Read this section for all configurations. You must rerun the Navisphere Server Utility to send to the storage system the Linux device name and volume or file system information for each virtual disk that the server sees.
  • Page 81: Verifying Your Configuration

    Verifying Your Configuration Verify That the Storage System Received the Disk Information 1. For each virtual disk in the storage system that is connected to the server, display its Navisphere Express Details page: a. In the Navisphere Express navigation panel, under Manage, click Virtual Disks.
  • Page 82 Verifying Your Configuration Verify Your Configuration with PowerPath 1. If you connected a new server to an existing storage system, stop all applications accessing the storage system and disable user logins to the server. 2. View the virtual disks available to the server: powermt display dev=all 3.
  • Page 83 Verifying Your Configuration What Next? You have completed the installation for one storage system connected to one server. If you have another server to connect to the storage system, start with Installing HBAs in the Server (page 7). If you have another storage system to connect to a server, start with Unpacking the Storage System (page 28) for a new AX100SC storage...
  • Page 84 Verifying Your Configuration Copyright © 2004-2005 EMC Corporation. All Rights Reserved. EMC believes the information in this publication is accurate as of its publication date. The information is subject to change without notice. THE INFORMATION IN THIS PUBLICATION IS PROVIDED "AS IS." EMC CORPORATION MAKES NO...

This manual is also suitable for:

Ax100scAx100

Table of Contents