Solaris 11 man pages won't show on CLI


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 11 man pages won't show on CLI
# 1  
Old 08-02-2016
Question Solaris 11 man pages won't show on CLI

Hello guys,

I am a newbie. Just freshly installed Solaris 11. When I try to type for example root@t1000:~# man zpool It says bash: man: command not found. It used to show manual pages before installation. Any help is appreciated. Thanks.

Last edited by DukeNuke2; 08-02-2016 at 07:21 PM..
# 2  
Old 08-02-2016
Check the environment variable MANPATH. There are several different directories that have a share directory in them, most are in the /usr directory tree. These contain the man pages.
# 3  
Old 08-02-2016
What's the value of the PATH environment variable? Given the error says "man: command not found", it's more likely to be your PATH environment variable that's gotten corrupted.
# 4  
Old 08-02-2016
Quote:
Originally Posted by nazimbilir
It used to show manual pages before installation.
This information looks to be irrelevant to the current issue unless what was previously installed was also Solaris 11.

In any case, it can't be a MANPATH issue and is very unlikely to be a wrong PATH either, "man" being in /bin "and" /usr/bin.

The most plausible reason is you simply didn't install the "man" command. To fix this, simply run:

Code:
pkg install doctools

or

Code:
sudo pkg install doctools

# 5  
Old 08-02-2016
jlliagre is correct. I was wrong about MANPATH. MANPATH causes man pages not to be found, it does not affect the execution of the man command.
# 6  
Old 08-03-2016
Solaris 11 man pages won't show on CLI

Thank you guys..This code did the magic.
Code:
pkg install doctools

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

gcc man pages not found under Solaris 10

Hi friends, When I try to see the man pages of gcc, man gcc I see No manual entry for gcc. Could you help me please. I am running solaris 10 Thanks! (4 Replies)
Discussion started by: gabam
4 Replies

2. HP-UX

Looking for some man pages.

Can anyone supply me with the man pages for: omnidatalist omnibarlist omnisap.exe I prefer the source man pages in nroff format. A clue about the software bundles which supply these man pages is fine as well. OS: HP-UX TIA (11 Replies)
Discussion started by: sb008
11 Replies

3. Solaris

Solaris man pages online

Anybody found where Oracle have hidden the Solaris 10 "man" pages in their new website? My saved links don't work any more. (2 Replies)
Discussion started by: methyl
2 Replies

4. UNIX for Dummies Questions & Answers

Man pages on Solaris 10

Hi, I want to install man pages package from solaris 10. Solaris 10 has already been installed on my servor but I have to add the man pages packages. I search for a long time on internet this package but I didn't find a compatible one... So I downloaded Solaris 10 from Sun site to get this... (1 Reply)
Discussion started by: MasterapocA
1 Replies

5. Solaris

Solaris 10 man pages

Hi there, Ive just installed Solaris 10 from DVD and when trying to access the man pages, I get this # man ls No manual entry for ls. so I set MANPATH to /usr/share/man where all the man pages seem to be located, and i get the same result !!! Is there something else I have to do, ie... (5 Replies)
Discussion started by: hcclnoodles
5 Replies

6. UNIX for Dummies Questions & Answers

Installing man pages on Solaris 10

I am doing some new SOlaris Installs and the man pages do not seem to be included. Do you know how I can add them after the fact? Thanks! Aaron (5 Replies)
Discussion started by: amheck
5 Replies

7. UNIX for Dummies Questions & Answers

man pages

When reading man pages, I notice that sometimes commands are follwed by a number enclosed in parenthesis. such as: mkdir calls the mkdir(2) system call. What exactly does this mean? (4 Replies)
Discussion started by: dangral
4 Replies

8. UNIX for Dummies Questions & Answers

man pages

Hi folks, I want to know all the commands for which man pages are available. How do i get it? Cheers, Nisha (4 Replies)
Discussion started by: Nisha
4 Replies

9. UNIX for Dummies Questions & Answers

man pages

Hi, I've written now a man pages, but I don't knwo how to get 'man' to view them. Where have I to put this files, which directories are allowed?? THX Bensky (3 Replies)
Discussion started by: bensky
3 Replies

10. UNIX for Dummies Questions & Answers

Man pages

Hello , I just installed openssh in my system . I actually tried to man sshd but it says no entry , though there is a man directory in the installation which have the man pages for sshd . Can anyone tell me how should i install these man pages . DP (2 Replies)
Discussion started by: DPAI
2 Replies
Login or Register to Ask a Question