- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tty not waiting for a input
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
11-01-2006 02:02 AM
11-01-2006 02:02 AM
tty not waiting for a input
Instead of running the make_tape_recovery manually every week, I thought I would put it in a script so that my production control guys can run it. I gave them sudo access and they were able to run it but the problem is when the time comes for the second tape, the TTY shows the message but is not waiting for the prodcution control guys to enter. What am I doing wrong. I have attached the message below.
pax: home/cpr/home/cpr/cobol : No such file or directory
pax: Ready for volume 2
pax: Type "go" when ready to proceed (or "quit" to abort):
pax: Unable to prompt user: /dev/tty is unavailable.
WARNING: The pax command returned a non-zero exit status (exit status 1)
* Creation of system archive complete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2006 02:10 AM
11-01-2006 02:10 AM
Re: tty not waiting for a input
make-tape recovery should not be used to backup a whole system, just your vg00 which is normally small enough to fit one tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2006 02:13 AM
11-01-2006 02:13 AM
Re: tty not waiting for a input
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2006 02:18 AM
11-01-2006 02:18 AM
Re: tty not waiting for a input
Alternatively, use the exclude feature in Ignite to eliminate the Ignite directories. Note that Ignite is not a backup program, it is a system recovery tool for an unbootable computer. Data should always be separated since there are much better tools for backing up data (such as fbackup).
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2006 02:24 AM
11-01-2006 02:24 AM
Re: tty not waiting for a input
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2006 03:08 AM
11-01-2006 03:08 AM
Re: tty not waiting for a input
The best would be you show us the script and how your prod guys use it (batch via a centralized scheduler?...)
Then we can start brainstorming together...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2006 04:16 AM
11-01-2006 04:16 AM
Re: tty not waiting for a input
"/dev/tty" directly (rather than using stdin
and stdout), and if "sudo" prevents that from
working, then you may be doomed.
"pax ... -y ..." may give you a way to test
things faster than writing a whole tape.
Give everyone the "root" password?
A Google search for 'hp-ux pax "/dev/tty"'
turned up this (among other things):
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=992370
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2006 06:52 AM
11-01-2006 06:52 AM
Re: tty not waiting for a input
Ignite is intended as a system recovery tool only. There are other utilities, such as fbackup or DataProtector (and many others) that are far better than Ignite when it comes to archiving / recovering data.
Please consider relocating data to non-vg00 disks, excluding directories/trees.
Usually, questions like this are followed by "How to I extract file X from an Ignite tape"