Sponsored Content
Top Forums UNIX for Advanced & Expert Users End of Life / Life Cycle Information Post 302178132 by robertmcol on Monday 24th of March 2008 06:45:59 PM
Old 03-24-2008
thank you fpmurphy,

I am still in search for information on the following:
NCR Unix SVR4 MP-RAS Rel 3.02.
HP-UX B.11.11 U 9000/785
HP-UX 11-i v 11.23
HP-UX B.11.00 A 9000/782

If anyone else knows where I can get it from it would be very helpful.
Thanks again everyone
 

3 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

End of life date for errata support for our final Red Hat Linux distribution

Dear Red Hat Linux user, We are approaching the published end of life date for errata support for our final Red Hat Linux distribution. We'd like to remind you of this date and the options available to you for migrating your Red Hat Linux implementations: Red Hat Enterprise Linux and the... (0 Replies)
Discussion started by: google
0 Replies

2. AIX

AIX 5.2 End of Life

Hello, has anyone heard of plans to end of life AIX 5.2? We are currently a 5.2 shop and are bringing in some new servers and are debating using 5.3 on the new boxes. Also, does anyone know of a site or document that show all the advantages of 5.3 over 5.2? Such as better jfs2 support etc. ... (3 Replies)
Discussion started by: zuessh
3 Replies

3. HP-UX

The life cycle of System logfiles

Hi , The log files of the system are located in /var/admin/syslog , I want to know on which way the files are generated. To be more clear for example old log files are deleted automatically from the sytem ( is that configured ? if yes what is the criteria: is it file volume or file date or ..)... (5 Replies)
Discussion started by: enabbou
5 Replies
FWCONTROL(8)						    BSD System Manager's Manual 					      FWCONTROL(8)

NAME
fwcontrol -- FireWire control utility SYNOPSIS
fwcontrol [-u bus_num] [-prt] [-c node] [-d node] [-o node] [-s node] [-l file] [-f node] [-g gap_count] [-b pri_req] [-M mode] [-R filename] [-S filename] [-m EUI64 | hostname] DESCRIPTION
The fwcontrol utility is designed to provide a way for users to access and control the FreeBSD FireWire subsystem. Without options, fwcontrol will output a list of devices that are/were connected to the bus. The following options are available: -u bus_num Specify the FireWire bus number to be operated on. The default is bus 0. -r Initiate bus reset. -t Show the topology map. -p Dump PHY registers. -c node Show the configuration ROM on the node. -d node Hex dump of the configuration ROM. -o node Send a link-on PHY packet to the node. -s node Write to the RESET_START register on the node. -l file Load hex dump file of the configuration ROM and parse it. -f node Force specified node to be the root node on the next bus reset by sending a PHY config packet. Valid values are 0 - 63. -g gap_count Broadcast new gap_count by sending a PHY_config packet. By default this value is 63 on all nodes. Valid values are 0 - 63. -i pri_req Set the PRIORITY_BUDGET register on all supported nodes. -M mode Explicitly specify either dv or mpeg mode for the incoming stream. Only meaningful in case of and must precede the -R option. If not specified, the program will try to guess. In case of ``format 0x20'' error, try to force the ``mpeg'' mode. -R filename Receive DV or MPEG TS stream and dump it to a file. Use ^C to stop the receiving. Some DV cameras seem not to send the stream if a bus manager exists. If it is impossible to get the stream, try the following commands: sysctl hw.firewire.try_bmr=0 fwcontrol -r The resulting file contains raw DV data excluding isochronous header and CIP header. It can be handled by libdv in the FreeBSD Ports Collection. Resulting MPEG TS stream can be played and sent over a network using the VideoLAN vlc tool in the FreeBSD Ports Collec- tion. The stream can be piped directly to vlc, see EXAMPLES. -S filename Send a DV file as isochronous stream. -m EUI64 | hostname Set default fwmem target. Hostname will be converted to EUI64 using eui64(5). FILES
/dev/fw0.0 EXAMPLES
Each DV frame has a fixed size and it is easy to edit the frame order. fwcontrol -R original.dv Receive a DV stream with DV camera attached. dd if=original.dv of=first.dv bs=120000 count=30 Get first 30 frames(NTSC). dd if=original.dv of=second.dv bs=120000 skip=30 count=30 Get second 30 frames(NTSC). cat second.dv first.dv | fwcontrol -S /dev/stdin Swap first and second 30 frames and send them to DV recorder. For PAL, replace ``bs=120000'' with ``bs=144000''. fwcontrol -R file.m2t Receive an MPEG TS stream from a camera producing MPEG transport stream. This has been tested with SONY HDR-FX1E camera that produces HD MPEG-2 stream at 25 Mbps bandwidth. To send the stream from the camera over the network using TCP (which surprisingly works better with vlc), you can use fwcontrol -R - | nc 192.168.10.11 9000 with netcat from ports and to receive the stream, use nc -l -p 9000 | vlc - To netcast via UDP, you need to use buffer program from ports, since vlc is not fast enough to read UDP packets from buffers and thus it experiences dropouts when run directly. The sending side can use fwcontrol -R - | nc 192.168.10.11 9000 and to receive the stream, use nc -l -u -p 9000 | buffer -s 10k -b 1000 -m 20m -p 5 | vlc - For more information on how to work with vlc see its docs. SEE ALSO
mplayer(1), vlc(1), firewire(4), fwe(4), fwip(4), fwohci(4), sbp(4) HISTORY
The fwcontrol utility first appeared in FreeBSD 5.0. AUTHORS
Hidetoshi Shimokawa <simokawa@FreeBSD.org> Petr Holub <hopet@ics.muni.cz> (MPEG TS mode) BUGS
This utility is still under development and provided for debugging purposes. Especially MPEG TS reception support is very rudimental and supports only high-bandwidth MPEG-2 streams (fn field in CIP header equals 3). BSD
September 12, 2008 BSD
All times are GMT -4. The time now is 12:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy