- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Man pages missing and non-existent terminal issue.
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
07-28-2003 10:24 AM
07-28-2003 10:24 AM
Man pages missing and non-existent terminal issue.
I am running HP-UX 11.00 on a V2250. While installing new software the /stand file system was filling up. I expanded it using ignite.
I received no errors to standard output so i went ahead and installed the software in question and took another make_tape_recovery backup.
All seemed ok until two days later when I needed to view a man page and it was gone. I went to the /usr/share/man directory and there was nothing there. I went ahead and installed the man pages from the core os disc. Now I have some of the man pages (man1.Z, man1m.Z, man4.Z and man5.Z) but when I try to access them I get the following error; "Reformatting entry. Wait... Non-existent terminal type"
Any input would be appreciated.
Thanks in advance for your responses.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 10:30 AM
07-28-2003 10:30 AM
Re: Man pages missing and non-existent terminal issue.
Two conclusions possible:
1) The stuff got deleted before the make_tape_recovery
2) Something went wrong with Ignite.
I've done the same thing you did with 11i and had not issues like this.
What you really want is a fix.
Copy the man pages in from another system.
cd /usr/share/man
tar cvf /tmp/man.tar *
copy the file over and tar xvf if.
Since there is no data there, you don't risk overylaying anything.
I would say two things:
1) I've never had this problem so my suggestion is just that un-tested.
2) I am not sure how catman and other man enhancement facilities are going to work under this scenario.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 10:35 AM
07-28-2003 10:35 AM
Re: Man pages missing and non-existent terminal issue.
I wonder if something was missed during the creations of your make_tape_recovery backup - and therefore not restored. What is the syntax that you used to create the backup?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 11:01 AM
07-28-2003 11:01 AM
Re: Man pages missing and non-existent terminal issue.
Pete: The syntax was "make_tape_recovery -p -v -x inc_entire=vg00".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2003 12:40 AM
07-29-2003 12:40 AM
Re: Man pages missing and non-existent terminal issue.
Mine are all dtterm.
I notice man's output looks different for
different TERMs and vi doesn't work at all
if TERM is not a known one.
Garry