Versions Compared

Key

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

...

All the operations are defined in the following guide.

Refresh OS Info

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 os info for all nodes 
./opconfig-cli.pl act=refresh_os_info

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

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