How to get basic information from Graid log collection tool(Linux)?#
Environment
RAID Model: All
Host Hardware:
All
Operating System: Linux
Issue
This script collects config and logs information that graid support requires to troubleshoot issues effectively.
Resolution
1. Download the log collection script and make it executable:
```sh
chmod +x ./graid_log_script_0.0.11.sh
```
2. execute the log collection script on the machine and it will generate a "graid_log_[timestamp].tar" file and a log_folder named "logs-[YourHostName]-timestamp"
```sh
bash graid_log_script.sh
```
example pic:
3. upload the tar file to the ticket
4. Open the file which named "basic.log" under the "logs-[YourHostName]-timestamp" folder
5. basic.log show all basic information we need, please fill it into the ticket.
Related Articles
How to get basic information form Graid log collection tool(Windows)?#
Environment RAID Model: All Host Hardware: AMD/Intel/Supermicro model etc Operating System: Linux Issue This script collects config and log information that graid support require to be able to troublshoot issues effectively. Resolution 1. Download ...
Creating a new case: Information required
Environment All cases Issue Gathering enough data to be able to assess cases without resorting to multiple repeat communications to obtain diagnostic information. Resolution When creating a new case and be able to provide the fastest, most accurate ...
How to Configure QEMU with SupremeRAID RAID as a Datastore for Virtual Machines #
Environment RAID Model: All Supreme RAID model Host Hardware: AMD/Intel Operating System: Linux RHEL QEMU Description Virtualization has become an essential tool for modern computing, enabling multiple virtual machines (VMs) to operate on a single ...
How do I expand the storage pool or volume capacity#
Environment RAID Model: SR1000 or SR1010, SR1001 Host Hardware: Intel, AMD Operating System: Linux Issue User would like to expand the Volume or storage. Resolution 1. Set up the LVM with SupremeRAID solution wit original size. # graidctl c pd ...
Installation Guide for SupremeRAID driver
Environment RAID Model: SR1000 or SR1010 etc Host Hardware: AMD/Intel/Supermicro model etc Operating System: Linux etc Issue Beginning using SupremeRAID Resolution Linux Step 1: Downloading the Required Scripts ...