Veritas Access Troubleshooting Guide
- Introduction
- General troubleshooting procedures
- Monitoring Veritas Access
- Common recovery procedures
- Bringing services online
- Speeding up replication
- Troubleshooting the Veritas Access cloud as a tier feature
- Troubleshooting Veritas Access installation and configuration issues
- Troubleshooting Veritas Access CIFS issues
- Troubleshooting Veritas Access GUI startup issues
The storage disk list command returns nothing
The storage disk list command may display blank disk names due to the following reasons:
In Virtual environments, Virtual Machine Disk (VMDK) disks are shared across the nodes of the cluster.
Resolution:
Ideally, VMDK disks should be attached as local disks.
Local disks have a unique device identifier (UDID) that is not unique.
For example, in a cluster having node1 and node2, the local disk that is attached to node1 may have the same UDID as the local disk attached to node2.
Resolution:
Run the following command:
# storage disk configure local <node_name> <vendor_id> <product_id> [serial_num]
Where <vendor_id> is the ID of the vendor.
<product_id> is the ID of the product.
<node_name> is the name of the node on which the command is run.
<serial_num> should be given in the format
opcode/pagecode/offset/length
calculated carefully from the serial number format of the disk.If you want to run the command on all the nodes, specify the <node_name> value as all.
For details on the storage disk configure local command, see the storage_disk manual page.