- FAQ Home
- General
- Support And Documentation
- Installing BCM
- Cluster Management
- Configuring
- Power Management
- Node Provisioning
- Cloudbursting
- User Management
- Workload Management
- Software Management
- Cluster Monitoring
- Day-to-day Administration
- Third Party Software
- High Availability
- Burn
- Initialize And Finalize Scripts
- Security
- Development
- OpenStack
- Big Data
- Containers
- NVIDIA DGX
Advanced search
14 search results
- Cloudbursting: How do I change the openVPN port used to access the cloud ? Answer: How do I change the openVPN port used to access the cloud ? By default, Cluster Extension (hybrid) cloudbursting uses UDP port 1194 to run a ...
- Cluster Monitoring: Why do I have no monitoring history for disk-related metrics? Answer: Why do I have no monitoring history for disk-related metrics? (or, approaching this issue from the other side) Too many disks are causing too many metrics -- ...
- User Management: How can I set the default shell for new users? Answer: I would like to define the default shell assigned to new users that are created. How do I do this? Users are managed in an LDAP ...
- Workload Management: How can a PBSPro Server installed externally get recognized by a head node? Answer: An externally installed PBS Pro server is not visible to Bright Cluster Manager, by default. But this can be made possible, with a few tricks, as ...
- Third Party Software: How do I use ScaleMP on Bright? Answer: How can I run ScaleMP on Bright? This guide describes how to use ScaleMP’s vSMP for Cloud product to create virtual SMP nodes in a cluster. Installing ...
- Workload Management: How do I add a submit host to GE? Answer: How do I add a submit host to GE (Grid Engine)? Edit /cm/local/apps/cmd/etc/cmd.conf and add the following advanced configuration parameter: # vim /cm/local/apps/cmd/etc/cmd.conf [...] AdvancedConfig = { "AdditionalSubmitHosts=<hostname>" } restart ...
- High Availability: How to Install Lustre with ZFS and HA for OSS and MDS Nodes Answer: Prerequisites: 2 OSS nodes connected via SAS over multiple paths to their own JBOD shared storage (minimum eight drives) 2 MDS nodes connected via SAS over multiple ...
- Workload Management: How do I integrate externally executed UGE/SGE server with Bright Cluster Manager 6.0? Answer: Mount the $SGE_ROOT directory from your external server that is to be managed by the Bright Cluster Manager (BCM) head node. Make sure that q* ...
- Workload Management: How do I integrate a custom torque installation with Bright Cluster Manager? Answer: If you install torque using a path that is different from the standard BCM one, then you should carry out the following steps (BCM version ...
- Security: How do I change the cipher list CMDaemon negotiates with clients? Answer: Can I change the cipher list that CMDaemon will negotiate with clients? Yes, this is possible in Bright 6.x with a CMDaemon revision >=17802. To ...
- Cluster Management: How do I install the JSON cmgui ? Answer: The standalone JSON cmgui, available in Bright 6.0 and upwards, can run on any regular desktop client machine, including on a MacOS desktop. The software ...
- Node Provisioning: How do I revert back to PXE boot over TFTP instead of HTTP? Answer: How do I revert back to PXE boot over TFTP instead of HTTP?Starting from Bright 7.3, HTTP is used for nodes PXE booting instead of ...
- OpenStack: Can I use a custom CMDaemon authentication mechanism for OpenStack? Answer: For Bright 7.1 you can customize the way CMDaemon obtains authentication data from OpenStack. So, instead of a built-in method you can provide your own ...
- Workload Management: How can I submit TORQUE or SLURM Jobs from my Linux Desktops Answer: Bright provides an AdvancedConfig which allows additional submit hosts. This is configured in the "/cm/local/apps/cmd/etc/cmd.conf" as follows. AdvancedConfig = {"AdditionalSubmitHosts=node002,login01,user-desktop1,user-desktop2"} It is important to note that ...