...
Simple steps to create Grabs for Linux / AIX / Solaris / HP-UX Hosts.Grabs on average take about 15 to 20 minutes to run. If there are many Symmetrix arrays attached to the host, it would be longer. As long as the screen is printing, the script is running good. It can be stopped by ctrl+c anytime, like other linux/Unix commands.
Must create Grab.
Instructions for running the Grab on a Linux host.The script should be run as user root or sudo with root privileges, to prevent any data not being collected through lack of permissions.Download the latest grab utility grab_UnixLinux_v5.x.x_signed.tar from https://central.dell.com/solutions/GrabUnixLinux (requires a Dell account).1. Place the Grab tar file into a suitable directory (e.g., /usr/dell) and extract using the following command: tar -xvf grab___signed.tar The extracted grab___signed.tar file contains the following files: dell_dtstapplications2024.pub.key grab__.tar grab__.tar.sig grab___verify_signature.sh To verify the grab__.tar file run the following command: [root@localhost /usr/dell]# ./grab___verify_signature.sh grab__.tar: Verified OK Note: Openssl must be installed to verify the file signature2. Once the Grab grab__.tar file is verified extract it using the following command: tar -xvf grab__.tar3. A directory named 'emcgrab' is created which contains all the necessary support scripts and functions to successfully run the data collection scripts.4. Please ensure that your filesystem has at least 500M of free disk space for temporary files that may be generated during its processing. If there are many Symmetrix arrays attached to the host, the resulting tar file could be very large.5. Change the directory to emcgrab, and run the command ./emcgrab.sh 6. The script generates a compressed tar file, residing in the ./emcgrab/outputs directory unless the -OUTDir option is used to change it. Its format is '_YYYY-mm-dd-hh.mm.ss>__emcgrab__[full | lite]_CC.tar.'. If no Service Request number is defined, defaults to 0000000000 7. Download the .tar.gz file and upload to the MFT link or caseNote: 1. The script prompts the user with a warning message should it detect less than 50MB remaining on the file system every time the script runs the file system check routine unless run in -autoexec mode.2. The script prompts for a Dell Technologies license agreement unless in -autoexec mode with the -legal option. Once EMC license agreement is accepted, the script continues. Invoking the Grab script with the -legal option confirms that the user accepts the Dell Technologies license agreement.3. If don't want to see prompts listed in 4, run with the with the following switches ./emcgrab.sh -autoexec -legal 4. When run ./emcgrab.sh only Press enter or space bar to review the agreement: Then input Y to accept: DO YOU AGREE TO ACCEPT THE TERMS & CONDITIONS OF THIS LEGAL AGREEMENT (Y/N): Y If following is prompted, please input the information as asked or just press enter to pass: Please Enter Service Request Number : Please Enter Customer Party Number (Site ID) : Please Enter Customer Company Name : Please Enter Customer Contact Name : Please Enter Customer Contact Phone Number : Please Enter your Email Address : If following is prompted, please input Y: Is the Grab Identification Information Correct (Y/N) : Y If this question is prompted, please input n, unless SMI-S information is required by support: Do you want to collect SMI-S information (y/n) ? n 5. At the end, it shows like below Finishing Data Collection, please wait... Creating and compressing Tar File _YYYY-mm-dd-hh.mm.ss>__emcgrab__[full | lite]_CC.tar............ All outputs are located in the outputs directory Output Filename is : _YYYY-mm-dd-hh.mm.ss>__emcgrab__[full | lite]_CC.tar. Please submit this file to Dell EMC for Analysis. Thank you Removing Temporary Files.... [root@localhost emcgrab]#