- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with NetBackup bp command. How do I check...
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
08-01-2002 02:59 PM
08-01-2002 02:59 PM
Problem with NetBackup bp command. How do I check terminfo or termcap?
We thought something might be wrong with the emulation software or terminal settings. Most of our Sys Admins are using Chameleon...it's works for some people and not others. I think most of our Sys Admins set their TERM to vt100.
The NetBackup Guide says "bp can be used at any terminal for which you have a termcap or terminfo definition". What does this mean and how do I check it? Our test box is running HPUX 11 (I'm pretty sure it's happening on other boxes) and I'm not sure about the version on the bp command. The xbp command says it's version "2002022002"...whatever that means. Thanks for your help, Dan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2002 04:50 AM
08-02-2002 04:50 AM
Re: Problem with NetBackup bp command. How do I check terminfo or termcap?
terminfo and termcap are the Terminal Information database and the Terminal Capabilities database, respectively. They define how to manipulate dumb terminals - such as move the cursor, clear the screen, etc..
See your "man" pages for details on terminfo and termcap - try "man terminfo".
Back in the old days we used to have to write new definitions all the time, but these days, there are very few dumb terminals left out there. I would not suggest modifying these files unless you *really* understand them.
Your problem is probably best solved by checking what emulation Chameleon is set for and what $TERM is set to. Compare working users to broken ones, and change the settings on the broken users to match the working ones.
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2002 04:56 AM
08-02-2002 04:56 AM
Re: Problem with NetBackup bp command. How do I check terminfo or termcap?
Cheers!
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2002 04:58 AM
08-02-2002 04:58 AM
Re: Problem with NetBackup bp command. How do I check terminfo or termcap?
Compare TERM in both working and non-working environments by running the following command:
# echo $TERM
If they are different, try setting TERM in the non-working env to the same value as in the working env as follows:
# export TERM=
And try launch the app again.
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2002 12:08 PM
08-02-2002 12:08 PM
Re: Problem with NetBackup bp command. How do I check terminfo or termcap?
Thanks for your replies. It's been a very frustrating problem. We have Sys Admins running the same emulation software (Chameleon) and using the exact same terminal settings, yet getting different results. We haven't found anything (yet) that's common just to the Sys Admins having the problem.
I did check the man page for "terminfo". This must be the longest (and narliest) man page I have ever seen! :o)
The search continues...