Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As part of Discovering OS Info, you can refresh the information of OS's for nodes in the "Node and IP information", "Node reports" and Node pages with the opConfig CLI tool:

Code Block
# Refresh osOS infoInfo for all nodes 
./opconfig-cli.pl act=refresh_os_info

# Refresh osOS infoInfo for a particular node
./opconfig-cli.pl act=refresh_os_info node=node_name

# Refresh osOS infoInfo for only newly imported/created nodes
./opconfig-cli.pl act=refresh_os_info only_new=y

...