Sponsored Content
Operating Systems Solaris Problem with SMC after applying Patchset 1-148888-03 Post 302828863 by Wraith_G2IC on Wednesday 3rd of July 2013 10:43:42 AM
Old 07-03-2013
All, thank you for the views and replies. I have been slammed with 100 other things all week, so sorry for the delayed response.

Quote:
Originally Posted by DGPickett
148888-03 Obsoleted by: 148888-04 SunOS 5.10: kernel patch
Thanks, I am aware there are newer patches, but this does not guarantee that the next patch set will solve the issue. I will be testing a newer patch set on a test system, but we are not allowed to role out patches to Production systems with out going through all the security protocols of our environment. This problem was not seen in testing as there were rarely changes needed to user accounts. Most all "user" accounts on our systems are only Admins & Engineers.


Quote:
Originally Posted by MadeInGermany
Check your SMC patch level
Code:
showrev -p | grep 121308-

It might help to patchrm the last patch, or to patchadd the latest patch 121308-23
Good point. As I said above, the SMC tool is used so rarely.
The current patch for 121308 is 20. I will see if I have access to 121308-23(or newer) under my support account.

Update - Out of curiosity, I just checked one of the other systems in the same Production group that is newer, and has Sol10 u10 loaded with the same patch set, and it has patch 121308-22. It exhibits the exact same symptoms as the system we use to manage the environment.

Last edited by Wraith_G2IC; 07-03-2013 at 11:51 AM..
 

7 More Discussions You Might Find Interesting

1. Solaris

SMC Help Please

We changed our root password on one of our Master NIS machines. We tried going into the SMC after the password change and it keeps failing for root login. I can login to the server via the root account. Just cannot open the SMC with the root account. This user is required to manage the users. ... (2 Replies)
Discussion started by: buckhtr77
2 Replies

2. Solaris

Smc

When I start SMC IT still doesnot work .It still remain configuration and don't change to welcome screen Please help me :mad: (1 Reply)
Discussion started by: iwbasts
1 Replies

3. Solaris

Jass & SMC login problem

After I run Jass , I can bring up the SMC GUI, but it wont let me log in as root. It works without Jass being run. Does anyone know what in Jass disables this. I have tried removing some things from jass like remote-root-login to no avail. Any hints would be greatly appreciated. I ram running... (0 Replies)
Discussion started by: garydeena
0 Replies

4. UNIX for Dummies Questions & Answers

smc problem

Hello, I've a Solaris 10. When I attemp to run SMC and click somthing there (for example "system information") , an error message is shown on the screen and says me WBEM is not running. (But actually WBEM is working). It says "if WBEM runing, I should stop/start wbem and try again." but I do it... (0 Replies)
Discussion started by: XNOR
0 Replies

5. Solaris

A little help with SMC

I installed the smc and now I'm getting the below error when i try to access it via web. Apache Tomcat/4.0.5 - HTTP Status 404 - /smconsole.jnlp The service Apache2 is in maintenance mode and I can't get it online. Can someone help with this please? Thanks. (5 Replies)
Discussion started by: bbbngowc
5 Replies

6. Solaris

Recommended patchset for Solaris and the patch bundle

Hello I recently downloaded and installed the latest patchset for Solaris 10 (update 5) running on SPARC. Actually I am new to Solaris (I come from Red Hat) and the security department asked me to update the system for security fixes. I logged in to Oracle support and used the recommended patch... (3 Replies)
Discussion started by: abohmeed
3 Replies

7. Solaris

New Patchset

Does anyone know what is going on with Solaris 10 and oracle? I am unable to download any new patchset, says I do not have permissions any longer . I am unable to get a response from them. Reason I ask, is that we had no warning, and company has a contract? (3 Replies)
Discussion started by: goya
3 Replies
GIT-QUILTIMPORT(1)						    Git Manual							GIT-QUILTIMPORT(1)

NAME
git-quiltimport - Applies a quilt patchset onto the current branch SYNOPSIS
git quiltimport [--dry-run | -n] [--author <author>] [--patches <dir>] DESCRIPTION
Applies a quilt patchset onto the current Git branch, preserving the patch boundaries, patch order, and patch descriptions present in the quilt patchset. For each patch the code attempts to extract the author from the patch description. If that fails it falls back to the author specified with --author. If the --author flag was not given the patch description is displayed and the user is asked to interactively enter the author of the patch. If a subject is not found in the patch description the patch name is preserved as the 1 line subject in the Git description. OPTIONS
-n, --dry-run Walk through the patches in the series and warn if we cannot find all of the necessary information to commit a patch. At the time of this writing only missing author information is warned about. --author Author Name <Author Email> The author name and email address to use when no author information can be found in the patch description. --patches <dir> The directory to find the quilt patches and the quilt series file. The default for the patch directory is patches or the value of the $QUILT_PATCHES environment variable. GIT
Part of the git(1) suite Git 1.8.5.3 01/14/2014 GIT-QUILTIMPORT(1)
All times are GMT -4. The time now is 10:11 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy