![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| run xclock from local solaris to remote solaris | panchpan | SUN Solaris | 9 | 06-30-2008 07:05 AM |
| jumpstart Solaris 10 on Solaris 9 server | salty | SUN Solaris | 5 | 01-22-2008 12:57 PM |
| Disk Mirror in Solaris 9 via Solaris Volume Manager | deal732 | SUN Solaris | 3 | 05-02-2007 08:43 AM |
| Running Solaris Sparc Apps on X86 Solaris | stocksj | UNIX for Dummies Questions & Answers | 1 | 12-12-2006 02:13 PM |
| trouble auto connecting ssh 3.6.1 (Solaris 8) to ssh 3.0.1 (Solaris 6) | falklandtim | SUN Solaris | 6 | 03-01-2005 05:45 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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.
__________________
QL |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
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
|
|||
|
|||
|
Thank you for your help,it does work!!!!
__________________
QL |
|
#4
|
||||
|
||||
|
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
|
|||
|
|||
|
Thanks,,,I see.
__________________
QL |
|
#6
|
||||
|
||||
|
About those manpages.....
On my machine, I had the same problem, but after running catman it was solved.
|
||||
| Google The UNIX and Linux Forums |