+++ This bug was initially created as a clone of Bug #1399151 +++ Description of problem: There are several spacecmd commands that do only output the system name. To identify a system 100% the RHN Satellite System ID would be needed. Satellite 5 allows a system to re-register with the same name, but a different system ID. Thereofr the system name will appear (maybe twice), but it is not clear which system is meant. Version-Release number of selected component (if applicable): spacecmd-2.5.8-1.el7.noarch Steps to Reproduce: 1. run: spacecmd package_listinstalledsystems <packagename> 2. run: spacecmd system_list Actual results: outout is a list of system names Expected results: output is a list of system names and IDs Additional info: The RHN Satellite System ID is a unique identifier for a system, so this should be used in outputs instead of just the system name which can be appear several times. --- Additional comment from Miroslav Suchý on 2016-11-29 03:54:43 EST --- Moving to upstream --- Additional comment from Tomáš Kašpárek on 2017-03-03 04:38:22 EST --- Both package_listinstalledsystems and system_list calls now print system_name and it's id in output. If you manage to find some other calls which should also print systemdid, please let me know. spacewalk.git(master): 40d59db9c8ed73e34185de005b985e4b9e1eac0d
Verified spacecmd-2.5.0-9.el6sat.noarch >> spacecmd -s localhost -u admin -p pass "package_listinstalledsystems zip" ... hostname : 1000010270 ...
Will this be also made available in spacecmd in EPEL7 (currently spacecmd-2.6.16-1.el7.noarch )
(In reply to Oliver Haessler from comment #4) > Will this be also made available in spacecmd in EPEL7 (currently > spacecmd-2.6.16-1.el7.noarch ) Hello, it will be part of Spacewalk 2.7 release (2-3 months from now, but don't take the time estimate for granted). Or you can use spacecmd which is available in spacewalk-nightly (it's already fixed there, may be unstable though).