무인 프로비저닝
API 호출을 사용하여 MAC 주소에 의해 식별되는 클라이언트와 자동 설치 프로파일 사이의 관계를 선언할 수 있습니다. 다음에 시스템이 재부팅되면 지정된 프로파일에 따라 설치가 시작됩니다.
절차: 수동으로 선언된 프로파일에서 다시 설치
-
On the SUSE Multi-Linux Manager Server, at the command prompt, use the
system.createSystemRecordAPI call. In this example, replacenamewith the name of your client,<profile>with the profile label,<iface>with the name of the interface on the client such aseth0, and<hw_addr>with its hardware address such as00:25:22:71:e7:c6:$ spacecmd api -- --args '["<name>", "<profile>", "", "", \ [ {"name": "<iface>", "mac": "<hw_addr>"} ]]' \ system.createSystemRecord -
클라이언트의 전원을 켭니다. 네트워크에서 부팅되며 설치에 맞는 올바른 프로파일이 선택됩니다.
This command creates a system record at Cobbler. You may also specify additional parameters, like kernel options, the IP address of the client, and its domain name. For more information, see the API documentation for createSystemRecord call.