summaryrefslogtreecommitdiffstats
path: root/base/root/scripts/setup_tsm_server.sh
Commit message (Collapse)AuthorAgeFilesLines
* Reorganise base templates directory to allow for node-type-specific files.Martin Schwenke2009-12-041-79/+0
| | | | | | | | | | | | | | | | | | | | | * Previous contents of base/ are now in base/all. * create_node_COMMON() takes an extra argument (inserted as $3) that specifies the node type. All of the create_node_* functions pass "$type" for this argument. * setup_base() now has an optional argument, which is only passed by create_node_COMMON. Rather than simply copying and substituting templates for the entire $BASE_TEMPLATES/ subdirectory it now does this for $BASE_TEMPLATES/all and then $BASE_TEMPLATES/$type. Therefore, the contents of the type-specific directory override the contents of "all" directory. * releases/SoFS.common uses the "all" version of SoFS-postinstall.sh when setting POSTINSTALL_TEMPLATE. This variable also now respects $BASE_TEMPLATES instead of hard-coding the base/ subdirectory. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Split DISK_TYPE into SYSTEM_DISK_TYPE and SHARED_DISK_TYPE. DISK_PREFIX too.Martin Schwenke2009-08-171-3/+3
| | | | | | | | | This allows IDE to be used for system disks and some other type, perhaps virtio, to be used for the shared disks. I seem to be seeing some corruption issues with the combination of qcow2 and virtio, so this will allow me to experiment with the raw shared disks and virtio. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Parameterise disk type and the corresponding device file prefix.Martin Schwenke2009-08-131-3/+3
| | | | | | | The version of kvm under RHEL5.4 does not support the SCSI emulation. So allow the use of ide or virtio instead. Signed-off-by: Martin Schwenke <martin@meltin.net>
* nicer error handling in some scriptsAndrew Tridgell2008-07-311-0/+5
|
* ignore error return from dsmadmcAndrew Tridgell2008-07-291-1/+1
|
* ignore dsmadmc exit codeAndrew Tridgell2008-07-291-0/+1
|
* yet another multipath fixAndrew Tridgell2008-07-291-2/+2
|
* another multipath workaround for TSMAndrew Tridgell2008-07-291-0/+3
|
* blacklist sdb in multipath for tsm server, so it doesn't try it atAndrew Tridgell2008-07-181-0/+6
| | | | boot
* add more waits in TSM setup scriptAndrew Tridgell2008-07-181-4/+4
|
* fixed extend commandAndrew Tridgell2008-07-171-1/+1
|
* fixed multipathd disableAndrew Tridgell2008-07-171-1/+1
|
* updated tsm scripts after advice from PaulAndrew Tridgell2008-07-161-19/+8
|
* switch TSM server back to sdb - multipath was too messyAndrew Tridgell2008-07-121-2/+6
|
* - use multipath for tsm serverAndrew Tridgell2008-07-121-8/+2
| | | | - fixed unmount syntax
* handle multipath not runningAndrew Tridgell2008-07-111-3/+3
|
* automate setting the password in TSM clientAndrew Tridgell2008-07-111-4/+14
|
* added gpfs setup scriptAndrew Tridgell2008-07-111-0/+67