- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Run UNIX make script from NT
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
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
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
05-29-2002 12:40 AM
05-29-2002 12:40 AM
Run UNIX make script from NT
We have developers who work on NT and need to have source code ftp'd to a UNIX server, compiled and the log file ftp'd back to the NT server.(They are not setup on the UNIX box as users)
My senior does not want to use rsh. Is there a rcmd (for example) that works from NT to UNIX
kicked off from a users desktop.
Can I somehow make CScript.exe run against a
UNIX host? Any other ideas?
Or should they telnet to the UNIX machine as a generic user and execute a script to do it?
Regards
Graham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 01:43 AM
05-29-2002 01:43 AM
Re: Run UNIX make script from NT
Hi,
Take a look at this link:
http://hpdrdev.fc.hp.com/OpenStudio/index.html
Might be of interest.
Regards
Olav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 02:45 AM
05-29-2002 02:45 AM
Re: Run UNIX make script from NT
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x2dc60bce6f33d6118fff0090279cd0f9,00.html
and/or this link:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa6f55f260cafd4118fef0090279cd0f9,00.html
should show you the rsh way..
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 02:59 AM
05-29-2002 02:59 AM
Re: Run UNIX make script from NT
just a thought....
in Win NT ressource kit there is the possibility to install POSIX shell scripts for Windows for no extra money. Then you can run these shell scripts on your Windows computers.
Allways stay on the bright side of life!
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 03:51 AM
05-29-2002 03:51 AM
Re: Run UNIX make script from NT
Your Senior doesn't want to use "rsh", but you must be using either a generic login for FTP or Anonymous FTP. Both of which are greater security issues than rsh, unless you allow anonymous users through a generic account to rsh.
I'd suggest setting up accounts for every single developer! In this day and age we need to be concerned about security, and if we are using generic or anonymous logins, then how the hell do we figure out who did what?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 03:56 AM
05-29-2002 03:56 AM
Re: Run UNIX make script from NT
if you don't want to have something like rsh i would use:
-set up a cronjob on HP-UX which checks for new sources and runs make against them.
or
-set up a user which gets a menu upon logon to run make against a specified source.
In both cases there is no need to install any extra software on your PC's. Which might be what your senior wants.
Hope this helps
Regards Stefan