This post is more than 5 years old
1 Rookie
•
5 Posts
0
1425
February 13th, 2019 14:00
Unsupported Package Detected
Hello! I have S4810 switch (from ebay and i don't know history of this device) and there is strange problem. ====================================================================== FTOS 9.6(0.0P9) Dell#show packages **************************************** * Package Name: SMARTSCRIPTS * Unsupported Package Detected. Please Uninstall !!! **************************************** * Package Name: VSNAGENT * Unsupported Package Detected. Please Uninstall !!! Dell#package uninstall SMARTSCRIPTS pkg_info: can't find package `SMARTSCRIPTS' % Error: Could not get installed package information Dell#package uninstall VSNAGENT pkg_info: can't find package `VSNAGENT' % Error: Could not get installed package information ====================================================================== FTOS 9.14(1.2) Dell#show packages **************************************** * Package Name: SMARTSCRIPTS * Unsupported Package Detected. Please Uninstall !!! **************************************** * Package Name: VSNAGENT * Unsupported Package Detected. Please Uninstall !!! Dell#package uninstall SMARTSCRIPTS % Error: Unsupported packages found. Please do package clear-all before doing any package operations Dell#package clear-all % Warning: Clearing packages will remove all the installed the packages and also remove all the downloaded scripts Proceed to clear the packages [confirm yes/no]: yes % Package clearing will continue in the background. Please check the logs for its status Dell#Shared object "libutil.so.7" not found Shared object "libc.so.12" not found Feb 13 22:59:58 %STKUNIT0-M:CP %DOWNLOAD-5-OA_PKG_UNINSTALL: Stack . ====================================================================== How to resolve this problem? Factory reset (clear-all) didn't help.
0 events found
No Events found!


DELL-Chris H
7 Practitioner
•
9.7K Posts
0
June 5th, 2025 20:16
Your setup is feasible, but there are a few likely reasons why your Windows machine on the S6000 is not receiving a DHCP address from the N3024.
The first being a VLAN Mismatch or Untagged Traffic Issue, the reason being is that your output shows that port-channel interfaces on both switches are up, but no VLAN is assigned on the S6000 side:
What you can try is to assign VLAN 1 as the untagged VLAN on both the port-channel and the Windows host port on the S6000, if that is the case.
for example:
# On the S6000
configure
interface port-channel 1
switchport mode access
switchport access vlan 1
interface Fo 0/124
switchport mode access
switchport access vlan 1
The next would be LACP Port-Channel Consistency
Your port-channel config looks good, but double-check that both sides are using LACP (active) and that the hashing algorithm is compatible.
Check if DHCP snooping or IP source guard is enabled on either switch, which could block DHCP offers.
Also, you can try to isolate the issue by assigning a static IP in the same subnet as your DHCP server to the Windows machine. If it can ping the DHCP server or gateway, then the issue is definitely DHCP-related, not L2 connectivity.
Lastly, on a side note;
If your DHCP server is on a different VLAN than the Windows host, you’ll need to configure DHCP relay (IP helper) on the S6000 or N3024.
Since you're using VLAN 1 across both switches, this likely isn't needed unless you plan to segment traffic later.
(edited)
DELL-Josh Cr
Moderator
•
9.6K Posts
•
35 Points
0
February 13th, 2019 16:00
Hi,
Try running the command package clear-all
Supportit_RU
1 Rookie
•
5 Posts
0
February 13th, 2019 22:00
#package clear-all
% Warning: Clearing packages will remove all the installed the packages and also remove all the downloaded scripts Proceed to clear the packages [confirm yes/no]: yes
% Package clearing will continue in the background. Please check the logs for its status
Dell#
Shared object "libutil.so.7" not found Shared object "libc.so.12" not found Feb 13 22:59:58 %STKUNIT0-M:CP %DOWNLOAD-5-OA_PKG_UNINSTALL: Stack .
DELL-Josh Cr
Moderator
•
9.6K Posts
•
35 Points
0
February 14th, 2019 08:00
Try rebooting the switch now.
Supportit_RU
1 Rookie
•
5 Posts
0
February 14th, 2019 14:00
Hi,
Unfortunately, it doesn't help.
Any other ideas?
DELL-Josh Cr
Moderator
•
9.6K Posts
•
35 Points
0
February 14th, 2019 15:00
You can try updating the firmware.
Supportit_RU
1 Rookie
•
5 Posts
0
February 15th, 2019 03:00
Supportit_RU
1 Rookie
•
5 Posts
0
February 17th, 2019 14:00
I think, this packages were installed on some older firmware. May be i can remove them only with that firmware.
Is it possible to identify which firmware were installed packages for?
DELL-Josh Cr
Moderator
•
9.6K Posts
•
35 Points
0
February 18th, 2019 09:00
sh packages system
should show what is installed.
knotlaer
1 Rookie
•
5 Posts
•
2 Points
0
June 5th, 2025 16:44
I am having the same problems with a dell s6000. I upgraded to FTOS-SI-9.14.2.14.bin. I keep getting
I tried everything to uninstall the package but i can't. Its stopping me from upgrading anything else on the switch. I have factory reset the switch. Upgraded the Boot selector and loader along with the system. I have run that sequence of command several times. Im not sure what to do or what i can do. Thanks for the time and help.
DELL-Chris H
7 Practitioner
•
9.7K Posts
1
June 5th, 2025 17:37
Knotlaer,
When you are running an older version firmware on S-series switch, you would need to make sure to uninstall the packages on the switch prior to the upgrade to the latest firmware. Since you have already upgraded you will observe the error
* Package Name: SMARTSCRIPTS-Z
* Unsupported Package Detected. Please Uninstall !!!
Now from what I am seeing the command you were using was
package uninstall SMARTSCRIPTS-Z
Where the command I believe is just
package uninstall SMARTSCRIPTS
Which running will result in an error stating to do a package clear all
Perform the package clear all and see if that resolves the issue.
If not then you will need to do the following in order to clear all packages after the upgrade.
Dell#remote-exec cp rm -rf /usr/pkg/*
Oct 13 12:08:53: %STKUNIT0-M:CP %CLI-0-REMOTE-EXEC: RCMD: remote-exec CP rm -rf /usr/pkg/*
rm -rf /usr/pkg/*
SStk-0 # <<"Wait until it get out of SStk-0 # prompt">>
Dell#
run "remote-exec cp ls -al " to make sure no files are present under /usr/pkg
Dell#remote-exec cp ls -al
Oct 13 12:09:27: %STKUNIT0-M:CP %CLI-0-REMOTE-EXEC: RCMD: remote-exec CP ls -al
ls -al
<This output omitted – it’s a long list>
To look into the /usr and usr/pkg run following commands
Dell#remote-exec cp ls /usr/
Oct 13 12:16:08: %STKUNIT0-M:CP %CLI-0-REMOTE-EXEC: RCMD: remote-exec CP ls /usr/
ls /usr/
bin lib libexec pkg sbin share
This should confirm that there is nothing in /usr/pkg
Dell#remote-exec cp ls /usr/pkg
Oct 13 12:15:46: %STKUNIT0-M:CP %CLI-0-REMOTE-EXEC: RCMD: remote-exec CP ls /usr/pkg
ls /usr/pkg
Now clear all packages pre-installed on the switch.
Dell#package clear-all
After that then it should allow you to install new packages.
Let me know if this helps.
knotlaer
1 Rookie
•
5 Posts
•
2 Points
0
June 5th, 2025 18:37
@DELL-Chris H Hi thank you for the response, you have been very helpful.
This is the little loop i keep running into. You were correct after running all of those remote exec commands my outputs are much different than what you stated.
the /usr/pkg folder wasnt empty
Im not sure how to delete the pkg folder.
This is what i have tried.
knotlaer
1 Rookie
•
5 Posts
•
2 Points
0
June 5th, 2025 18:48
You are amazing. I figured out the commands it was for everything related to smartscripts and the ss-scripts.mod
knotlaer
1 Rookie
•
5 Posts
•
2 Points
0
June 5th, 2025 18:49
@DELL-Chris H YOU ARE THE BEST THANK YOU.
DELL-Chris H
7 Practitioner
•
9.7K Posts
1
June 5th, 2025 18:51
Anytime, happy to help.
Have a great day and let me know if there is anything else I can do to help.