Access your NodeGrid via telnet, ssh, or console, and log in as admin.
Type the following commands to add Console device to NodeGrid:
[admin@nodegrid /]# add /settings/devices/
[admin@nodegrid {devices}]# set name=<device_name>
[admin@nodegrid {devices}]# set type=device_console
[admin@nodegrid {devices}]# set ip_address=<device_IP>
[admin@nodegrid {devices}]# set username=<admin_user>
[admin@nodegrid {devices}]# set credential=set_now
[admin@nodegrid {devices}]# set password=<admin_user_password>
[admin@nodegrid {devices}]# set mode=enabled
[admin@nodegrid {devices}]# save
Note: hitting <TAB> completes the command and show possible options
Related Articles
How to Auto-Discover and Add Network Devices with SSH or Telnet Support to NodeGrid
Introduction: Use case for the Network scanning of IP Devices is to add all the IP managed devices into the Nodegrid Manager for managing all the devices. It can also be used to detect IP usage in the network. (This detection of IP device is ...
How to Manually Add Network Devices with SSH or Telnet Support to NodeGrid via WebUI
Select Managed Devices :: Devices, click the Add button to add a device in the system. For the purpose of this example, provide the following information: On the Name field, enter the name of the device you want to add (for example a critical Red ...
How to Manually Add NetApp Storage Devices to NodeGrid via CLI
Access your NodeGrid via telnet, ssh, or console, and log in as admin. Type the following commands to add a NetApp device to NodeGrid: [admin@nodegrid /]# add /settings/devices/ [admin@nodegrid {devices}]# set name=<netapp_server> [admin@nodegrid ...
How to Manually Add Console Servers to NodeGrid via CLI
Access your NodeGrid via telnet, ssh, or console, and log in as admin. Type the following commands to add a Console Server device to NodeGrid: [admin@nodegrid /]# add /settings/devices/ [admin@nodegrid {devices}]# set name=<console_server> ...
How to Manually Add KVMs to NodeGrid via CLI
Access your NodeGrid via telnet, ssh, or console, and log in as admin. Then, type the following commands to add a KVM device to NodeGrid: [admin@nodegrid /]# add /settings/devices/ [admin@nodegrid {devices}]# set name=<kvm> [admin@nodegrid ...