NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Data Protection

Couldn't upload custom plug-in file SCCTest.zip to the SnapCenter Host(4.6)

vishnu1
2,489 Views

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. 

vishnu1_0-1680583741562.png

 

The SCCTest is the Native Type Custom plug-in 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 had 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

Akchaiah25
2,268 Views

I'm also stuck with the same sort of issue, have we arrived with any sort of solution to this issue?

Public