To do so:
1. At the command line, as root, run the following:
printf "\nhttps://$(nodeworx -u -c Ip -h -a listIpAddresses |head -1 |awk '{print $1}'):2443/nodeworx/index?action=ssoCommit&sid=$(nodeworx -u -n -c Index -a getSession)\n\n"
2. The output will be a one-time login url. Paste this into the browser to automatically log into NodeWorx.
Example:
[[email protected] ~]# printf "\nhttps://$(nodeworx -u -c Ip -h -a listIpAddresses |head -1 |awk '{print $1}'):2443/nodeworx/index?action=ssoCommit&sid=$(nodeworx -u -n -c Index -a getSession)\n\n" https://10.1.14.11:2443/nodeworx/index?action=ssoCommit&sid=lmpobpsjc8r3qs6l71sj7k8ngl [[email protected] ~]#
Note: If the session in the browser times out, the above steps will need to be completed, again.