- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to start a script from a windows machine o...
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
12-14-2000 08:46 AM
12-14-2000 08:46 AM
how to start a script from a windows machine on a unix box
So I thought of changing his logon shell behaviour to do the script, and logoff automaticaly.
Is this a good solutions or are there any better?
Any suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2000 09:12 AM
12-14-2000 09:12 AM
Re: how to start a script from a windows machine on a unix box
If the user wants it done at certain times/days, you could just use cron. But if the user wants to run it 'at will', then your plan will work. You could even set it up to run nohup, in the background, and just log out immediately.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2000 09:17 AM
12-14-2000 09:17 AM
Re: how to start a script from a windows machine on a unix box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2000 09:35 AM
12-14-2000 09:35 AM
Re: how to start a script from a windows machine on a unix box
There are also some other methods that could be accomplished with NFS or Samba where the unix file systems become visible to the windows machine. Probably not the most efficient way of doing it, but may be a good option if you need to have this connectivity established anyway.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2000 11:50 AM
12-14-2000 11:50 AM
Re: how to start a script from a windows machine on a unix box
Tim, I planned to you Reflection indeed.
I do not know what kind of shell ( do I actually need a shell) to put in his passwd-entry.
Thanks for your reactions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2000 01:14 PM
12-14-2000 01:14 PM
Re: how to start a script from a windows machine on a unix box
Something like this:
username:passwd:uid:gid:User_Info:/home/directory:/directory/script_to_run
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2000 10:11 PM
12-14-2000 10:11 PM
Re: how to start a script from a windows machine on a unix box
Teraterm (http://www.vector.co.jp/authors/VA002416/teraterm.html) is a very small, free vt100 emulator/telnet client which has a fairly simple but capable macro language which could assist greatly in automating your task. Just tweak the supplied login.ttl macro file, and create a shortcut to it on your user's desktop.