How to split a file into exactly two files by timestamp?


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting How to split a file into exactly two files by timestamp?
# 1  
Old 12-17-2009
How to split a file into exactly two files by timestamp?

Code:
2009-10-29 03:39:11,720 INFO [org.hibernate.cfg.SettingsFactory]-[main] Optimize cache for minimal puts: disabled
2009-10-29 03:39:11,720 INFO [org.hibernate.cfg.SettingsFactory]-[main] Structured second-level cache entries: disabled
2009-10-29 03:39:22,687 WARN [org.jboss.system.ServiceController]-[main] Problem starting service jboss.web.deployment:war=dt-sp-fabric-delegate-ws-war-3.5.0.war,id=1483428821
org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: (javax.naming.NameAlreadyBoundException)
at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:384)
at org.jboss.web.WebModule.startModule(WebModule.java:83)
at org.jboss.web.WebModule.startService(WebModule.java:61)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at org.jboss.system.ServiceController.start(ServiceController.java:435)
at org.jboss.system.ServiceController.start(ServiceController.java:435)
at org.jboss.system.ServiceController.start(ServiceController.java:435)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:304)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy43.start(Unknown Source)
at org.jboss.deployment.XSLSubDeployer.start(XSLSubDeployer.java:197)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at com.desktone.deploy.DesktoneDeployerService.startService(DesktoneDeployerService.java:126)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:304)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy9.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:304)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
at org.jboss.Main.boot(Main.java:200)
at org.jboss.Main$1.run(Main.java:508)
at java.lang.Thread.run(Thread.java:619)
Caused by: javax.naming.NameAlreadyBoundException
at org.jnp.server.NamingServer.bind(NamingServer.java:144)
at org.jnp.interfaces.NamingContext.bind(NamingContext.java:591)
at org.jnp.interfaces.NamingContext.bind(NamingContext.java:552)
at org.jboss.web.AbstractWebDeployer.parseWebAppDescriptors(AbstractWebDeployer.java:495)
at org.jboss.web.AbstractWebDeployer$DescriptorParser.parseWebAppDescriptors(AbstractWebDeployer.java:878)
at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:159)
at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
... 154 more
2009-10-29 03:39:22,920 INFO [org.jboss.ejb3.JmxKernelAbstraction]-[main] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
2009-10-29 03:39:22,931 INFO [org.jboss.ejb3.JmxKernelAbstraction]-[main] installing MBean: jboss.j2ee:ear=dt-cache-node-ear-3.5.0.ear,jar=dt-audit-service-ejb-impl-3.5.0.jar,name=AuditServiceBean,service=EJB3 with dependencies:
2009-10-29 03:39:22,931 INFO [org.jboss.ejb3.JmxKernelAbstraction]-[main] com.desktone:service=JMXNotificationRegistryService
2009-10-29 03:39:22,948 WARN [org.jboss.annotation.factory.AnnotationCreator]-[main] No ClassLoader provided, using TCCL: org.jboss.annotation.ejb.PoolClass


Hi friends this is log file
I have to write a script for ...user enters the Timestamp by commandline arguments and no.of timestamp required i.e 4 or 5 after the given timestamp

eg: sh script.sh 03:39:22,687 5

I want all information of 03:39:22,687 (or any given timestamp) and 5 timestamp above that given timestamp and below that given timestamp



So any body has solution please post it.
Thank you.

Last edited by Scott; 12-17-2009 at 03:10 AM.. Reason: Please use code tags
# 2  
Old 12-17-2009
Code:
gawk 'BEGIN{
    printf "Enter timestamp (HHMMSS,mmm): "
    getline timestamp <"-"
    print timestamp
    printf "How many lines? "
    getline num <"-"
}
$0 ~ timestamp{
    f=num
    for(i=NR+1;i<=NR+num;i++)print a[i%num]
}
f-->=0 {
    print
}
{ a[NR%num]=$0 }' file

# 3  
Old 12-22-2009
Bug how to split file in exact two file by given Timestamp

Code:
2009-10-29 05:04:32,656 INFO [com.desktone.discovery.slp.ServiceAdvertiserImpl$ServiceAdvertiser]-[pool-20-thread-1] ServiceAdvertiser for service = LocateableService ( serviceName = service:cache channel = ServiceLocationChannel ( mcastAddress = 228.10.10.10 mcastPort = 10000 clusterName = sp3-env1-ipv4 multihomedNoMcast = false ipv6Channel = false hlim = 5 bindAddress = null bindInterface = null timeouts(millis) = [4000,5000,]) ), end.
2009-10-29 05:04:32,663 INFO [com.desktone.discovery.ServiceLocationManagerImpl]-[pool-9-thread-15] addLocatedService, processing attribute updates for service=LocatedService ( serviceName = service:cache serviceHost = 172.16.109.84 (Attribute--> ServiceBindAddress=192.168.2.84) (Attribute--> AppVersion=3.5.0) (Attribute--> version=*1256792672513) (Attribute--> SpCache=true) (Attribute--> Ipv4Addresses=192.168.2.84|172.16.109.84) (Attribute--> TenantCacheURL=https://192.168.2.84:443/dt-fabric-ws/services/FabricDelegateService) (Attribute--> DefaultMcastAddress=228.10.10.10) (Attribute--> OrgId=1000) (Attribute--> TenantCache=false) (Attribute--> PoolManagerService=true) (Attribute--> McastPort=0) (Attribute--> BuildVersion=SVN Id: 9028 Build: 1948 on 29-October-2009 3:11 AM GMT+00:00) (Attribute--> AuditService=true) (Attribute--> PolicyManager=true) (Attribute--> DefaultClusterName=sp3-env1-ipv4) (Attribute--> CacheAccess=true) (Attribute--> HostName=192.168.2.84) (Attribute--> DefaultMcastPort=10000) (Attribute--> EventService=true) (Attribute--> Host=192.168.2.84) (Attribute--> SpCachewsURL=https://192.168.2.84:443/dt-sp-fabric-delegate-ws/spservices/SpFabricDelegateService) 
2009-10-29 05:04:56,901 INFO [com.desktone.discovery.ServiceLocationManagerImpl]-[pool-265-thread-3] addLocatedService, processing attribute updates for service=LocatedService ( serviceName = service:vmgr serviceHost = 172.16.109.86 (Attribute--> OrgId=0) (Attribute--> DefaultMcastPort=10000) (Attribute--> WsURL=https://192.168.2.86:443/dt-vmgr-ws/services/VMgrService) (Attribute--> Host=192.168.2.86) (Attribute--> Uuid=440146c5-a41f-4ae0-af90-a7721f37f8a0) (Attribute--> Ipv4Addresses=192.168.2.86|172.16.109.86) (Attribute--> version=*1256792696820) (Attribute--> DefaultMcastAddress=228.10.10.10) (Attribute--> DefaultClusterName=sp3-env1-ipv4) (Attribute--> Ip=192.168.2.86) (Attribute--> HostName=192.168.2.86) (Attribute--> McastPort=0) 
2009-10-29 05:05:29,469 INFO [com.desktone.discovery.ServiceLocationManagerImpl]-[pool-8-thread-22] addLocatedService, processing attribute updates for service=LocatedService ( serviceName = service:cache serviceHost = 172.16.115.32 (Attribute--> ServiceBindAddress=192.168.2.32) (Attribute--> AppVersion=3.5.0) (Attribute--> version=*1256792728557) (Attribute--> SpCache=false) (Attribute--> Ipv4Addresses=192.168.2.32|172.16.115.32) (Attribute--> TenantCacheURL=https://192.168.2.32:443/dt-fabric-ws/services/FabricDelegateService) (Attribute--> DefaultMcastAddress=228.11.11.11) (Attribute--> OrgId=1001) (Attribute--> TenantCache=true) (Attribute--> PoolManagerService=true) (Attribute--> McastPort=10000) (Attribute--> BuildVersion=SVN Id: 9028 Build: 1948 on 29-October-2009 3:11 AM GMT+00:00) (Attribute--> ClusterName=sp3-env1-ipv4) (Attribute--> AuditService=true) (Attribute--> PolicyManager=true) (Attribute--> DefaultClusterName=tenanta) (Attribute--> CacheAccess=true) (Attribute--> McastAddress=228.10.10.10) (Attribute--> HostName=192.168.2.32) (Attribute--> DefaultMcastPort=11002) (Attribute--> EventService=true) (Attribute--> Host=192.168.2.32) (Attribute--> SpCachewsURL=https://192.168.2.32:443/dt-sp-fabric-delegate-ws/spservices/SpFabricDelegateService) 
2009-10-29 05:06:00,639 INFO [com.desktone.discovery.slp.ServiceLocatorImpl$ServiceFinder]-[pool-270-thread-1] ServiceFinder for service = LocateableService ( serviceName = service:vmgr channel = ServiceLocationChannel ( mcastAddress = 228.10.10.10 mcastPort = 10000 clusterName = sp3-env1-ipv4 multihomedNoMcast = false ipv6Channel = false hlim = 5 bindAddress = null bindInterface = null timeouts(millis) = [4000,5000,]) ), begin.
2009-10-29 05:06:13,949 INFO [com.desktone.discovery.slp.ServiceLocatorImpl$ServiceFinder]-[pool-270-thread-1] ServiceFinder for service = LocateableService ( serviceName = service:vmgr channel = ServiceLocationChannel ( mcastAddress = 228.10.10.10 mcastPort = 10000 clusterName = sp3-env1-ipv4 multihomedNoMcast = false ipv6Channel = false hlim = 5 bindAddress = null bindInterface = null timeouts(millis) = [4000,5000,]) ), end.
2009-10-29 05:07:18,639 INFO [com.desktone.discovery.ServiceLocationManagerImpl]-[pool-9-thread-15] addLocatedService, adding newly located service=LocatedService ( serviceName = service:cache serviceHost = spc1-2.qa.desktone.com (Attribute--> ServiceBindAddress=192.168.2.76) (Attribute--> AppVersion=3.5.0) (Attribute--> version=*1256792837901) (Attribute--> SpCache=true) (Attribute--> Ipv4Addresses=192.168.2.76|172.16.109.76) (Attribute--> TenantCacheURL=https://192.168.2.76:443/dt-fabric-ws/services/FabricDelegateService) (Attribute--> DefaultMcastAddress=228.10.10.10) (Attribute--> OrgId=1000) (Attribute--> TenantCache=false) (Attribute--> PoolManagerService=true) (Attribute--> McastPort=0) (Attribute--> BuildVersion=SVN Id: 9028 Build: 1948 on 29-October-2009 3:11 AM GMT+00:00) (Attribute--> AuditService=true) (Attribute--> PolicyManager=true) (Attribute--> DefaultClusterName=sp3-env1-ipv4) (Attribute--> CacheAccess=true) (Attribute--> HostName=192.168.2.76) (Attribute--> DefaultMcastPort=10000) (Attribute--> EventService=true) (Attribute--> Host=192.168.2.76) (Attribute--> SpCachewsURL=https://192.168.2.76:443/dt-sp-fabric-delegate-ws/spservices/SpFabricDelegateService) 
2009-10-29 05:07:18,727 INFO [com.desktone.discovery.component.EJBCacheNodeLocator]-[pool-9-thread-15] addOrUpdateCacheNode(com.desktone.server.accessFabric.FabricDelegate), Got a remote EJB interface(desktone/remote/FabricDelegateBean) for: com.desktone.discovery.component.CacheNodeComponent@6b7e1e2b --> LocateableComponent ( host = 192.168.2.76 myHost = 192.168.2.84 local = false mcastAddress = null mcastPort = 0 clusterName = null orgId = 1000 defaultMcastAddress = 228.10.10.10 defaultMcastPort = 10000 defaultClusterName = sp3-env1-ipv4 hostAddresses=[192.168.2.76, 172.16.109.76] appVersion=3.5.0 buildVersion=SVN Id: 9028 Build: 1948 on 29-October-2009 3:11 AM GMT+00:00 updateMe=false ) --> CacheNodeComponent ( serviceBindAddress = 192.168.2.76 cacheAccess = true auditService = true policyManager = true eventService = true poolManagerService = true tenantCache = false spCache = true )
2009-10-29 05:07:18,747 INFO [com.desktone.discovery.component.EJBCacheNodeLocator]-[pool-9-thread-15] addOrUpdateCacheNode(com.desktone.server.accessFabric.SpFabricDelegate), Got a remote EJB interface(desktone/remote/SpFabricDelegateBean) for: com.desktone.discovery.component.CacheNodeComponent@6b7e1e2b --> LocateableComponent ( host = 192.168.2.76 myHost = 192.168.2.84 local = false mcastAddress = null mcastPort = 0 clusterName = null orgId = 1000 defaultMcastAddress = 228.10.10.10 defaultMcastPort = 10000 defaultClusterName = sp3-env1-ipv4 hostAddresses=[192.168.2.76, 172.16.109.76] appVersion=3.5.0 buildVersion=SVN Id: 9028 Build: 1948 on 29-October-2009 3:11 AM GMT+00:00 updateMe=false ) --> CacheNodeComponent ( serviceBindAddress = 192.168.2.76 cacheAccess = true auditService = true policyManager = true eventService = true poolManagerService = true tenantCache = false spCache = true )
2009-10-29 05:07:31,867 INFO [com.desktone.discovery.slp.ServiceLocatorImpl$ServiceFinder]-[pool-199-thread-1] ServiceFinder for service = LocateableService ( serviceName = service:fabric channel = ServiceLocationChannel ( mcastAddress = 228.10.10.10 mcastPort = 10000 clusterName = sp3-env1-ipv4 multihomedNoMcast = false ipv6Channel = false hlim = 5 bindAddress = null bindInterface = null timeouts(millis) = [4000,5000,]) ), begin.
2009-10-29 05:07:45,043 INFO [com.desktone.discovery.slp.ServiceLocatorImpl$ServiceFinder]-[pool-199-thread-1] ServiceFinder for service = LocateableService ( serviceName = service:fabric channel = ServiceLocationChannel ( mcastAddress = 228.10.10.10 mcastPort = 10000 clusterName = sp3-env1-ipv4 multihomedNoMcast = false ipv6Channel = false hlim = 5 bindAddress = null bindInterface = null timeouts(millis) = [4000,5000,]) ), end.
2009-10-29 05:08:10,725 INFO [com.desktone.discovery.ServiceLocationManagerImpl]-[pool-194-thread-3] addLocatedService, processing attribute updates for service=LocatedService ( serviceName = service:fabric serviceHost = spf1-2.qa.desktone.com (Attribute--> OrgId=0) (Attribute--> DefaultMcastPort=10000) (Attribute--> UserPortal=false) (Attribute--> PoolManager=false) (Attribute--> Host=172.16.109.77) (Attribute--> Ipv4Addresses=192.168.2.77|172.16.109.77) (Attribute--> EnterpriseAdmin=false) (Attribute--> Monitor=false) (Attribute--> version=*1256792890374) (Attribute--> DefaultMcastAddress=228.10.10.10) (Attribute--> DefaultClusterName=sp3-env1-ipv4) (Attribute--> HostName=172.16.109.77) (Attribute--> NumUsers=0) (Attribute--> ServiceProviderAdmin=true) (Attribute--> McastPort=0) (Attribute--> Aggregator=false) 
2009-10-29 05:08:46,498 INFO [com.desktone.discovery.ServiceLocationManagerImpl]-[pool-194-thread-3] addLocatedService, processing attribute updates for service=LocatedService ( serviceName = service:fabric serviceHost = 172.16.109.82 (Attribute--> OrgId=0) (Attribute--> DefaultMcastPort=10000) (Attribute--> UserPortal=false) (Attribute--> PoolManager=false) (Attribute--> Host=172.16.109.82) (Attribute--> Ipv4Addresses=192.168.2.82|172.16.109.82) (Attribute--> EnterpriseAdmin=false) (Attribute--> Monitor=false) (Attribute--> version=*1256792926004) (Attribute--> DefaultMcastAddress=228.10.10.10) (Attribute--> DefaultClusterName=sp3-env1-ipv4) (Attribute--> HostName=172.16.109.82) (Attribute--> NumUsers=0) (Attribute--> ServiceProviderAdmin=true) (Attribute--> McastPort=0) (Attribute--> Aggregator=false) 
2009-10-29 05:08:52,860 INFO [com.desktone.discovery.slp.ServiceLocatorImpl$ServiceFinder]-[pool-10-thread-1] ServiceFinder for service = LocateableService ( serviceName = service:cache channel = ServiceLocationChannel ( mcastAddress = 228.10.10.10 mcastPort = 10000 clusterName = sp3-env1-ipv4 multihomedNoMcast = false ipv6Channel = false hlim = 5 bindAddress = null bindInterface = null timeouts(millis) = [4000,5000,]) ), begin.
2009-10-29 05:08:54,275 INFO [com.desktone.discovery.ServiceLocationManagerImpl]-[pool-265-thread-3] addLocatedService, processing attribute updates for service=LocatedService ( serviceName = service:vmgr serviceHost = 172.16.109.87 (Attribute--> OrgId=0) (Attribute--> DefaultMcastPort=10000) (Attribute--> WsURL=https://192.168.2.87:443/dt-vmgr-ws/services/VMgrService) (Attribute--> Host=192.168.2.87) (Attribute--> Uuid=440146c5-a41f-4ae0-af90-a7721f37f8a0) (Attribute--> Ipv4Addresses=192.168.2.87|172.16.109.87) (Attribute--> version=*1256792933688) (Attribute--> DefaultMcastAddress=228.10.10.10) (Attribute--> DefaultClusterName=sp3-env1-ipv4) (Attribute--> Ip=192.168.2.87) (Attribute--> HostName=192.168.2.87) (Attribute--> McastPort=0) 
2009-10-29 05:09:06,135 INFO [com.desktone.discovery.slp.ServiceLocatorImpl$ServiceFinder]-[pool-10-thread-1] ServiceFinder for service = LocateableService ( serviceName = service:cache channel = ServiceLocationChannel ( mcastAddress = 228.10.10.10 mcastPort = 10000 clusterName = sp3-env1-ipv4 multihomedNoMcast = false ipv6Channel = false hlim = 5 bindAddress = null bindInterface = null timeouts(millis) = [4000,5000,]) ), end.
2009-10-29 05:09:25,727 INFO [com.desktone.discovery.ServiceLocationManagerImpl]-[pool-9-thread-15] addLocatedService, processing attribute updates for service=LocatedService ( serviceName = service:cache serviceHost = 172.16.115.36 (Attribute--> ServiceBindAddress=192.168.2.136) (Attribute--> AppVersion=3.5.0) (Attribute--> version=*1256792965139) (Attribute--> SpCache=false) (Attribute--> Ipv4Addresses=192.168.2.136|172.16.115.36) (Attribute--> TenantCacheURL=https://192.168.2.136:443/dt-fabric-ws/services/FabricDelegateService) (Attribute--> DefaultMcastAddress=228.11.11.11) (Attribute--> OrgId=1001) (Attribute--> TenantCache=true) (Attribute--> PoolManagerService=true) (Attribute--> McastPort=10000) (Attribute--> BuildVersion=SVN Id: 9028 Build: 1948 on 29-October-2009 3:11 AM GMT+00:00) (Attribute--> ClusterName=sp3-env1-ipv4) (Attribute--> AuditService=true) (Attribute--> PolicyManager=true) (Attribute--> DefaultClusterName=tenanta) (Attribute--> CacheAccess=true) (Attribute--> McastAddress=228.10.10.10) (Attribute--> HostName=192.168.2.136) (Attribute--> DefaultMcastPort=11002) (Attribute--> EventService=true) (Attribute--> Host=192.168.2.136) (Attribute--> SpCachewsURL=https://192.168.2.136:443/dt-sp-fabric-delegate-ws/spservices/SpFabricDelegateService) 
2009-10-29 05:09:32,496 INFO [com.desktone.discovery.slp.ServiceAdvertiserImpl$ServiceAdvertiser]-[pool-20-thread-1] ServiceAdvertiser for service = LocateableService ( serviceName = service:cache channel = ServiceLocationChannel ( mcastAddress = 228.10.10.10 mcastPort = 10000 clusterName = sp3-env1-ipv4 multihomedNoMcast = false ipv6Channel = false hlim = 5 bindAddress = null bindInterface = null timeouts(millis) = [4000,5000,]) ), begin.
2009-10-29 05:09:32,665 INFO [com.desktone.discovery.slp.ServiceAdvertiserImpl$ServiceAdvertiser]-[pool-20-thread-1] ServiceAdvertiser for service = LocateableService ( serviceName = service:cache channel = ServiceLocationChannel ( mcastAddress = 228.10.10.10 mcastPort = 10000 clusterName = sp3-env1-ipv4 multihomedNoMcast = false ipv6Channel = false hlim = 5 bindAddress = null bindInterface = null timeouts(millis) = [4000,5000,]) ), end.
2009-10-29 05:09:32,706 INFO [com.desktone.discovery.ServiceLocationManagerImpl]-[pool-8-thread-22] addLocatedService, processing attribute updates for service=LocatedService ( serviceName = service:cache serviceHost = 172.16.109.84 (Attribute--> ServiceBindAddress=192.168.2.84) (Attribute--> AppVersion=3.5.0) (Attribute--> version=*1256792972503) (Attribute--> SpCache=true) (Attribute--> Ipv4Addresses=192.168.2.84|172.16.109.84) (Attribute--> TenantCacheURL=https://192.168.2.84:443/dt-fabric-ws/services/FabricDelegateService) (Attribute--> DefaultMcastAddress=228.10.10.10) (Attribute--> OrgId=1000) (Attribute--> TenantCache=false) (Attribute--> PoolManagerService=true) (Attribute--> McastPort=0) (Attribute--> BuildVersion=SVN Id: 9028 Build: 1948 on 29-October-2009 3:11 AM GMT+00:00) (Attribute--> AuditService=true) (Attribute--> PolicyManager=true) (Attribute--> DefaultClusterName=sp3-env1-ipv4) (Attribute--> CacheAccess=true) (Attribute--> HostName=192.168.2.84) (Attribute--> DefaultMcastPort=10000) (Attribute--> EventService=true) (Attribute--> Host=192.168.2.84) (Attribute--> SpCachewsURL=https://192.168.2.84:443/dt-sp-fabric-delegate-ws/spservices/SpFabricDelegateService) 
2009-10-29 05:09:56,930 INFO [com.desktone.discovery.ServiceLocationManagerImpl]-[pool-265-thread-3] addLocatedService, processing attribute updates for service=LocatedService ( serviceName = service:vmgr serviceHost = 172.16.109.86 (Attribute--> OrgId=0) (Attribute--> DefaultMcastPort=10000) (Attribute--> WsURL=https://192.168.2.86:443/dt-vmgr-ws/services/VMgrService) (Attribute--> Host=192.168.2.86) (Attribute--> Uuid=440146c5-a41f-4ae0-af90-a7721f37f8a0) (Attribute--> Ipv4Addresses=192.168.2.86|172.16.109.86) (Attribute--> version=*1256792996821) (Attribute--> DefaultMcastAddress=228.10.10.10) (Attribute--> DefaultClusterName=sp3-env1-ipv4) (Attribute--> Ip=192.168.2.86) (Attribute--> HostName=192.168.2.86) (Attribute--> McastPort=0) 
2009-10-29 05:10:29,457 INFO [com.desktone.discovery.ServiceLocationManagerImpl]-[pool-9-thread-15] addLocatedService, processing attribute updates for service=LocatedService ( serviceName = service:cache serviceHost = 172.16.115.32 (Attribute--> ServiceBindAddress=192.168.2.32) (Attribute--> AppVersion=3.5.0) (Attribute--> version=*1256793028557) (Attribute--> SpCache=false) (Attribute--> Ipv4Addresses=192.168.2.32|172.16.115.32) (Attribute--> TenantCacheURL=https://192.168.2.32:443/dt-fabric-ws/services/FabricDelegateService) (Attribute--> DefaultMcastAddress=228.11.11.11) (Attribute--> OrgId=1001) (Attribute--> TenantCache=true) (Attribute--> PoolManagerService=true) (Attribute--> McastPort=10000) (Attribute--> BuildVersion=SVN Id: 9028 Build: 1948 on 29-October-2009 3:11 AM GMT+00:00) (Attribute--> ClusterName=sp3-env1-ipv4) (Attribute--> AuditService=true) (Attribute--> PolicyManager=true) (Attribute--> DefaultClusterName=tenanta) (Attribute--> CacheAccess=true) (Attribute--> McastAddress=228.10.10.10) (Attribute--> HostName=192.168.2.32) (Attribute--> DefaultMcastPort=11002) (Attribute--> EventService=true) (Attribute--> Host=192.168.2.32) (Attribute--> SpCachewsURL=https://192.168.2.32:443/dt-sp-fabric-delegate-ws/spservices/SpFabricDelegateService) 
2009-10-29 05:11:00,641 INFO [com.desktone.discovery.slp.ServiceLocatorImpl$ServiceFinder]-[pool-270-thread-1] ServiceFinder for service = LocateableService ( serviceName = service:vmgr channel = ServiceLocationChannel ( mcastAddress = 228.10.10.10 mcastPort = 10000 clusterName = sp3-env1-ipv4 multihomedNoMcast = false ipv6Channel = false hlim = 5 bindAddress = null bindInterface = null timeouts(millis) = [4000,5000,]) ), begin.
2009-10-29 05:11:13,792 INFO [com.desktone.discovery.slp.ServiceLocatorImpl$ServiceFinder]-[pool-270-thread-1] ServiceFinder for service = LocateableService ( serviceName = service:vmgr channel = ServiceLocationChannel ( mcastAddress = 228.10.10.10 mcastPort = 10000 clusterName = sp3-env1-ipv4 multihomedNoMcast = false ipv6Channel = false hlim = 5 bindAddress = null bindInterface = null timeouts(millis) = [4000,5000,]) ), end.
2009-10-29 05:12:18,728 INFO [com.desktone.discovery.ServiceLocationManagerImpl]-[pool-9-thread-15] addLocatedService, processing attribute updates for service=LocatedService ( serviceName = service:cache serviceHost = spc1-2.qa.desktone.com (Attribute--> ServiceBindAddress=192.168.2.76) (Attribute--> AppVersion=3.5.0) (Attribute--> version=*1256793137914) (Attribute--> SpCache=true) (Attribute--> Ipv4Addresses=192.168.2.76|172.16.109.76) (Attribute--> TenantCacheURL=https://192.168.2.76:443/dt-fabric-ws/services/FabricDelegateService) (Attribute--> DefaultMcastAddress=228.10.10.10) (Attribute--> OrgId=1000) (Attribute--> TenantCache=false) (Attribute--> PoolManagerService=true) (Attribute--> McastPort=0) (Attribute--> BuildVersion=SVN Id: 9028 Build: 1948 on 29-October-2009 3:11 AM GMT+00:00) (Attribute--> AuditService=true) (Attribute--> PolicyManager=true) (Attribute--> DefaultClusterName=sp3-env1-ipv4) (Attribute--> CacheAccess=true) (Attribute--> HostName=192.168.2.76) (Attribute--> DefaultMcastPort=10000) (Attribute--> EventService=true) (Attribute--> Host=192.168.2.76) (Attribute--> SpCachewsURL=https://192.168.2.76:443/dt-sp-fabric-delegate-ws/spservices/SpFabricDelegateService) 
2009-10-29 05:12:31,866 INFO [com.desktone.discovery.slp.ServiceLocatorImpl$ServiceFinder]-[pool-199-thread-1] ServiceFinder for service = LocateableService ( serviceName = service:fabric channel = ServiceLocationChannel ( mcastAddress = 228.10.10.10 mcastPort = 10000 clusterName = sp3-env1-ipv4 multihomedNoMcast = false ipv6Channel = false hlim = 5 bindAddress = null bindInterface = null timeouts(millis) = [4000,5000,]) ), begin.
2009-10-29 05:12:44,930 INFO [com.desktone.discovery.slp.ServiceLocatorImpl$ServiceFinder]-[pool-199-thread-1] ServiceFinder for service = LocateableService ( serviceName = service:fabric channel = ServiceLocationChannel ( mcastAddress = 228.10.10.10 mcastPort = 10000 clusterName = sp3-env1-ipv4 multihomedNoMcast = false ipv6Channel = false hlim = 5 bindAddress = null bindInterface = null timeouts(millis) = [4000,5000,]) ), end.
2009-10-29 05:13:10,700 INFO [com.desktone.discovery.ServiceLocationManagerImpl]-[pool-194-thread-3] addLocatedService, processing attribute updates for service=LocatedService ( serviceName = service:fabric serviceHost = spf1-2.qa.desktone.com (Attribute--> OrgId=0) (Attribute--> DefaultMcastPort=10000) (Attribute--> UserPortal=false) (Attribute--> PoolManager=false) (Attribute--> Host=172.16.109.77) (Attribute--> Ipv4Addresses=192.168.2.77|172.16.109.77) (Attribute--> EnterpriseAdmin=false) (Attribute--> Monitor=false) (Attribute--> version=*1256793190375) (Attribute--> DefaultMcastAddress=228.10.10.10) (Attribute--> DefaultClusterName=sp3-env1-ipv4) (Attribute--> HostName=172.16.109.77) (Attribute--> NumUsers=0) (Attribute--> ServiceProviderAdmin=true) (Attribute--> McastPort=0) (Attribute--> Aggregator=false) 
2009-10-29 05:13:46,477 INFO [com.desktone.discovery.ServiceLocationManagerImpl]-[pool-194-thread-3] addLocatedService, processing attribute updates for service=LocatedService ( serviceName = service:fabric serviceHost = 172.16.109.82 (Attribute--> OrgId=0) (Attribute--> DefaultMcastPort=10000) (Attribute--> UserPortal=false) (Attribute--> PoolManager=false) (Attribute--> Host=172.16.109.82) (Attribute--> Ipv4Addresses=192.168.2.82|172.16.109.82) (Attribute--> EnterpriseAdmin=false) (Attribute--> Monitor=false) (Attribute--> version=*1256793226003) (Attribute--> DefaultMcastAddress=228.10.10.10) (Attribute--> DefaultClusterName=sp3-env1-ipv4) (Attribute--> HostName=172.16.109.82) (Attribute--> NumUsers=0) (Attribute--> ServiceProviderAdmin=true) (Attribute--> McastPort=0) (Attribute--> Aggregator=false) 
2009-10-29 05:13:52,859 INFO [com.desktone.discovery.slp.ServiceLocatorImpl$ServiceFinder]-[pool-10-thread-1] ServiceFinder for service = LocateableService ( serviceName = service:cache channel = ServiceLocationChannel ( mcastAddress = 228.10.10.10 mcastPort = 10000 clusterName = sp3-env1-ipv4 multihomedNoMcast = false ipv6Channel = false hlim = 5 bindAddress = null bindInterface = null timeouts(millis) = [4000,5000,]) ), begin.
2009-10-29 05:13:54,237 INFO [com.desktone.discovery.ServiceLocationManagerImpl]-[pool-264-thread-3] addLocatedService, processing attribute updates for service=LocatedService ( serviceName = service:vmgr serviceHost = 172.16.109.87 (Attribute--> OrgId=0) (Attribute--> DefaultMcastPort=10000) (Attribute--> WsURL=https://192.168.2.87:443/dt-vmgr-ws/services/VMgrService) (Attribute--> Host=192.168.2.87) (Attribute--> Uuid=440146c5-a41f-4ae0-af90-a7721f37f8a0) (Attribute--> Ipv4Addresses=192.168.2.87|172.16.109.87) (Attribute--> version=*1256793233688) (Attribute--> DefaultMcastAddress=228.10.10.10) (Attribute--> DefaultClusterName=sp3-env1-ipv4) (Attribute--> Ip=192.168.2.87) (Attribute--> HostName=192.168.2.87) (Attribute--> McastPort=0) 
2009-10-29 05:14:06,063 INFO [com.desktone.discovery.slp.ServiceLocatorImpl$ServiceFinder]-[pool-10-thread-1] ServiceFinder for service = LocateableService ( serviceName = service:cache channel = ServiceLocationChannel ( mcastAddress = 228.10.10.10 mcastPort = 10000 clusterName = sp3-env1-ipv4 multihomedNoMcast = false ipv6Channel = false hlim = 5 bindAddress = null bindInterface = null timeouts(millis) = [4000,5000,]) ), end.
2009-10-29 05:14:25,806 INFO [com.desktone.discovery.ServiceLocationManagerImpl]-[pool-8-thread-22] addLocatedService, processing attribute updates for service=LocatedService ( serviceName = service:cache serviceHost = 172.16.115.36 (Attribute--> ServiceBindAddress=192.168.2.136) (Attribute--> AppVersion=3.5.0) (Attribute--> version=*1256793265140) (Attribute--> SpCache=false) (Attribute--> Ipv4Addresses=192.168.2.136|172.16.115.36) (Attribute--> TenantCacheURL=https://192.168.2.136:443/dt-fabric-ws/services/FabricDelegateService) (Attribute--> DefaultMcastAddress=228.11.11.11) (Attribute--> OrgId=1001) (Attribute--> TenantCache=true) (Attribute--> PoolManagerService=true) (Attribute--> McastPort=10000) (Attribute--> BuildVersion=SVN Id: 9028 Build: 1948 on 29-October-2009 3:11 AM GMT+00:00) (Attribute--> ClusterName=sp3-env1-ipv4) (Attribute--> AuditService=true) (Attribute--> PolicyManager=true) (Attribute--> DefaultClusterName=tenanta) (Attribute--> CacheAccess=true) (Attribute--> McastAddress=228.10.10.10) (Attribute--> HostName=192.168.2.136) (Attribute--> DefaultMcastPort=11002) (Attribute--> EventService=true) (Attribute--> Host=192.168.2.136) (Attribute--> SpCachewsURL=https://192.168.2.136:443/dt-sp-fabric-delegate-ws/spservices/SpFabricDelegateService) 
2009-10-29 05:14:32,498 INFO [com.desktone.discovery.slp.ServiceAdvertiserImpl$ServiceAdvertiser]-[pool-20-thread-1] ServiceAdvertiser for service = LocateableService ( serviceName = service:cache channel = ServiceLocationChannel ( mcastAddress = 228.10.10.10 mcastPort = 10000 clusterName = sp3-env1-ipv4 multihomedNoMcast = false ipv6Channel = false hlim = 5 bindAddress = null bindInterface = null timeouts(millis) = [4000,5000,]) ), begin.
2009-10-29 05:14:32,640 INFO [com.desktone.discovery.slp.ServiceAdvertiserImpl$ServiceAdvertiser]-[pool-20-thread-1] ServiceAdvertiser for service = LocateableService ( serviceName = service:cache channel = ServiceLocationChannel ( mcastAddress = 228.10.10.10 mcastPort = 10000 clusterName = sp3-env1-ipv4 multihomedNoMcast = false ipv6Channel = false hlim = 5 bindAddress = null bindInterface = null timeouts(millis) = [4000,5000,]) ), end.
2009-10-29 05:14:32,663 INFO [com.desktone.discovery.ServiceLocationManagerImpl]-[pool-9-thread-15] addLocatedService, processing attribute updates for service=LocatedService ( serviceName = service:cache serviceHost = 172.16.109.84 (Attribute--> ServiceBindAddress=192.168.2.84) (Attribute--> AppVersion=3.5.0) (Attribute--> version=*1256793272500) (Attribute--> SpCache=true) (Attribute--> Ipv4Addresses=192.168.2.84|172.16.109.84) (Attribute--> TenantCacheURL=https://192.168.2.84:443/dt-fabric-ws/services/FabricDelegateService) (Attribute--> DefaultMcastAddress=228.10.10.10) (Attribute--> OrgId=1000) (Attribute--> TenantCache=false) (Attribute--> PoolManagerService=true) (Attribute--> McastPort=0) (Attribute--> BuildVersion=SVN Id: 9028 Build: 1948 on 29-October-2009 3:11 AM GMT+00:00) (Attribute--> AuditService=true) (Attribute--> PolicyManager=true) (Attribute--> DefaultClusterName=sp3-env1-ipv4) (Attribute--> CacheAccess=true) (Attribute--> HostName=192.168.2.84) (Attribute--> DefaultMcastPort=10000) (Attribute--> EventService=true) (Attribute--> Host=192.168.2.84) (Attribute--> SpCachewsURL=https://192.168.2.84:443/dt-sp-fabric-delegate-ws/spservices/SpFabricDelegateService) 
2009-10-29 05:14:56,932 INFO [com.desktone.discovery.ServiceLocationManagerImpl]-[pool-264-thread-3] addLocatedService, processing attribute updates for service=LocatedService ( serviceName = service:vmgr serviceHost = 172.16.109.86 (Attribute--> OrgId=0) (Attribute--> DefaultMcastPort=10000) (Attribute--> WsURL=https://192.168.2.86:443/dt-vmgr-ws/services/VMgrService) (Attribute--> Host=192.168.2.86) (Attribute--> Uuid=440146c5-a41f-4ae0-af90-a7721f37f8a0) (Attribute--> Ipv4Addresses=192.168.2.86|172.16.109.86) (Attribute--> version=*1256793296820) (Attribute--> DefaultMcastAddress=228.10.10.10) (Attribute--> DefaultClusterName=sp3-env1-ipv4) (Attribute--> Ip=192.168.2.86) (Attribute--> HostName=192.168.2.86) (Attribute--> McastPort=0) 
2009-10-29 05:15:29,559 INFO [com.desktone.discovery.ServiceLocationManagerImpl]-[pool-9-thread-15] addLocatedService, processing attribute updates for service=LocatedService ( serviceName = service:cache serviceHost = 172.16.115.32 (Attribute--> ServiceBindAddress=192.168.2.32) (Attribute--> AppVersion=3.5.0) (Attribute--> version=*1256793328556) (Attribute--> SpCache=false) (Attribute--> Ipv4Addresses=192.168.2.32|172.16.115.32) (Attribute--> TenantCacheURL=https://192.168.2.32:443/dt-fabric-ws/services/FabricDelegateService) (Attribute--> DefaultMcastAddress=228.11.11.11) (Attribute--> OrgId=1001) (Attribute--> TenantCache=true) (Attribute--> PoolManagerService=true) (Attribute--> McastPort=10000) (Attribute--> BuildVersion=SVN Id: 9028 Build: 1948 on 29-October-2009 3:11 AM GMT+00:00) (Attribute--> ClusterName=sp3-env1-ipv4) (Attribute--> AuditService=true) (Attribute--> PolicyManager=true) (Attribute--> DefaultClusterName=tenanta) (Attribute--> CacheAccess=true) (Attribute--> McastAddress=228.10.10.10) (Attribute--> HostName=192.168.2.32) (Attribute--> DefaultMcastPort=11002) (Attribute--> EventService=true) (Attribute--> Host=192.168.2.32) (Attribute--> SpCachewsURL=https://192.168.2.32:443/dt-sp-fabric-delegate-ws/spservices/SpFabricDelegateService) 
2009-10-29 05:16:00,640 INFO [com.desktone.discovery.slp.ServiceLocatorImpl$ServiceFinder]-[pool-270-thread-1] ServiceFinder for service = LocateableService ( serviceName = service:vmgr channel = ServiceLocationChannel ( mcastAddress = 228.10.10.10 mcastPort = 10000 clusterName = sp3-env1-ipv4 multihomedNoMcast = false ipv6Channel = false hlim = 5 bindAddress = null bindInterface = null timeouts(millis) = [4000,5000,]) ), begin.
2009-10-29 05:16:13,764 INFO [com.desktone.discovery.slp.ServiceLocatorImpl$ServiceFinder]-[pool-270-thread-1] ServiceFinder for service = LocateableService ( serviceName = service:vmgr channel = ServiceLocationChannel ( mcastAddress = 228.10.10.10 mcastPort = 10000 clusterName = sp3-env1-ipv4 multihomedNoMcast = false ipv6Channel = false hlim = 5 bindAddress = null bindInterface = null timeouts(millis) = [4000,5000,]) ), end.
2009-10-29 05:17:18,712 INFO [com.desktone.discovery.ServiceLocationManagerImpl]-[pool-9-thread-15] addLocatedService, processing attribute updates for service=LocatedService ( serviceName = service:cache serviceHost = spc1-2.qa.desktone.com (Attribute--> ServiceBindAddress=192.168.2.76) (Attribute--> AppVersion=3.5.0) (Attribute--> version=*1256793437943) (Attribute--> SpCache=true) (Attribute--> Ipv4Addresses=192.168.2.76|172.16.109.76) (Attribute--> TenantCacheURL=https://192.168.2.76:443/dt-fabric-ws/services/FabricDelegateService) (Attribute--> DefaultMcastAddress=228.10.10.10) (Attribute--> OrgId=1000) (Attribute--> TenantCache=false) (Attribute--> PoolManagerService=true) (Attribute--> McastPort=0) (Attribute--> BuildVersion=SVN Id: 9028 Build: 1948 on 29-October-2009 3:11 AM GMT+00:00) (Attribute--> AuditService=true) (Attribute--> PolicyManager=true) (Attribute--> DefaultClusterName=sp3-env1-ipv4) (Attribute--> CacheAccess=true) (Attribute--> HostName=192.168.2.76) (Attribute--> DefaultMcastPort=10000) (Attribute--> EventService=true) (Attribute--> Host=192.168.2.76) (Attribute--> SpCachewsURL=https://192.168.2.76:443/dt-sp-fabric-delegate-ws/spservices/SpFabricDelegateService) 
2009-10-29 05:17:31,866 INFO [com.desktone.discovery.slp.ServiceLocatorImpl$ServiceFinder]-[pool-199-thread-1] ServiceFinder for service = LocateableService ( serviceName = service:fabric channel = ServiceLocationChannel ( mcastAddress = 228.10.10.10 mcastPort = 10000 clusterName = sp3-env1-ipv4 multihomedNoMcast = false ipv6Channel = false hlim = 5 bindAddress = null bindInterface = null timeouts(millis) = [4000,5000,]) ), begin.
2009-10-29 05:17:45,050 INFO [com.desktone.discovery.slp.ServiceLocatorImpl$ServiceFinder]-[pool-199-thread-1] ServiceFinder for service = LocateableService ( serviceName = service:fabric channel = ServiceLocationChannel ( mcastAddress = 228.10.10.10 mcastPort = 10000 clusterName = sp3-env1-ipv4 multihomedNoMcast = false ipv6Channel = false hlim = 5 bindAddress = null bindInterface = null timeouts(millis) = [4000,5000,]) ), end.
2009-10-29 05:18:10,724 INFO [com.desktone.discovery.ServiceLocationManagerImpl]-[pool-194-thread-3] addLocatedService, processing attribute updates for service=LocatedService ( serviceName = service:fabric serviceHost = spf1-2.qa.desktone.com (Attribute--> OrgId=0) (Attribute--> DefaultMcastPort=10000) (Attribute--> UserPortal=false) (Attribute--> PoolManager=false) (Attribute--> Host=172.16.109.77) (Attribute--> Ipv4Addresses=192.168.2.77|172.16.109.77) (Attribute--> EnterpriseAdmin=false) (Attribute--> Monitor=false) (Attribute--> version=*1256793490372) (Attribute--> DefaultMcastAddress=228.10.10.10) (Attribute--> DefaultClusterName=sp3-env1-ipv4) (Attribute--> HostName=172.16.109.77) (Attribute--> NumUsers=0) (Attribute--> ServiceProviderAdmin=true) (Attribute--> McastPort=0) (Attribute--> Aggregator=false) 
2009-10-29 05:18:46,455 INFO [com.desktone.discovery.ServiceLocationManagerImpl]-[pool-193-thread-3] addLocatedService, processing attribute updates for service=LocatedService ( serviceName = service:fabric serviceHost = 172.16.109.82 (Attribute--> OrgId=0) (Attribute--> DefaultMcastPort=10000) (Attribute--> UserPortal=false) (Attribute--> PoolManager=false) (Attribute--> Host=172.16.109.82) (Attribute--> Ipv4Addresses=192.168.2.82|172.16.109.82) (Attribute--> EnterpriseAdmin=false) (Attribute--> Monitor=false) (Attribute--> version=*1256793526003) (Attribute--> DefaultMcastAddress=228.10.10.10) (Attribute--> DefaultClusterName=sp3-env1-ipv4) (Attribute--> HostName=172.16.109.82) (Attribute--> NumUsers=0) (Attribute--> ServiceProviderAdmin=true) (Attribute--> McastPort=0) (Attribute--> Aggregator=false) 
2009-10-29 05:18:52,859 INFO [com.desktone.discovery.slp.ServiceLocatorImpl$ServiceFinder]-[pool-10-thread-1] ServiceFinder for service = LocateableService ( serviceName = service:cache channel = ServiceLocationChannel ( mcastAddress = 228.10.10.10 mcastPort = 10000 clusterName = sp3-env1-ipv4 multihomedNoMcast = false ipv6Channel = false hlim = 5 bindAddress = null bindInterface = null timeouts(millis) = [4000,5000,]) ), begin.
2009-10-29 05:18:54,303 INFO [com.desktone.discovery.ServiceLocationManagerImpl]-[pool-265-thread-3] addLocatedService, processing attribute updates for service=LocatedService ( serviceName = service:vmgr serviceHost = 172.16.109.87 (Attribute--> OrgId=0) (Attribute--> DefaultMcastPort=10000) (Attribute--> WsURL=https://192.168.2.87:443/dt-vmgr-ws/services/VMgrService) (Attribute--> Host=192.168.2.87) (Attribute--> Uuid=440146c5-a41f-4ae0-af90-a7721f37f8a0) (Attribute--> Ipv4Addresses=192.168.2.87|172.16.109.87) (Attribute--> version=*1256793533690) (Attribute--> DefaultMcastAddress=228.10.10.10) (Attribute--> DefaultClusterName=sp3-env1-ipv4) (Attribute--> Ip=192.168.2.87) (Attribute--> HostName=192.168.2.87) (Attribute--> McastPort=0) 
2009-10-29 05:19:06,015 INFO [com.desktone.discovery.slp.ServiceLocatorImpl$ServiceFinder]-[pool-10-thread-1] ServiceFinder for service = LocateableService ( serviceName = service:cache channel = ServiceLocationChannel ( mcastAddress = 228.10.10.10 mcastPort = 10000 clusterName = sp3-env1-ipv4 multihomedNoMcast = false ipv6Channel = false hlim = 5 bindAddress = null bindInterface = null timeouts(millis) = [4000,5000,]) ), end.
2009-10-29 05:19:25,677 INFO [com.desktone.discovery.ServiceLocationManagerImpl]-[pool-8-thread-22] addLocatedService, processing attribute updates for service=LocatedService ( serviceName = service:cache serviceHost = 172.16.115.36 (Attribute--> ServiceBindAddress=192.168.2.136) (Attribute--> AppVersion=3.5.0) (Attribute--> version=*1256793565139) (Attribute--> SpCache=false) (Attribute--> Ipv4Addresses=192.168.2.136|172.16.115.36) (Attribute--> TenantCacheURL=https://192.168.2.136:443/dt-fabric-ws/services/FabricDelegateService) (Attribute--> DefaultMcastAddress=228.11.11.11) (Attribute--> OrgId=1001) (Attribute--> TenantCache=true) (Attribute--> PoolManagerService=true) (Attribute--> McastPort=10000) (Attribute--> BuildVersion=SVN Id: 9028 Build: 1948 on 29-October-2009 3:11 AM GMT+00:00) (Attribute--> ClusterName=sp3-env1-ipv4) (Attribute--> AuditService=true) (Attribute--> PolicyManager=true) (Attribute--> DefaultClusterName=tenanta) (Attribute--> CacheAccess=true) (Attribute--> McastAddress=228.10.10.10) (Attribute--> HostName=192.168.2.136) (Attribute--> DefaultMcastPort=11002) (Attribute--> EventService=true) (Attribute--> Host=192.168.2.136) (Attribute--> SpCachewsURL=https://192.168.2.136:443/dt-sp-fabric-delegate-ws/spservices/SpFabricDelegateService)



sorry for this .....

But, regarding to my logfile I want to split that file (logfile)according to given timestamp in exact two files
e.g: If I have given 05:04:32,656timestamp then the log file should be splitted in exactlly two files .
I tried it by awk but it splitting the file no .of times the Timestamp ocurrs.

So plese send me solution ....Thanks in advance.

Last edited by Franklin52; 12-22-2009 at 05:26 AM.. Reason: Please use code tags!
# 4  
Old 01-08-2010
Which outputs do you need in separate log files...can you be more specific ....

Last edited by Scott; 01-09-2010 at 01:06 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Need help with UNIX command to get the latest file from list of files with timestamp

Hi All, I have list of files like below with name abcxyz.timestamp. I need a unix command to pick the latest file from the list of below files. Here in this case the lates file is abcxyz.20190304103200. I have used this unix command "ls abcxyz*|tail -1" but i heard that it is not the appropriate... (2 Replies)
Discussion started by: rakeshp
2 Replies

2. Shell Programming and Scripting

Split a file into 10 different files

OS : RHEL 6.7 Shell : bash I have a text file with 5.97 million lines. I want to split this big file into 12 different files (in sequential order) so that each file will contain roughly 500K lines. I tried the following awk command after googling. But, it just created 2 files... (5 Replies)
Discussion started by: omega3
5 Replies

3. Shell Programming and Scripting

How to split timestamp and put a dot between YYYYMMDD and HHMMSS?

I have a string time=20170303201234 I want to split it and put a dot result: 20170303.201234 CODE: ttdotss=`echo ${time} | {8}.{8}` Doesn't understand I tried this: CODE: ttdotss=`echo ${time} |cut -c 1-8 | . | cut -c 9-14` Result: script: .: argument expected... (4 Replies)
Discussion started by: digioleg54
4 Replies

4. UNIX for Dummies Questions & Answers

Display files based on particular file timestamp

Hi, I have requirement to list out files that are created after particular file. ex. I have below files in my directory. I want to display files created after /dirdat/CG1/cg004440 file. ./dirdat/CG1/cg004438 09/07/14 0:44:05 ./dirdat/CG1/cg004439 09/07/14 6:01:48 ... (3 Replies)
Discussion started by: tmalik79
3 Replies

5. UNIX for Dummies Questions & Answers

Move Multiple Files adding date timestamp before file type

There are files in a directory and I have to move multiple files adding datetimestamp before the file type. /Data/ abc.csv def.csv ghi.csv I have to move this files to archive directory adding datatimestamp before .csv /archive/ abc_YYYYMMDDHHMMSS.csv def_YYYYMMDDHHMMSS.csv... (7 Replies)
Discussion started by: eskay
7 Replies

6. UNIX for Dummies Questions & Answers

Sorting files based on timestamp and picking the latest file

Hi Friends, Newbie to shell scripting Currently i have used the below to sort data based on filenames and datestamp $ printf '%s\n' *.dat* | sort -t. -k3,4 filename_1.dat.20120430.Z filename_2.dat.20120430.Z filename_3.dat.20120430.Z filename_1.dat.20120501.Z filename_2.dat.20120501.Z... (12 Replies)
Discussion started by: robertbrown624
12 Replies

7. Shell Programming and Scripting

Identifying files with a timestamp greater than a given timestamp

I need to be able to identify files with file timestamps greater than a given timestamp. I am using the following solution, although it appears to compare files at the "seconds" granularity and I need it at the milliseconds. When I tested my solution, it missed files that had timestamps... (3 Replies)
Discussion started by: nkm0brm
3 Replies

8. UNIX for Dummies Questions & Answers

How to compare a file by its timestamp and store in a different location whenever timestamp changes?

Hi All, I am new to unix programming. I am trying for a requirement and the requirement goes like this..... I have a test folder. Which tracks log files. After certain time, the log file is getting overwritten by another file (randomly as the time interval is not periodic). I need to preserve... (2 Replies)
Discussion started by: mailsara
2 Replies

9. Shell Programming and Scripting

Purge files based on timestamp avl in file name

Dear All, I have the followoing requirement.. REQ-1: Suppose I have the following files XX_20070202000101.zip XX_20080223000101.zip XX_20080226000101.zip XX_20080227000101.zip XX_20080228000101.zip XX_20080229000101.zip Suppose sysdate = 29 Feb 2007 I need to delete all files... (3 Replies)
Discussion started by: sureshg_sampat
3 Replies

10. Shell Programming and Scripting

Split A File Into 2 Files

i WANT TO SPLIT A FILE WHICH HAS 250 COLUMNS. and the delimiter is '|'. So , can somebody help me with the command i have to use to split the file into two files. thanks (7 Replies)
Discussion started by: dummy_needhelp
7 Replies
Login or Register to Ask a Question