ProLiant Servers (ML,DL,SL)
1753399 Members
7437 Online
108792 Solutions
New Discussion

ssascripting unable to Set Smart Array Configuration when using in SCCM for G9 server

 
Kartheek083
Occasional Visitor

ssascripting unable to Set Smart Array Configuration when using in SCCM for G9 server

SCCM TS steps as follows

1. Erase the current array config -> ssascripting.exe -i erase.ini

2. Set New Array Config -> ssascripting.exe -i custom.ini -internal -reset -e error.log

The first step is executing successfully but step 2 is throwing ERROR: 2828 New Array ID already exists. This is happening only on G9 servers but G7, G8 servers working fine without any issue.

To troubleshoot the issue logged into SSA and found that Array config was removed by step 1 and i was able to implement step 2 successfully after the reboot manually.

Is there any way to achieve this without rebooting server after step 1?