Redirect archive0?


 
Thread Tools Search this Thread
Operating Systems SCO Redirect archive0?
# 1  
Old 06-04-2008
Redirect archive0?

Hello UNIX-community,

We have an older SCO UNIX-system running PCS3 (an industrial platform) and since a few weeks we are experiencing problems with our archiving software.

For about ten years, the system archives data to Magneto-Optical discs (MO-discs) and thus far it has worked fine. Recently the archiving routine produces errors and the backup fails. We have changed the hardware (MO-disc, MO-drive and SCSI-card) to no avail.

We still suspect the MO-drive(s) and so we want to remove them from the equation. Instead we want to attach an external SCSI-harddrive to the system and put the data there.

Problem is that we cannot change the executable that performs the backup. Only thing we know is that it writes to "archive0", which is somehow connected to the MO-drive (rmo0).

Is it possible to link "archive0" to an external HDD and could anyone explain the necessary modifications (including the onces needed for mounting the external HDD)?

Thanks in advance. Any help is appreciated Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Web Development

URL Redirect

Just want to give a background. Currently, our company web site is redesigned and there are about 200 current URLs will have new redirects. I don't want to enter them in the config file rather would like to have them in a text file/config file and referring the file from the config whenever the... (2 Replies)
Discussion started by: jawak
2 Replies

2. Shell Programming and Scripting

Redirect Problem

Hi, I have perl script which is calling an external command using "system()" with argument. But i am not able to capture the output.Even tried with backtick also with no luck. . . $number=<>; system ("cmd $number >output.txt"); (2 Replies)
Discussion started by: rasingraj
2 Replies

3. UNIX for Dummies Questions & Answers

Sendmail MX redirect

Hi I have a working sendmail setup for my domain, but would like to run a subdomain on another machine. I could try below, but its a production server and worry about messing it up. Hence the question. So I have machine names: mydomain.com (mail server) dev.mydomain.com currently the... (1 Reply)
Discussion started by: gtrava01
1 Replies

4. UNIX for Advanced & Expert Users

Use external HDD as archive0

Hello UNIX-community, We have an older SCO UNIX-system running PCS3 (an industrial platform) and since a few weeks we are experiencing problems with our archiving software. For about ten years, the system archives data to Magneto-Optical discs (MO-discs) and thus far it has worked fine.... (3 Replies)
Discussion started by: V4Friend
3 Replies

5. Shell Programming and Scripting

redirect STDIN

can you redirect STDIN with command arguments? I have tried this approach: # ./script -option <argument1> <argument2> 0<$2 # $2: ambiguous redirect Is this possible? (4 Replies)
Discussion started by: prkfriryce
4 Replies

6. Shell Programming and Scripting

Redirect messages

I have this script which invoke a java program and in the program I have several System.out.println statement to write messages to standard output, I wanna to redirect these to a log file so I did java blah blah blah > log.txt 2>&1 but I can't see any of those messages, can anybody help?... (2 Replies)
Discussion started by: mpang_
2 Replies

7. UNIX for Dummies Questions & Answers

ambiguous redirect

i have following statement in the script echo -e "$str_XML_col_name:$str_field_type;" >> $i_DC_Key_$i_Tgt_DC_key_Schema here $i_DC_Key is DC key and $i_Tgt_DC_key are the variables............... when i ran the script i am getting error rec_merge.sh: $i_DC_Key_$i_Tgt_DC_key_Schema:... (1 Reply)
Discussion started by: mahabunta
1 Replies

8. Programming

Redirect Browser

Hello guys, Is it possible to redirect browser to another socket address? Cheers, Elton (1 Reply)
Discussion started by: EltonSky
1 Replies

9. IP Networking

Redirect

I'm sittig behind a firewall that doesn't allow ftp. I have a conection to a UNIX system, connecting throug SSH. Is it possible to redirect the ftp through the UNIX to my computer? (1 Reply)
Discussion started by: <Therapy>
1 Replies

10. UNIX for Dummies Questions & Answers

tcsh and redirect

Hello, maybe it is a silly question, but can somebody tell me how to do a redirect of errors in the t shell? Unix Newbie :) (1 Reply)
Discussion started by: Micky
1 Replies
Login or Register to Ask a Question
Mail::SPF::Mod::Redirect(3)				User Contributed Perl Documentation			       Mail::SPF::Mod::Redirect(3)

NAME
Mail::SPF::Mod::Redirect - SPF record "redirect" modifier class DESCRIPTION
An object of class Mail::SPF::Mod::Redirect represents an SPF record modifier of type "redirect". Constructors The following constructors are provided: new(%options): returns Mail::SPF::Mod::Redirect Creates a new SPF record "redirect" modifier object. %options is a list of key/value pairs representing any of the following options: domain_spec See "new" in Mail::SPF::Mod. new_from_string($text, %options): returns Mail::SPF::Mod::Redirect; throws Mail::SPF::ENothingToParse, Mail::SPF::EInvalidMod Creates a new SPF record "redirect" modifier object by parsing the string and any options given. Class methods The following class methods are provided: name: returns string Returns 'redirect'. name_pattern: returns Regexp Returns a regular expression that matches a modifier name of 'redirect'. precedence: returns real Returns a precedence value of 0.8. See "precedence" in Mail::SPF::Mod. Instance methods The following instance methods are provided: params See "params" in Mail::SPF::Mod. domain_spec: returns Mail::SPF::MacroString Returns the "domain-spec" parameter of the modifier. process($server, $request, $result): throws Mail::SPF::Result If no mechanism matched during the evaluation of the current SPF record, performs a recursive SPF check using the given SPF server and request objects and substituting the modifier's target domain name for the request's authority domain. The result of the recursive SPF check is then thrown as the result of the current record's evaluation. However, if the target domain has no acceptable SPF record, a "permerror" result is thrown. See RFC 4408, 6.1, for details. See Mail::SPF::Mod for other supported instance methods. SEE ALSO
Mail::SPF, Mail::SPF::Mod, Mail::SPF::Term, Mail::SPF::Record <http://tools.ietf.org/html/rfc4408> For availability, support, and license information, see the README file included with Mail::SPF. AUTHORS
Julian Mehnle <julian@mehnle.net>, Shevek <cpan@anarres.org> perl v5.16.2 2013-08-25 Mail::SPF::Mod::Redirect(3)