Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Error uploading the SCCTest custom plug-in zip file in the SnapCenter Server(4.6)
2023-05-09
05:45 AM
1,800 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
While trying to browse and upload the custom plug-in SCCTest.zip, the following error occurs:
There are some problems with the Plugin_Descriptor.xml file of plug-in package 'SCCTest' : Plugin_descriptor xml is missing from the plug-in zip file.
The SCCTest is the Native Type Custom plug-in file created by referring the official documentation given below:
https://library.netapp.com/ecm/ecm_download_file/ECMLP2874315
All the naming conditions and the files placement within the folder for the Native type has been satisfied. I have also attached the xml file as text file and .sh file as given below for your reference.
Can anyone help with this?
SCCTest.sh
#!/bin/bash
# SCCTest script for SCC Class
#
echo "SCC_Test#INFO#Version 1.0 SCCTest.sh - Script is running"
case "$1" in
"-quiesce" )
echo "SCCTest#INFO#Quiescing"
echo "The quiesce doesn't do anything but write these messages to the logs"
exit 0
;;
"-unquiesce" )
echo "SCCTest#INFO#Unquiescing"
echo "the unquiesce doesn't do anything but write these messages to the logs"
exit 0
;;
* )
echo "SCCTest#WARN#Not Implemented";
exit 99
;;
esac
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @vishnu1
Looks like this is a duplicate post (as per your original post - https://community.netapp.com/t5/Data-Backup-and-Recovery/Couldn-t-upload-custom-plug-in-file-SCCTest-zip-to-the-SnapCenter-Host-4-6/m-p/443136 _
Given no one from the community has been able to respond to the previous post or this post, I would suggest you consider opening up a support case with our SnapCenter support team so they can take a look at your issue.
