Smpatch Problem

I have a Solaris 10 Sparc system. I had to run an upgrade installation of Solaris 10 to fix some problems that I was having. Now, everything is working great except for Smpatch. When I run smpatch analyze, it displays the correct list of patches. But when I run smpatch update, I get about 50 errors that say "WARNING: The installer cannot find the patch" and the patches are not downloaded or installed.
I did not have this problem before the reinstallation of Solaris 10. Is there any way to fix this problem or maybe a way to reset/clear previous patch data?

OK, here's how I managed to fix this for anyone that's interested:
1a. Attempt to remove 119107-06 using smpatch remove -i 119107-06.
1b. Smpatch will complain that 119107-06 can't be removed because Patch xxxxxx-xxx depends on it.
1c. Remove patch xxxxxx-xx.
2. Repeat steps 1a.-1c. until patch 119107-06 can be removed.
3. Reinstall Patch 119107-06 using smpatch add -i 119107-06.
4. Reboot the system.
5a. Use the Update Manager to GUI to view the list of installed patches.
5b. Because Solaris has been reinstalled, Update Manager thinks that all those updates are installed even though they are not.
5c. Check and uninstall all of the updates that are checkable.
5d. Reboot the system.
6. Repeat steps 5a.-5d. until there are no patches that can be removed using the GUI.
7. Remove the remaining uncheckable patches using smpatch remove -i. (Do not remove 119107-03, 119574-02 or patches which have an install date from 2004)
8. Reboot the system.
9. Use smpatch or the Update Mananger GUI to download and install updates.

Similar Messages

  • Different smpatch problem "Unexpected error..."

    Been looking at some of the topics here relating to smpatch problems and I dont see my problem addressed:
    Up until about a week ago my LPS was working fine, for over a year. Last week I started noticing this problem from my clients when I would try to d/l a patch:
    smpatch download -i 118305-09
    The following patches were not downloaded:
    118305-09 Unexpected error while accessing the requested patch.
    I tried on the LPS itself and got this error:
    com.sun.patchpro.model.PatchProRuntimeException: Unexpected throwable
    at com.sun.patchpro.cli.PatchServices.waitForThread(PatchServices.java:1284)
    at com.sun.patchpro.cli.PatchServices.downloadAllPatches(PatchServices.java:835)
    at com.sun.patchpro.cli.PatchServices.main(PatchServices.java:502)
    Caused by:
    java.lang.Throwable: ERROR: Failed to validate the digital signature(s).
    Some earching on this site turned up the need for patch 112945-44, which I applied to the LPS. After applying this patch the LPS is able to d/l patches. However, my clients are still getting the "Unexpected error..." listed above.
    I applied the same patch 112945-44 to the clients but it does not resolve the unexpected error. Here is smpatch get output for my clients:
    patchpro.backout.directory - ""
    patchpro.download.directory - /var/sadm/spool
    patchpro.install.types standard rebootafter:reconfigafter:standard
    patchpro.patch.source http://lps:3816/solaris/ https://updateserver.sun.com/solaris/
    patchpro.patchset patchdb patchdb1
    patchpro.proxy.host - ""
    patchpro.proxy.passwd **** ****
    patchpro.proxy.port - 8080
    patchpro.proxy.user - ""
    patchpro.sun.passwd **** ****
    patchpro.sun.user - ""
    Any ideas on where I can go from here?

    The patchset should now be patchdb1. Correct this on your client by simply unsetting the patchpro.patchset field as follows -
    # smpatch unset patchpro.patchset

  • Having a problem getting smpatch update to work

    I keep on getting this error message :
    # smpatch update -i 119108-06
    Unexpected Failure: com.sun.patchpro.util.FailedStateException: StateMachine.start(): com/sun/cc/platform/clientsignature/CNSSignException
    I cannot find any docs on this problem...any ideas ?

    Make sure you setup smpatch to go to sunsolve and use your sunsolve userID and pass correctly as with solaris 10 not all patches all accessable to the world with out a support account.

  • Dsee 6.2, idsconfig, vlv index processing problems

    Hey Folks,
    I ran into a problem where the idsconfig script failed on creating 4 vlvindex entries. I had to modify the script to allow me to troubleshoot the problem. I ended up fixing the problem manually, but I'm still not to sure why it happened to begin with. It seems like a race condition, but i could be dead wrong. I thought it might have been the way I answered the idsconfig questions but I went over it quite a bit. This post may be a bit long, but I want to provide enough information.
    - Solaris 10 08/07 fully patched (using smpatch) as of 1/10/2008
    - DSEE 6.2
    - idsconfig that comes bundled with Solaris 10 08/07
    - All this is being done inside a logical domain (ldom) on a T2000 using a file image as a disk
    The first thing I did was make the following modifications to the idsconfig script so it would not exit on error while adding vlv index entries, and also commented out the cleanup process so I could view the temp file created by idsconfig
    Original Code from the add_vlv_indexes() function:
             # Add the index.                                                                                                              
             ${EVAL} "${LDAPMODIFY} -a ${LDAP_ARGS} -f ${TMPDIR}/vlv_index_${i} ${VERB}"                                                   
             if [ $? -ne 0 ]; then                                                                                                         
                 ${ECHO} "  ERROR: Adding VLV index for ${i} failed!"                                                                      
                 cleanup                                                                                                                  
                 exit 1                                                                                                                   
             fiSame code, after my modifications:
             # Add the index.                                                                                                              
             ${EVAL} "${LDAPMODIFY} -a ${LDAP_ARGS} -f ${TMPDIR}/vlv_index_${i} ${VERB}"                                                   
             if [ $? -ne 0 ]; then                                                                                                         
                 ${ECHO} "  ERROR: Adding VLV index for ${i} failed!"                                                                      
                 #cleanup                                                                                                                  
                 #exit 1                                                                                                                   
             fiHere is the full output of the way I used idsconfig to configure the directory:
    It is strongly recommended that you BACKUP the directory server
    before running idsconfig.
    Hit Ctrl-C at any time before the final confirmation to exit.
    Do you wish to continue with server setup (y/n/h)? [n] y
    Enter the JES Directory Server's  hostname to setup: machinename-ldom1
    Enter the port number for iDS (h=help): [389]
    Enter the directory manager DN: [cn=Directory Manager]    
    Enter passwd for cn=Directory Manager :
    Enter the domainname to be served (h=help): [example.edu]
    Enter LDAP Base DN (h=help): [dc=example,dc=edu]
      Checking LDAP Base DN ...
      Validating LDAP Base DN and Suffix ...
      sasl/GSSAPI is not supported by this LDAP server
    Enter the profile name (h=help): [default]
    Default server list (h=help): [10.1.8.15]
    Preferred server list (h=help):
    Choose desired search scope (one, sub, h=help):  [one]
    The following are the supported credential levels:
      1  anonymous
      2  proxy
      3  proxy anonymous
      4  self
      5  self proxy
      6  self proxy anonymous
    Choose Credential level [h=help]: [1] 2
    The following are the supported Authentication Methods:
      1  none
      2  simple
      3  sasl/DIGEST-MD5
      4  tls:simple
      5  tls:sasl/DIGEST-MD5
      6  sasl/GSSAPI
    Choose Authentication Method (h=help): [1] 2
    Current authenticationMethod: simple
    Do you want to add another Authentication Method? n
    Do you want the clients to follow referrals (y/n/h)? [n]
    Do you want to modify the server timelimit value (y/n/h)? [n]
    Do you want to modify the server sizelimit value (y/n/h)? [n]
    Do you want to store passwords in "crypt" format (y/n/h)? [n]
    Do you want to setup a Service Authentication Methods (y/n/h)? [n] y
    Do you want to setup a Service Auth. Method for "pam_ldap" (y/n/h)? [n] y
    The following are the supported Authentication Methods:
      1  simple
      2  sasl/DIGEST-MD5
      3  tls:simple
      4  tls:sasl/DIGEST-MD5
      5  sasl/GSSAPI
    Choose Service Authentication Method: [1] 1
    Current authenticationMethod: pam_ldap:simple
    Do you want to add another Authentication Method? n
    Do you want to setup a Service Auth. Method for "keyserv" (y/n/h)? [n]
    Do you want to setup a Service Auth. Method for "passwd-cmd" (y/n/h)? [n] y
    The following are the supported Authentication Methods:
      1  simple
      2  sasl/DIGEST-MD5
      3  tls:simple
      4  tls:sasl/DIGEST-MD5
      5  sasl/GSSAPI
    Choose Service Authentication Method: [1] 1
    Current authenticationMethod: passwd-cmd:simple
    Do you want to add another Authentication Method? n
    Client search time limit in seconds (h=help): [30]
    Profile Time To Live in seconds (h=help): [43200]
    Bind time limit in seconds (h=help): [10]
    Do you wish to setup Service Search Descriptors (y/n/h)? [n] n
                      Summary of Configuration
      1  Domain to serve               : example.edu
      2  Base DN to setup              : dc=example,dc=edu
      3  Profile name to create        : default
      4  Default Server List           : 10.1.8.15
      5  Preferred Server List         :
      6  Default Search Scope          : one
      7  Credential Level              : proxy
      8  Authentication Method         : simple
      9  Enable Follow Referrals       : FALSE
    10  iDS Time Limit                :
    11  iDS Size Limit                :
    12  Enable crypt password storage : FALSE
    13  Service Auth Method pam_ldap  : pam_ldap:simple
    14  Service Auth Method keyserv   :
    15  Service Auth Method passwd-cmd: passwd-cmd:simple
    16  Search Time Limit             : 30
    17  Profile Time to Live          : 43200
    18  Bind Limit                    : 10
    19  Service Search Descriptors Menu
    Enter config value to change: (1-19 0=commit changes) [0]
    Enter DN for proxy agent: [cn=proxyagent,ou=profile,dc=example,dc=edu] uid=admin-user,ou=People,dc=example,dc=edu
    Enter passwd for proxyagent:
    Re-enter passwd:
    ERROR: passwords don't match; try again.
    Enter passwd for proxyagent:
    Re-enter passwd:
    WARNING: About to start committing changes. (y=continue, n=EXIT) y
      1. Schema attributes have been updated.
      2. Schema objectclass definitions have been added.
      3. NisDomainObject added to dc=example,dc=edu.
      4. Top level "ou" containers complete.
      5. automount maps: auto_home auto_direct auto_master auto_shared processed.
      6. ACI for dc=example,dc=edu modified to disable self modify.
      7. Add of VLV Access Control Information (ACI).
      8. Proxy Agent uid=admin-user,ou=People,dc=example,dc=edu already exists.
      9. Give uid=admin-user,ou=People,dc=example,dc=edu read permission for password.
      10. Generated client profile and loaded on server.
      11. Processing eq,pres indexes:
              uidNumber (eq,pres)   Finished indexing.                 
              ipNetworkNumber (eq,pres)   Finished indexing.                 
              gidnumber (eq,pres)   Finished indexing.                 
              oncrpcnumber (eq,pres)   Finished indexing.                 
              automountKey (eq,pres)   Finished indexing.                 
      12. Processing eq,pres,sub indexes:
              ipHostNumber (eq,pres,sub)   Finished indexing.                 
              membernisnetgroup (eq,pres,sub)   Finished indexing.                 
              nisnetgrouptriple (eq,pres,sub)   Finished indexing.                 
      13. Processing VLV indexes:
              example.edu.getgrent vlv_index   Entry created
              example.edu.gethostent vlv_index   Entry created
              example.edu.getnetent vlv_index   Entry created
      ERROR: Adding VLV index for example.edu.getpwent failed!
              example.edu.getpwent vlv_index   Entry created
              example.edu.getrpcent vlv_index   Entry created
      ERROR: Adding VLV index for example.edu.getspent failed!
              example.edu.getspent vlv_index   Entry created
              example.edu.getauhoent vlv_index   Entry created
      ERROR: Adding VLV index for example.edu.getsoluent failed!
              example.edu.getsoluent vlv_index   Entry created
      ERROR: Adding VLV index for example.edu.getauduent failed!
              example.edu.getauduent vlv_index   Entry created
              example.edu.getauthent vlv_index   Entry created
              example.edu.getexecent vlv_index   Entry created
              example.edu.getprofent vlv_index   Entry created
              example.edu.getmailent vlv_index   Entry created
              example.edu.getbootent vlv_index   Entry created
              example.edu.getethent vlv_index   Entry created
              example.edu.getngrpent vlv_index   Entry created
              example.edu.getipnent vlv_index   Entry created
              example.edu.getmaskent vlv_index   Entry created
              example.edu.getprent vlv_index   Entry created
              example.edu.getip4ent vlv_index   Entry created
              example.edu.getip6ent vlv_index   Entry created
    idsconfig: Setup of iDS server machinename-ldom1 is complete.
    Note: idsconfig has created entries for VLV indexes.  Use the
              directoryserver(1m) script on machinename-ldom1 to stop
              the server and then enter the following vlvindex
              sub-commands to create the actual VLV indexes:
      directoryserver -s inst_name vlvindex -n example -T example.edu.getgrent
      directoryserver -s inst_name vlvindex -n example -T example.edu.gethostent
      directoryserver -s inst_name vlvindex -n example -T example.edu.getnetent
      directoryserver -s inst_name vlvindex -n example -T example.edu.getpwent
      directoryserver -s inst_name vlvindex -n example -T example.edu.getrpcent
      directoryserver -s inst_name vlvindex -n example -T example.edu.getspent
      directoryserver -s inst_name vlvindex -n example -T example.edu.getauhoent
      directoryserver -s inst_name vlvindex -n example -T example.edu.getsoluent
      directoryserver -s inst_name vlvindex -n example -T example.edu.getauduent
      directoryserver -s inst_name vlvindex -n example -T example.edu.getauthent
      directoryserver -s inst_name vlvindex -n example -T example.edu.getexecent
      directoryserver -s inst_name vlvindex -n example -T example.edu.getprofent
      directoryserver -s inst_name vlvindex -n example -T example.edu.getmailent
      directoryserver -s inst_name vlvindex -n example -T example.edu.getbootent
      directoryserver -s inst_name vlvindex -n example -T example.edu.getethent
      directoryserver -s inst_name vlvindex -n example -T example.edu.getngrpent
      directoryserver -s inst_name vlvindex -n example -T example.edu.getipnent
      directoryserver -s inst_name vlvindex -n example -T example.edu.getmaskent
      directoryserver -s inst_name vlvindex -n example -T example.edu.getprent
      directoryserver -s inst_name vlvindex -n example -T example.edu.getip4ent
      directoryserver -s inst_name vlvindex -n example -T example.edu.getip6entSince I still had the temp files to look through I was able to find out what entries where not created, and manually added them myself without problems.
    The four entries were:
      ERROR: Adding VLV index for example.edu.getpwent failed!
      ERROR: Adding VLV index for example.edu.getspent failed!
      ERROR: Adding VLV index for example.edu.getsoluent failed!
      ERROR: Adding VLV index for example.edu.getauduent failed!I then was able to run the following commands successfully:
    dsadm reindex -l -t example.edu.getgrent /usr/local/ds6-instances/slapd-inst_name dc=example,dc=edu                                   
    dsadm reindex -l -t example.edu.gethostent /usr/local/ds6-instances/slapd-inst_name dc=example,dc=edu                                 
    dsadm reindex -l -t example.edu.getnetent /usr/local/ds6-instances/slapd-inst_name dc=example,dc=edu                                  
    dsadm reindex -l -t example.edu.getrpcent /usr/local/ds6-instances/slapd-inst_name dc=example,dc=edu                                  
    dsadm reindex -l -t example.edu.getspent /usr/local/ds6-instances/slapd-inst_name dc=example,dc=edu                                   
    dsadm reindex -l -t example.edu.getauhoent /usr/local/ds6-instances/slapd-inst_name dc=example,dc=edu                                 
    dsadm reindex -l -t example.edu.getauhoent /usr/local/ds6-instances/slapd-inst_name dc=example,dc=edu                                 
    dsadm reindex -l -t example.edu.getsoluent /usr/local/ds6-instances/slapd-inst_name dc=example,dc=edu                                 
    dsadm reindex -l -t example.edu.getauhoent /usr/local/ds6-instances/slapd-inst_name dc=example,dc=edu                                 
    dsadm reindex -l -t example.edu.getauduent /usr/local/ds6-instances/slapd-inst_name dc=example,dc=edu                                 
    dsadm reindex -l -t example.edu.getauthent /usr/local/ds6-instances/slapd-inst_name dc=example,dc=edu                                 
    dsadm reindex -l -t example.edu.getexecent /usr/local/ds6-instances/slapd-inst_name dc=example,dc=edu                                 
    dsadm reindex -l -t example.edu.getprofent /usr/local/ds6-instances/slapd-inst_name dc=example,dc=edu                                 
    dsadm reindex -l -t example.edu.getmailent /usr/local/ds6-instances/slapd-inst_name dc=example,dc=edu                                 
    dsadm reindex -l -t example.edu.getbootent /usr/local/ds6-instances/slapd-inst_name dc=example,dc=edu                                 
    dsadm reindex -l -t example.edu.getethent /usr/local/ds6-instances/slapd-inst_name dc=example,dc=edu                                  
    dsadm reindex -l -t example.edu.getngrpent /usr/local/ds6-instances/slapd-inst_name dc=example,dc=edu                                 
    dsadm reindex -l -t example.edu.getipnent /usr/local/ds6-instances/slapd-inst_name dc=example,dc=edu                                  
    dsadm reindex -l -t example.edu.getmaskent /usr/local/ds6-instances/slapd-inst_name dc=example,dc=edu                                 
    dsadm reindex -l -t example.edu.getprent /usr/local/ds6-instances/slapd-inst_name dc=example,dc=edu                                   
    dsadm reindex -l -t example.edu.getip4ent /usr/local/ds6-instances/slapd-inst_name dc=example,dc=edu                                  
    dsadm reindex -l -t example.edu.getip6ent /usr/local/ds6-instances/slapd-inst_name dc=example,dc=eduIm really not sure why I ran into this problem, and was hoping someone would be able to shine some light on something that i possibly could have done wrong. I have read blogs about others running this script on dsee 6.x successfully, so thinking its a bug doesn't seem right.
    If anyone wants me to test something or provide more info, i'd be happy to.
    Thanks for reading,
    Deejam
    Edited by: Deejam on Jan 14, 2008 3:44 PM
    Edited by: Deejam on Jan 14, 2008 7:57 PM

    Thanks for the response. Sorry about not including the logs. I should have. I have gathered the full logs during the time idsconfig was trying to add the vlvindex entries. I did see that there where a few err=32 codes on the ADD operations on the entries that I had to add manually.
    Here is one thing I did notice when I was adding the 4 entries manually. In each of the ldif files idsconfig creates, there are 2 entries as in the following example.
    dn: cn=example.edu_passwd_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config                                                                                                                                                                                                          
    objectClass: top                                                                                                                                      
    objectClass: vlvSearch                                                                                                                                
    cn: example.edu_passwd_vlv_index                                                                                                                      
    vlvbase: ou=people,dc=example,dc=edu                                                                                                                  
    vlvscope: 1                                                                                                                                           
    vlvfilter: (objectClass=posixAccount)                                                                                                                 
    aci: (target="ldap:///cn=example.edu_passwd_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config")(targetattr="*")(version 3.0; acl "Config";allow(read,search,compare)userdn="ldap:///anyone";)                                                                                                       
    dn: cn=example.edu.getpwent,cn=example.edu_passwd_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config                                                                                                                                                                              
    cn: example.edu.getpwent                                                                                                                              
    vlvSort: cn uid                                                                                                                                       
    objectclass: top                                                                                                                                      
    objectclass: vlvIndex After idsconfig was done running the entry with the dn of "dn: cn=example.edu_passwd_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config" was created, but the "dn: cn=example.edu.getpwent,cn=example.edu_passwd_vlv_index,cn=example,cn=ldbm" was not created.
    This is weird because according to the logs (if i am reading them right) the add operation for the dn that was actually created seemed like it failed.
    [14/Jan/2008:14:34:34 -0600] conn=115 op=-1 msgId=-1 - fd=54 slot=54 LDAP connection from 192.168.1.1:33406 to 192.168.1.1
    [14/Jan/2008:14:34:34 -0600] conn=115 op=0 msgId=1 - BIND dn="cn=Directory Manager" method=128 version=3
    [14/Jan/2008:14:34:34 -0600] conn=115 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=directory manager"
    [14/Jan/2008:14:34:34 -0600] conn=115 op=1 msgId=2 - ADD dn="cn=example.edu_passwd_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:34 -0600] conn=115 op=1 msgId=2 - RESULT err=32 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:34 -0600] conn=115 op=2 msgId=3 - UNBIND
    [14/Jan/2008:14:34:34 -0600] conn=115 op=2 msgId=-1 - closing from 192.168.1.1:33406 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:35 -0600] conn=115 op=1 msgId=2 - RESULT err=0 tag=105 nentries=0 etime=1
    [14/Jan/2008:14:34:35 -0600] conn=115 op=-1 msgId=-1 - closed.So in fixing it manually I just fed an ldif file that looked like the following:
    dn: cn=example.edu.getpwent,cn=example.edu_passwd_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config                                          
    changetype: add                                                                                                                                       
    cn: example.edu.getpwent                                                                                                                              
    vlvSort: cn uid                                                                                                                                       
    objectclass: top                                                                                                                                      
    objectclass: vlvIndexThanks again for the help, and as mentioned before, i will be happy to test, or provide more information,
    Deejam
    Here are the logs as mentioned above.
    [14/Jan/2008:14:34:33 -0600] conn=108 op=-1 msgId=-1 - fd=51 slot=51 LDAP connection from 192.168.1.1:33399 to 192.168.1.1
    [14/Jan/2008:14:34:33 -0600] conn=108 op=0 msgId=1 - SRCH base="cn=example.edu.getgrent,cn=example.edu_group_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config" scope=0 filter="(objectClass=*)" attrs=ALL
    [14/Jan/2008:14:34:33 -0600] conn=108 op=0 msgId=1 - RESULT err=32 tag=101 nentries=0 etime=0
    [14/Jan/2008:14:34:33 -0600] conn=108 op=1 msgId=2 - UNBIND
    [14/Jan/2008:14:34:33 -0600] conn=108 op=1 msgId=-1 - closing from 192.168.1.1:33399 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:33 -0600] conn=109 op=-1 msgId=-1 - fd=54 slot=54 LDAP connection from 192.168.1.1:33400 to 192.168.1.1
    [14/Jan/2008:14:34:33 -0600] conn=108 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:33 -0600] conn=109 op=0 msgId=1 - BIND dn="cn=Directory Manager" method=128 version=3
    [14/Jan/2008:14:34:33 -0600] conn=109 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=directory manager"
    [14/Jan/2008:14:34:33 -0600] conn=109 op=1 msgId=2 - ADD dn="cn=example.edu_group_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:33 -0600] conn=109 op=1 msgId=2 - RESULT err=0 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:33 -0600] conn=109 op=2 msgId=3 - ADD dn="cn=example.edu.getgrent,cn=example.edu_group_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:34 -0600] conn=109 op=2 msgId=3 - RESULT err=0 tag=105 nentries=0 etime=1
    [14/Jan/2008:14:34:34 -0600] conn=109 op=3 msgId=4 - UNBIND
    [14/Jan/2008:14:34:34 -0600] conn=109 op=3 msgId=-1 - closing from 192.168.1.1:33400 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:34 -0600] conn=110 op=-1 msgId=-1 - fd=51 slot=51 LDAP connection from 192.168.1.1:33401 to 192.168.1.1
    [14/Jan/2008:14:34:34 -0600] conn=109 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:34 -0600] conn=110 op=0 msgId=1 - SRCH base="cn=example.edu.gethostent,cn=example.edu_hosts_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config" scope=0 filter="(objectClass=*)" attrs=ALL
    [14/Jan/2008:14:34:34 -0600] conn=110 op=0 msgId=1 - RESULT err=32 tag=101 nentries=0 etime=0
    [14/Jan/2008:14:34:34 -0600] conn=110 op=1 msgId=2 - UNBIND
    [14/Jan/2008:14:34:34 -0600] conn=110 op=1 msgId=-1 - closing from 192.168.1.1:33401 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:34 -0600] conn=111 op=-1 msgId=-1 - fd=54 slot=54 LDAP connection from 192.168.1.1:33402 to 192.168.1.1
    [14/Jan/2008:14:34:34 -0600] conn=110 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:34 -0600] conn=111 op=0 msgId=1 - BIND dn="cn=Directory Manager" method=128 version=3
    [14/Jan/2008:14:34:34 -0600] conn=111 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=directory manager"
    [14/Jan/2008:14:34:34 -0600] conn=111 op=1 msgId=2 - ADD dn="cn=example.edu_hosts_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:34 -0600] conn=111 op=1 msgId=2 - RESULT err=0 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:34 -0600] conn=111 op=2 msgId=3 - ADD dn="cn=example.edu.gethostent,cn=example.edu_hosts_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:34 -0600] conn=111 op=2 msgId=3 - RESULT err=0 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:34 -0600] conn=111 op=3 msgId=4 - UNBIND
    [14/Jan/2008:14:34:34 -0600] conn=111 op=3 msgId=-1 - closing from 192.168.1.1:33402 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:34 -0600] conn=112 op=-1 msgId=-1 - fd=51 slot=51 LDAP connection from 192.168.1.1:33403 to 192.168.1.1
    [14/Jan/2008:14:34:34 -0600] conn=111 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:34 -0600] conn=112 op=0 msgId=1 - SRCH base="cn=example.edu.getnetent,cn=example.edu_networks_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config" scope=0 filter="(objectClass=*)" attrs=ALL
    [14/Jan/2008:14:34:34 -0600] conn=112 op=0 msgId=1 - RESULT err=32 tag=101 nentries=0 etime=0
    [14/Jan/2008:14:34:34 -0600] conn=112 op=1 msgId=2 - UNBIND
    [14/Jan/2008:14:34:34 -0600] conn=112 op=1 msgId=-1 - closing from 192.168.1.1:33403 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:34 -0600] conn=113 op=-1 msgId=-1 - fd=54 slot=54 LDAP connection from 192.168.1.1:33404 to 192.168.1.1
    [14/Jan/2008:14:34:34 -0600] conn=112 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:34 -0600] conn=113 op=0 msgId=1 - BIND dn="cn=Directory Manager" method=128 version=3
    [14/Jan/2008:14:34:34 -0600] conn=113 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=directory manager"
    [14/Jan/2008:14:34:34 -0600] conn=113 op=1 msgId=2 - ADD dn="cn=example.edu_networks_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:34 -0600] conn=113 op=1 msgId=2 - RESULT err=0 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:34 -0600] conn=113 op=2 msgId=3 - ADD dn="cn=example.edu.getnetent,cn=example.edu_networks_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:34 -0600] conn=113 op=2 msgId=3 - RESULT err=0 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:34 -0600] conn=113 op=3 msgId=4 - UNBIND
    [14/Jan/2008:14:34:34 -0600] conn=113 op=3 msgId=-1 - closing from 192.168.1.1:33404 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:34 -0600] conn=114 op=-1 msgId=-1 - fd=51 slot=51 LDAP connection from 192.168.1.1:33405 to 192.168.1.1
    [14/Jan/2008:14:34:34 -0600] conn=113 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:34 -0600] conn=114 op=0 msgId=1 - SRCH base="cn=example.edu.getpwent,cn=example.edu_passwd_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config" scope=0 filter="(objectClass=*)" attrs=ALL
    [14/Jan/2008:14:34:34 -0600] conn=114 op=0 msgId=1 - RESULT err=32 tag=101 nentries=0 etime=0
    [14/Jan/2008:14:34:34 -0600] conn=114 op=1 msgId=2 - UNBIND
    [14/Jan/2008:14:34:34 -0600] conn=114 op=1 msgId=-1 - closing from 192.168.1.1:33405 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:34 -0600] conn=115 op=-1 msgId=-1 - fd=54 slot=54 LDAP connection from 192.168.1.1:33406 to 192.168.1.1
    [14/Jan/2008:14:34:34 -0600] conn=114 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:34 -0600] conn=115 op=0 msgId=1 - BIND dn="cn=Directory Manager" method=128 version=3
    [14/Jan/2008:14:34:34 -0600] conn=115 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=directory manager"
    [14/Jan/2008:14:34:34 -0600] conn=115 op=1 msgId=2 - ADD dn="cn=example.edu_passwd_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:34 -0600] conn=115 op=1 msgId=2 - RESULT err=32 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:34 -0600] conn=115 op=2 msgId=3 - UNBIND
    [14/Jan/2008:14:34:34 -0600] conn=115 op=2 msgId=-1 - closing from 192.168.1.1:33406 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:35 -0600] conn=115 op=1 msgId=2 - RESULT err=0 tag=105 nentries=0 etime=1
    [14/Jan/2008:14:34:35 -0600] conn=116 op=-1 msgId=-1 - fd=51 slot=51 LDAP connection from 192.168.1.1:33407 to 192.168.1.1
    [14/Jan/2008:14:34:35 -0600] conn=115 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:35 -0600] conn=116 op=0 msgId=1 - SRCH base="cn=example.edu.getrpcent,cn=example.edu_rpc_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config" scope=0 filter="(objectClass=*)" attrs=ALL
    [14/Jan/2008:14:34:35 -0600] conn=116 op=0 msgId=1 - RESULT err=32 tag=101 nentries=0 etime=0
    [14/Jan/2008:14:34:35 -0600] conn=116 op=1 msgId=2 - UNBIND
    [14/Jan/2008:14:34:35 -0600] conn=116 op=1 msgId=-1 - closing from 192.168.1.1:33407 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:35 -0600] conn=117 op=-1 msgId=-1 - fd=54 slot=54 LDAP connection from 192.168.1.1:33408 to 192.168.1.1
    [14/Jan/2008:14:34:35 -0600] conn=116 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:35 -0600] conn=117 op=0 msgId=1 - BIND dn="cn=Directory Manager" method=128 version=3
    [14/Jan/2008:14:34:35 -0600] conn=117 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=directory manager"
    [14/Jan/2008:14:34:35 -0600] conn=117 op=1 msgId=2 - ADD dn="cn=example.edu_rpc_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:35 -0600] conn=117 op=1 msgId=2 - RESULT err=0 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:35 -0600] conn=117 op=2 msgId=3 - ADD dn="cn=example.edu.getrpcent,cn=example.edu_rpc_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:35 -0600] conn=117 op=2 msgId=3 - RESULT err=0 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:35 -0600] conn=117 op=3 msgId=4 - UNBIND
    [14/Jan/2008:14:34:35 -0600] conn=117 op=3 msgId=-1 - closing from 192.168.1.1:33408 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:35 -0600] conn=118 op=-1 msgId=-1 - fd=51 slot=51 LDAP connection from 192.168.1.1:33409 to 192.168.1.1
    [14/Jan/2008:14:34:35 -0600] conn=117 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:35 -0600] conn=118 op=0 msgId=1 - SRCH base="cn=example.edu.getspent,cn=example.edu_shadow_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config" scope=0 filter="(objectClass=*)" attrs=ALL
    [14/Jan/2008:14:34:35 -0600] conn=118 op=0 msgId=1 - RESULT err=32 tag=101 nentries=0 etime=0
    [14/Jan/2008:14:34:35 -0600] conn=118 op=1 msgId=2 - UNBIND
    [14/Jan/2008:14:34:35 -0600] conn=118 op=1 msgId=-1 - closing from 192.168.1.1:33409 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:35 -0600] conn=119 op=-1 msgId=-1 - fd=54 slot=54 LDAP connection from 192.168.1.1:33410 to 192.168.1.1
    [14/Jan/2008:14:34:35 -0600] conn=118 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:35 -0600] conn=119 op=0 msgId=1 - BIND dn="cn=Directory Manager" method=128 version=3
    [14/Jan/2008:14:34:35 -0600] conn=119 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=directory manager"
    [14/Jan/2008:14:34:35 -0600] conn=119 op=1 msgId=2 - ADD dn="cn=example.edu_shadow_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:35 -0600] conn=119 op=1 msgId=2 - RESULT err=32 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:35 -0600] conn=119 op=2 msgId=3 - UNBIND
    [14/Jan/2008:14:34:35 -0600] conn=119 op=2 msgId=-1 - closing from 192.168.1.1:33410 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:35 -0600] conn=119 op=1 msgId=2 - RESULT err=0 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:35 -0600] conn=120 op=-1 msgId=-1 - fd=51 slot=51 LDAP connection from 192.168.1.1:33411 to 192.168.1.1
    [14/Jan/2008:14:34:35 -0600] conn=119 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:35 -0600] conn=120 op=0 msgId=1 - SRCH base="cn=example.edu.getauhoent,cn=example.edu_auho_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config" scope=0 filter="(objectClass=*)" attrs=ALL
    [14/Jan/2008:14:34:35 -0600] conn=120 op=0 msgId=1 - RESULT err=32 tag=101 nentries=0 etime=0
    [14/Jan/2008:14:34:35 -0600] conn=120 op=1 msgId=2 - UNBIND
    [14/Jan/2008:14:34:35 -0600] conn=120 op=1 msgId=-1 - closing from 192.168.1.1:33411 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:35 -0600] conn=121 op=-1 msgId=-1 - fd=54 slot=54 LDAP connection from 192.168.1.1:33412 to 192.168.1.1
    [14/Jan/2008:14:34:35 -0600] conn=120 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:35 -0600] conn=121 op=0 msgId=1 - BIND dn="cn=Directory Manager" method=128 version=3
    [14/Jan/2008:14:34:35 -0600] conn=121 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=directory manager"
    [14/Jan/2008:14:34:35 -0600] conn=121 op=1 msgId=2 - ADD dn="cn=example.edu_auho_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:35 -0600] conn=121 op=1 msgId=2 - RESULT err=0 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:35 -0600] conn=121 op=2 msgId=3 - ADD dn="cn=example.edu.getauhoent,cn=example.edu_auho_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:35 -0600] conn=121 op=2 msgId=3 - RESULT err=0 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:35 -0600] conn=121 op=3 msgId=4 - UNBIND
    [14/Jan/2008:14:34:35 -0600] conn=121 op=3 msgId=-1 - closing from 192.168.1.1:33412 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:36 -0600] conn=122 op=-1 msgId=-1 - fd=51 slot=51 LDAP connection from 192.168.1.1:33413 to 192.168.1.1
    [14/Jan/2008:14:34:36 -0600] conn=121 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:36 -0600] conn=122 op=0 msgId=1 - SRCH base="cn=example.edu.getsoluent,cn=example.edu_solu_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config" scope=0 filter="(objectClass=*)" attrs=ALL
    [14/Jan/2008:14:34:36 -0600] conn=122 op=0 msgId=1 - RESULT err=32 tag=101 nentries=0 etime=0
    [14/Jan/2008:14:34:36 -0600] conn=122 op=1 msgId=2 - UNBIND
    [14/Jan/2008:14:34:36 -0600] conn=122 op=1 msgId=-1 - closing from 192.168.1.1:33413 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:36 -0600] conn=123 op=-1 msgId=-1 - fd=54 slot=54 LDAP connection from 192.168.1.1:33414 to 192.168.1.1
    [14/Jan/2008:14:34:36 -0600] conn=122 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:36 -0600] conn=123 op=0 msgId=1 - BIND dn="cn=Directory Manager" method=128 version=3
    [14/Jan/2008:14:34:36 -0600] conn=123 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=directory manager"
    [14/Jan/2008:14:34:36 -0600] conn=123 op=1 msgId=2 - ADD dn="cn=example.edu_solu_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:36 -0600] conn=123 op=1 msgId=2 - RESULT err=32 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:36 -0600] conn=123 op=2 msgId=3 - UNBIND
    [14/Jan/2008:14:34:36 -0600] conn=123 op=2 msgId=-1 - closing from 192.168.1.1:33414 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:36 -0600] conn=123 op=1 msgId=2 - RESULT err=0 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:36 -0600] conn=124 op=-1 msgId=-1 - fd=51 slot=51 LDAP connection from 192.168.1.1:33415 to 192.168.1.1
    [14/Jan/2008:14:34:36 -0600] conn=123 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:36 -0600] conn=124 op=0 msgId=1 - SRCH base="cn=example.edu.getauduent,cn=example.edu_audu_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config" scope=0 filter="(objectClass=*)" attrs=ALL
    [14/Jan/2008:14:34:36 -0600] conn=124 op=0 msgId=1 - RESULT err=32 tag=101 nentries=0 etime=0
    [14/Jan/2008:14:34:36 -0600] conn=124 op=1 msgId=2 - UNBIND
    [14/Jan/2008:14:34:36 -0600] conn=124 op=1 msgId=-1 - closing from 192.168.1.1:33415 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:36 -0600] conn=125 op=-1 msgId=-1 - fd=54 slot=54 LDAP connection from 192.168.1.1:33416 to 192.168.1.1
    [14/Jan/2008:14:34:36 -0600] conn=124 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:36 -0600] conn=125 op=0 msgId=1 - BIND dn="cn=Directory Manager" method=128 version=3
    [14/Jan/2008:14:34:36 -0600] conn=125 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=directory manager"
    [14/Jan/2008:14:34:36 -0600] conn=125 op=1 msgId=2 - ADD dn="cn=example.edu_audu_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:36 -0600] conn=125 op=1 msgId=2 - RESULT err=32 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:36 -0600] conn=125 op=2 msgId=3 - UNBIND
    [14/Jan/2008:14:34:36 -0600] conn=125 op=2 msgId=-1 - closing from 192.168.1.1:33416 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:36 -0600] conn=125 op=1 msgId=2 - RESULT err=0 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:36 -0600] conn=126 op=-1 msgId=-1 - fd=51 slot=51 LDAP connection from 192.168.1.1:33417 to 192.168.1.1
    [14/Jan/2008:14:34:36 -0600] conn=125 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:36 -0600] conn=126 op=0 msgId=1 - SRCH base="cn=example.edu.getauthent,cn=example.edu_auth_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config" scope=0 filter="(objectClass=*)" attrs=ALL
    [14/Jan/2008:14:34:36 -0600] conn=126 op=0 msgId=1 - RESULT err=32 tag=101 nentries=0 etime=0
    [14/Jan/2008:14:34:36 -0600] conn=126 op=1 msgId=2 - UNBIND
    [14/Jan/2008:14:34:36 -0600] conn=126 op=1 msgId=-1 - closing from 192.168.1.1:33417 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:36 -0600] conn=127 op=-1 msgId=-1 - fd=54 slot=54 LDAP connection from 192.168.1.1:33418 to 192.168.1.1
    [14/Jan/2008:14:34:36 -0600] conn=126 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:36 -0600] conn=127 op=0 msgId=1 - BIND dn="cn=Directory Manager" method=128 version=3
    [14/Jan/2008:14:34:36 -0600] conn=127 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=directory manager"
    [14/Jan/2008:14:34:36 -0600] conn=127 op=1 msgId=2 - ADD dn="cn=example.edu_auth_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:36 -0600] conn=127 op=1 msgId=2 - RESULT err=0 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:36 -0600] conn=127 op=2 msgId=3 - ADD dn="cn=example.edu.getauthent,cn=example.edu_auth_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:36 -0600] conn=127 op=2 msgId=3 - RESULT err=0 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:36 -0600] conn=127 op=3 msgId=4 - UNBIND
    [14/Jan/2008:14:34:36 -0600] conn=127 op=3 msgId=-1 - closing from 192.168.1.1:33418 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:36 -0600] conn=128 op=-1 msgId=-1 - fd=51 slot=51 LDAP connection from 192.168.1.1:33419 to 192.168.1.1
    [14/Jan/2008:14:34:36 -0600] conn=127 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:36 -0600] conn=128 op=0 msgId=1 - SRCH base="cn=example.edu.getexecent,cn=example.edu_exec_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config" scope=0 filter="(objectClass=*)" attrs=ALL
    [14/Jan/2008:14:34:36 -0600] conn=128 op=0 msgId=1 - RESULT err=32 tag=101 nentries=0 etime=0
    [14/Jan/2008:14:34:36 -0600] conn=128 op=1 msgId=2 - UNBIND
    [14/Jan/2008:14:34:36 -0600] conn=128 op=1 msgId=-1 - closing from 192.168.1.1:33419 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:37 -0600] conn=129 op=-1 msgId=-1 - fd=54 slot=54 LDAP connection from 192.168.1.1:33420 to 192.168.1.1
    [14/Jan/2008:14:34:37 -0600] conn=128 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:37 -0600] conn=129 op=0 msgId=1 - BIND dn="cn=Directory Manager" method=128 version=3
    [14/Jan/2008:14:34:37 -0600] conn=129 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=directory manager"
    [14/Jan/2008:14:34:37 -0600] conn=129 op=1 msgId=2 - ADD dn="cn=example.edu_exec_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:37 -0600] conn=129 op=1 msgId=2 - RESULT err=0 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:37 -0600] conn=129 op=2 msgId=3 - ADD dn="cn=example.edu.getexecent,cn=example.edu_exec_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:37 -0600] conn=129 op=2 msgId=3 - RESULT err=0 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:37 -0600] conn=129 op=3 msgId=4 - UNBIND
    [14/Jan/2008:14:34:37 -0600] conn=129 op=3 msgId=-1 - closing from 192.168.1.1:33420 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:37 -0600] conn=130 op=-1 msgId=-1 - fd=51 slot=51 LDAP connection from 192.168.1.1:33421 to 192.168.1.1
    [14/Jan/2008:14:34:37 -0600] conn=129 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:37 -0600] conn=130 op=0 msgId=1 - SRCH base="cn=example.edu.getprofent,cn=example.edu_prof_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config" scope=0 filter="(objectClass=*)" attrs=ALL
    [14/Jan/2008:14:34:37 -0600] conn=130 op=0 msgId=1 - RESULT err=32 tag=101 nentries=0 etime=0
    [14/Jan/2008:14:34:37 -0600] conn=130 op=1 msgId=2 - UNBIND
    [14/Jan/2008:14:34:37 -0600] conn=130 op=1 msgId=-1 - closing from 192.168.1.1:33421 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:37 -0600] conn=131 op=-1 msgId=-1 - fd=54 slot=54 LDAP connection from 192.168.1.1:33422 to 192.168.1.1
    [14/Jan/2008:14:34:37 -0600] conn=130 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:37 -0600] conn=131 op=0 msgId=1 - BIND dn="cn=Directory Manager" method=128 version=3
    [14/Jan/2008:14:34:37 -0600] conn=131 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=directory manager"
    [14/Jan/2008:14:34:37 -0600] conn=131 op=1 msgId=2 - ADD dn="cn=example.edu_prof_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:37 -0600] conn=131 op=1 msgId=2 - RESULT err=0 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:37 -0600] conn=131 op=2 msgId=3 - ADD dn="cn=example.edu.getprofent,cn=example.edu_prof_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:37 -0600] conn=131 op=2 msgId=3 - RESULT err=0 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:37 -0600] conn=131 op=3 msgId=4 - UNBIND
    [14/Jan/2008:14:34:37 -0600] conn=131 op=3 msgId=-1 - closing from 192.168.1.1:33422 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:37 -0600] conn=132 op=-1 msgId=-1 - fd=51 slot=51 LDAP connection from 192.168.1.1:33423 to 192.168.1.1
    [14/Jan/2008:14:34:37 -0600] conn=131 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:37 -0600] conn=132 op=0 msgId=1 - SRCH base="cn=example.edu.getmailent,cn=example.edu_mail_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config" scope=0 filter="(objectClass=*)" attrs=ALL
    [14/Jan/2008:14:34:37 -0600] conn=132 op=0 msgId=1 - RESULT err=32 tag=101 nentries=0 etime=0
    [14/Jan/2008:14:34:37 -0600] conn=132 op=1 msgId=2 - UNBIND
    [14/Jan/2008:14:34:37 -0600] conn=132 op=1 msgId=-1 - closing from 192.168.1.1:33423 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:38 -0600] conn=133 op=-1 msgId=-1 - fd=54 slot=54 LDAP connection from 192.168.1.1:33424 to 192.168.1.1
    [14/Jan/2008:14:34:38 -0600] conn=132 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:38 -0600] conn=133 op=0 msgId=1 - BIND dn="cn=Directory Manager" method=128 version=3
    [14/Jan/2008:14:34:38 -0600] conn=133 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=directory manager"
    [14/Jan/2008:14:34:38 -0600] conn=133 op=1 msgId=2 - ADD dn="cn=example.edu_mail_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:38 -0600] conn=133 op=1 msgId=2 - RESULT err=0 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:38 -0600] conn=133 op=2 msgId=3 - ADD dn="cn=example.edu.getmailent,cn=example.edu_mail_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:38 -0600] conn=133 op=2 msgId=3 - RESULT err=0 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:38 -0600] conn=133 op=3 msgId=4 - UNBIND
    [14/Jan/2008:14:34:38 -0600] conn=133 op=3 msgId=-1 - closing from 192.168.1.1:33424 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:38 -0600] conn=134 op=-1 msgId=-1 - fd=51 slot=51 LDAP connection from 192.168.1.1:33425 to 192.168.1.1
    [14/Jan/2008:14:34:38 -0600] conn=133 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:38 -0600] conn=134 op=0 msgId=1 - SRCH base="cn=example.edu.getbootent,cn=example.edu__boot_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config" scope=0 filter="(objectClass=*)" attrs=ALL
    [14/Jan/2008:14:34:38 -0600] conn=134 op=0 msgId=1 - RESULT err=32 tag=101 nentries=0 etime=0
    [14/Jan/2008:14:34:38 -0600] conn=134 op=1 msgId=2 - UNBIND
    [14/Jan/2008:14:34:38 -0600] conn=134 op=1 msgId=-1 - closing from 192.168.1.1:33425 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:38 -0600] conn=135 op=-1 msgId=-1 - fd=54 slot=54 LDAP connection from 192.168.1.1:33426 to 192.168.1.1
    [14/Jan/2008:14:34:38 -0600] conn=134 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:38 -0600] conn=135 op=0 msgId=1 - BIND dn="cn=Directory Manager" method=128 version=3
    [14/Jan/2008:14:34:38 -0600] conn=135 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=directory manager"
    [14/Jan/2008:14:34:38 -0600] conn=135 op=1 msgId=2 - ADD dn="cn=example.edu__boot_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:38 -0600] conn=135 op=1 msgId=2 - RESULT err=0 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:38 -0600] conn=135 op=2 msgId=3 - ADD dn="cn=example.edu.getbootent,cn=example.edu__boot_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config"
    [14/Jan/2008:14:34:38 -0600] conn=135 op=2 msgId=3 - RESULT err=0 tag=105 nentries=0 etime=0
    [14/Jan/2008:14:34:38 -0600] conn=135 op=3 msgId=4 - UNBIND
    [14/Jan/2008:14:34:38 -0600] conn=135 op=3 msgId=-1 - closing from 192.168.1.1:33426 - U1 - Connection closed by unbind client -
    [14/Jan/2008:14:34:38 -0600] conn=136 op=-1 msgId=-1 - fd=51 slot=51 LDAP connection from 192.168.1.1:33427 to 192.168.1.1
    [14/Jan/2008:14:34:38 -0600] conn=135 op=-1 msgId=-1 - closed.
    [14/Jan/2008:14:34:38 -0600] conn=136 op=0 msgId=1 - SRCH base="cn=example.edu.getethent,cn=example.edu_ethers_vlv_index,cn=example,cn=ldbm database,cn=plugins,cn=config" scope=0 filter="(objectClass=*)" attrs=ALL
    [14/Jan/2008:14:34:38 -0600] conn=136 op=0 msgId=1 - RESULT err=32 tag=101 nentries=0 etime=0
    [14/Jan/2008:14:34:38 -0600] conn=136 op=1 msgId=2 - UNBIND
    [14/Jan/2008:14:34:38 -0600] conn=136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

  • Smpatch no longer works after update from SUC proxy!

    Hi,
    I ran smpatch update against our local SUC proxy. It said some patches needed a reboot so I did "init 6" after it finished and the system shutdown, installing some patches, and then booted again...
    Now the system as such seems to work fine but "smpatch analyze" fails with this weird error:
    Exception java.lang.OutOfMemoryError: requested -4 bytes for size_t in /BUILD_AREA/jdk1.5.0_21/hotspot/src/os/solaris/vm/os_solaris.cpp. Out of swap space?
    And just running "java" fails with the same error message.
    However running "java -client" works!
    Any ideas how to fix this?!?
    I tried to install the latest recommended patch cluster but that did not help. )-:
    Alternatively is there a way to make smpatch use "java -client" so that it works?
    Thanks a lot in advance!
    Best regards,
    Anton

    krubar wrote:
    I have same problem on Sparc system (Solaris 10). Does anybody know how to fix it ? I can't change symbolic link for javaAre you certain that you are experiencing exactly the same issue? Did you follow the hyperlinks to the Sun Solve documents above?
    The Sun Solve document itself states:
    1. Solaris 8 and 9 and OpenSolaris and Solaris 10 on the SPARC platform are not impacted by this issue.I would suggest that you open a Support Call with your local solutions centre.

  • Smpatch in remote mode RMIERROR

    Any thoughts on what am I missing here? I've tried this multiple ways. smpatch analyze runs fine in local mode on all machines I'm testing. I have not seen remote mode work once.
    (i) First scenario, I enabled wbem to accept remote connections. Then, I tried to analyze another host with smpatch:
    otherhost{/}# svccfg -s wbem  setprop options/tcp_listen = true
    otherhost{/}# svcadm restart wbem
    somehost{/}# smpatch analyze -H otherhost:898 -n otherhost
    Authenticating as user: root
    Type /? for help, pressing <enter> accepts the default denoted by [ ]
    Please enter a string value for: password ::
    Loading Tool: com.sun.admin.patchmgr.cli.PatchMgrCli from otherhost:898
    Login to otherhost as user root was successful.
    Download of com.sun.admin.patchmgr.cli.PatchMgrCli from otherhost:898 was successful.
    Assessing patches for machine otherhost. Please wait...
    RMIERROR(II) Second scenario, I disabled remote access to wbem (i.e. it's only listening on localhost) and ran the following, same error:
    somehost{/}# smpatch analyze -H localhost:898
    Authenticating as user: root
    Type /? for help, pressing <enter> accepts the default denoted by [ ]
    Please enter a string value for: password ::
    Loading Tool: com.sun.admin.patchmgr.cli.PatchMgrCli from localhost:898
    Login to localhost as user root was successful.
    Download of com.sun.admin.patchmgr.cli.PatchMgrCli from localhost:898 was successful.
    Assessing patches for machine localhost. Please wait...
    RMIERRORBoth somehost and otherhost are base 11/06 release Solaris 10 x86 with updated SUC patches. Again, no problems in local mode, but I was hoping to test the remote mode with patch lists. For example, in the man page of smpatch:
         Example 4: Applying Updates by Using an Update List File
         # smpatch add -x idlist=/tmp/update/update_file \
         -d /net/fileserver/export/updatespool/Solaris10 -n lab1 -n lab2
         Applies    the    updates    specified    in    the     file
         /tmp/update/update_file  to  the  systems lab1 and lab2. The
         updates are  located  in  the  NFS-mounted  directory  named
         /net/fileserver/export/updatespool/Solaris10.Is there perhaps a consolidated list of requirements for services and/or ports that need to be available for smpatch to function as documented in remote mode?
    Many thanks for any feedback...

    Can you tell us a little about the systems, for example:
    # cat /etc/release
    # uname -rvp
    # cat /etc/patch/patch.conf
    # java -version
    # showrev -p | egrep -e '121454|121119|120336|121082|121564|122232|119789'
    Have the systems been hardened in any way?
    This issue may be caused by bug #6228997
    If this is the case you could use ssh to perform the same function:
    # ssh root@host "smpatch analyze"
    or if you wanted to apply a number of patches from a list held on a network share:
    # ssh root@host "smpatch update -x idlist=/net/net_host/patch.list"

  • Problem with kernel patch 127128-11

    I am a bit stomped trying to install this patch successfully.
    I log into single user mode.
    The patch file is currently located in "/var/sadm/spool"
    when I run "patchadd 127128-11" i get the following:
    "Patch 127128-11 failed to install due to a failure produced by pkgadd."
    ============================================================
    When I try installing the patch using smpatch with: "smpatch add -i 127128-11"
    I get the following error:
    "Patch 127128-11 failed to install due to a failure produced by pkgadd."
    "PaTch_MsG 23 Patch number 127128-11 cannot be applied until all restricted patches are backed out."
    "warning: /usr/bin/disable <no longer a symbolic link>
    "warning: /usr/bin/enable <no longer a symbolic link>
    "warning: /usr/sbin/reject <no longer a symbolic link>
    "warning: /usr/lib/print/psm-lpd.so <no longer a regular file>
    "warning: /usr/ucb/lpc <no longer a regular file>
    "warning: /usr/ucb/lptest <no longer a regular file>
    ====================================================
    I am still troubleshooting but does anyone have any pointers they would like to share?
    Thanks and look forward to your replies

    Hi,
    I have the same problem and was wondering if anyone had a resolution to it?
    Thanks
    John

  • Certificate problem downloading patches

    Today I am having problems downloading patches on Solaris 9 & 10. The log in part shows :
    2006-10-25 09:55:27 Wed Oct 25 09:55:27 GMT+00:00 2006(ERROR) => com.sun.patchpr
    o.security.SignatureValidationUtil@c2ee15 <=SignatureValidationUtil.validateJarF
    ile(): The specific Jar file is not signed by a known digital certificate. 12421
    5-01/.diPatch CN=Enterprise Services Patch Management, O=Sun Microsystems IncAnd the response to smpatch download is:
          124215-01       Unexpected error while accessing the requested patch.Any suggestions?
    John.

    It looks like this issue is covered in this other thread:
    http://forum.sun.com/jive/thread.jspa?threadID=108200&tstart=0

  • Smpatch analyze gives different result after disabling Sun Connection Host

    Hi all,
    after disabling the Sun Connection Hosted functionality due to the EOL announcement I get a smaller number of patches from 'smpatch analyze' for a brand new jumpstarted server (227 patches before vs. 106 patches after).
    Trying e.g. a individual analysis for 126651-01 (Synopsis: SunOS 5.10: tar patch) results in
    Error: One or more of the updates specified do not have entitlement permissions.
    BTW: I ran the analysis for patch 126651-01 before without any problem.
    The entitlement file
    /var/sadm/spool/cache/entitlement/https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_client
    looks like
    ----START-ENTITLEMENT-TOKENS----
    Solaris10Security
    SolarisSecurityUpdates
    SolarisDataIntegrityUpdates
    SolarisHardwareUpdates
    SolarisUtilityUpdates
    Public
    -----END-ENTITLEMENT-TOKENS-----
    And we do have a service plan!
    Any ideas?
    Kind Regards
    Marco

    Hi Shen,
    thanks for your reply. I tried this procedure from your thread
    Try re-registering the patch server after running these commands:
    # cacaoadm stop
    # cacaoadm status
    # rm -r /var/sadm/spool/cache/*
    # /usr/lib/cc-ccr/bin/eraseCCRRepository
    # rm /var/scn/persistence/SCN*
    # cacaoadm start
    # /usr/sbin/sconadm register -a -r registrationprofile.properties
    But unfortunately the problem persists. The entitlement file looks the same as before. The registrationprofile.properties files looks like
    userName=<username>
    password=<pw>
    hostName=<hostname>
    subscriptionKey=<key>
    portalEnabled=false
    proxyHostName=
    proxyPort=
    proxyUserName=
    proxyPassword=
    We use a direct connection to sun's update server without a SunUC proxy. (I disabled the proxy, because I had some trouble with it in the past).
    'smpatch get' gives
    patchpro.backout.directory - ""
    patchpro.baseline.directory - /var/sadm/spool
    patchpro.download.directory - /var/sadm/spool
    patchpro.install.types - rebootafter:reconfigafter:standard
    patchpro.patch.source - https://getupdates1.sun.com/
    patchpro.patchset - current
    patchpro.proxy.host - ""
    patchpro.proxy.passwd **** ****
    patchpro.proxy.port - 8080
    patchpro.proxy.user - ""

  • Errors during smpatch

    Hi, I just did an smpatch analyze/download/add, and I saw a surprising number of problems. The ones that worry me in particular are the bad command usages. Is this normal?! QA can't be this bad, can it?
    Also this system has no non-global zones, are the zone errors normal?
    bash-3.00# smpatch add -x idlist=patches-061207
    add patch 124458-01
    Transition old-style patching.
    Patch 124458-01 has been successfully installed.
    add patch 120762-03
    Transition old-style patching.
    Patch 120762-03 failed to install due to a failure produced by pkgadd.
    pkgadd: ERROR: The package <SPROprfan> is currently installed on the system in the
    global zone. To install the new instance of this package in the global
    zone only, you must specify the -G option. To install the new instance
    of this package in all zones you must first remove the existing instance
    of this package from the global zone first (via pkgrm) and then install
    the new instance of this package in all zones.
    pkgadd: ERROR: package <SPROprfan> cannot be installed on this system/zone
    add patch 121616-03
    Transition old-style patching.
    Patch 121616-03 failed to install due to a failure produced by pkgadd.
    pkgadd: ERROR: The package <SPROdbx> is currently installed on the system in the
    global zone. To install the new instance of this package in the global
    zone only, you must specify the -G option. To install the new instance
    of this package in all zones you must first remove the existing instance
    of this package from the global zone first (via pkgrm) and then install
    the new instance of this package in all zones.
    pkgadd: ERROR: package <SPROdbx> cannot be installed on this system/zone
    add patch 121022-02
    Transition old-style patching.
    Patch 121022-02 failed to install due to a failure produced by pkgadd.
    pkgadd: ERROR: The package <SPROl90s> is currently installed on the system in the
    global zone. To install the new instance of this package in the global
    zone only, you must specify the -G option. To install the new instance
    of this package in all zones you must first remove the existing instance
    of this package from the global zone first (via pkgrm) and then install
    the new instance of this package in all zones.
    pkgadd: ERROR: package <SPROl90s> cannot be installed on this system/zone
    add patch 120759-09
    Transition old-style patching.
    Patch 120759-09 failed to install due to a failure produced by pkgadd.
    pkgadd: ERROR: The package <SPROlang> is currently installed on the system in the
    global zone. To install the new instance of this package in the global
    zone only, you must specify the -G option. To install the new instance
    of this package in all zones you must first remove the existing instance
    of this package from the global zone first (via pkgrm) and then install
    the new instance of this package in all zones.
    pkgadd: ERROR: package <SPROlang> cannot be installed on this system/zone
    add patch 121020-03
    Transition old-style patching.
    ERROR: This patch requires the following patches
    which have not been applied to the system:
      121022-01 120759-01
    add patch 121016-04
    Transition old-style patching.
    ERROR: This patch requires patch 120759-06
    which has not been applied to the system.
    add patch 121018-07
    Transition old-style patching.
    ERROR: This patch requires patch 120759-04
    which has not been applied to the system.
    add patch 118778-07
    Transition old-style patching.
    Patch 118778-07 has been successfully installed.
    add patch 119131-26
    Transition old-style patching.
    Patch 119131-26 has been successfully installed.
    Reboot client to install driver.
    /var/sadm/pkg/SUNWfcsm/save/119131-26/undo: -- file unchanged
    compress(1) returned error code 2
    The SUNWfcsm backout package will not be compressed.
    Continuing to process backout package.
    mv: Insufficient arguments (1)
    Usage: mv [-f] [-i] f1 f2
           mv [-f] [-i] f1 ... fn d1
           mv [-f] [-i] d1 d2
    #Name:  Maximum frame length
    #Type:  Integer, bytes;  Range: 512, 1024, 2048
    #       Default: 2048
    #Usage: This field specifies the frame payload length (in bytes) used by
    #       the ISP2xxx firmware.
    #NOTE:  The minimum value is 512 bytes; if this variable is not equal to
    #       512, 1024 or 2048, the ISP2xxx defaults to values specified
    #       above.
    max-frame-length=2048;
    mv: Insufficient arguments (1)
    Usage: mv [-f] [-i] f1 f2
           mv [-f] [-i] f1 ... fn d1
           mv [-f] [-i] d1 d2
    add patch 118919-19
    Transition old-style patching.
    Patch 118919-19 has been successfully installed.
    add patch 119314-09
    Transition old-style patching.
    Patch 119314-09 has been successfully installed.
    /var/sadm/pkg/SUNWfsmgtu/save/119314-09/undo: -- file unchanged
    compress(1) returned error code 2
    The SUNWfsmgtu backout package will not be compressed.
    Continuing to process backout package.
    /var/sadm/pkg/SUNWlvma/save/119314-09/undo: -- file unchanged
    compress(1) returned error code 2
    The SUNWlvma backout package will not be compressed.
    Continuing to process backout package.
    EXISTING_FILE_PRESERVED: /etc/security/audit_event /etc/security/audit_event.new
            WARNING!!! - /etc/apache2/ssl.conf may have been modified from it's original contents.
            WARNING!!! - Original /etc/apache2/ssl.conf saved as /etc/apache2/ssl.conf.new
            WARNING!!! - Merge any changes made to /etc/apache2/ssl.conf.new into /etc/apache2/ssl.conf
    usage: valpath [-[a|l][b|c|f|y][n|[o|z]]rtwx] input
    where options may include:
            -a  #absolute path
            -b  #block special device
            -c  #character special device
            -f  #ordinary file
            -l  #relative path
            -n  #must not exist (new)
            -o  #must exist (old)
            -r  #read permission
            -t  #permission to create (touch)
            -w  #write permission
            -x  #execute permisiion
            -y  #directory
            -z  #non-zero length
    usage: valpath [-[a|l][b|c|f|y][n|[o|z]]rtwx] input
    where options may include:
            -a  #absolute path
            -b  #block special device
            -c  #character special device
            -f  #ordinary file
            -l  #relative path
            -n  #must not exist (new)
            -o  #must exist (old)
            -r  #read permission
            -t  #permission to create (touch)
            -w  #write permission
            -x  #execute permisiion
            -y  #directory
            -z  #non-zero length
    usage: valpath [-[a|l][b|c|f|y][n|[o|z]]rtwx] input
    where options may include:
            -a  #absolute path
            -b  #block special device
            -c  #character special device
            -f  #ordinary file
            -l  #relative path
            -n  #must not exist (new)
            -o  #must exist (old)
            -r  #read permission
            -t  #permission to create (touch)
            -w  #write permission
            -x  #execute permisiion
            -y  #directory
            -z  #non-zero length
    usage: valpath [-[a|l][b|c|f|y][n|[o|z]]rtwx] input
    where options may include:
            -a  #absolute path
            -b  #block special device
            -c  #character special device
            -f  #ordinary file
            -l  #relative path
            -n  #must not exist (new)
            -o  #must exist (old)
            -r  #read permission
            -t  #permission to create (touch)
            -w  #write permission
            -x  #execute permisiion
            -y  #directory
            -z  #non-zero length
    add patch 119316-07
    Transition old-style patching.
    Patch 119316-07 has been successfully installed.
    /var/sadm/pkg/SUNWmga/save/119316-07/undo: -- file unchanged
    compress(1) returned error code 2
    The SUNWmga backout package will not be compressed.
    Continuing to process backout package.
    add patch 119082-25
    Transition old-style patching.
    Patch 119082-25 has been successfully installed.
    add patch 119253-16
    Transition old-style patching.
    Patch 119253-16 has been successfully installed.I've omitted many successful patches. The idlist is:
    bash-3.00# cat patches-061207
    119253-16 SunOS 5.10_x86: System Administration Applications Patch
    119082-25 SunOS 5.10_x86: CD-ROM Install Boot Image Patch
    124189-02 SunOS 5.10_x86: Trusted Solaris Attributes Patch
    119316-07 SunOS 5.10_x86: Solaris Management Applications Patch
    121309-08 SunOS 5.10_x86: Solaris Management Console Patch
    119314-09 SunOS 5.10_x86: WBEM Patch
    119255-31 SunOS 5.10_x86: Install and Patch Utilities Patch
    119964-08 SunOS 5.10_x86: Shared library patch for C++_x86
    120754-03 SunOS 5.10_x86: Microtasking libraries (libmtsk) patch
    123495-03 X11 6.6.2_x86: fontconfig patch
    119813-03 X11 6.6.2_x86: Freetype patch
    122530-05 SunOS 5.10_x86: nge patch
    120544-07 SunOS 5.10_x86: Apache 2 Patch
    118344-14 SunOS 5.10_x86: Fault Manager Patch
    124207-02 SunOS 5.10_x86: libtsol patch
    124238-01 SunOS 5.10_x86: ftp patch
    124445-01 SunOS 5.10_x86: mountd patch
    119686-09 SunOS 5.10_x86: lib/svc/bin/svc.startd Patch
    121082-06 SunOS 5.10_x86: Connected Customer Agents 1.1.0
    120053-05 SunOS 5.10_x86: pam library patch
    120846-03 SunOS 5.10_x86: auditd patch
    124236-01 SunOS 5.10_x86: libpam.so.1 patch
    120051-04 SunOS 5.10_x86: usermod patch
    121300-02 SunOS 5.10_x86: caplib patch
    124187-03 SunOS 5.10_x86: flash issue with SUNWscn-base due to broken package
    124615-01 SunOS 5.10_x86: sconadm proxy: UnknownHostException
    118368-04 SunOS 5.10_x86: csh Patch
    121604-02 SunOS 5.10_x86: libcfgadm.so.1, scsi.so.1 patch
    124283-01 SunOS 5.10_x86: init patch
    121005-03 SunOS 5.10_x86: sh patch
    122184-02 SunOS 5.10_x86: logadm timestamp patch
    118919-19 SunOS 5.10_x86: Solaris Crypto Framework patch
    119131-26 SunOS 5.10_x86: Sun Fibre Channel Device Drivers
    121805-03 SunOS 5.10_x86: GRUB patch
    124281-01 SunOS 5.10_x86: libkdb.so.1 patch
    124287-01 SunOS 5.10_x86: chkey patch
    120630-04 SunOS 5.10_x86: libpool patch
    124443-01 SunOS 5.10_x86: ssh patch
    119758-04 SunOS 5.10_x86: Samba patch
    124466-02 SunOS 5.9_x86 : cacao 2.0     patch 02
    118668-09 J2SE 5.0_x86: update 9 patch (5.0u9)
    119602-08 SunOS 5.10_x86: Patch for European Region JDS messages
    123662-04 SunOS 5.10_x86: Basic Registration Localization
    119398-04 SunOS 5.10_x86: Patch for North America Region locale issues
    118778-07 SunOS 5.10_x86: Sun GigaSwift Ethernet 1.0 driver patch
    120759-09 Sun Studio 11_x86: Sun Compiler Common patch for x86 backend
    121018-07 Sun Studio 11_x86: Patch for Sun C++ 5.8 compiler
    121016-04 Sun Studio 11_x86: Patch for Sun C_x86 5.8 Compiler
    121022-02 Sun Studio 11_x86: Patch for Fortran 95 Dynamic Libraries
    121020-03 Sun Studio 11_x86: Patch for x86 Fortran 95 8.2 Compiler
    121616-03 Sun Studio 11_x86: Patch for Sun dbx 7.5_x86 Debugger
    120762-03 Sun Studio 11_x86: Patch for Performance Analyzer Tools
    124394-01 CDE 1.6_x86: Dtlogin smf patch
    123612-02 X11 6.6.2_x86: Trusted Extensions patch
    119281-09 CDE 1.6_x86: Runtime library patch for Solaris 10
    119279-12 CDE 1.6_x86: dtlogin patch
    124406-01 CDE 1.6_x86: sdtfprop patch
    124404-01 CDE 1.6_x86: dtstyle patch
    124402-01 CDE 1.6_x86: dtpad patch
    124400-01 CDE 1.6_x86: dtfile patch
    124396-01 CDE 1.6_x86: dtaction patch
    119118-25 Evolution 1.4.6_x86 patch
    123939-01 GNOME 2.6.0_x86: GNU Transport Layer Security Library Patch
    119419-03 GNOME 2.6.0_x86: Gnome On-screen Keyboard Patch
    119415-12 GNOME 2.6.0_x86: Gnome Accessibility Libraries Patch
    119599-08 GNOME 2.6.0_x86: Gnome Screen Reader and Magnifier Patch
    120461-10 GNOME 2.6.0_x86: Gnome libs Patch
    120285-04 GNOME 2.6.0_x86: GNOME CORBA ORB and component framework
    122213-13 GNOME 2.6.0_x86: GNOME Desktop Patch
    119549-06 GNOME 2.6.0_x86: Gnome Multi-protocol instant messaging client Patch
    120289-03 GNOME 2.6.0_x86: Gnome terminal Patch
    119907-07 Gnome 2.6.0_x86: Virtual File System Framework patch
    119539-10 GNOME 2.6.0_x86: Window Manager Patch
    122423-03 SunOS 5.10_x86: add missing locale files for Mozilla
    122959-02 GNOME 2.6.0_x86: RealPlayer media application
    119060-19 X11 6.6.2_x86: Xsun patch
    124458-01 X11 6.6.2_x86: xdm patch

    Objects are imported in reverse order.
    You should've imported BOSV first and then BOS. As Todd directed you need to recreate/reimport the BOS synonyms if the base objects in BOSV exist.

  • WBEM - SMC Problem

    Hello,
    I've an installed Solaris 10.0 x86 platform. In order to run System Management Console, I type;
    #smc
    ...and the System Management Console is runing and "toolbox window" appear. I select "Management Tools" and then something from navigation panel; for example "system information". the root password is asked to me and I enter it. Twice a security related questions displayed and I also click grant button.
    At that point an alert displayed on the screen and I can not use SMC. The alert is that;
    "System Information is not to able to connect to the server because WBEM server daemon does not appear to be running. If it is running, try stopping and restarting it. After restart the daemon, please also exit and restart the Solaris Management Console."
    I am stopping the WBEM daemon and starting it by using following commands.
    #/etc/init.d/init.wbem stop
    #/etc/init.d/init.wbem start
    ...the problem keeps existing. I am checking the situation of the daemon by using following command:
    #/etc/init.d/init.wbem status
    it says me;
    Solaris Management Console server version 2.1.0 running on port 898.
    How can I run SMC properly? Could you please advise me? I am new at Solaris...
    Thanks

    Hello,
    1193-09 and 119314-08 hasn't been applied to my system.
    In order to remove 119314-11 I typed the following command and got the following result.
    #smpatch remove -i 119314-11
    Transition old-style patching.
    Cannot find the backout packages for 119314-11
    119314-11 cannot be backedout
    I am new at Solaris, Actually I don't know how to remove it. Please advise...
    Additionally,
    I think my problem is not the same with yours. Because I think you weren't be able to get only users section in smc but I am not be able to get anywhere on smc.
    Regards
    Meliksah

  • Smpatch update to 05/09 Solaris 10 x86, root zfs, failled

    Hi!
    I have a Sun V20Z running Solaris 10 with rpool on zfs.
    I have run smpatch update and I updated the system run init 6 at the end and after reboot I got this error.
    SunOS Release 5.10 Version Generic_139556-08 64-bit
    Copyright 1983-2009 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    /platform/i86pc/kernel/drv/amd64/rootnex: undefined symbol 'iommulib_nex_open'
    /platform/i86pc/kernel/drv/amd64/rootnex: undefined symbol 'iommulib_nexdma_mctl'
    /platform/i86pc/kernel/drv/amd64/rootnex: undefined symbol 'iommulib_nexdma_sync'
    /platform/i86pc/kernel/drv/amd64/rootnex: undefined symbol 'iommulib_smbios'
    /platform/i86pc/kernel/drv/amd64/rootnex: undefined symbol 'iommulib_nexdma_map'
    /platform/i86pc/kernel/drv/amd64/rootnex: undefined symbol 'iommulib_nexdma_win'
    /platform/i86pc/kernel/drv/amd64/rootnex: undefined symbol 'iommulib_nexdma_bindhdl'
    /platform/i86pc/kernel/drv/amd64/rootnex: undefined symbol 'iommulib_nexdma_allochdl'
    /platform/i86pc/kernel/drv/amd64/rootnex: undefined symbol 'iommulib_nexus_register'
    /platform/i86pc/kernel/drv/amd64/rootnex: undefined symbol 'iommulib_nexdma_freehdl'
    /platform/i86pc/kernel/drv/amd64/rootnex: undefined symbol 'iommulib_nexdma_unbindhdl'
    WARNING: mod_load: cannot load module 'rootnex'
    WARNING: rootnex: unable to resolve dependency, module 'misc/iommulib' not found
    panic[cpu0]/thread=fffffffffbc26480: BAD TRAP: type=f (#15 Reserved) rp=fffffffffbc489b0 addr=0
    #15 Reserved
    pid=0, pc=0xfffffffffb80024b, sp=0xfffffffffbc48aa0, eflags=0x202
    cr0: 80050033<pg,wp,ne,et,mp,pe> cr4: 6f0<xmme,fxsr,pge,mce,pae,pse>
    cr2: 0 cr3: 1246b000 cr8: f
    rdi: fffffffffbc48aa0 rsi: 0 rdx: 0
    rcx: c0000000 r8: fffffffffbc48dc0 r9: ffffffff801c2440
    rax: fffffffffbc48dc0 rbx: ffffffff rbp: fffffffffbc48aa0
    r10: 16 r11: 0 r12: 0
    r13: ffffffff80270d58 r14: f000e987f000fea5 r15: fffffffffbc48b90
    fsb: 200000000 gsb: fffffffffbc278a0 ds: 0
    es: 0 fs: 0 gs: 0
    trp: f err: 0 rip: fffffffffb80024b
    cs: 28 rfl: 202 rsp: fffffffffbc48aa0
    ss: 30
    fffffffffbc488c0 unix:real_mode_end+72c1 ()
    fffffffffbc489a0 unix:trap+dda ()
    fffffffffbc489b0 unix:_cmntrap+140 ()
    fffffffffbc48aa0 unix:_cmntrap+13b ()
    fffffffffbc48be0 genunix:devi_attach+8c ()
    fffffffffbc48c00 genunix:i_ddi_init_root+9a ()
    fffffffffbc48c10 unix:configure+2b ()
    fffffffffbc48c20 unix:startup_end+53 ()
    fffffffffbc48c30 unix:startup+5a ()
    fffffffffbc48c70 genunix:main+2c ()
    fffffffffbc48c80 unix:_start+95 ()
    skipping system dump - no dump device configured
    &#65533;ebooting...
    Any way back from here or have to rebuild the system?
    I did the same thing on V480 same zfs went OK. On v20z with root on UFS went ok. But both V20Z on zfs got this error.
    Thanks you!
    Regards
    Edited by: WebSunDev on May 23, 2009 12:30 AM

    There have been a couple of posts on this issue recently.
    You really should look to see if anyone else has had the problem before posting again.
    Try this thread
    http://forums.sun.com/thread.jspa?threadID=5385950

  • Solaris 10 - LPS not working with smpatch analyze

    I recently started patching systems with IDR124828-01 as a temporary fix to the security vulnerability listed here:
    http://sunsolve.sun.com/search/document.do?assetkey=1-26-102724-1
    Since this temporary patch requires kernel patch 118833-24, I needed to get a few of my systems up to date. However, after patching the LPS with the temporary patch, using `smpatch analyze/update` on any system returns: No patches required.
    I successfully patched some systems yesterday, so I figured the temporary patch had borked the patchsvr. I verified the problem was with the LPS because changing smpatch settings on the LPS like so: patchpro.patch.source=https://getupdates1.sun.com/ works fine.
    Restarting the patchsvr doesn't help. Debug output from smpatch is also not helpful. There are no errors appearing in the patchsvr logs.
    Any advice on how I can back out the temporary patch gracefully, or any other problems that may be causing this?

    There were 13 clients originally, there seems to be problems with more than 4. They are all running solaris 10.
    The debug output isn't being very helpful (no errors, obvious problems) - All of the analyzed patches appear in this form:
    com.sun.patchpro.patch.PatchSequencer@63b2e6 <=Installed patch 121133-02 is >= to current patch 121133-02
    There don't seem to be any listed patches newer than September 22 (About the last time they got a large set of patches) - Some of the patches are not current versions as well. E.g. it analyzed patch 121081-05, the latest revision is -06.

  • Order of installation and reboots using smpatch/updatemanager

    Using updatemanager it tells me it has installed a certain set of patches and that others require a reboot and will be installed then - fine. I can then download and install further patches as long as any dependencies are met.
    But if I download the patches using smpatch I get an information file telling me the order in which patches should be installed and where reboots are needed. Here's an example:
    patchpro_dnld_2006.07.24@17:47:18:EST.txt
    This patch bundle was generated by PatchPro.
    Please refer to the README file within each patch for installation
    instructions. To properly patch your system, the following patches
    should be installed in the listed order:
    1) 120887-06
    2) 118557-05 !!! IMMEDIATE REBOOT !!!
    3) 122027-04 !!! IMMEDIATE REBOOT !!!
    4) 122856-02
    Now my reading of the above is that I should install 1) then 2) do a reboot, install 3) and do a reboot then install 4) - as that is the listed order. And if I don't do this then I have installed the patches properly
    But running smpatch update it installs 1) and 4) straight away and reports that 2) and 3) will be installed at next reboot:
    Installing patches from /var/sadm/spool...
    120887-06 has been applied.
    NOTICE: Patch 118557-05 cannot be installed until the next system shutdown.
    NOTICE: Patch 122027-04 cannot be installed until the next system shutdown.
    122856-02 has been applied.
    And at next reboot there is only a single reboot and both patches are applied.
    So what's with the instructions in the patchpro* file? Are these just overly conservative guidelines or what?
    Thanks.

    If patch 4 is not dependant on either patch 2 or 3 then there's no problem installing it before either 2 or 3.
    However sometimes I have seen an error:
    ALERT: Failed to install the patch {0} xxxxxx-xx
    which I believe means that the patch has a dependency on another patch which can't be installed because it needs an immediate reboot.
    After doing the reboot you might find that you can go back and run in these extra patches which caused the error the first time around.
    Just my interpretation for what it's worth.
    john.

  • Smpatch PatchPro failed: ERROR: Failed to validate the digital signature

    Hello,
    I 'm trying to update solaris 9 (5.9 Generic_118558-03 sun4u sparc) using smpatch.
    I get the following error from all - to be installed - patches!!
    Downloading the required patches for machine "xxx". Please wait...
    Error: PatchPro failed: ERROR: Failed to validate the digital signature(s).
    /var/sadm/spool/112941-10.jar.tmp cannot be validated.
    I have read that you need to install patchid 112945-44 so i have installed it with no solution.
    I have cleared the /var/tmp/patches/ directory:
    # rm /var/tmp/patches/*.jar.tmp
    # rm /var/sadm/spool/*.jar
    I would be grateful if you reply me with any help.
    Thanks,

    I thought this solution:
    To download signed patch 112945-45 and:
    # mv 112945-45.jar /var/sadm/spool/
    # smpatch add -i 112945-45
    On machine ""xxx"...
    Installing patch 112945-45 ...
    Error: PatchPro failed: Received a Manipulable event.
    Error: PatchPro failed: Received a Manipulable event.
    Error: PatchPro failed: ALERT: Failed to install a patch. 112945-45
    /var/sadm/spool/patchpro_dnld_2007.06.14@12:22:38:EEST.txt has been moved to /var/sadm/spool/patchproSequester/patchpro_dnld_2007.06.14@12:22:38:EEST.txt
    Problem Summary:
    Inside /var/log/messages :
    Jun 14 12:44:05 polymnia root: [ID 702911 user.error] Thu Jun 14 12:44:05 EEST 2007(ERROR) => Thread[Thread-18,5,main] <=Problem installing patches: Received a Manipulable event.
    Jun 14 12:44:05 polymnia root: [ID 702911 user.alert] Thu Jun 14 12:44:05 EEST 2007(ALERT) => com.sun.patchpro.manipulators.SunOSSunPatchInstaller@73a5d3 <=112945-45 validation failed.
    Jun 14 12:44:05 polymnia root: [ID 702911 user.crit] Thu Jun 14 12:44:05 EEST 2007(CRITICAL) => com.sun.patchpro.manipulators.SunOSSunPatchInstaller@73a5d3 <=com.sun.patchpro.security.SignatureValidationException: ERROR: Failed to validate the digital signature(s) for:
    Jun 14 12:44:05 polymnia at com.sun.patchpro.manipulators.Installer.extractPatch(Installer.java:314)
    Jun 14 12:44:05 polymnia at com.sun.patchpro.manipulators.SunOSSunPatchInstaller.install(SunOSSunPatchInstaller.java:46)
    Jun 14 12:44:05 polymnia at com.sun.patchpro.manipulators.Installer.run(Installer.java:134)
    Jun 14 12:44:05 polymnia at java.lang.Thread.run(Thread.java:536)
    Jun 14 12:44:06 polymnia root: [ID 702911 user.error] Thu Jun 14 12:44:05 EEST 2007(ERROR) => Thread[Thread-18,5,main] <=Problem installing patches: Received a Manipulable event.
    Jun 14 12:44:06 polymnia root: [ID 702911 user.alert] Thu Jun 14 12:44:06 EEST 2007(ALERT) => com.sun.patchpro.util.PatchBundleInstaller@9360e7 <=Failed to install a patch. 112945-45
    Jun 14 12:44:06 polymnia patchadd utility failed. Reason code :0
    Jun 14 12:44:06 polymnia root: [ID 702911 user.error] Thu Jun 14 12:44:06 EEST 2007(ERROR) => Thread[Thread-18,5,main] <=Problem installing patches: ALERT: Failed to install a patch. 112945-45
    Also i have just seen that messages complains for the digital cert when i am tryring to download the patch using smpach
    Jun 14 12:49:20 polymnia root: [ID 702911 user.error] Thu Jun 14 12:49:20 EEST 2007(ERROR) => com.sun.patchpro.server.ServerPatchServiceProvider@92425a <=com.sun.patchpro.security.NotSignedByKnownCertificateException: 112945-45/prepatch CN=Enterprise Services Patch Management, O=Sun Microsystems Inc
    Jun 14 12:49:20 polymnia at com.sun.patchpro.security.SignatureValidationUtil.validateJarFile(SignatureValidationUtil.java:232)
    Jun 14 12:49:20 polymnia at com.sun.patchpro.server.ServerPatchServiceProvider.validatePatchBundle(ServerPatchServiceProvider.java:1837)
    Jun 14 12:49:20 polymnia at com.sun.patchpro.server.ServerPatchServiceProvider.requestDownload(ServerPatchServiceProvider.java:1437)
    Jun 14 12:49:20 polymnia at com.sun.patchpro.server.ServerPatchServiceProvider.performDownloadPatches(ServerPatchServiceProvider.java:739)
    Jun 14 12:49:20 polymnia at com.sun.patchpro.server.ServerPatchServiceProvider.downloadPatches(ServerPatchServiceProvider.java:585)
    Jun 14 12:49:20 polymnia at com.sun.patchpro.server.PatchServerProxy.downloadPatches(PatchServerProxy.java:130)
    Jun 14 12:49:20 polymnia at com.sun.patchpro.server.GroupPatchDownloader.downloadPatches(GroupPatchDownload
    Jun 14 12:49:20 polymnia root: [ID 702911 user.error] Thu Jun 14 12:49:20 EEST 2007(ERROR) => com.sun.patchpro.server.ServerPatchServiceProvider@92425a <=Failed to validate the digital signature(s). for: /var/sadm/spool/112945-45.jar.tmp: 112945-45/prepatch CN=Enterprise Services Patch Management, O=Sun Microsystems Inc
    Jun 14 12:49:20 polymnia root: [ID 702911 user.error] Thu Jun 14 12:49:20 EEST 2007(ERROR) => Thread[Thread-18,5,main] <=Error: downloading patches.ERROR: Failed to validate the digital signature(s).
    The following patches were not downloaded. Contact your Sun Microsystems support provider for more information.
    112945-45
    Message was edited by:
    sapila

Maybe you are looking for

  • Install BOE XI 3.1

    I am going to install Business Objects XI 3.1 on windows 2008 server, can I install Crystal Reports 2008 V0 first and then install BOE XI 3.1. Or is that any other order I have to follow. Thanks in advance.

  • How to achieve grouping of data based on one column

    Hello PL/SQL Gurus/experts, I am using Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production version I have following table - DROP TABLE T2; create table T2(Manager,Employee) as select 'Nikki','Ram' from dual union all select '

  • Hiding SharePoint 2010 specific Feature in SP2013 site collection

    In the new SP 2013 Platform, we have options to deploy the solutions to compatibility level  scope of  <<14>>, though the solution is deployed to 14 hive and targeting a SP2010 site collection, the feature name will be displayed in the 2013 site coll

  • Express VI's vs. Regular VI's

    Hi, I am using LabVIEW for DAQ and logging, and am currently using Express VI's. What are the advantages and disadvantages of using thing over regular VI's?

  • Macbook Pro Retina 15 chirps

    Hello Community, im from Germany, so i dont know exactly how to tell you my problem. So everytime i use my Browser (firefox/Safari) when i open up Facebook or Youtube my Macbook starts to chirp. Its not so loud, but i want to know if someone of you m