我需要解决方案
Had scripts to disable SLP's in Windows environment and now moved to Linux Env and would like help creating the same. NB 7.1.0.4. Example of Windows script:
Dim dt, objshell
Set objShell = CreateObject("WScript.Shell")
objShell.Run "%comspec% /C cd\ & nbstlutil -wait inactive -lifecycle ARC_1YR_DISK_SLP", 4, true
Need to build script to do the same in Linux. Any help is appreciated.
Thanks