Veritas InfoScale™ 7.3.1 Installation Guide - Linux
- Section I. Introduction to Veritas InfoScale
- Section II. Planning and preparation
- System requirements
- Preparing to install
- Setting up the private network
- Setting up shared storage
- Planning the installation setup for SF Oracle RAC and SF Sybase CE systems
- Section III. Installation of Veritas InfoScale
- Installing Veritas InfoScale using the installer
- Installing Veritas InfoScale using response files
- Installing Veritas Infoscale using operating system-specific methods
- Completing the post installation tasks
- Section IV. Uninstallation of Veritas InfoScale
- Uninstalling Veritas InfoScale using the installer
- Uninstalling Veritas InfoScale using response files
- Section V. Installation reference
- Appendix A. Installation scripts
- Appendix B. Tunable files for installation
- Appendix C. Troubleshooting installation issues
Setting up shared storage: SCSI
Perform the following steps to set up shared storage.
To set up shared storage
- Connect the disk to the first cluster system.
- Power on the disk.
- Connect a terminator to the other port of the disk.
- Boot the system. The disk is detected while the system boots.
- Press CTRL+A to bring up the SCSI BIOS settings for that disk.
Set the following:
Set Host adapter SCSI ID = 7, or to an appropriate value for your configuration.
Set Host Adapter BIOS in Advanced Configuration Options to Disabled.
- Format the shared disk and create required partitions on it.
Perform the following:
Identify your shared disk name. If you have two internal SCSI hard disks, your shared disk is /dev/sdc.
Identify whether the shared disk is sdc, sdb, and so on.
Type the following command:
# fdisk /dev/shareddiskname
For example, if your shared disk is sdc, type:
# fdisk /dev/sdc
Create disk groups and volumes using Volume Manager utilities.
To apply a file system on the volumes, type:
# mkfs -t fs-type /dev/vx/dsk/disk-group/volume
For example, enter the following command:
# mkfs -t vxfs /dev/vx/dsk/dg/vol01
Where the name of the disk group is dg, the name of the volume is vol01, and the file system type is vxfs.
- Power off the disk.
- Remove the terminator from the disk and connect the disk to the other cluster system.
- Power on the disk.
- Boot the second system. The system can now detect the disk.
- Press Ctrl+A to bring up the SCSI BIOS settings for the disk.
Set the following:
Set Host adapter SCSI ID = 6, or to an appropriate value for your configuration. Note that the SCSI ID should be different from the one configured on the first cluster system.
Set Host Adapter BIOS in Advanced Configuration Options to Disabled.
- Verify that you can view the shared disk using the fdisk command.