Veritas InfoScale™ 7.4.2 Solutions in Cloud Environments
- Overview and preparation
- Configurations for Amazon Web Services - Linux
- Configurations for Amazon Web Services - Windows
- Replication configurations in AWS - Windows
- HA and DR configurations in AWS - Windows
- Configurations for Microsoft Azure - Linux
- Configurations for Microsoft Azure - Windows
- Configurations for Google Cloud Platform- Linux
- Configurations for Google Cloud Platform - Windows
- Replication to and across cloud environments
- Migrating files to the cloud using Cloud Connectors
- Troubleshooting issues in cloud deployments
About identifying a temporary resource disk - Linux
Typically, a temporary resource disk is named as /dev/sdb and is mounted at /mnt. However, the location may change depending on whether or not it is utilized for swap space or is unmounted by a user.
To identify whether or not swap space is configured and a disk utilized for swap space
- Identify the swap space configuration and check the swap file:
# swapon
Following is the sample output of this command:
NAME TYPE SIZE USED PRIO /mnt/resource/swapfile file 2G 0B -1
Where, /mnt/resource is the default location where a temporary disk is mounted when used for swap space.
- Identify the disk used for swap space:
# mount | grep "/mnt/resource"
Following is the sample output of this command:
/dev/sdb on /mnt/resource type filesystem
Where /dev/sdb is the temporary disk.
- Identify a VxVM disk that corresponds to a temporary disk.
# vxdisk -e list | grep sdb (If sdb is the OS device name for temporary disk found in the earlier step)
Following is the sample output for the command:
10-0-15-6_disk_490 auto:none - - online invalid sdb -