- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how do I load the man pages on hpux 11i?
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
11-19-2003 01:25 AM
11-19-2003 01:25 AM
I have been in the unix world for over 6 years now and know several flavors of unix except HP. I need some info on how to load the man pages & what is my best backup option? I have a HP tape library. Can someone please help???
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 01:28 AM
11-19-2003 01:28 AM
Re: how do I load the man pages on hpux 11i?
Try "man man"
Best backup solution will depend on so many things. If you only have a small syste, you might want to back up just using "ignite" but you might need a big backup suite like DataProtector. Give us a little more information and I'm sure someone will be able to help you out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 01:32 AM
11-19-2003 01:32 AM
Re: how do I load the man pages on hpux 11i?
And when it finishes its indexed all the manpages so you can search through them using;
man -k
The best backup tool to use is HP's free fbackup program. Its straight forward, one command, (see; man fbackup) and can talk to your tape library no problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 01:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 01:40 AM
11-19-2003 01:40 AM
Re: how do I load the man pages on hpux 11i?
There are many choices out there, but as a start, all the ones that you are familiar with from oither unix flavors are there, cpio, tar, dd.
Our statagy is:
ignite ( make_recovery)
fbackup ( for non root filesystems, which will include our tape library client.
then Omniback for full featured data recovery,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 02:00 PM
11-19-2003 02:00 PM
Re: how do I load the man pages on hpux 11i?
You can put man pages in any directory you want.
for example /opt/app1/man/man1/myman.1
then what you do is
update /etc/MANPATH
when somebody logs in and does a
# man myman
it should find it. The purpose of the /etc/MANPATH file is to locate all of the man pages. HPUX makes it real easy.
Good luck
Emil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 02:12 PM
11-19-2003 02:12 PM
Re: how do I load the man pages on hpux 11i?
On the other hand, if there lots of man pages (more than 10,000 files), then the env variable MANPATH is probably been messed up. It should be automatically set with:
export MANPATH=$(cat /etc/MANPATH)
If it is missing, put it back into /etc/profile. You can test if this is the problem by actually running the above command.
Bill Hassell, sysadmin