Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. (root@redhat ~) $ subscription-manager register -h
  2. Usage: subscription-manager register [OPTIONS]
  3.  
  4. Register the machine to the server
  5.  
  6. Options:
  7. -h, --help show this help message and exit
  8. --proxy=PROXY_URL proxy url in the form of proxy_hostname:proxy_port
  9. --proxyuser=PROXY_USER
  10. user for http proxy with basic authentication
  11. --proxypassword=PROXY_PASSWORD
  12. password for http proxy with basic authentication
  13. --username=USERNAME username to use when authorizing against the server
  14. --password=PASSWORD password to use when authorizing against the server
  15. --type=CONSUMERTYPE the type of consumer to register, defaults to system
  16. --name=CONSUMERNAME name of the consumer to register, defaults to the
  17. hostname
  18. --consumerid=CONSUMERID
  19. if supplied, the existing consumer data is pulled from
  20. the server
  21. --org=ORG register to one of multiple organizations for the user
  22. --environment=ENVIRONMENT
  23. register to a specific environment in the destination
  24. org
  25. --autosubscribe automatically subscribe this system to
  26. compatible subscriptions.
  27. --force register the system even if it is already registered
  28. --activationkey=ACTIVATION_KEYS
  29. one or more activation keys to use for registration
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement