ETHZ-Zebra 1.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News ETHZ-Zebra 1.0 (Default branch)
# 1  
Old 02-12-2008
ETHZ-Zebra 1.0 (Default branch)

ZEBRA combines and extends several of the classical approaches to produce accurate photometric redshifts down to faint magnitudes. In particular, it uses the template-fitting approach to produce Maximum Likelihood and Bayesian redshift estimates.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. AIX

How do I set up a Zebra Printer on AIX?

Hi All We have a Zebra LP 2824 that we are wanting to use to print mailing labels from our AIX 7.1 server. We have around 350 printers of various types and manufactures already installed and functioning so, we don't want to install CUPS. I can get the printer to print using Line Mode but,... (3 Replies)
Discussion started by: DLooney
3 Replies

2. AIX

Zebra ZT410 Driver

Hi folks, Im a noobie to AIX, hope you can shed some light on my issue. My company has recently replaced all its Zebra printers on the workfloor for the new ZT410 model. The original ones were working through an AIX server (sorry dont know the version yet). The issue I'm having is that the... (2 Replies)
Discussion started by: alspen
2 Replies

3. Solaris

HOW To configure the ZEBRA printer on Solaris?

Hi Guys, How to configure the ZEBRA printer on Solaris . only below information is provided. like how it should appear in printers.conf and IP to add in hosts file. In printers.conf: super_exp_zex2et9x:\ :bsdaddr=server1,super_exp_zex2et9x,Solaris: super_exp_zex2et1x:\... (1 Reply)
Discussion started by: manalisharmabe
1 Replies

4. AIX

Zebra printing in AIX

I have a Zebra QL420plus that when I print to it, it prints blank page. It is setup as Generic ASCII port 9100. I saw info about sending a .asc file to it before any print. Anyone have this info? (1 Reply)
Discussion started by: mcmc92
1 Replies

5. Solaris

Trying to add Zebra label printer in Solaris 9

I talked to Zebra, but they told me that they only support adding printer to Windows environment. They did sent me a link to a document which describes how to set up a print queue on a Sun Solaris system for Zebra Print Server. ... (1 Reply)
Discussion started by: agarcia19
1 Replies

6. IP Networking

how Configuring zebra router as/for NBMA netwoks

I have a zebra router configured....which is working correctly......But I want zebra to not send the data to multicast address 224.0.0.5.....but directly only to my IP...Is there a way to do this....I read that in NBMA networks the message are not sent to the multicast address. Any idea or any... (2 Replies)
Discussion started by: cosmic_egg
2 Replies
Login or Register to Ask a Question
ZEBRA(8)							  Version 0.97.3							  ZEBRA(8)

NAME
zebra - a routing manager for use with associated Quagga components. SYNOPSIS
zebra [ -bdhklrv ] [ -f config-file ] [ -i pid-file ] [ -P port-number ] [ -A vty-address ] [ -u user ] [ -g group ] DESCRIPTION
zebra is a routing manager that implements the zebra route engine. zebra supports RIPv1, RIPv2, RIPng, OSPF, OSPF6, IS-IS, BGP4+, and BGP4-. OPTIONS
Options available for the zebra command: -b, --batch Runs in batch mode, zebra parses its config and exits. -d, --daemon Runs in daemon mode, forking and exiting from tty. -f, --config-file config-file Specifies the config file to use for startup. If not specified this option will likely default to /usr/local/etc/zebra.conf. -g, --group group Specify the group to run as. Default is quagga. -h, --help A brief message. -i, --pid_file pid-file When zebra starts its process identifier is written to pid-file. The init system uses the recorded PID to stop or restart zebra. The likely default is /var/run/zebra.pid. -k, --keep_kernel On startup, don't delete self inserted routes. -P, --vty_port port-number Specify the port that the zebra VTY will listen on. This defaults to 2601, as specified in /etc/services. -A, --vty_addr vty-address Specify the address that the zebra VTY will listen on. Default is all interfaces. -u, --user user Specify the user to run as. Default is quagga. -r, --retain When the program terminates, retain routes added by zebra. -s, --nl-bufsize netlink-buffer-size Set netlink receive buffer size. There are cases where zebra daemon can't handle flood of netlink messages from kernel. If you ever see "recvmsg overrun" messages in zebra log, you are in trouble. Solution is to increase receive buffer of netlink socket. Note that kernel doesn't allow to increase it over maximum value defined in /proc/sys/net/core/rmem_max. If you want to do it, you have to increase maximum before starting zebra. Note that this affects Linux only. -v, --version Print the version and exit. FILES
/usr/local/sbin/zebra The default location of the zebra binary. /usr/local/etc/zebra.conf The default location of the zebra config file. $(PWD)/zebra.log If the zebra process is config'd to output logs to a file, then you will find this file in the directory where you started zebra. WARNING
This man page is intended to be a quick reference for command line options. The definitive document is the Info file Quagga. DIAGNOSTICS
The zebra process may log to standard output, to a VTY, to a log file, or through syslog to the system logs. zebra supports many debugging options, see the Info file, or the source for details. SEE ALSO
bgpd(8), ripd(8), ripngd(8), ospfd(8), ospf6d(8), isisd(8), vtysh(1) BUGS
zebra eats bugs for breakfast. If you have food for the maintainers try http://bugzilla.quagga.net AUTHORS
See http://www.zebra.org and http://www.quagga.net or the Info file for an accurate list of authors. Zebra daemon 25 November 2004 ZEBRA(8)