SUNWsscs is the Sun StorEdge Configuration Service. Part of this package runs the binary /usr/sbin/ssserver (note: “ssserver” is not the correct program if you're googling for it), and there’s also a java process related to it running as ./ssdgrptd.jar sscs_daemon
The only method I've found for changing the port from the default of 1270 is described at sunsa.co.uk under the heading Issues/Bugs to be aware of -> Open. (At present, that site is unavailable, and I had to access it through a cached Google page. We want to change the port to be able to monitor this system using Microsoft SCOM.
Using this method (of starting the process I want to have listening on port 1270 first, and then starting the ssserver) is really something of a hack. But I can't find any config file that defines the port for this process.
Does anyone know of an undocumented or deeply buried trick to force ssserver to a different port?