Sun Solaris 8


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Sun Solaris 8
# 1  
Old 12-02-2002
Sun Solaris 8

Infor: Sun Ultra10 (SPARC) OS: Sun solaris 8
symptom:
1.I have installed Sun Solaris8 on my workstation , when i run 'man ls',the system prompt 'no manual entry for ls'. but in solaris7 it works well. it bothers me.Pls help me.

2. When i run 'shutdown now', the system prompt 'Showmount : sun8 : RPC : Program not registered', i can't shutdown my machine,i have to turn off the power directly.

I hope someone can help me, thanks in advance.
# 2  
Old 12-03-2002
it seem you did not install the man pages during your installation on solaris 8, to install the man
page check your installation CD for SUNman, once you find the package you could install it by using the pkgadd -d SUNman command or check the following web site www.sun.com or
sunsolve.sun.com

shutdown now does not work on solaris to shutdown your solaris use this command shutdown -i0 -y -g0 or init 0

To reboot solaris machine use this command
shutdown -i6 -y -g0 or init 6
# 3  
Old 12-03-2002
Thank you for your help,it does work!!!!
# 4  
Old 12-04-2002
See this thread for my comments on the rpc message during the shutdown.

However, Sun supplies two versions of the shutdown command: /usr/sbin/shutdown and /usr/ucb/shutdown. The latter will understand "shutdown now" while the former will not.

The ucb version of shutdown is undocumented on Sun so I never use it on a Sun. But referring to my 4.3BSD manual, "shutdown now" will only take the system to single user mode. "shutdown -h now" will halt the box. And "shutdown -r now" will reboot. And all of this jibes with the HP-UX version of shutdown which is decended from the BSD version.

"When in Rome, do as the Romans..." I think you would be better off switching to /usr/sbin/shutdown on Sun boxes. First of all it is documented. (which won't help you until you install those man pages) And secondly, it is what most Sun people expect as you can see from Hassan2's comments. If you are going to continue using /usr/ucb/shutdown, at least mention this explicitly. A lot of Sun users don't even know about /usr/ucb/shutdown.
# 5  
Old 12-09-2002
Thanks,,,I see.
# 6  
Old 12-11-2002
About those manpages.....

On my machine, I had the same problem, but after running catman it was solved.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Patching Procedure in Solaris 10 with sun cluster having Solaris zone

Hi Gurus I am not able to find the patching procedure for solaris 10 ( sol10 u11) to latest patchset with sun cluster having failover zones so that same I should follow. Take an instance, there are sol1 and sol2 nodes and having two failover zones like sozone1-rg and sozone2-rg and currently... (1 Reply)
Discussion started by: nick101
1 Replies

2. Solaris

Sun Solaris not able to ping Sun Solaris

I have a Sun Blade 2500 with SUN 5.9 OS installed. I can ping other machines(windowsXP/2003) from my SUN machines but not able to ping each other SUN machines which i have newly installed. (7 Replies)
Discussion started by: z_haseeb
7 Replies

3. Solaris

useful links and help resources for Sun's products and Sun's Solaris

Hi all, Those links might help anyone Knowledge base Video tutorials (0 Replies)
Discussion started by: h@foorsa.biz
0 Replies

4. Solaris

Solaris 9 to Solaris 10 upgrade on Sun Fire 3800

Hello there! I have Sun Fire 3800 with very old Solaris 9 and I need to perform upgrade to concurrent Solaris 10 version, preserving current OS configuration. I supose to make it using Live Upgrade, but according to Solaris Live Upgrade Software: Minimum Patch Requirements page, I need to... (5 Replies)
Discussion started by: Sapfeer
5 Replies

5. Solaris

Sun Fire 280R Sun Solaris CRT/Monitor requirements

I am new to Sun. I brought Sun Fire 280R to practice UNIX. What are the requirements for the monitor/CRT? Will it burn out old non-Sun CRTs? Does it need LCD monitor? Thanks. (3 Replies)
Discussion started by: bramptonmt
3 Replies

6. UNIX for Dummies Questions & Answers

Sun Solaris 10: How do I create a bootup disc? The Sun website confuses me

Hey there, I am starting a Computer Science Foundation year at the end of this month and am trying to get a little bit ahead of the game. I have always wanted to learn Unix and am currently struggling with creating a boot disc to run Solaris (I have chosen to study this) from as opposed to... (0 Replies)
Discussion started by: Jupiter
0 Replies

7. What is on Your Mind?

Sun Solaris and Open Solaris?

What is the major difference between Sun Solaris 10 and Open Solaris? I believe both are free now, is that true? (3 Replies)
Discussion started by: yipster
3 Replies

8. Solaris

Sun Solaris Sun Java Desktop

Ok I a n00b, not gunna hide it so here goes - Sun Solaris, V.10 i386 - during the setup, I can choose a screen resolution that looks great with 65k colors and all. However, when all is said and done 4 disks and a reboot later, I get hanious 640x480 @ 256 only. If I choose the Sun Java Desktop... (20 Replies)
Discussion started by: Spooky
20 Replies
Login or Register to Ask a Question