Red Hat Training

A Red Hat training course is available for Red Hat Satellite

Chapter 33. Namespace: sync.slave

Contains methods to set up information about allowed Red Hat Satellite Slave Servers, for use on the Red Hat Satellite Master Server side of Inter-Satellie Synchronization.
Namespace: sync.slave

33.1. Method: create

Description

Create a new Slave, known to this Slave.

Parameters

The following parameters are available for this method:

  • string sessionKey
  • string slave - Slave's fully-qualified domain name
  • boolean enabled - Defines if the Slave is active and communicating
  • boolean allowAllOrgs - Defines whether to export all organizations to this slave
Returns

The following return values are available for this method:

  • struct - IssSlave info
    • int id
    • string slave
    • boolean enabled
    • boolean allowAllOrgs