This command discovers and adds new provisionable servers to be managed by the N1 System Manager.
Before a server can be discovered, the following conditions must be met:
The user knows the authentication credentials for the provisionable server or the server has factory-default credentials.
The management network IP address for the provisionable server is configured and is network accessible by the N1 System Manager. Check the Sun N1 System Manager Site Preparation Guide for details on adding a new provisionable server to the N1 System Manager environment.
Discover and add servers to the N1 System Manager:
discover ip [group group] [ipmi ipmi] [snmp snmp] [ssh ssh] [telnet telnet] |
ip – Specify the management network IP addresses of the provisionable servers you want to discover. You can specify multiple instances of ip in one of the following ways, separated by commas:
ip-address – A single management network IP address.
ip-address–ip-address – A range of management network IP addresses. Example: 10.5.10.1-10.5.10.100
subnet/mask-length – A subnet with a mask length. Example: 10.0.8/24 or 10.0.8.128/28
group – The name of a server group in which to add the discovered servers. If the server group does not exist, it will be created during the discovery.
ipmi – Use IPMI credentials to authenticate the discovery process based on the server's management network IP address. The ipmi value is an IPMI password. If IPMI credentials are not specified and the provisionable server is in the factory default state, the discovery process will set the server's IPMI password to admin.
snmp – Use SNMP credentials to authenticate the discovery process based on the server's management network IP address. The snmp format is a read community string for the SNMP credentials: read-community.
ssh – Use SSH credentials to authenticate the discovery process based on the server's management network IP address. The ssh format is a user name/password pair for SSH credentials: ssh-username/ssh-password. If SSH credentials are not specified and the provisionable server is in the factory default state, the discovery process will set the server's SSH user name/password to admin/admin.
telnet – Use telnet credentials to authenticate the discovery process based on server's management network IP address. The telnet credential is used only by ALOM-based systems. The telnet format is a user name/password pair for telnet credentials: telnet-username/telnet-password.