Browse Community
Help
Log In
Responses(3)
Solutions(1)
DELL-Joey C
Moderator
•
4.1K Posts
0
July 5th, 2022 01:00
Hi @JulienBla,
I don't think you need to input -Instance. These 2 commands should be able to do it's job:
Stop-DellScController - shuts down a single controller
Stop-DellStorageCenter - shuts down an entire system
I don't have a SC to test the scripting, but if you need help on the commands, you can:
get-help Stop-DellScController -detailed
get-help Stop-DellStorageCenter -detailed
DiegoLopez
4 Operator
2.7K Posts
July 4th, 2022 10:00
Hello @JulienBla,
Normally we cannot offer much help on scripting or even test the script before to make sure it will not harm your system. So please, use it carefully.
However, the syntax should be: Stop-DellScController -Instance
This supposedly Shuts down the controller
You can check this post: https://dell.to/3NCodbn
JulienBla
3 Posts
July 5th, 2022 00:00
Hello @DiegoLopez
Thx for reply but I don't want to stop the controller but the entire Compellent.
Is instance is the Compellent's model ?
$(Get-DellStorageCenter -Connection $Connection).InstanceId269140$(Get-DellStorageCenter -Connection $Connection).InstanceNameStorage Center 269140
Best Regards
Dell Support Resources
View All
Top
DELL-Joey C
Moderator
•
4.1K Posts
0
July 5th, 2022 01:00
Hi @JulienBla,
I don't think you need to input -Instance. These 2 commands should be able to do it's job:
Stop-DellScController - shuts down a single controller
Stop-DellStorageCenter - shuts down an entire system
I don't have a SC to test the scripting, but if you need help on the commands, you can:
get-help Stop-DellScController -detailed
get-help Stop-DellStorageCenter -detailed
DiegoLopez
4 Operator
•
2.7K Posts
0
July 4th, 2022 10:00
Hello @JulienBla,
Normally we cannot offer much help on scripting or even test the script before to make sure it will not harm your system. So please, use it carefully.
However, the syntax should be:
Stop-DellScController -Instance
This supposedly Shuts down the controller
You can check this post: https://dell.to/3NCodbn
JulienBla
3 Posts
0
July 5th, 2022 00:00
Hello @DiegoLopez
Thx for reply but I don't want to stop the controller but the entire Compellent.
Is instance is the Compellent's model ?
$(Get-DellStorageCenter -Connection $Connection).InstanceId
269140
$(Get-DellStorageCenter -Connection $Connection).InstanceName
Storage Center 269140
Best Regards