HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to start cvs server on HPUX
Operating System - HP-UX
1838053
Members
4874
Online
110124
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 02:36 PM
10-13-2004 02:36 PM
How to start cvs server on HPUX
Hi,
I installed cvs on my hpux11.11. How can I start cvs server when at the machine startup
automaticcly? How can start the cvs server manually?
Thanks a lot?
Dade Huang
I installed cvs on my hpux11.11. How can I start cvs server when at the machine startup
automaticcly? How can start the cvs server manually?
Thanks a lot?
Dade Huang
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 03:24 PM
10-13-2004 03:24 PM
Re: How to start cvs server on HPUX
Basics on autostart.
If cvs came with a startup script it will be in /sbin/init.d/
probably named cvs
if not
cp /sbin/init.d/template /sbin/init.d/cvs
modify cvs so it starts the cvs daemon
LEts say you want to start it at run level 3
cd /sbin/rc3.d
ln -s /sbin/init.d/cvs S990cvs
cd /sbin/rc2.d
ln -s /sbin/init.d/cvs K110cvs
The above code will start it at run level 3 and stop it at run level 3.
If cvs needs to be started by an application owner user this is possible in the startup file.
To manually start if it came with a startup script as root
/sbin/init.d/cvs start
SEP
If cvs came with a startup script it will be in /sbin/init.d/
probably named cvs
if not
cp /sbin/init.d/template /sbin/init.d/cvs
modify cvs so it starts the cvs daemon
LEts say you want to start it at run level 3
cd /sbin/rc3.d
ln -s /sbin/init.d/cvs S990cvs
cd /sbin/rc2.d
ln -s /sbin/init.d/cvs K110cvs
The above code will start it at run level 3 and stop it at run level 3.
If cvs needs to be started by an application owner user this is possible in the startup file.
To manually start if it came with a startup script as root
/sbin/init.d/cvs start
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2004 05:55 AM
10-14-2004 05:55 AM
Re: How to start cvs server on HPUX
Thanks, when i did that, and I try to connect cvs server from my windows xp, I got following message:
connect to cvsserver:2401 failed: No connection could be made because the target machine actively refused it.
How can i fixed this problem.
Also, after i copy /sbin/init.d/template to /sbin/init.d/cvs, do i need change anything in this script?
Thanks a lot!
Dade
connect to cvsserver:2401 failed: No connection could be made because the target machine actively refused it.
How can i fixed this problem.
Also, after i copy /sbin/init.d/template to /sbin/init.d/cvs, do i need change anything in this script?
Thanks a lot!
Dade
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP