- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX scripting to 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
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
тАО05-16-2001 12:43 PM
тАО05-16-2001 12:43 PM
HPUX scripting to NT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2001 01:10 PM
тАО05-16-2001 01:10 PM
Re: HPUX scripting to NT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2001 06:26 PM
тАО05-16-2001 06:26 PM
Re: HPUX scripting to NT
If you are more comfortable in the UNIX world, one solution would be the MKS Toolkit. You get essentially all the unix commands including the shell and the rexecd and rshd. You essentially could drive everything from the unix side by calling remsh to execute commands on the NT box.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2001 06:28 PM
тАО05-16-2001 06:28 PM
Re: HPUX scripting to NT
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2001 11:30 PM
тАО05-16-2001 11:30 PM
Re: HPUX scripting to NT
More info on http://aspn.activestate.com/ASPN/Perl/
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2001 03:46 PM
тАО05-17-2001 03:46 PM
Re: HPUX scripting to NT
If you really need work done, you can try perl for NT, and just write both sets of scripts in perl for ease in porting. (funny how everyone is wanting NT, but you can't do much with it unless you pay out of pocket for code to be written, or have to make due with prebuilt binaries that only do half what ya need!)
For faster work, I'd say do everything you can on the UNIX side. Remember that if your using the standard NT at commands, if a batch file hangs, it can not be run untill you go into DOS and kill the process. Maybe in 2000 it's fixed, but in NT4 you can not kill a batch command from the task manager GUI.....
Regards and best of luck!
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2001 07:40 AM
тАО05-18-2001 07:40 AM
Re: HPUX scripting to NT
The UWIN package provides a mechanism for building and running UNIX applications on Windows NT, Windows 98, and Windows 95 with few, if any, changes
necessary.
Check out their website below:
http://www.research.att.com/sw/tools/uwin/
- fnhalili