- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 'remsh $host /opt/perf/bin/mwa start' hangs
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
10-26-2001 10:03 AM
10-26-2001 10:03 AM
remsh hostB /opt/perf/bin/mwa start
Measureware does start up on hostB, but I never get my prompt back on hostA. Why?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 10:05 AM
10-26-2001 10:05 AM
Re: 'remsh $host /opt/perf/bin/mwa start' hangs
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 10:10 AM
10-26-2001 10:10 AM
Re: 'remsh $host /opt/perf/bin/mwa start' hangs
It is set already.
Is that really required to start Measureware?
Thanks ... Mladen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 10:30 AM
10-26-2001 10:30 AM
Re: 'remsh $host /opt/perf/bin/mwa start' hangs
it works on the system i tried, returning
to the command prompt.
How about trying,
remsh system "command" >/tmp/outfile
Another try can be to put
it in Background mode (&).
R-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 10:33 AM
10-26-2001 10:33 AM
Re: 'remsh $host /opt/perf/bin/mwa start' hangs
Hi,
Just athought.. Try it in background mode.. (& at the end of your command..)
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 10:50 AM
10-26-2001 10:50 AM
Solutionhave you tried it with a -n option
remsh hostB -n "/opt/perf/bin/mwa start"
In my case it seems to work with or without the -n option,
You could try something like this too (from man page of remsh)
remsh hostB -n "/opt/perf/bin/mwa start 1>&- 2>&- &"
this would return your prompt right away and start measureware on hostB in the background.
-Regards
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 12:37 PM
10-26-2001 12:37 PM
Re: 'remsh $host /opt/perf/bin/mwa start' hangs
Thanks for finding that command in the 'remsh' man pages. That's the only one that worked for me! The option -n alone didn't make a difference.
RajMan,
Thanks for trying this on your systems. I tried it on several different systems as well. The only apparent consistency is that remsh hangs whenever hostB runs HP-UX 10.20; it works fine when hostB is HP-UX 11.00.
Does anyone know why the command in the subject line hangs?