Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ssh in solaris10

Status
Not open for further replies.

afrasiab

MIS
Jul 13, 2008
2
US
Hi IT Gurus,
Can anybody tell me how to clear maintenence state of ssh in a non global zone?

Thanks
 
Have you tried re-starting it? With:
svcadm restart network/ssh

It that doesn't work, look for what is causing the problem in the logfile:
more /var/svc/log/network-ssh:default.log


I hope that helps.

Mike
 
It is most likely a dependency. I know (don't have sol 10 with me) there is a way to dump the dependencies for ssh in some svcadm command.
 
svcs -vx ssh and svcs -l ssh ,will give you a little insight of the dependencies that elgrandeperro mentioned

David


 
You could also try this;

svcs -d and svcs -D;

-d Lists the services or service
instances upon which the given service instances depend.

-D Lists the service instances that
depend on the given service instances.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top