Please pass on a bug to the dev peeps:
# srvadmin-services.sh start
/etc/init.d/racsvc: line 25: [: too many arguments
Starting racsvc (via systemctl):                           [  OK  ]

# rpm -qf /etc/init.d/racsvc
srvadmin-racsvc-8.5.0-2372.10488.el7.x86_64

Line 25 just has a missing set of quotes around the variable ${SYSID}. The
line should be:
if [ "${SYSID}" != "023C" ]; then

Thanks
PJ
_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge@dell.com
https://lists.us.dell.com/mailman/listinfo/linux-poweredge

Reply via email to