Critical Resource Analysis (CRA) White Paper

Size: px
Start display at page:

Download "Critical Resource Analysis (CRA) White Paper"

Transcription

1 Critical Resource Analysis (CRA) White Paper SUMMARY... 3 Introduction to Critical Resource Analysis... 4 CRA return values... 4 Mass Storage CRA Scenarios... 5 Boot Path Configuration Scenarios... 5 Scenario Scenario Scenario Scenario Swap and Crash Dump Device Configuration Scenarios... 8 Scenario Scenario Scenario Service Guard Configuration Scenarios... 9 Scenario Scenario Scenario Scenario Scenario I/O in Progress Scenarios Scenario Scenario File System Configuration Scenarios Scenario Scenario Scenario Scenario Scenario Scenario DLKM Driver unload scenarios Scenario Scenario Scenario

2 Cards in PCI Error and Suspended State Scenarios Scenario Scenario Scenario Scenario SAN Storage Configuration Scenario Scenario LAN CRA Scenarios IP Address Configured NIC Scenarios Scenario Scenario Scenario Scenario Scenario VLAN and APA Configuration Scenarios Scenario Scenario Scenario Scenario Scenario Scenario Scenario Scenario Scenario Service Guard Configuration Scenarios Scenario Scenario Scenario Dynamic npartitions Scenarios I/O Chassis Deletion Scenarios Scenario For more information Call to action... 31

3 SUMMARY Critical Resource Analysis (CRA) provides usage analysis for I/O resources during destructive operations, such as online PCI card replacement and deletion, lun or lunpath removal, and during unload of an interface card driver. The complete CRA framework consists of multiple subsystem CRA modules, and one infrastructure CRA module. The infrastructure CRA module provides basic functionality and co-ordination between the subsystem CRA modules. During analysis, the infrastructure CRA module interacts with and queries each subsystem CRA module through a welldefined interface. For a given set of I/O components, these subsystem specific CRA modules perform usage analysis specific to their subsystems, and report any potential impacts. The infrastructure CRA module collates the usage analysis reports from all the subsystem CRA modules to provide a combined CRA report for the system. This white paper provides an in-depth account of the reports generated by Critical Resource Analysis (CRA) for various configurations and scenarios on a system installed with the HP-UX 11iv3 operating system. The paper also discusses various recommendations to safely perform the intended operation for each of the described scenarios. These recommendations will help a system administrator to deal with situations when an operation, that may need appropriate precaution to be taken, needs to be performed on the system. This whitepaper is primarily targeted at the HP-UX 11iv3 operating environment. Though it may have some scenarios common with HP-UX 11iv2, this document is not intended for HP-UX 11i v2 and earlier releases. The rest of this document assumes HP-UX 11iv3 operating environments. 3

4 Introduction to Critical Resource Analysis Starting with HP-UX 11i v3, given a set of I/O components, the CRA module performs usage analysis and reports any potential impacts for specific subsystems, such as Mass Storage, LAN, or Infiniband. The CRA module returns the highest critical usage reported. The CRA module also collates detailed analysis logs from all the subsystem CRA modules and returns the combined logs for the user under the /var/adm directory on the system. Example: Consider a CRA framework comprising an infrastructure CRA, a networking subsystem CRA module, and a mass storage subsystem CRA module. Assume that a 4-port LAN card is being taken offline (suspended or deleted). The I/O resources to be analyzed for usage are the 4 LAN interface ports on the card. For CRA purposes, an I/O resource is represented by its hardware path. The infrastructure CRA module invokes both the networking and mass storage subsystem CRA modules with the hardware paths for the 4 LAN ports on the IO card. The subsystem CRA modules verify if any LAN ports are in use within the networking or mass storage subsystems. Each subsystem CRA module returns its analysis report to the infrastructure CRA module. The infrastructure CRA module then returns a combined report to its caller. The CRA is invoked in the following scenarios: Card Delete (using olrad d) Card Suspend (using olrad r) Card Usage Report (using olrad C) LAN Card Usage Report (using nwmgr cra c) LUN Delete (using scsimgr command) Disable a lunpath (using scsimgr command) Driver unload (using kcmodule command) Removal of legacy device special files (using rmsf L command) Deletion of VLAN/APA interface (using nwmgr delete command) Reset of the lan interface (using nwmgr reset command ) Chassis Delete (using olrad D s) during Dynamic npartition operations CRA return values Cumulative CRA is a resource analysis method that checks the overall impact of a destructive operation on any or all components in the subsystem. The CRA returns the following values at the end of the analysis: CRA_SUCCESS - Indicates that no critical usage is detected for the set of components that were analyzed. CRA_WARNING Indicates a warning issued to the user because of a redundant resource being deleted or taken offline which does not cause any loss of service. A CRA_WARNING could be returned owing to the potential performance impact of a hardware redundancy that is being removed. For example, a warning is issued when one of the network links from a networking aggregate is going down. CRA_DATA_CRITICAL - Indicates loss of resources that are classified as not critical to the running system. However, applications might be affected. If a CRA_DATA_CRITICAL flag is returned, the 4

5 olrad command provides an option to override the flag and proceed with the removal of I/O components. For example, if an IP address is configured on a networking port, it is considered a DATA CRITICAL usage. CRA_SYSTEM_CRITICAL - Indicates critical resources are in use. If these resources are taken offline, the system could crash. Swap and boot configurations are examples. With system critical resources in use, the corresponding I/O component should not be allowed to be taken offline. CRA_FAILURE - Indicates that internal errors occurred during the analysis. The Critical Resource Analysis may take anywhere between less than a minute to several minutes to complete, depending on system configurations. In most of the typical system configurations, the CRA will complete in less than a minute and in large configurations with large number of interface cards, and storage devices with multi-paths, the CRA may take several minutes to complete. Each subsystem CRA module provides a detailed log of resource usage for its corresponding subsystem. The infrastructure CRA module combines these logs and provides a system wide usage report for I/O components. The subsystem CRA log format has a Detailed Report section. The information contained in the Detailed Report provides a system administrator with detailed information on resource usage in a subsystem. The CRA log can be found on the system at the following location /var/adm/cra.log. This whitepaper provides insight into the typical CRA scenarios. The scenarios are discussed at the following levels: Various possible system configuration scenarios. Operations that may be performed on the machine, which, if appropriate precaution is not taken, can sometimes lead to system instability or data loss issues. The CRA resource usage report generated for that configuration and operation to be performed If the operation is blocked by the CRA and if it is necessary to go ahead with the operation, a recommendation to safely carry out the intended operation. Mass Storage CRA Scenarios Mass storage CRA is a subsystem invoked by the CRA infrastructure to perform resource analysis on mass storage components on the system. Mass storage components are those that belong to class of devices, such as FC (Fiber Channel), SCSI (Small Computer System Interface), SAS (Serial Attached SCSI), etc. Boot Path Configuration Scenarios Scenario 1 System Configuration: HP-UX OS running from a boot disk with a single lunpath under an HBA. 5

6 # scsimgr disable H <boot lunpath> Criticality reported by CRA: CRA_SYSTEM_CRITICAL The above operations with scsimgr and olrad (1M) with r or d options (if it were to be allowed) will render the boot lunpath unavailable. This operation will result in system crash, hang, or any other indeterminate system state. Because of the above reasons, the requested olrad operations will not be allowed by CRA to proceed and the operation will fail with a CRA_SYSTEM_CRITICAL error. If any of these operations must be performed for system administration purposes, the user must ensure that the boot disk is reachable through an alternative path. In case of the olrad operation, the alternative path can be configured using another healthy card. For the scsimgr operation, a different port of the same card (if it is a multi-port card) or another card can be used to configure the alternate path. Once the alternate paths are configured thus, the above operations can be performed. Scenario 2 System Configuration: HP-UX OS running from a boot disk with multiple lunpaths which originate from different ports of the same card (for example, AB379B dual ported 4GB FC card). Criticality reported by CRA: CRA_SYSTEM_CRITICAL Though there are multiple lunpaths to the boot disk, the olrad(1m) with r or d options (if it were to be allowed) will render all the boot lunpaths unavailable because all lunpaths are from a single card with multiple ports. This will result in system crash, hang, or any other indeterminate system state. Because of the above reasons, the requested olrad operations will not be allowed by CRA to proceed and the operation will fail with CRA_SYSTEM_CRITICAL error. If any of these operations must be performed for system administration purposes without resulting in system instability, the user must ensure that the boot disk is reachable through an alternative healthy card before performing the above operations. Scenario 3 System Configuration: A running HP-UX OS is configured with an alternate boot disk under an HBA. # scsimgr disable H <alternate boot path> 6

7 The above operations with scsimgr and the olrad(1m) with r or d options will fail with CRA_DATA_CRITICAL error. If any of these operations must be performed for system administration purposes, the user must ensure that the alternate boot disk is reachable through an alternative path (in case of the scsimgr operation) or an alternative healthy card (in case of the olrad operation) before performing the above operations. However, the user may override this error using the olrad f option and the scsimgr disable F option. However, overriding the error and proceeding with the above operation, without making an alternative lunpath available, will leave the system without any alternate boot path set. Scenario 4 System Configuration: HP-UX OS running from a boot disk with one or more lunpath(s) through I/O cards controlled by the same driver. Operation Performed: # kcmodule <interface driver associated with card>=unused Criticality reported by CRA: CRA_SYSTEM_CRITICAL The above operation with kcmodule will render the boot lunpath unavailable and this will result in system crash, hang, or any other indeterminate system state. Because of the above reasons, the requested operation will not be allowed by CRA to proceed and the operation will fail with CRA_SYSTEM_CRITICAL error. If this operation must be performed for system administration purposes, then, before performing the operation, the user must configure another lunpath to the boot disk through a different I/O card driver, than the one that is going to be currently unloaded. NOTE: If the boot disk had a single lunpath and a kcmodule operation is attempted, as mentioned above, though the kcmodule operation fails with CRA_SYSTEM_CRITICAL, it still marks the interface driver as unused for the next boot. That is, the corresponding interface card driver is removed from the kernel configuration that is marked to be used during the next boot of the system. Therefore, when the system is rebooted, the system will panic on the next boot since it can not find the interface card driver for boot path. In such a scenario, to avoid the panic due to the interface card driver for the boot path not being configured, before rebooting the system, the user can run one of the following commands: Discard all kernel configuration changes marked for the next boot of the system, by running: # kconfig H To verify that all the kernel configuration changes have been discarded, run: # kconfig D 7

8 However, running the above kconfig H command will discard all the kernel configuration changes, not only the kernel configuration change caused by the above kcmodule driver unload operation, but also any other changes held for next boot of the system. Load the interface card driver, that has been marked as unused, back into the kernel configuration, by running: # kcmodule <interface driver associated with card>=loaded Swap and Crash Dump Device Configuration Scenarios Scenario 5 System Configuration: HP-UX OS running with swap device configured either on a logical volume (could be either LVM or VxVM volume) or on a physical disk (PV) with a single lunpath through an HBA. Criticality reported by CRA: CRA_SYSTEM_CRITICAL The olrad(1m) with r or d options (if it were to be allowed) will render the swap device unavailable and this will result in system crash, hang, performance issues, or any other indeterminate state. Because of the above reasons, the requested olrad operations will not be allowed by CRA to proceed and the operation will fail with CRA_SYSTEM_CRITICAL error. If any of these operations must be performed for system administration purposes, the user must ensure that the swap device is reachable through an alternative healthy card before performing the above operations. If the swap device has been configured using a path dependent device special file, it will not be possible to provide any alternative path to it without loss of swap functionality and hence the requested olrad operation is not recommended to be performed. Scenario 6 System Configuration: HP-UX OS running with swap device configured on a File System mount point and this file system is configured either on a logical volume (could be either LVM or VxVM volume) or on a physical disk (PV) with a single lunpath through an HBA. Criticality reported by CRA: CRA_SYSTEM_CRITICAL 8

9 The olrad(1m) with r or d options (if it were to be allowed) will render the swap device unavailable and this will result in system crash, hang, performance issues, or any other indeterminate state. Because of the above reasons, the requested olrad operations will not be allowed by CRA to proceed and the operation will fail with CRA_SYSTEM_CRITICAL error. If any of these operations must be performed for system administration purposes, the user must ensure that the swap device is reachable through an alternative healthy card before performing the above operations. This recommendation is possible only if the swap device in question is configured using the path independent device special file (DSF). If the swap device has been configured using path dependent device special file, it will not be possible to provide any alternative path to the swap device without loss of swap functionality, which may lead to system crash, hang or any indeterminate system state. Scenario 7 System Configuration: HP-UX kernel dump device is configured on a logical volume (could be either LVM or VxVM volume) on a physical disk (PV) with a single lunpath through an HBA # scsimgr disable H <dump device lunpath> The above operations with scsimgr and the olrad(1m) with r or d options will fail with CRA_DATA_CRITICAL error. Overriding the error and proceeding with the operation will make the dump device unavailable for capturing kernel dump, such as in the event of any subsequent system crash or hang, thereby resulting in inability to debug the system problems. If any of these operations must be performed for system administration purposes, then, before performing the operation the user must configure another disk as the dump device or alternative path (in case of scsimgr operation) or alternative healthy card (in case of olrad operation). Service Guard Configuration Scenarios Scenario 8 System Configuration: HP-UX OS running in Service Guard (SG) cluster environment with common lock disk between the cluster nodes. The common lock disk has only one lunpath through an HBA. # scsimgr disable H <lunpath to quorum disk> 9

10 Criticality reported by CRA: CRA_SYSTEM_CRITICAL The above operations with scsimgr and olrad(1m) with r or d options (if it were to be allowed) will render the quorum disk unavailable if the requested operation is allowed to proceed. This process will result in the node being evicted from the cluster. Because the proper functioning of the SG cluster is considered one of the critical configurations, the above requested operations will not be allowed by CRA to proceed and the operation will fail with CRA_SYSTEM_CRITICAL error. If any of these operations must be performed for system administration purposes, the user must configure another lunpath to the SG quorum disk, which is reachable through an alternative healthy card before performing the above operations. However, this recommendation is possible only if the SG quorum disk has been configured using path-independent device special file (DSF). If the quorum disk has been configured using path dependent device special file, it will not be possible to provide any alternative path to the quorum disk without losing the SG cluster functionality and hence the requested olrad operation is not recommended. However, if the user is prepared to stop the SG cluster service, a different quorum disk can be configured using an alternative healthy card (in case of the olrad operation) or an alternative path can be configured using the same or a different card (in case of the scsimgr operation) and the required operation can be performed. Scenario 9 System Configuration: HP-UX OS running in Service Guard (SG) cluster environment with common lock disk between the cluster nodes, and the common lock disk has multiple lunpaths which originate from different ports of the same card (for example, AB379B dual ported 4GB FC card). Criticality reported by CRA: CRA_SYSTEM_CRITICAL Though there are more than one lunpaths to the quorum disk, the olrad(1m) with r or d options (if it were to be allowed) will render the quorum disk unavailable if the requested operation is allowed to proceed because all lunpaths are from a single card with multiple ports. Because this will result in the node being evicted from the cluster and the proper functioning of the SG cluster is considered as one of the critical configurations, the above requested olrad operations will not be allowed by CRA to proceed and the operation will fail with a CRA_SYSTEM_CRITICAL error. If any of these operations must be performed for system administration purposes, the user must ensure that the SG quorum disk is reachable through an alternative healthy card before performing the above operations. However, this recommendation is possible only if the quorum disk has been configured using path-independent device special file (DSF). If the quorum disk has been configured using path dependent device special file, it will not be possible to provide an alternative path to the quorum disk without losing the SG cluster functionality and hence the requested olrad operation is not recommended. However, if the user is prepared to 10

11 stop the SG cluster service, a different quorum disk can be configured using an alternative healthy card and the required olrad operation can be performed. Scenario 10 System Configuration: HP-UX OS running in Service Guard (SG) cluster environment with common lock disk between the cluster nodes, and the cluster is configured with a common lock disk using path dependent device special file. Operation Performed: # rmsf -L Criticality reported by CRA: CRA_SYSTEM_CRITICAL The above rmsf operation will render the quorum disk unavailable if the requested operation is allowed to proceed. Since this will result in the node being evicted from the cluster and because the proper functioning of the SG cluster is considered one of the critical configurations, the above requested operation will not be allowed by CRA to proceed and the operation will fail with a CRA_SYSTEM_CRITICAL error. If the quorum disk has been configured using path dependent device special file, it will not be possible to provide an alternative path to the quorum disk without losing the SG cluster functionality and hence the requested operation is not recommended. However, if the user is prepared to stop the SG cluster service, a quorum disk can be configured using path-independent DSF, which has one or more lunpaths to the quorum disk and the above operation can be performed. Scenario 11 System Configuration: HP-UX OS running in Service Guard (SG) cluster environment with common lock disk between the cluster nodes, and the cluster is configured with a common lock disk, which has one or more lunpath(s) through I/O cards controlled by the same driver. Operation Performed: # kcmodule <interface driver associated with card>=unused Criticality reported by CRA: CRA_SYSTEM_CRITICAL The above operation will render the quorum disk unavailable if the requested operation is allowed to proceed. Since this will result in the node being evicted from the cluster and the proper functioning of the SG cluster is considered as one of the critical configurations, the above requested operation will not be allowed by CRA to proceed and the operation will fail with CRA_SYSTEM_CRITICAL error. If this operation must be performed for system administration purposes, then, before performing the above operation, the user must configure another lunpath to the SG quorum disk through a card controlled by a different I/O driver. However, this is possible only if the quorum disk has been configured using path-independent device special file (DSF). If the quorum disk has been configured using a path dependent device special file, it will not be possible to provide any alternative path to the quorum disk without losing the SG cluster functionality and hence the requested operation is not recommended to be performed. However, if the user is prepared to stop the SG cluster, and an alternative path to the quorum disk can be configured through a card controlled by different I/O driver, then the required operation can be performed. 11

12 Scenario 12 System Configuration: HP-UX OS running in Service Guard (SG) cluster environment with common lock disk between the cluster nodes, but the SG cluster is not currently running. Criticality reported by CRA: CRA_FAILURE Though the SG cluster is not currently running, as long as the quorum disk is configured, the above olrad operations on the card under which the quorum disk is present will fail with CRA Internal error. In this scenario, if the above olrad operations must be performed for system administration purposes, the recommended procedure is to remove the specified quorum disk from the SG cluster configuration or remove the SG cluster configuration itself (if the user is prepared to take this recommendation and after ensuring that the cluster configuration has been backed-up) and then re-try the above operation. I/O in Progress Scenarios Scenario 13 System Configuration: I/O is in progress to a logical volume (could be either LVM or VxVM volume) configured on a physical disk (PV) with a single lunpath through an HBA. Note that this PV is neither a boot disk nor a disk that has any root file system mounted. The logical volume in use is one which is other than the logical volume for the current boot disk. # scsimgr disable H <lunpath> The above operations with scsimgr and the olrad(1m) with r or d options will fail with CRA_DATA_CRITICAL error. If any of these operations must be performed for system administration purposes, then the user must ensure that the disk under I/O is reachable through an alternative path (in case of scsimgr operation) or alternative healthy card (in case of olrad operation) before performing the above operations. However, the user may override this error using the olrad f option or the scsimgr disable F option. Overriding the error and proceeding with the operation will make the disk unavailable and this may result in loss of data or data inconsistency problems. Scenario 14 System Configuration: HP-UX OS is running and the user applications are performing disk I/O using the path dependent device special file (DSF). Operation Performed: # rmsf -L 12

13 The above operation with the rmsf option will fail with a CRA_DATA_CRITICAL error. Before performing the above operation, it is recommended to make the user applications use the path independent device special file. File System Configuration Scenarios Scenario 15 System Configuration: A File system is mounted on a disk and the disk has a single lunpath through a card. # scsimgr disable H <lunpath> The above operations with scsimgr and olrad(1m) with r or d options will fail with a CRA_DATA_CRITICAL error. Overriding the error and proceeding with the operation will make the lunpath unavailable and this will make the file system, residing on the disk, inaccessible. If any of these operations must be performed for system administration purposes, an alternative path must be configured using the same or a different card (in case of the scsimgr operation) or through an alternative healthy card (in case of the olrad operation) before performing the above operations. Scenario 16 System Configuration: A File system is mounted on a disk and the disk has one or more lunpath(s), which originate from different ports of the same card (for example, AB379B dual-ported 4GB FC card). Though there are multiple lunpaths to the disk, the above operations with olrad(1m) with r or d options will fail with a CRA_DATA_CRITICAL error. Overriding the error and proceeding with the operation will make the lunpaths unavailable as all the paths are through the same card and this will render the file system residing on the disk inaccessible. If any of these operations must be performed for system administration purposes, an alternative path must be configured using an alternative healthy card before performing the above operations. 13

14 Scenario 17 System Configuration: Disk has been configured as a mirror copy of a logical volume (could be either LVM or VxVM volume) with file system mounted on it. The mirror disk has only one lunpath, where the lunpath originates from a different I/O card as compared to the primary mirror copy. # scsimgr disable H <mirror disk lunpath> Criticality reported by CRA: CRA_WARNING or CRA_DATA_CRITICAL The olrad (1M) command with C option reports the resource usage and its criticality. The above operations with scsimgr and olrad (1M) with r or d options will display a WARNING indicating that the operation will make the lunpath to mirror disk unavailable. However, if there is any process that is keeping the mirror disk open, then the above operations will return the CRA_DATA_CRITICAL error. If the user chooses to proceed with the requested operation or override the error (in case of CRA_DATA_CRITICAL), the user must remember that the system is then vulnerable and a failure might occur while reading data from the primary mirror copy. This could potentially bring down the system. If any of these operations must be performed for system administration purposes, then an alternative path must be configured using the same or a different card (in case of the scsimgr operation) or through an alternative healthy card (in case of the olrad operation) before performing the above operations. Scenario 18 System Configuration: Disk has been configured as a mirror copy of a logical volume (could be either LVM or VxVM volume) with file system mounted on it. This mirror disk has multiple lunpaths which originate from different ports of the same card (for example, AB379B dual-ported 4GB FC card). # scsimgr disable H <mirror disk lunpath> Criticality reported by CRA: CRA_WARNING or CRA_DATA_CRITICAL The above operation with scsimgr will not have any user impact as long as there is at least one another lunpath available to the mirror disk. However, if the last lunpath is disabled, then this operation will report a WARNING. Though there are multiple paths, the above operations with olrad(1m) with r or d options will display a WARNING indicating that the operation will make all lunpaths to the mirror disk unavailable as they are all from the same card. 14

15 However, if there is any process that is keeping the mirror disk open, then the above operations will return the CRA_DATA_CRITICAL error. If the user chooses to proceed with the requested operation or overrides the error (that is, in case of CRA_DATA_CRITICAL error), it may result in system failure and/or loss of data, in the event of failure of the primary mirror copy. If any of these operations must be performed for system administration purposes, an alternative path must be configured, perhaps using an alternative healthy card (in case of the olrad operation) before performing the above operations. Scenario 19 System Configuration: A logical volume (could be either LVM or VxVM volume) has been created with two or more disks (that is, PVs), each PV has a single lunpath through same or different cards and a file system is residing on that logical volume. # scsimgr disable H <PV lunpath> The above operations with scsimgr on any of lunpaths to the PV in the lvol and olrad(1m) with r or d options on any of the cards, which provides a lunpath to the PV, will fail with CRA_DATA_CRITICAL error. Overriding the error and proceeding with the operation will make the lunpath unavailable and this will make the file system residing on the logical volume inaccessible and/or result in loss of data on the file system. If any of these operations must be performed for system administration purposes, then an alternative path must be configured using the same or a different card (in case of the scsimgr operation) or through an alternative healthy card (in case of the olrad operation) before performing the above operations. Scenario 20 System Configuration: File system is mounted on a disk and the disk has multiple lunpaths through same (that is, with multiple ports) or different cards. Operation Performed: # scsimgr disable H <lunpath> Criticality reported by CRA: No user impact The above operation will not have any user impact and no user action is required as long as there is at least one another lunpath to the disk. However, if the last lunpath is being disabled, the scsimgr will report a CRA_DATA_CRITICAL error. However, the user may override this error using the scsimgr disable F option. Overriding the error and proceeding with the operation will make the disk unavailable and this will make the file system residing on the disk inaccessible. 15

16 DLKM Driver unload scenarios Scenario 21 System Configuration: A logical volume (could be either LVM or VxVM volume) has been created with two or more disks (that is, PVs), each PV has a single lunpath through same or different cards and a file system is residing on that logical volume. Operation Performed: # kcmodule <interface driver associated with card>=unused The above kcmodule operation on any of the I/O drivers controlling a card, which provides a lunpath to the PV, will fail with CRA_DATA_CRITICAL error. If this operation must be performed for system administration purposes, then an alternative path must be configured using different I/O driver than the one that is about to be unloaded, before performing the above operation. Scenario 22 System Configuration: HP-UX OS is running and a card in one of the I/O slots is connected to some critical resources, such as boot disk, disk with a File system, SG quorum disk, etc. The driver associated with the card is a Dynamically Loadable Kernel Module (DLKM) driver. Operation Performed: User tries to remove the driver software of the dynamically loaded kernel I/O driver associated with the card, using the SD-UX swremove command. Criticality reported by CRA: The CRA result is not reported to the user. In such a scenario, where the dynamically loaded kernel I/O driver is in use, removing the driver software using the swremove command will need a system reboot to complete operation. The recommended procedure to avoid this system reboot is to perform CRA analysis using the kcmodule unload operation first before removing the driver software. If the CRA reports any critical resource usage, configure another alternative path to the resource using a different dynamically loadable I/O driver, then unload the I/O driver, for which the associated software must be removed from the system. Thereafter, proceed to remove the driver software. If the system has an earlier version of the I/O driver, which is statically linked, then regardless of criticality of the driver usage the swremove operation will result in system reboot. However, if the earlier version of the I/O driver is also a dynamically loadable kernel module, then the swremove operation will result in system reboot only if the concerned I/O driver has any critical resource usage. If there is no critical usage of the I/O driver, the swremove will not result in system reboot. 16

17 Scenario 23 System Configuration: HP-UX OS running in Service Guard (SG) cluster environment with common lock disk between the cluster nodes and the cluster is configured with a common lock disk, which has multiple lunpath(s) through different cards, controlled by different I/O drivers. Operation Performed: # kcmodule <interface driver associated with card>=unused Criticality reported by CRA: No user impact The above kcmodule operation on any one of the I/O drivers controlling a card, which provides a lunpath to the common lock disk, will not have any user impact. If the common lock disk has been configured using path dependent device special file, then the above operation will report a CRA_WARNING and the user will be allowed to proceed with the operation. No user action is required. Cards in PCI Error and Suspended State Scenarios Scenario 24 System Configuration: HP-UX OS is running and an interface card in one of the PCI I/O slots is in PCI ERROR state. That is, ioscan(1m) displays the nodes below the slot in ERROR state. Criticality reported by CRA: CRA_WARNING Under normal situations, when an I/O slot occupied with a card encounters any PCI errors, the automatic PCI error recovery feature of HP-UX 11iv3 will clear the PCI error and make the slot and card functional again. No user intervention is needed to recover from this scenario. However under certain conditions (for example, the card is faulty), the automatic PCI error recovery may fail to clear the error and the slot will be left in ERROR state to prevent any system crash leading to system downtime. In such scenario, the user can choose to perform one of the following operations: The user can suspend the card using the olrad r option. Then, a manual recovery operation using the olrad R option can be attempted to recover from the error. If the card is in a recoverable state, the card should start functioning normally after the olrad -R operation. However, if the card is faulty, the above manual recovery operation may also fail. In such a scenario, the user can remove the faulty card from the slot, replace with a new but same type of card and then run the olrad R operation. Alternatively, the user can choose to delete the card using the olrad d option. Once this operation is complete, the user can physically add a new card to the slot and run olrad A and thus recover from the PCI error scenario. 17

18 Scenario 25 System Configuration: HP-UX OS is running and an interface card in one of the PCI I/O slots is in PCI ERROR state. That is, ioscan(1m) displays the nodes below the slot in ERROR state. Operation Performed: # kcmodule <interface driver associated with card>=unused Criticality reported by CRA: Driver Unload failure Under normal situations, when an I/O slot occupied with a card encounters any PCI errors, the automatic PCI error recovery feature of HP-UX 11iv3 will clear the PCI error and make the slot and card functional again. However, under certain conditions (for example, the card is faulty), the automatic PCI error recovery may fail to clear the error and in which case, the slot will be left in ERROR state to prevent any system crash leading to system downtime. In such a scenario, the user can perform olrad(1m) SUSPEND or DELETE operation with r or d options, respectively, to clear the PCI error manually and then perform the driver unload operation again. Scenario 26 System Configuration: HP-UX OS is running and a card is in olrad (1M) suspended state. That is, ioscan(1m) displays the nodes below the slot in SUSPENDED state. Operation Performed: # olrad -d <slot id> Criticality reported by CRA: CRA_WARNING In such a scenario, the above olrad (1M) DELETE operation will complete with a WARNING and no user action is required. Scenario 27 System Configuration: HP-UX OS is running and a card is in olrad (1M) suspended state. That is, ioscan(1m) displays the nodes below the slot in SUSPENDED state. Operation Performed: # kcmodule <interface driver associated with card>=unused Criticality reported by CRA: Driver Unload failure In such a scenario, the recommended procedure is to perform the olrad(1m) RESUME or DELETE operation with r or d, respectively, and then perform the intended kcmodule driver unload operation. 18

19 SAN Storage Configuration Scenario Scenario 28 System Configuration: A set of LUNs is configured on the storage device to be visible to a particular fiber channel world wide name (WWN), which belongs to a fiber channel HBA on a system in the SAN. Possible usages of these LUNs could be: A file system is mounted on one of the LUNs. An I/O is in progress to one of the LUNs. This LUN is being used as a dump device. Operation Performed: # olrad -r -d <slot id>. The above operations with olrad(1m) with r or d options (if it were to be allowed) will render the lunpaths unavailable to reach the LUNs on the device through this HBA. This will result in data loss. If any of these operations must be performed for system administration purposes, ensure that the disks are reachable through an alternative card. This will involve reconfiguration on the device to enable the same LUNs to be visible to the WWN of the alternative card. LAN CRA Scenarios IP Address Configured NIC Scenarios Scenario 1 System Configuration: HP-UX System is running, which has a Network interface card (NIC), configured with an IP address and connected to network. User Scenario: Replace the NIC with another card of same model. Delete and add a different type of card which can be claimed by the same or different driver. The above operations with olrad(1m) with r or d options (if it were to be allowed) will render the system inaccessible to network. This may result in network applications running on the system hanging, inaccessible to the network client applications, leading to application downtime or any other indeterminate system state. Because of the above reasons, the requested olrad operations will not be allowed by CRA to proceed and the operation will fail with CRA_DATA_CRITICAL error. 19

20 However, if the user wants to override the CRA criticality report, he can do so at his own risk by using the f option of the olrad command. If any of these operations must be performed for system administration purposes, the system must be made accessible through alternative network interface card, which does not have IP address already configured. To do this, first verify that the alternative NIC has a physical connection to the network. This can be verified using one of these commands: nwmgr, linkloop. Perform the following steps to re-assign the IP address, from the currently configured NIC to an alternative NIC with a physical connection to the network. 1. Open the /etc/rc.config.d/netconf file and set the value of X in below lines with the instance number of the alternative NIC. INTERFACE_NAME[0]="lanX" IP_ADDRESS[0]=" " 2. Stop the current networking configuration using the ifconfig command to down and unplumb the IP address configured for the NIC to be replaced. 3. Run the following command: /sbin/init.d/net stop 4. Run the following command: /sbin/init.d/net start 5. Manually reconfigure any additional networking setup as needed. 6. Verify the network connection and IP address using the netstat and ifconfig command. Scenario 2 System Configuration: HP-UX System is running, which has a Network interface card (NIC), configured with an IP address and connected to network and the NIC card driver is in SUSPENDED state. User Scenario: Card driver is in SUSPENDED state and the user tries to delete and add a different type of card, which can be claimed by the same or a different driver. Operation Performed: # olrad C -d <slot id> Criticality reported by CRA: CRA_WARNING The olrad(1m) d option (if it were to be allowed) will delete the IP configuration and its LAN port from the system. This will result in stale or undefined state of network applications running on the system using that IP address. Because of the above reason, CRA reports WARNING to notify the usage of IP address. If the user needs to delete the card, before performing the olrad operation, ensure that the IP address is removed from the configuration of applications, which are using the IP address. To avoid the stale 20

21 configuration, re-assign the IP address to an alternative Network interface card (NIC) and then proceed with the olrad deletion. Scenario 3 System Configuration: HP-UX System is running, which has a multi-port Network interface card (NIC), with one or more NIC ports configured with IP addresses and connected to network. User Scenario: Replace the card with another card of same model. Delete and add a different type of card which can be claimed by the same or different driver. The above operations with olrad(1m) with r or d option (if it were to be allowed) will render the system inaccessible to the network. This may result in network applications running on the system hanging, inaccessible to the network client applications, leading to application downtime or any other indeterminate system state. Because of the above reasons, the requested olrad operations will not be allowed by CRA to proceed and the operation will fail with CRA_DATA_CRITICAL error. However, if the user wants to override the CRA criticality report, he can do so at his own risk by using the f option of the olrad command. If any of these operations must be performed for system administration purposes, then the user must reassign all the IP addresses configured on the ports of the NIC to be replaced or deleted to alternative NIC card(s). Follow the procedure in Scenario 1 to delete and re-assign the IP addresses. Scenario 4 System Configuration: HP-UX System is running, which has a single or multi-port Network interface card (NIC), with one or more NIC ports configured with IP addresses and connected to network. User Scenario: Unload the interface driver of the LAN card to which the IP address is set. Operation Performed: # kcmodule <interface driver associated with card>=unused The above operation with kcmodule(1m) will render the system inaccessible to network. This may result in network applications running on the system hanging, inaccessible to the network client applications, leading to application downtime or any other indeterminate system state. 21

22 Because of the above reasons, the requested unload operation will not be allowed by CRA to proceed and the operation will fail with CRA_DATA_CRITICAL error. If this operation must be performed for system administration purposes, the user must re-assign all the IP addresses configured on the ports of the NIC, for which the driver is about to be unloaded to alternative NIC card(s) controlled by different NIC driver than the one about to be unloaded. Follow the procedure in Scenario 1 to delete and re-assign the IP addresses. Scenario 5 System Configuration: HP-UX system is running with a multi-function combo card (that is, a card with NIC and mass-storage ports) and an IP address is assigned to the NIC port. Also, a storage device with a single lunpath and used as critical resource, such as boot/dump/swap device, Service Guard quorum disk, is connected to the mass-storage port of the combo card. User Scenario: Replace the card with another card of same model. Delete and add a different type of card which can be claimed by the same or different driver. Criticality reported by CRA: CRA_SYSTEM_CRITICAL The olrad(1m) with r or d option (if it were to be allowed) will render the boot/dump/swap device and Service Guard quorum disk unavailable, thereby resulting in system crash, hang, or any other indeterminate system state. Because of the above reasons, the requested olrad operations will not be allowed by CRA to proceed and the operation will fail with CRA_SYSTEM_CRITICAL error. If any of these operations must be performed for system administration purposes, before performing these olrad operations, ensure that the system critical storage device is reachable through an alternative healthy card; also, re-assign the IP address configured for the NIC port of the combo card to an alternative NIC (either with a combo card of similar type or separate NIC and mass-storage interface cards). VLAN and APA Configuration Scenarios Scenario 6 System Configuration: HP-UX System is running, which has a single or multi-port Network interface card (NIC), with one or more NIC ports configured with VLAN and IP addresses and connected to network. User Scenario: Replace the card with another card of same model. Delete and add a different type of card which can be claimed by the same or different driver. 22

23 The above operations with olrad(1m) with r or d option (if it were to be allowed) will render the system inaccessible to the network. This may result in network applications running on the system hanging, inaccessible to network client applications, leading to application downtime or any other indeterminate system state. Because of the above reasons, the requested olrad operations will not be allowed by CRA to proceed and the operation will fail with CRA_DATA_CRITICAL error. However if the user wants to override the CRA criticality report, he can do so at his own risk by using the f option of olrad command. If any of these operations must be performed for system administration purposes, the user must ensure that all the IP addresses configured for VLAN IDs are deleted (see ifconfig(1m)) and VLAN configurations are removed from all NIC port(s) (see lanadmin(1m), nwmgr(1m)). Select NIC port(s) from alternative card(s), reconfigure the VLAN on alternative ports (see lanadmin(1m), nwmgr(1m)) and re-assign the IP addresses set for VLAN IDs, as done earlier. Scenario 7 System Configuration: HP-UX system is running, which has a single or multi-port Network interface card (NIC), with one or more NIC ports configured with VLAN and IP addresses and connected to network. User Scenario: Deletion of VLAN interface. Operation Performed: #nwmgr --cra --delete c lan<vppa> The nwmgr(1m) command with the --cra option reports the resource usage and its criticality. The above operation with nwmgr(1m) with the delete option (if it were to be allowed) will delete the vlan and IP address making the system inaccessible to the network. This may result in network applications running on the system hanging, inaccessible to the network client applications, leading to application downtime or any other indeterminate system state. Because of the above reasons, the requested nwmgr operation will not be allowed by CRA to proceed and the operation will fail with CRA_DATA_CRITICAL error. If the user wants to perform the delete operation without impacting system or application availability, another LAN port must be configured with a similar VLAN configuration. Scenario 8 System Configuration: HP-UX system is running with IP address assigned to an APA (Auto-port Aggregation) group and the link aggregate contains LAN ports from two or more NICs. User Scenario: Replace the card with another card of same model. 23

24 To delete and add a different type of card which can be claimed by the same or different driver. Criticality reported by CRA: CRA_WARNING The above olrad(1m) operations with r or d option will make alteration or reduction of the NIC ports in the link aggregate, which may result in reduction of the available network I/O bandwidth of the APA group and also possibly may impact LAN failover capability. Because of the above reasons, the CRA will allow the requested olrad operations with a WARNING. If any of these operations must be performed for system administration purposes without degrading the link aggregate bandwidth or without compromising the LAN failover capability, before proceeding with the intended olrad operations, the user must configure additional LAN ports from alternative NICs into the affected APA group. Scenario 9 System Configuration: HP-UX system is running with IP address assigned to an APA (Auto-port Aggregation) group and the link aggregate contains LAN ports from a single multi-port NIC. User Scenario: Replace the card with another card of same model. To delete and add a different type of card which can be claimed by the same or different driver. The above operations with olrad(1m) with r or d option (if it were to be allowed) will make the system inaccessible to the network. This may result in network applications running on the system hanging, inaccessible to the network client applications, leading to application downtime or any other indeterminate system state. Because of the above reasons, the requested olrad operations will not be allowed by CRA to proceed and the operation will fail with CRA_DATA_CRITICAL error. However, if the user wants to override the CRA criticality report, he can do so at his own risk by using the f option of olrad command. If any of these operations must be performed for system administration purposes without degrading the link aggregate bandwidth or without compromising the LAN failover capability, before proceeding with the intended olrad operations, the user must configure additional LAN ports from alternative NICs into the affected APA group. Scenario 10 System Configuration: HP-UX system is running with IP address assigned to an APA (Auto-port Aggregation) group and the link aggregate contains LAN ports from two or more NICs, some of which controlled by different NIC driver. 24

The Contents and Structure of this Manual. This document is composed of the following 12 chapters.

The Contents and Structure of this Manual. This document is composed of the following 12 chapters. Preface This document briefly explains the operations that need to be performed by the user in order to connect an ETERNUS2000 model 100 or 200, ETERNUS4000 model 300, 400, 500, or 600, or ETERNUS8000

More information

Interface Card OL* Support Guide

Interface Card OL* Support Guide Interface Card OL* Support Guide HP-UX 11i v3 HP Part Number: 5992-1723 Published: September 2007 Edition: E 0709 Copyright 2007 Hewlett-Packard Development Company L.P Legal Notices The information contained

More information

LVM Migration from Legacy to Agile Naming Model HP-UX 11i v3

LVM Migration from Legacy to Agile Naming Model HP-UX 11i v3 LVM Migration from Legacy to Agile Naming Model HP-UX 11i v3 Abstract...2 Legacy and Agile Naming Models...3 LVM support for Dual Naming Models...3 Naming Model specific Commands/Options...3 Disabling

More information

Configuring Storage Profiles

Configuring Storage Profiles This part contains the following chapters: Storage Profiles, page 1 Disk Groups and Disk Group Configuration Policies, page 2 RAID Levels, page 3 Automatic Disk Selection, page 4 Supported LUN Modifications,

More information

Register for this course. Find this course in the Training calendar and click the "Register" link.

Register for this course. Find this course in the Training calendar and click the Register link. Course Data Sheet HP-UX System and Network Administration I Course description This course teaches you to configure, manage, maintain, and administer HP-UX servers. The course focuses on configuration

More information

RAID-01 (ciss) B Mass Storage Driver Release Notes

RAID-01 (ciss) B Mass Storage Driver Release Notes RAID-01 (ciss) B.11.31.1705 Mass Storage Driver Release Notes HP-UX 11i v3 Abstract This document contains specific information that is intended for users of this HPE product. Part Number: Published:

More information

Storage Profiles. Storage Profiles. Storage Profiles, page 12

Storage Profiles. Storage Profiles. Storage Profiles, page 12 , page 1 Disk Groups and Disk Group Configuration Policies, page 2 RAID Levels, page 6 Automatic Disk Selection, page 7 Supported LUN Modifications, page 8 Unsupported LUN Modifications, page 8 Disk Insertion

More information

Upgrading the MSA1000 for Enhanced Features

Upgrading the MSA1000 for Enhanced Features White Paper December 2002 Prepared by: Network Storage Solutions Hewlett Packard Company Contents Benefits of the MSA1000 Enhancements...1 Prerequisites...3 Environmental Monitoring Unit (EMU) issue:...3

More information

IEther-00 (iether) B Ethernet Driver Release Notes

IEther-00 (iether) B Ethernet Driver Release Notes IEther-00 (iether) B.11.31.1503 Ethernet Driver Release Notes HP-UX 11i v3 Abstract This document contains specific information that is intended for users of this HP product. HP Part Number: 5900-4023

More information

FibrChanl-01 (fcd) Fibre Channel Mass Storage Driver for HP-UX 11i v3 Release Notes

FibrChanl-01 (fcd) Fibre Channel Mass Storage Driver for HP-UX 11i v3 Release Notes FibrChanl-01 (fcd) Fibre Channel Mass Storage Driver for HP-UX 11i v3 Release Notes Version Number B.11.31.1309 HP Part Number: 5900-3333 Published: October 2013 Edition: 1.1 Contents FibrChanl-01 (fcd)

More information

Microsoft Office SharePoint Server 2007

Microsoft Office SharePoint Server 2007 Microsoft Office SharePoint Server 2007 Enabled by EMC Celerra Unified Storage and Microsoft Hyper-V Reference Architecture Copyright 2010 EMC Corporation. All rights reserved. Published May, 2010 EMC

More information

The Contents and Structure of this Manual. This document is composed of the following ten chapters.

The Contents and Structure of this Manual. This document is composed of the following ten chapters. Preface This document briefly explains the operations that need to be performed by the user in order to connect an ETERNUS2000 model 100 or 200, ETERNUS4000 model 300, 400, 500, or 600, or ETERNUS8000

More information

HPVM & OpenVMS. Sandeep Ramavana OpenVMS Engineering Sep Germany Technical Update Days 2009

HPVM & OpenVMS. Sandeep Ramavana OpenVMS Engineering Sep Germany Technical Update Days 2009 HP & OpenS Sandeep Ramavana OpenS Engineering Sep 2009 Germany Technical Update Days 2009 2009 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice

More information

10GigEthr-03 (iocxgbe) B Ethernet Driver Release Notes

10GigEthr-03 (iocxgbe) B Ethernet Driver Release Notes 10GigEthr-03 (iocxgbe) B.11.31.1507 Ethernet Driver Release Notes HP-UX 11i v3 Abstract This document contains specific information that is intended for users of this Hewlett Packard Enterprise product.

More information

Configuring Storage Profiles

Configuring Storage Profiles This part contains the following chapters: Storage Profiles, page 1 Disk Groups and Disk Group Configuration Policies, page 2 RAID Levels, page 3 Automatic Disk Selection, page 4 Supported LUN Modifications,

More information

S SNIA Storage Networking Management & Administration

S SNIA Storage Networking Management & Administration S10 201 SNIA Storage Networking Management & Administration Version 23.3 Topic 1, Volume A QUESTION NO: 1 Which two (2) are advantages of ISL over subscription? (Choose two.) A. efficient ISL bandwidth

More information

Dell Fluid Data solutions. Powerful self-optimized enterprise storage. Dell Compellent Storage Center: Designed for business results

Dell Fluid Data solutions. Powerful self-optimized enterprise storage. Dell Compellent Storage Center: Designed for business results Dell Fluid Data solutions Powerful self-optimized enterprise storage Dell Compellent Storage Center: Designed for business results The Dell difference: Efficiency designed to drive down your total cost

More information

Building a High Availability System on Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 Servers (Overview)

Building a High Availability System on Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 Servers (Overview) Building a High Availability System on Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 Servers (Overview) September 2017 Rev 3.0 Fujitsu LIMITED Contents Introduction 1. Model Case of HA System 2. Example

More information

HP Supporting the HP ProLiant Storage Server Product Family.

HP Supporting the HP ProLiant Storage Server Product Family. HP HP0-698 Supporting the HP ProLiant Storage Server Product Family https://killexams.com/pass4sure/exam-detail/hp0-698 QUESTION: 1 What does Volume Shadow Copy provide?. A. backup to disks B. LUN duplication

More information

Failover Clustering failover node cluster-aware virtual server one

Failover Clustering failover node cluster-aware virtual server one Failover Clustering Microsoft Cluster Service (MSCS) is available for installation on Windows 2000 Advanced Server, Windows 2000 Datacenter Server, and Windows NT Enterprise Edition with Service Pack 5

More information

Configuring Server Boot

Configuring Server Boot This chapter includes the following sections: Boot Policy, page 1 UEFI Boot Mode, page 2 UEFI Secure Boot, page 3 CIMC Secure Boot, page 3 Creating a Boot Policy, page 5 SAN Boot, page 6 iscsi Boot, page

More information

Mac OS X Fibre Channel connectivity to the HP StorageWorks Enterprise Virtual Array storage system configuration guide

Mac OS X Fibre Channel connectivity to the HP StorageWorks Enterprise Virtual Array storage system configuration guide Mac OS X Fibre Channel connectivity to the HP StorageWorks Enterprise Virtual Array storage system configuration guide Part number: 5697-0025 Third edition: July 2009 Legal and notice information Copyright

More information

Technical White Paper iscsi Boot November 11, 2004

Technical White Paper iscsi Boot November 11, 2004 Technical White Paper iscsi Boot November 11, 2004 SN0032004-00 Rev A 11/04 Page 1 of 12 Table of Contents I. Executive Summary...3 II. Booting The Basics...3 Booting Options...3 Boot Methods Pros and

More information

PCI / PCIe Error Recovery Product Note. HP-UX 11i v3

PCI / PCIe Error Recovery Product Note. HP-UX 11i v3 PCI / PCIe Error Recovery Product Note HP-UX 11i v3 HP Part Number: 5900-0584 Published: September 2010 Legal Notices Copyright 2003-2010 Hewlett-Packard Development Company, L.P. Confidential computer

More information

Configuring Storage Profiles

Configuring Storage Profiles This part contains the following chapters: Storage Profiles, page 1 Disk Groups and Disk Group Configuration Policies, page 2 RAID Levels, page 3 Automatic Disk Selection, page 4 Supported LUN Modifications,

More information

Configuring Storage Profiles

Configuring Storage Profiles This part contains the following chapters: Storage Profiles, 1 ページ Disk Groups and Disk Group Configuration Policies, 2 ページ RAID Levels, 3 ページ Automatic Disk Selection, 4 ページ Supported LUN Modifications,

More information

SAN Configuration Guide

SAN Configuration Guide ONTAP 9 SAN Configuration Guide November 2017 215-11168_G0 doccomments@netapp.com Updated for ONTAP 9.3 Table of Contents 3 Contents Considerations for iscsi configurations... 5 Ways to configure iscsi

More information

Ramdisk (Memory-based Disk) Support on HP-UX 11i v2

Ramdisk (Memory-based Disk) Support on HP-UX 11i v2 Ramdisk (Memory-based Disk) Support on HP-UX 11i v2 Introduction... 2 Terms and Definitions... 2 Ramdisk Features in HP-UX 11i v2... 2 Ramdisk Installation... 3 Ramdisk Configuration... 3 Ramdisk Device

More information

Building a High Availability System on Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 Servers (Overview)

Building a High Availability System on Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 Servers (Overview) Building a High Availability System on Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 Servers (Overview) May. 2017 Rev 2.1 Fujitsu LIMITED Contents Introduction 1. Model Case of HA System 2. Example of HA

More information

Configuring Cisco UCS Server Pools and Policies

Configuring Cisco UCS Server Pools and Policies This chapter contains the following sections: Global Equipment Policies, page 1 UUID Pools, page 4 Server Pools, page 5 Management IP Pool, page 7 Boot Policy, page 8 Local Disk Configuration Policy, page

More information

FlexArray Virtualization

FlexArray Virtualization Updated for 8.3.2 FlexArray Virtualization Installation Requirements and Reference Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support

More information

HP Integrity VM Accelerated Virtual I/O (AVIO) Overview

HP Integrity VM Accelerated Virtual I/O (AVIO) Overview HP Integrity VM Accelerated Virtual I/O (AVIO) Overview Technical introduction Abstract... 3 Introduction... 3 Publication History... 4 Benefits, Features, Limits, and Restrictions of AVIO... 4 Introduction

More information

HPE Serviceguard I H6487S

HPE Serviceguard I H6487S Course data sheet HPE course number Course length Delivery mode View schedule, local pricing, and register View related courses H6487S 5 days ILT View now View now HPE Serviceguard I H6487S This course

More information

The Contents and Structure of this Manual. This document is composed of the following 12 chapters.

The Contents and Structure of this Manual. This document is composed of the following 12 chapters. Preface This document briefly explains the operations that need to be performed by the user in order to connect an ETERNUS2000 model 100 or 200, ETERNUS4000 model 300, 400, 500, or 600, or ETERNUS8000

More information

Red Hat Clustering: Best Practices & Pitfalls. Lon Hohberger Principal Software Engineer Red Hat May 2013

Red Hat Clustering: Best Practices & Pitfalls. Lon Hohberger Principal Software Engineer Red Hat May 2013 Red Hat Clustering: Best Practices & Pitfalls Lon Hohberger Principal Software Engineer Red Hat May 2013 1 Red Hat Clustering: Best Practices & Pitfalls Why Cluster? I/O Fencing and Your Cluster 2-Node

More information

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Retired. Currently shipping versions:

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Retired. Currently shipping versions: Currently shipping versions: HP Integrity VM (HP-UX 11i v3 VM Host) v4.2 HP Integrity VM (HP-UX 11i v2 VM Host) v3.5 Integrity Virtual Machines (also called Integrity VM or HPVM) is a hypervisor product

More information

Clustered Data ONTAP 8.2 High-Availability Configuration Guide

Clustered Data ONTAP 8.2 High-Availability Configuration Guide IBM System Storage N series Clustered Data ONTAP 8.2 High-Availability Configuration Guide SC27-6276-02 Table of Contents 3 Contents Preface... 7 About this guide... 7 Supported features... 7 Websites...

More information

HP StoreVirtual Storage Multi-Site Configuration Guide

HP StoreVirtual Storage Multi-Site Configuration Guide HP StoreVirtual Storage Multi-Site Configuration Guide Abstract This guide contains detailed instructions for designing and implementing the Multi-Site SAN features of the LeftHand OS. The Multi-Site SAN

More information

High-Availability (HA) Pair Controller Configuration Overview and Best Practices

High-Availability (HA) Pair Controller Configuration Overview and Best Practices Technical Report High-Availability (HA) Pair Controller Configuration Overview and Best Practices Jay Bounds, NetApp February 2016 TR-3450 Abstract The NetApp HA pair controller configuration delivers

More information

High Availability and MetroCluster Configuration Guide For 7-Mode

High Availability and MetroCluster Configuration Guide For 7-Mode Updated for 8.2.1 Data ONTAP 8.2 High Availability and MetroCluster Configuration Guide For 7-Mode NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

HP StorageWorks Continuous Access EVA 2.1 release notes update

HP StorageWorks Continuous Access EVA 2.1 release notes update HP StorageWorks Continuous Access EVA 2.1 release notes update Part number: T3687-96038 Third edition: August 2005 Legal and notice information Copyright 2005 Hewlett-Packard Development Company, L.P.

More information

Data ONTAP 8.1 High Availability and MetroCluster Configuration Guide For 7-Mode

Data ONTAP 8.1 High Availability and MetroCluster Configuration Guide For 7-Mode IBM System Storage N series Data ONTAP 8.1 High Availability and MetroCluster Configuration Guide For 7-Mode This Release Candidate publication is provided in conjunction with a Data ONTAP 8.1.2 RC code

More information

HP Auto Port Aggregation (APA) Release Notes

HP Auto Port Aggregation (APA) Release Notes HP Auto Port Aggregation (APA) Release Notes HP-UX 11i v3 HP Part Number: 5900-3026 Published: March 2013 Edition: 2 Copyright 2013 Hewlett-Packard Development Company L.P. Confidential computer software.

More information

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Currently shipping versions:

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Currently shipping versions: Currently shipping versions: HP Integrity VM (HP-UX 11i v2 VM Host) v3.5 HP Integrity VM (HP-UX 11i v3 VM Host) v4.0 Integrity Virtual Machines (Integrity VM) is a soft partitioning and virtualization

More information

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Currently shipping versions:

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Currently shipping versions: Currently shipping versions: HP Integrity VM (HP-UX 11i v2 VM Host) v3.5 HP Integrity VM (HP-UX 11i v3 VM Host) v4.1 Integrity Virtual Machines (Integrity VM) is a soft partitioning and virtualization

More information

Web Console Setup & User Guide. Version 7.1

Web Console Setup & User Guide. Version 7.1 Web Console Setup & User Guide Version 7.1 1 Contents Page Number Chapter 1 - Installation and Access 3 Server Setup Client Setup Windows Client Setup Mac Client Setup Linux Client Setup Interoperation

More information

HP Serviceguard Version A Release Notes

HP Serviceguard Version A Release Notes HP Serviceguard Version A.11.19 Release Notes HP Part Number: T1905-90000 Published: March 2009 *T1905-90000* Legal Notices Copyright 1998-2009 Hewlett-Packard Development Company, L.P. Confidential computer

More information

Enhanced Support Facility User s Guide For Dynamic Reconfiguration (PRIMEPOWER)

Enhanced Support Facility User s Guide For Dynamic Reconfiguration (PRIMEPOWER) C120-E115-09ENZ2(A) Enhanced Support Facility User s Guide For Dynamic Reconfiguration (PRIMEPOWER) Preface Preface Purpose This manual provides an overview of each of the functions of the Dynamic Reconfiguration

More information

UltraPath Technical White Paper

UltraPath Technical White Paper HUAWEI OceanStor Enterprise Unified Storage System Issue 01 Date 2014-04-02 HUAWEI TECHNOLOGIES CO, LTD Copyright Huawei Technologies Co, Ltd 2014 All rights reserved No part of this document may be reproduced

More information

Overview. Overview. This chapter includes the following sections:

Overview. Overview. This chapter includes the following sections: This chapter includes the following sections:, page 1 Components That Support Firmware Upgrade, page 6 Firmware Version Terminology, page 7 Cross-Version Firmware Support, page 8 Server Pack, page 10 Light

More information

Configuring EtherChannels and Layer 2 Trunk Failover

Configuring EtherChannels and Layer 2 Trunk Failover 35 CHAPTER Configuring EtherChannels and Layer 2 Trunk Failover This chapter describes how to configure EtherChannels on Layer 2 and Layer 3 ports on the switch. EtherChannel provides fault-tolerant high-speed

More information

Parallels Virtuozzo Containers 4.6 for Windows

Parallels Virtuozzo Containers 4.6 for Windows Parallels Parallels Virtuozzo Containers 4.6 for Windows Deploying Microsoft Clusters Copyright 1999-2010 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o

More information

HP StoreVirtual Storage Multi-Site Configuration Guide

HP StoreVirtual Storage Multi-Site Configuration Guide HP StoreVirtual Storage Multi-Site Configuration Guide Abstract This guide contains detailed instructions for designing and implementing the Multi-Site SAN features of the LeftHand OS. The Multi-Site SAN

More information

Overview. Overview. Cisco UCS 6324 Fabric Interconnect with Cisco UCS B-Series Servers and C-Series Servers, which is. Overview 1

Overview. Overview. Cisco UCS 6324 Fabric Interconnect with Cisco UCS B-Series Servers and C-Series Servers, which is. Overview 1 This chapter includes the following sections:, on page 1 Components That Support Firmware Upgrade, on page 6 Firmware Version Terminology, on page 7 Cross-Version Firmware Support, on page 8 Server Pack,

More information

HS22, HS22v, HX5 Boot from SAN with QLogic on IBM UEFI system.

HS22, HS22v, HX5 Boot from SAN with QLogic on IBM UEFI system. HS22, HS22v, HX5 Boot from SAN with QLogic on IBM UEFI system. Martin Gingras Product Field Engineer, Canada mgingras@ca.ibm.com Acknowledgements Thank you to the many people who have contributed and reviewed

More information

HP StorageWorks Booting Windows Server 2003 for Itanium-based systems from a storage area network application notes

HP StorageWorks Booting Windows Server 2003 for Itanium-based systems from a storage area network application notes HP StorageWorks Booting Windows Server 2003 for Itanium-based systems from a storage area network application notes Part number: AA RV22F TE Sixth edition: August 2006 Legal and notice information Copyright

More information

Setup for Microsoft Cluster Service Update 1 Release for ESX Server 3.5, ESX Server 3i version 3.5, VirtualCenter 2.5

Setup for Microsoft Cluster Service Update 1 Release for ESX Server 3.5, ESX Server 3i version 3.5, VirtualCenter 2.5 Setup for Microsoft Cluster Service Update 1 Release for ESX Server 3.5, ESX Server 3i version 3.5, VirtualCenter 2.5 Setup for Microsoft Cluster Service Setup for Microsoft Cluster Service Revision: 041108

More information

Avid inews Server Enterprise Virtualization Reference. Release 1.0

Avid inews Server Enterprise Virtualization Reference. Release 1.0 Avid inews Server Enterprise Virtualization Reference Release 1.0 Last Rev. 12 April 2013 Contents 1 Executive Summary... 3 2 Environment Configuration: net=a... 4 3 Environment Configuration: net=ab...

More information

ST0-12W Veritas Cluster Server 5 for Windows (STS)

ST0-12W Veritas Cluster Server 5 for Windows (STS) ST0-12W Veritas Cluster Server 5 for Windows (STS) Version 4.1 Topic 1, Volume A QUESTION NO: 1 Which Veritas Cluster Server component corresponds to hardware or software components of an application service?

More information

VERITAS Dynamic MultiPathing (DMP) Increasing the Availability and Performance of the Data Path

VERITAS Dynamic MultiPathing (DMP) Increasing the Availability and Performance of the Data Path White Paper VERITAS Storage Foundation for Windows VERITAS Dynamic MultiPathing (DMP) Increasing the Availability and Performance of the Data Path 12/6/2004 1 Introduction...3 Dynamic MultiPathing (DMP)...3

More information

Dell EMC SC Series Storage: Microsoft Multipath I/O

Dell EMC SC Series Storage: Microsoft Multipath I/O Dell EMC SC Series Storage: Microsoft Multipath I/O Dell EMC Engineering June 2017 A Dell EMC Best Practices Guide Revisions Date Description 10/11/2010 Initial release 10/21/2011 Corrected errors 11/29/2011

More information

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp STORAGE CONSOLIDATION WITH IP STORAGE David Dale, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in

More information

Slide 0 Welcome to the Support and Maintenance chapter of the ETERNUS DX90 S2 web based training.

Slide 0 Welcome to the Support and Maintenance chapter of the ETERNUS DX90 S2 web based training. Slide 0 Welcome to the Support and Maintenance chapter of the ETERNUS DX90 S2 web based training. 1 This module introduces support and maintenance related operations and procedures for the ETERNUS DX60

More information

COPYRIGHTED MATERIAL. Windows Server 2008 Storage Services. Chapter. in this chapter:

COPYRIGHTED MATERIAL. Windows Server 2008 Storage Services. Chapter. in this chapter: Chapter 1 Windows Server 2008 Storage Services Microsoft Exam Objectives covered in this chapter: ÛÛConfigure storage. May include but is not limited to: RAID types, Virtual Disk Specification (VDS) API,

More information

Improving Blade Economics with Virtualization

Improving Blade Economics with Virtualization Improving Blade Economics with Virtualization John Kennedy Senior Systems Engineer VMware, Inc. jkennedy@vmware.com The agenda Description of Virtualization VMware Products Benefits of virtualization Overview

More information

DtS Data Migration to the MSA1000

DtS Data Migration to the MSA1000 White Paper September 2002 Document Number Prepared by: Network Storage Solutions Hewlett Packard Company Contents Migrating Data from Smart Array controllers and RA4100 controllers...3 Installation Notes

More information

Cisco UCS S3260 System Storage Management

Cisco UCS S3260 System Storage Management Storage Server Features and Components Overview, page 1 Cisco UCS S3260 Storage Management Operations, page 9 Disk Sharing for High Availability, page 10 Storage Enclosure Operations, page 17 Sas Expander

More information

VERITAS Dynamic Multipathing. Increasing the Availability and Performance of the Data Path

VERITAS Dynamic Multipathing. Increasing the Availability and Performance of the Data Path VERITAS Dynamic Multipathing Increasing the Availability and Performance of the Data Path 1 TABLE OF CONTENTS I/O Path Availability and Performance... 3 Dynamic Multipathing... 3 VERITAS Storage Foundation

More information

IBM IBM Open Systems Storage Solutions Version 4. Download Full Version :

IBM IBM Open Systems Storage Solutions Version 4. Download Full Version : IBM 000-742 IBM Open Systems Storage Solutions Version 4 Download Full Version : https://killexams.com/pass4sure/exam-detail/000-742 Answer: B QUESTION: 156 Given the configuration shown, which of the

More information

Configuring Service Profiles

Configuring Service Profiles Configuring Service Profiles This chapter includes the following sections: Service Profiles that Override Server Identity, page 1 Service Profiles that Inherit Server Identity, page 2 Service Profile Templates,

More information

Real-time Protection for Microsoft Hyper-V

Real-time Protection for Microsoft Hyper-V Real-time Protection for Microsoft Hyper-V Introduction Computer virtualization has come a long way in a very short time, triggered primarily by the rapid rate of customer adoption. Moving resources to

More information

Synology High Availability (SHA)

Synology High Availability (SHA) Synology High Availability (SHA) Based on DSM 5.1 Synology Inc. Synology_SHAWP_ 20141106 Table of Contents Chapter 1: Introduction... 3 Chapter 2: High-Availability Clustering... 4 2.1 Synology High-Availability

More information

Live Partition Mobility Update

Live Partition Mobility Update Power Systems ATS Live Partition Mobility Update Ron Barker Power Advanced Technical Sales Support Dallas, TX Agenda Why you should be planning for partition mobility What are your options? Which is best

More information

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp STORAGE CONSOLIDATION WITH IP STORAGE David Dale, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in

More information

Configuring Server Boot

Configuring Server Boot This chapter includes the following sections: Boot Policy, page 1 UEFI Boot Mode, page 2 UEFI Secure Boot, page 3 CIMC Secure Boot, page 3 Creating a Boot Policy, page 5 SAN Boot, page 8 iscsi Boot, page

More information

Veritas Storage Foundation In a VMware ESX Environment

Veritas Storage Foundation In a VMware ESX Environment Veritas Storage Foundation In a VMware ESX Environment Linux and Solaris x64 platforms December 2008 TABLE OF CONTENTS Introduction... 3 Executive Summary... 4 Overview... 5 Virtual Machine File System...

More information

vsphere Availability Update 1 ESXi 5.0 vcenter Server 5.0 EN

vsphere Availability Update 1 ESXi 5.0 vcenter Server 5.0 EN Update 1 ESXi 5.0 vcenter Server 5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent

More information

Question: 1 You have a Cisco UCS cluster and you must recover a lost admin password. In which order must you power cycle the fabric interconnects?

Question: 1 You have a Cisco UCS cluster and you must recover a lost admin password. In which order must you power cycle the fabric interconnects? Volume: 327 Questions Question: 1 You have a Cisco UCS cluster and you must recover a lost admin password. In which order must you power cycle the fabric interconnects? A. primary first, and then secondary

More information

Veritas Cluster Server Application Note: Support for HP-UX Integrity Virtual Machines. HP-UX 11i v2, HP-UX 11i v3

Veritas Cluster Server Application Note: Support for HP-UX Integrity Virtual Machines. HP-UX 11i v2, HP-UX 11i v3 Veritas Cluster Server Application Note: Support for HP-UX Integrity Virtual Machines HP-UX 11i v2, HP-UX 11i v3 Augut 2009 Application Note: Veritas Cluster Server Support for HP-UX Integrity Virtual

More information

Availability Implementing High Availability with the solution-based approach Operator's guide

Availability Implementing High Availability with the solution-based approach Operator's guide System i Availability Implementing High Availability with the solution-based approach Operator's guide Version 6 Release 1 System i Availability Implementing High Availability with the solution-based

More information

HP-UX 11i Version 1.5 System Crash Dump White Paper

HP-UX 11i Version 1.5 System Crash Dump White Paper HP-UX 11i Version 1.5 System Crash Dump White Paper 7 April 27. 2001 Copyright 2001 Hewlett-Packard Company, All rights reserved.. 8 1 HP-UX 11i Version 1.5 System Crash Dump Beginning with the 11.0 release

More information

Technologies of ETERNUS6000 and ETERNUS3000 Mission-Critical Disk Arrays

Technologies of ETERNUS6000 and ETERNUS3000 Mission-Critical Disk Arrays Technologies of ETERNUS6000 and ETERNUS3000 Mission-Critical Disk Arrays V Yoshinori Terao (Manuscript received December 12, 2005) Fujitsu has developed the ETERNUS6000 and ETERNUS3000 disk arrays for

More information

Support Note for Red Hat Enterprise Linux AS v.3 for the Itanium Processor on HP Integrity Servers

Support Note for Red Hat Enterprise Linux AS v.3 for the Itanium Processor on HP Integrity Servers Support Note for Red Hat Enterprise Linux AS v.3 for the Itanium Processor on HP Integrity Servers Edition 4 Manufacturing Part Number: 5991-0780 E1204 U.S.A. Copyright 2004 Hewlett-Packard Company. All

More information

RocketU 1144BM Host Controller

RocketU 1144BM Host Controller RocketU 1144BM Host Controller USB 3.0 Host Adapters for Mac User s Guide Revision: 1.0 Oct. 22, 2012 HighPoint Technologies, Inc. 1 Copyright Copyright 2012 HighPoint Technologies, Inc. This document

More information

Disaster Recovery-to-the- Cloud Best Practices

Disaster Recovery-to-the- Cloud Best Practices Disaster Recovery-to-the- Cloud Best Practices HOW TO EFFECTIVELY CONFIGURE YOUR OWN SELF-MANAGED RECOVERY PLANS AND THE REPLICATION OF CRITICAL VMWARE VIRTUAL MACHINES FROM ON-PREMISES TO A CLOUD SERVICE

More information

The Genesis HyperMDC is a scalable metadata cluster designed for ease-of-use and quick deployment.

The Genesis HyperMDC is a scalable metadata cluster designed for ease-of-use and quick deployment. The Genesis HyperMDC is a scalable metadata cluster designed for ease-of-use and quick deployment. IPMI Control Dual Power Supplies Enhanced Metadata Uptime Storage Up to 1.3M IOPS and 5,500 MBps throughput

More information

Configuring Cisco UCS Server Pools and Policies

Configuring Cisco UCS Server Pools and Policies This chapter contains the following sections: Global Equipment Policies, page 1 UUID Pools, page 3 Server Pools, page 5 Management IP Pool, page 7 Boot Policy, page 8 Local Disk Configuration Policy, page

More information

IBM Exam C IBM Storwize V7000 Implementation V1 Version: 6.0 [ Total Questions: 78 ]

IBM Exam C IBM Storwize V7000 Implementation V1 Version: 6.0 [ Total Questions: 78 ] s@lm@n IBM Exam C4090-457 IBM Storwize V7000 Implementation V1 Version: 6.0 [ Total Questions: 78 ] Question No : 1 How many days can an external virtualization license be used for migration before incurring

More information

ReadyDATA OS 1.3. Software Manual. Models: ReadyDATA 516 ReadyDATA May East Plumeria Drive San Jose, CA USA

ReadyDATA OS 1.3. Software Manual. Models: ReadyDATA 516 ReadyDATA May East Plumeria Drive San Jose, CA USA Software Manual Models: ReadyDATA 516 ReadyDATA 5200 May 2013 202-11025-07 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing this NETGEAR product. After installing your device,

More information

NEC Express5800/ft series

NEC Express5800/ft series Fault Tolerant Server ft series The ultimate choice for business continuity NEC Express5800 fault tolerant servers Fully redundant components are highly resistant to failures. High-availability servers

More information

This page is intentionally left blank.

This page is intentionally left blank. This page is intentionally left blank. Preface This ETERNUS Multipath Driver User's Guide describes the features, functions, and operation of the "ETERNUS Multipath Driver" (hereafter referred to as "Multipath

More information

Protecting Miscrosoft Hyper-V Environments

Protecting Miscrosoft Hyper-V Environments Protecting Miscrosoft Hyper-V Environments Who should read this paper Technical White Papers are designed to introduce Veritas partners and end users to key technologies and technical concepts that are

More information

CS370: System Architecture & Software [Fall 2014] Dept. Of Computer Science, Colorado State University

CS370: System Architecture & Software [Fall 2014] Dept. Of Computer Science, Colorado State University CS 370: SYSTEM ARCHITECTURE & SOFTWARE [MASS STORAGE] Frequently asked questions from the previous class survey Shrideep Pallickara Computer Science Colorado State University L29.1 L29.2 Topics covered

More information

DELL EMC UNITY: HIGH AVAILABILITY

DELL EMC UNITY: HIGH AVAILABILITY DELL EMC UNITY: HIGH AVAILABILITY A Detailed Review ABSTRACT This white paper discusses the high availability features on Dell EMC Unity purposebuilt solution. October, 2017 1 WHITE PAPER The information

More information

FlexFlash SD Card Support

FlexFlash SD Card Support FlexFlash Support, page 1 FlexFlash Support Overview Cisco UCS B-Series, C-Series M3 and higher, and S-Series M4 servers support internal Secure Digital (SD) memory cards. The SD cards are hosted by the

More information

VERITAS Volume Manager for Windows 2000 VERITAS Cluster Server for Windows 2000

VERITAS Volume Manager for Windows 2000 VERITAS Cluster Server for Windows 2000 WHITE PAPER VERITAS Volume Manager for Windows 2000 VERITAS Cluster Server for Windows 2000 VERITAS CAMPUS CLUSTER SOLUTION FOR WINDOWS 2000 WHITEPAPER 1 TABLE OF CONTENTS TABLE OF CONTENTS...2 Overview...3

More information

EMC CLARiiON CX3 Series FCP

EMC CLARiiON CX3 Series FCP EMC Solutions for Microsoft SQL Server 2005 on Windows 2008 EMC CLARiiON CX3 Series FCP EMC Global Solutions 42 South Street Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com www.emc.com Copyright 2008

More information

Designing and Deploying a Cisco Unified Computing System SAN Using Cisco MDS 9000 Family Switches

Designing and Deploying a Cisco Unified Computing System SAN Using Cisco MDS 9000 Family Switches Designing and Deploying a Cisco Unified Computing System SAN Using Cisco MDS 9000 Family Switches What You Will Learn The Cisco Unified Computing System helps address today s business challenges by streamlining

More information

MySQL HA Solutions. Keeping it simple, kinda! By: Chris Schneider MySQL Architect Ning.com

MySQL HA Solutions. Keeping it simple, kinda! By: Chris Schneider MySQL Architect Ning.com MySQL HA Solutions Keeping it simple, kinda! By: Chris Schneider MySQL Architect Ning.com What we ll cover today High Availability Terms and Concepts Levels of High Availability What technologies are there

More information

User Guide. Version 2.1

User Guide. Version 2.1 Kaseya Backup and Disaster Recovery User Guide Version 2.1 August 11, 2008 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT

More information