- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Make_recovery and stty
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-05-2001 07:41 AM
10-05-2001 07:41 AM
Make_recovery and stty
I've posted similar question around month back but I did not get any satidfied answer.
Here is the Problem.
I run make_recovery script on every saturday with a automated script. The script runs perfectly fine but after running script it surprisingly changes the stty 'stop' parameter to 'undef' because of this the visifax software on the same box doesn't work properly (Visifax need stty stop as ^S )
Attached file is the sample of the script And this runs on L box with hp-ux 11.
Any clue..??
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2001 07:46 AM
10-05-2001 07:46 AM
Re: Make_recovery and stty
Are you sure that there isn't something else running around the same time as your make_recovery that could make that change?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2001 07:56 AM
10-05-2001 07:56 AM
Re: Make_recovery and stty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2001 09:05 AM
10-05-2001 09:05 AM
Re: Make_recovery and stty
Put stty in beginning and end of the script and re-direct them into a file. Compare and see if they are different.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2001 10:35 AM
10-05-2001 10:35 AM
Re: Make_recovery and stty
I tried modifying this script with same result. Infact last week I didnot tun Make receovery and stty was unchanged. Now at the end of script I'm asking stty stop to change it's parameter to ^S.!!
I don't find any reason why it is happening
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2001 11:32 AM
10-05-2001 11:32 AM
Re: Make_recovery and stty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2001 11:54 AM
10-05-2001 11:54 AM
Re: Make_recovery and stty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2001 12:47 PM
10-05-2001 12:47 PM
Re: Make_recovery and stty
I do not know anything about "Meastro Schedular". It looks to me that the schedular environment itself get changed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 10:39 AM
10-25-2001 10:39 AM
Re: Make_recovery and stty
- Justin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 11:10 AM
10-25-2001 11:10 AM
Re: Make_recovery and stty
My problem remains same.. I've changed my make_recovery script to resolve this issue.!
I'm executing stty stop ^S at the end of my make_recovery.
If you get any feedback from HP please let me know
Thanks
Rush..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 11:49 AM
10-25-2001 11:49 AM
Re: Make_recovery and stty
Do you hold your tty open with a sleep process so you can set stop?
If you don't hold it open then setting something with stty will not hold will it?
- Justin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 01:17 PM
10-25-2001 01:17 PM
Re: Make_recovery and stty
I run make_recovery on weekend and I turn on stty stop paprameter at the end of script and it holds it till next make_recovery runs
I run stty stop "^S" /dev/ttyconf and same command for other used devices
-Rush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 07:25 AM
10-26-2001 07:25 AM
Re: Make_recovery and stty
I forwared the output from stty -a of the serial devices of a system that was set right and from the system that was not (because of Ignite) The guy working on my case id got a hold of guy from their Expert Center and this guys responce was:
"These both ports are closed at this time that is why all the flags set to default as they should.
The difference in the user defined flags is on one system he has set this flags with the /dev/ttyconf file and on the other they have not been."
The thing is I did not make any change to /dev/ttyconf, Ignite did and should not have.
The guy from the Expert Center also said: "This change could be from the system where he created the tape the flags were unset and that is why you are seeing this."
The guy working on my case is out until next Tuesday so I have re-set the sttyconf to what it should be using the following at the command line:
stty 0:0:0:0:0:3:1c:7f:15:4:0:0:0:0:0:0:0:3:1c:7f:15:4:0:0:0:ff:ff:ff:1:1:ff:11:13:0:0:ff:ff:0:0:0:0 < /dev/ttyconf
(all one line)
I got this from a system that had /dev/ttyconf set correctly. e.g. stty -g < /dev/ttyconf
I put this stty at the end of my Ignite backup script also.
Once I figure out the real fix for this I will let you know.
BTW, what version of Ignite are you running?
- Justin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 10:23 AM
11-02-2001 10:23 AM
Re: Make_recovery and stty
What version of Ignite are you using?
I believe version 3.4 is out but I have not tried it. I thought if that is the version you are using then there is not since seeing if it's fixed in this version.
HP told me he had to put in a request to get this problem fixed and he had no time line as to when it would be fixed. He asked if he could close the case because I had a work-around. I told him I wanted the case left open until a real fix for this problem was found.
- Justin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 11:24 AM
11-02-2001 11:24 AM
Re: Make_recovery and stty
The version I'm using is B.3.3.116
Also Thanks for the updates.!
Regards,
Rush.