Sponsored Content
Full Discussion: BIND Ver. 8
Special Forums Cybersecurity BIND Ver. 8 Post 1709 by alwayslearningunix on Monday 26th of March 2001 04:06:56 PM
Old 03-26-2001
Question

Hi everyone
I'm a HPUX system admin, and need some help. Our organisation is full of red tape and managers like that like to hold many meetings but take little action. I need to persuade my line manager that we should move our two nameservers onto BIND 8.

Can anyone please point me to some resources, or give me a brief breakdown on what the main differences are between version 8 and version 4 which is what we currently run.

Many thanks. By the way Neo, do you fancy a change of scene and a new job here in sunny England? Smilie We need some good system admins.

Regards
alwayslearningunix
 

9 More Discussions You Might Find Interesting

1. AIX

New IBM AIX 5L ver 5.1 .. any thoughts?

I read that IBM came up with a new AIX version that would be fully integrated with Linux (I guess compared to older versions of AIX that could not) and I was hoping I bring this for discussion here so I learn more about IBM UNIX OS Can anybody put few simple and practical comparisons between... (0 Replies)
Discussion started by: aliissa
0 Replies

2. UNIX for Advanced & Expert Users

X25 on Tru UNIX ver 5

How do i set up X25 protocol on version 5 of Tru Unix (Compaq). I have manged to do it using version 4. What are the major differences.:confused: (1 Reply)
Discussion started by: samudimu
1 Replies

3. Programming

strncpy(ver, buffer2 +5,2);

Hi, Can someone help me understand this code? strncpy(job, buffer2,5); strncpy(ver, buffer2 +5,2); Thanks for all the help! (1 Reply)
Discussion started by: whatisthis
1 Replies

4. Debian

what is the best linux ver for p100 16 ram

Hello all i own p100 16ram laptop , i would like to run linux on it i need it for gcc compilation and shell scripting , no gui. what version of linux should i install , i dont mind to install old one . tnx allot (5 Replies)
Discussion started by: umen
5 Replies

5. AIX

C/C++ compiler ver 6 on AIX 5.3 - errors

Hi Guys, We are migrating AIX 5.1 to AIX 5.3. With this upgrade the C/C++ compiler is also upgraded to Visual Age C++ 6.0. After upgrading, when we tried to (re)compile our programs (since ibm open library classes are not going to work with new compiler), we are getting so many errors with no... (2 Replies)
Discussion started by: satguyz
2 Replies

6. UNIX for Dummies Questions & Answers

USB support in what ver. HP-UX

Can someone clue me in as to what version of HP-UX did USB support start? Specifically mass storage support. We have serveral HP Visualize systems and would like to connect up an external USB drive to do backups. (0 Replies)
Discussion started by: emcatc
0 Replies

7. Solaris

SOLARIS/BEA WEBLOGIC ver.8.1

Hello all, I am having a little issue with BEA webloigc server Version 8.1, previously, we we confugred we where able to Grep processes for BEA and we could get the processes listed now I am only able to see the start weblogic script process. the weblogic server is up and running and performing its... (2 Replies)
Discussion started by: jvgvr6
2 Replies

8. UNIX for Dummies Questions & Answers

Question on Redhat ver.6 RPM's

Hi, Using Redhat version 6.0, I need nmap so I have downloaded. But it requires many other dependencies, when I try to install it. See below err.msg. Is there any other way to get this installed, or I need to download each of the dependencies. rpm -Uhv nmap-5.51-2-mdv2011.0.x86_64.rpm... (3 Replies)
Discussion started by: samnyc
3 Replies

9. HP-UX

GCC ver 3.4.6

anyone has an idea from where can i download gcc 3.4.6 for hp-ux 11iv3 itanium? (0 Replies)
Discussion started by: guy3145
0 Replies
flumotion-manager(1)						     Flumotion						      flumotion-manager(1)

NAME
flumotion-manager - streaming media server central management SYNOPSIS
flumotion-manager [ - ] [ --debug debug configuration ] [ -L logdir ] [ -R rundir ] [ -H host ] [ -P port ] [ -T protocol ] [ -C certifi- cate ] [ -n name ] [ -s servicename ] [ -D ] [ --daemonize-to=directory ] manager.xml [flow1.xml flow2.xml ...] DESCRIPTION
flumotion-manager is the central management component of the flumotion streaming server. flumotion-manager does not actually perform any streaming or encoding itself, it simply acts as a central point for flumotion-worker instances and flumotion-admin administration consoles to connect to. You need to start it before any other flumotion component. When starting flumotion-manager, you need only specify a planet configuration file , but it is frequently helpful to set other options from the command line. flumotion-manager can load other configuration files as well, if more than one is specified. These additional configuration files define flows that the manager will run on the workers. This allows you to define your manager configuration in the first configuration file, and your streaming configuration or configurations in one or more additional configurations files. OPTIONS
-h, --help Show a brief help message, then exit. --version Show the version number. -v, --verbose Be verbose in console output. This is equivalent to setting the debug level to 3, and will override any debug specifiers. -dDEBUG, --debug=DEBUG Set the debug configuration to the specified debug string. See the Debugging section for details of this. -L LOGDIR, --logdir=LOGDIR Specify the directory for logging output from the manager. -R RUNDIR, --rundir=RUNDIR Specify the directory for runtime files created by the manager. -HHOST, --hostname=HOST Specify the interface to bind to, either as a hostname or a numeric address. Usually, unless you have multiple network connections, you won't want to set this at all. Defaults to binding to all interfaces. -PPORT, --port=PORT Set the port the manager should listen on. Default is 7531 if SSL is being used, or 8642 otherwise. -TTRANSPORT, --transport=TRANSPORT Set the transport protocol to use, either 'tcp' or 'ssl'. Default is 'ssl'. -CCERTIFICATE, --certificate=CERTIFICATE Specify the PEM certificate file to use. This is required if you use SSL. -nNAME, --name=NAME Set the manager name. -sSERVICENAME, --service-name=SERVICENAME Set the name used for naming log and pid files when running as a daemon. -D, --daemonize Run in the background as a daemon. --daemonize-to=DAEMONIZETO Specify what directory to run from when daemonizing. DEBUGGING
In the unlikely event of something in flumotion not working, you might want to debug it. The flumotion tools ( flumotion-worker , flumo- tion-admin , and flumotion-manager ) all allow you to turn on debugging output in two different ways. Firstly, you can use an environment variable, FLU_DEBUG. Secondly, you can launch the program with a -d or --debug switch. Either approach allows you to specify a debug configuration string with the following syntax: name1:n1,name2:n2,name3:n3 In this syntax, the 'name' variables can be replaced with the name of a particular module within flumotion (such as 'admin', 'twisted', etc.). You can also use '*' to specify all modules. The 'n' variables are numbers from 1 to 5, larger numbers corresponding to more verbose output (ERROR, WARN, INFO, DEBUG, and LOG). At level 4, full debugging information is emitted. You can also use an abbreviated form where you just supply a single number, thisuses that debug level for all modules. Thus the simplest way to enable full debug output for all modules is to use '-d 4' on the command line. A more complex example would be '-d *:3,admin:4' to set the logging level for the admin module to DEBUG, and for all other modules to INFO. EXAMPLES
Simple example, starting flumotion-manager using TCP, in verbose mode: flumotion-manager -v -T tcp conf/managers/default/planet.xml A slightly more complex example, using two different configuration files and running in the background: flumotion-manager -T tcp -D conf/managers/default/planet.xml conf/managers/mystream.xml BUGS
Hopefully none. If you find any bugs, please report them at https://core.fluendo.com/trac/cgi-bin/trac.cgi SEE ALSO
flumotion(1),flumotion-worker(1),flumotion-admin(1) Fluendo 2009 September 4 flumotion-manager(1)
All times are GMT -4. The time now is 09:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy