book
Article ID: 100052840
calendar_today
Updated On:
Description
Description:
Steps to collect VRTSexplorer from within the InfoScale SDS Container and from Bastion node
- Log in to the InfoScale SDS Driver Container:
-
For Vanilla Kubernetes, run the following command from a Master node:
- For OCP-based setups, log in to the Bastion host and run the following commands from the Bastion host:
Example:
- oc exec -it -n infoscale-vtas -- /bin/bash
Example: The POD name could vary as per environment
-
Run the following commands to create and enable swap file:
-
dd if=/dev/zero of=/var/log/swapfile bs=1024 count=1000000;
-
mkswap /var/log/swapfile;
-
swapon /var/log/swapfile;
- Run VRTSexplorer:
- /opt/VRTSspt/VRTSexplorer/VRTSexplorer
- While running VRTSexplorer, specify log location at /var/log/ so that the explorer files are collected on host-mounted path
Example:

- After finishing the VRTSexplorer run, run the following commands to disable and remove the swapfile:
- swapoff /var/log/swapfile;
- rm -f /var/log/swapfile;
5. From bastion node we need to collect another Veritas explorer in order to get the namespace logs.
Customer can download the sort_linux_x64 script from https://docs.infoscale.com and run as below , select yes when it asks for infoscale- vtas logs to be collected
- Example from bastion node:




After collecting the logs, send both the explorers to Inofscale Technical Support for review.
Issue/Introduction
Steps to collect VRTSexplorer from InfoScale SDS Container and Bastion node from OCP/Kubernetes Environment