Changes between Version 3 and Version 4 of GPFS_DRBL
- Timestamp:
- Feb 29, 2008, 1:51:12 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GPFS_DRBL
v3 v4 45 45 46 46 === 3.3 Download GPFS === 47 * Method 1:(Download GPFS 3.1 from http://www14.software.ibm.com/webapp/set2/sas/f/gpfs/download/systemx.html 48 this version support 2.6.18 kernel ) 47 * Method 1:(Download GPFS 3.1 from http://www14.software.ibm.com/webapp/set2/sas/f/gpfs/download/systemx.html this version support 2.6.18 kernel ) 49 48 {{{ 50 49 $ sudo alien *.rpm … … 101 100 Before we install DRBL, we must clear plan our DRBL environment. The below layout is our environment, eth0 used to connect WAN, eth1 used for DRBL internal clients. 102 101 103 NIC NIC IPClients102 NIC NIC IP Clients 104 103 +-----------------------------+ 105 | DRBL SERVER|106 | |107 | +-- [eth0] 140.110.X.X +- to WAN108 | |109 | +-- [eth1] 192.168.1.254 +- to clients group 1 [ 7 clients, their IP from 192.168.1.1 - 192.168.0.7]110 | |104 | DRBL SERVER | 105 | | 106 | +-- [eth0] 140.110.X.X +- to WAN 107 | | 108 | +-- [eth1] 192.168.1.254 +- to clients group 1 [ 7 clients, their IP from 192.168.1.1 - 192.168.0.7] 109 | | 111 110 +-----------------------------+ 112 111