search for: servicea

Displaying 3 results from an estimated 3 matches for "servicea".

Did you mean: service
2007 Aug 21
4
communication between classes / hosts
...a solution for the following: I have two (a bunch really..) of services that work together and have to exchange some configinformation between each other. I can get this to work in only one of three cases: 1. Works # class serviceB { file {"serviceBconfig": content => $serviceA::serviceAvar } } # # class serviceA { $serviceAvar = "bull" } # 2. Does not work, error: "Failed to parse template serviceBconfig.erb: Could not find value for 'serviceA' at [....]" class serviceB { file {"serviceBconfig": content =>temp...
2020 Nov 06
1
systemd / services / current process list
Hi, following requirement is needed here (forced by application migration from C6->C8): I have two services running under supervision by systemd. ServiceA: runs as user AppUser ServiceB: runs as user AppUser ServiceB can see "all" processes from AppUser (ps aux) running by systemd (in fact it sees no other processes). So ServiceB can see the processes of ServiceA. I have also a cron job that runs every 5 minutes as user AppUser. Now the...
2011 Oct 17
0
AD authentication against a service name not part of AD.
...but they are all seperate instances. Samba is not a part of the VCS cluster. I've joined the boxes to AD and based on AD groups can successfully access the desired shares only if you reference the server name and not the service name. The servername is server1.mydomain.com the service name is serviceA.somedomain.net. The service name is simply a DNS zone so no trusts exist. I've pondered the idea of having samba reference the interface where the service lives but in the event the service is moved from server1 to server2 will that crash smb? Ultimatley I want to access the service name to...