Community
Participate
Working Groups
If node names in a PE hostfile contain upper case characters, then those nodes do not appear in the PE Resource manager nodes view.
The PE proxy maintains a list of node names obtained from the hostfile. When the proxy processes the PE attach.cfg file, it tries to match the node names in that file to the list of nodes in the hostfile. The node names in the attach.cfg file are in lower case, so the lookup fails and that node is not displayed in the nodes view. The update_nodes function has been modifies to fold node names in the hostfile to lower case before saving them.