Jul 15, 2008 #1 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
Jul 18, 2008 #2 Mike042 MIS May 17, 2004 456 US 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 Upvote 0 Downvote
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
Jul 18, 2008 #3 elgrandeperro Technical User Dec 8, 2005 1,049 US 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. Upvote 0 Downvote
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.
Jul 18, 2008 #4 djr111 Technical User Aug 5, 2006 357 US svcs -vx ssh and svcs -l ssh ,will give you a little insight of the dependencies that elgrandeperro mentioned David Upvote 0 Downvote
svcs -vx ssh and svcs -l ssh ,will give you a little insight of the dependencies that elgrandeperro mentioned David
Jul 21, 2008 #5 AnotherAlan Technical User Feb 10, 2006 362 GB 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. Upvote 0 Downvote
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.