Please enter search query.
 
              Search <book_title>...
            
 
          InfoScale™ 9.0 Installation Guide - AIX
                Last Published: 
				2025-06-24
                
              
              
                Product(s): 
				InfoScale & Storage Foundation (9.0)
                 
              
              
                Platform: AIX
              
            - Section I. Planning and preparation- Introducing Arctera InfoScale
- Licensing Arctera InfoScale
- System requirements
- Preparing to install- Mounting the ISO image
- Setting up ssh or rsh for inter-system communications
- Obtaining installer patches
- Disabling external network connection attempts
- Verifying the systems before installation
- Setting up the private network
- Setting up shared storage
- Synchronizing time settings on cluster nodes
- Configuring LLT interconnects to use Jumbo Frames
- Planning the installation setup for SF Oracle RAC systems
- Updating the SCSI reserve ODM attribute settings for VIOS
- Setting the minimum data segment size on AIX 7.3
 
 
- Section II. Installation of Arctera InfoScale- Installing Arctera InfoScale using the installer
- Installing Arctera InfoScale using response files
- Installing Arctera InfoScale using operating system-specific methods
- Completing the post installation tasks
 
- Section III. Uninstallation of Arctera InfoScale
- Section IV. Installation reference- Appendix A. Installation scripts
- Appendix B. Tunable files for installation- About setting tunable parameters using the installer or a response file
- Setting tunables for an installation, configuration, or upgrade
- Setting tunables with no other installer-related operations
- Setting tunables with an un-integrated response file
- Preparing the tunables file
- Setting parameters for the tunables file
- Tunables value parameter definitions
 
- Appendix C. Troubleshooting installation issues
 
Moving volumes to physical disks
You can use the following steps to move data off of VxVM volumes.
To move data off of VxVM volumes
- Evacuate as many disks as possible by using one of the following methods: - the "Remove a disk" option in vxdiskadm 
- the Veritas Enterprise Administrator 
- the vxevac script from the command line. 
 
- Remove the evacuated disks from Veritas Volume Manager control using the following commands:# vxdg -g diskgroup rmdisk disk_media_name # /usr/lib/vxvm/bin/vxdiskunsetup -C disk_access_name # vxdisk rm disk_access_name For example: # vxdg -g mydg rmdisk mydg01 # /usr/lib/vxvm/bin/vxdiskunsetup -C hdisk1 # vxdisk rm hdisk1 
- Decide which volume to move first. If the volume to be moved is mounted, unmount it. If the volume is being used as a raw partition for database applications, make sure that the application is not updating the volume and that data on the volume has been synchronized.
- On the free disk space, create an LVM logical volume that is the same size as the VxVM volume. If there is not enough free space for the logical volume, add a new disk to the system for the first volume to be removed. For subsequent volumes, you can use the free space generated by the removal of the first volume.
- Copy the data on the volume onto the newly created LVM logical volume using the following command:# dd if=/dev/vx/dsk/diskgroup/volume of=/dev/vgvol where diskgroup is the name of a VxVM disk group, volume is the old volume in that disk group, and vgvol is a newly created LVM volume. If the volume contains a VxFS file system, the user data managed by VxFS in the volume must be backed up or copied to a native AIX file system in an LVM logical volume. 
- The entries in /etc/filesystems for volumes holding VxFS file systems, that were copied to native file systems in step 5, must be modified according to the change in step 5.
- Mount the disk if the corresponding volume was previously mounted.
- Remove the volume from VxVM using the following command:# vxedit -g diskgroup -rf rm volume 
- Remove any disks that have become free (have no subdisks defined on them) by removing volumes from VxVM control. To check if there are still some subdisks remaining on a particular disk, use the following command:# vxprint -g diskgroup -F "%sdnum" disk_media_name 
- If the return code is not 0, there are still some subdisks on this disk that must be subsequently removed. If the return code is 0, remove the disk from VxVM control using the following commands:# vxdg -g diskgroup rmdisk disk_media_name # vxdisk rm disk_access_name 
- Copy the data in the next volume to be removed to the newly created free space.
- Reboot the system after all volumes have been converted successfully. Verify that no open volumes remain after the system reboot using the following command:# vxprint -Aht -e v_open 
- If any volumes remain open, repeat the steps listed above.