Sponsored Content
Full Discussion: help for Upgrade
Operating Systems Solaris help for Upgrade Post 75037 by pressy on Wednesday 15th of June 2005 03:30:31 AM
Old 06-15-2005
you could have a look at this one:
https://www.unix.com/showthread.php?t...=automatic+ftp
many thanks to our Perderabo Smilie

greetings PRESSY
 

4 More Discussions You Might Find Interesting

1. AIX

OS upgrade

Hello, fellows: I have an old H80 with AIX 4.3, I want to upgrade to AIX 5.3, is this possible? I have read in some documentation that is necesary do it version to version, I mean... 4.3->5.1 5.1->5.2 5.2->5.3, anybody have this experience? I will aprecciate yor help. Kind regards. (2 Replies)
Discussion started by: GEIER
2 Replies

2. AIX

upgrade 5.2 to 5.3

Hello ,, I have OS AIX 5.2 ML 5200-05 Model : 9113-550 we want upgrade 5.2 to 5.3 how I can upgrade 5.2 to 5.3? (3 Replies)
Discussion started by: AIX122
3 Replies

3. Red Hat

Upgrade

Dear all, Requirement: Upgrade RHEL 3 to RHEL 5. Question: How to plan the upgrade? Present state: Know that there is no direct upgrade path visible. And RH does not support direct upgrade. H/W: HP Proliant DL 380 G4 TIA (1 Reply)
Discussion started by: earlysame55
1 Replies

4. Red Hat

Upgrade from OL 6.3 to 6.5

Hello, For upgrading from OL 6.3 to 6.5 is this possible to upgrade without rebuild? What should be the generic steps in migration to OL 6.5. IS this like building up from scratch ? Best regards, Vishal (4 Replies)
Discussion started by: admin_db
4 Replies
null(n) 																   null(n)

__________________________________________________________________________________________________________________________________________________

NAME
null - Create and manipulate null channels SYNOPSIS
package require Tcl package require memchan null _________________________________________________________________ DESCRIPTION
The command described here is only available in a not-yet released version of the package. Use the CVS to get the sources. null creates a null channel which absorbs everything written into it. Reading from it is not possible, or rather will always return zero bytes. These channels are essentially Tcl-specific variants of the null device for unixoid operating systems (/dev/null). Transfer- ing the generated channel between interpreters is possible but does not make much sense. OPTIONS
Memory channels created by null provide one additional option to set or query. -delay ?milliseconds? A null channel is always writable and readable. This means that all fileevent-handlers will fire continuously. To avoid starvation of other event sources the events raised by this channel type have a configurable delay. This option is set in milliseconds and defaults to 5. A null channel is always writable and never readable. This means that a writable fileevent-handler will fire continuously and a readable fileevent-handler never at all. The exception to the latter is only the destruction of the channel which will cause the delivery of an eof event to a readable handler. SEE ALSO
fifo, fifo2, memchan, random, zero KEYWORDS
channel, i/o, in-memory channel, null COPYRIGHT
Copyright (c) 1996-2003 Andreas Kupries <andreas_kupries@users.sourceforge.net> Memory channels 2.2 null(n)
All times are GMT -4. The time now is 01:51 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy