- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Server Management (Insight Manager 7)
- >
- Version Control Agent for Linux
Categories
Company
Local Language
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
Forums
Discussions
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
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- 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
тАО06-04-2003 10:56 PM
тАО06-04-2003 10:56 PM
Version Control Agent for Linux
Does any one know if there is a Version control Agent for linux.
I can download Support Pack 6.30 for Linux RedHat 7.3, but how do i deploy it without VCA in IM7?
Best regards
/Daniel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2003 02:22 AM
тАО06-06-2003 02:22 AM
Re: Version Control Agent for Linux
I uploaded to our sw repository the files from the Linux SupportPack 6.30, but they where not even correctly recognized by the repository manager.
HP responded to my questions (see previous post in forum): 'not supported'
I hope it will be supported in the next version of IM/supportpacks...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2003 02:25 AM
тАО06-06-2003 02:25 AM
Re: Version Control Agent for Linux
My best guess is: upload the supportpack by ftp to all managed linux boxen, unzip it and launch the provided setup script (this is new - with version 6.20 you had to manually install all pieces)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2003 06:25 AM
тАО06-06-2003 06:25 AM
Re: Version Control Agent for Linux
The VCRM v1.0 will not recognize the Linux PSP. There is a new version of the VCRM that will recognize the files in the Linux PSP, but isn't able to deploy them until the VCA for Linux is available.
To deploy the Linux PSP, you will need to move the files via FTP, NFS, or SCP to the server where you want it deployed. Once it is there, execute the ./install.sh script to deploy the PSP. Since the Linux PSP is built on top of X-Windows technology, you can shell into the remote servers to execute the deployment utility and see the output on your local system.
To net it out, all of the pieces for IM7 deployment of the Linux PSP are not currently available, but are being worked.
Michael Garner
HP Linux PSP Developer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2003 12:57 PM
тАО06-09-2003 12:57 PM
Re: Version Control Agent for Linux
To do this, write a script that runs on the IM7 server (in whatever scripting language you prefer) that will connect to a linux system (the system names and IP addresses are set in Environment Variables by IM7), copy over the PSP files (say via FTP), and invokes the install.sh (using SSH is a good approach.) You can debug and test out your script on your local system, then deploy it up to IM7 for the actual execution. Make sure you write out good debug information (to a file) so you can troubleshoot your script when it's running under IM7.
Processing the EVs and paramters in a scripting language like Perl is easy to do, even on Windows, for this sort of thing.