Welcome!
Welcome! Here you will find answers to FAQs related to the 15 user download of CollabNet Enterprise Edition. These have been extracted from the various discussion threads that our users have contributed. Thanks to all of you who have taken the time to make these contributions. On a related point, please note that moving forwards we will be granting openCollabNet committer access to select individuals. These individuals will be users identified as being active forum contributors and/or providers of working solutions to commonly encountered issues. Committer access will provide users with the ability to post content prominently and in a structured, organized way by providing direct access to project pages such as this.
Richard Murray, VP Engineering, CollabNet.
FAQs
In this baby step version of the FAQ, links to a few critical discussion posts are given. Later, we'll try to distill this into a more conventional FAQ.
Installation Issues
Below are a list of most useful posts relevant to installation of the CEE 15 user edition on a Centos 3.8 OS .
- Basic installation instructions.
- http://onsite.open.collab.net/servlets/ProjectForumMessageView?messageID=373&forumID=48 - by Richard Fieldhouse based on a very helpful initial post by João Pedro. The attachments from that post are listed here
- Couple of modifications to the above instructions
- You may also want to follow the following posts on editing your runtime-options.conf file before installation or recreating the file after installation if you seem to have strange troubles with your projects. Typically the symptom that requires this fix seems to be a permanent "Changes Pending" on a newly created subversion based project.
- You would also want to look @ this post to ensure that the repository is checked out and your cache is all cleaned up
Use Issues
- Resetting the administrative password in case you get locked out
Performance Tuning
- Turn off unnecessary services on your server
- By default the following unnecessary services are turned ON on the CENTOS 3.8 OS which may be unnecessary (if you are ONLY running a collabnet server on the machine and nothing else)
- cups (printing services)
- autofs (auto mount)
- rhnsd (redhat network update)
- pcmcia (if you are on a notebook, this may be needed)
- apmd (power management control - maybe needed if you are on a notebook)
- isdn (I'm yet to see a machine using isdn connections, but maybe you are the exception)
- hpoj
- To see a list of running services, use the following command
- By default, the init level for the Centos 3.8 Server install is 3. To see which all services are enabled for this and other runlevels, you could use...
- To turn off a specific service for all init levels
- chkconfig off
- e.g: chkconfig cups off