Advertisement
Guest User

Untitled

a guest
Sep 30th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. sudo subscription-manager unsubscribe
  2. One of --serial or --all must be provided
  3. Usage: subscription-manager unsubscribe [OPTIONS]
  4.  
  5. Unsubscribe the machine from all or specific subscriptions
  6.  
  7. Options:
  8. -h, --help show this help message and exit
  9. --proxy=PROXY_URL proxy url in the form of proxy_hostname:proxy_port
  10. --proxyuser=PROXY_USER
  11. user for http proxy with basic authentication
  12. --proxypassword=PROXY_PASSWORD
  13. password for http proxy with basic authentication
  14. --serial=SERIAL Certificate serial to unsubscribe
  15. --all Unsubscribe from all subscriptions
  16.  
  17.  
  18.  
  19. sudo subscription-manager redeem
  20. Network error, unable to connect to server.
  21. Please see /var/log/rhsm/rhsm.log for more information.
  22.  
  23.  
  24.  
  25. sudo subscription-manager environments
  26. you must specify an --org
  27.  
  28.  
  29.  
  30. sudo subscription-manager orgs
  31. Username:
  32.  
  33.  
  34.  
  35. sudo subscription-manager list
  36. No installed Products to list
  37.  
  38. sudo subscription-manager register
  39. This system is already registered. Use --force to override
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement