- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unix to NT commands
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
11-04-2001 03:13 PM
11-04-2001 03:13 PM
Unix to NT commands
Is there a way for a unix system to send commands to a NT system and stop a particular service on the NT system?
Dolores
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2001 05:06 PM
11-04-2001 05:06 PM
Re: Unix to NT commands
As long as the 'telnet' daemon is running
on the NT box you can get in and run
'dos like' commands. Usually the 'telnet'
daemon is actually turned off. If you have
software like a 'remote shell' you can also
run remote commands.
Go to www.google.com and in the search field
place 'remote shell NT' and look for the
results.
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2001 08:08 PM
11-04-2001 08:08 PM
Re: Unix to NT commands
One excellent toolkit for this is the MKS Toolkit. http://www.mkssoftware.com/
However, if you want a cheap but powerful method. Set up a perl daemon to listen on a port and do a 'roll your own' rexec. You can download a free version of perl for NT at
http://www.activeperl.com/. Sockets are very easy to do in Perl and even things like spawning detached processes and services on your NT box become quite simple. This is exactly the kind of things that Omniback Pre and Post Exec scripts have to do on NT boxes and I always use perl for that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2001 08:31 PM
11-04-2001 08:31 PM
Re: Unix to NT commands
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 02:16 AM
11-06-2001 02:16 AM
Re: Unix to NT commands
A workaround can be to let the NT system be a pseudo master. I.e. let the NT schedule a job ("Scheduled Tasks" or AT command) at regular times where that job does a rcp to the HP-UX system to get a .bat file and then executes that .bat file. If there is nothing to do, the .bat file can be a dummy one, i.e. one which does nothing. If wanted, the batch_job/.bat_file can also use rsh to execute commands/scripts on the HP-UX system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 06:44 AM
11-06-2001 06:44 AM