Can anyone provide some sources about bank IT


 
Thread Tools Search this Thread
Top Forums Programming Can anyone provide some sources about bank IT
# 1  
Old 04-07-2016
Can anyone provide some sources about bank IT

I am working in IT company working for banks.I find hardly to get technology about bank IT on the internet.Consider banks all using Unix, I think I can get some help here.
Recommend some sits or books about bank IT will be very helpful!!
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

No memory detected in Bank 3

Hi. Recently I discovered how to access the 'ok' prompt on my E450. (Thanks DukeNuke2) And so I've been running tests, checking the system out... (since until now I've not known how to get to the 'ok' prompt) And came across 0>INFO: No memory detected in Bank 3 and *** Missing DIMM(s)... as... (3 Replies)
Discussion started by: SomeoneTwo
3 Replies

2. UNIX for Dummies Questions & Answers

Question about I/O sources

Hi all, What is the difference between these two comands? sed s/a/b/ <f1 >f2 sed s/a/b/ f1 >f2 Best, santiagorf (3 Replies)
Discussion started by: santiagorf
3 Replies

3. Solaris

Building OpenSolaris from sources

Everyone knows the project LFS (Linux from scratch), it is a book-assembly instructions GNU / Linux from source code. I managed to gather, then my knowledge of GNU / Linux grew, learned many new commands, edit config-files, base packages, kernel, etc. .. Now I would like also to explore... (0 Replies)
Discussion started by: Geekon
0 Replies

4. News, Links, Events and Announcements

Are the UnixWare 7.1.1 sources available?

So, I was browsing groklaw.net, and I was surprised to read that Pamela Jones was reading the copyright notices in the UnixWare 7.1.1 source code files... Groklaw - Santa Cruz Listed Novell as Owning the Copyrights in 1999 How can that be? Are the UnixWare 7.1.1 sources available to the... (1 Reply)
Discussion started by: pepinox
1 Replies

5. Solaris

identify memory bank

Hi guys, I'm new to solaris, and need to change damaged memory Server is 280R I get this output from fmdump: bash-3.00# fmdump -v -u a645d6ef-7348-6619-d9d0-dcf80c069a94 TIME UUID SUNW-MSG-ID Sep 21 00:18:50.9350... (4 Replies)
Discussion started by: funksen
4 Replies

6. Linux

Kernel sources

I"m installing my ATI card in FC4. I'm going off of instructions that i've found. The firs step says that i need my kernel sources which i've got then it says that i've gotta unpack them so i can make links to the file later. My kernel sources that i've got are .src.rpm I've installed them but... (1 Reply)
Discussion started by: byblyk
1 Replies

7. UNIX for Dummies Questions & Answers

unix sources

hello, i'm looking for the sources of the old, original unices (v3 preferred). could someone point a link? (2 Replies)
Discussion started by: fdarkangel
2 Replies

8. UNIX for Dummies Questions & Answers

solaris question bank

from where can i get the solaris question bank. any hints??? raguram R (1 Reply)
Discussion started by: raguramtgr
1 Replies
Login or Register to Ask a Question
DIRVISH-EXPIRE(8)					      System Manager's Manual						 DIRVISH-EXPIRE(8)

NAME
dirvish-expire - delete expired dirvish images SYNOPSIS
dirvish-expire[OPTIONS] DESCRIPTION
Delete dirvish image trees or whole images that have expired. Each image summary file is checked for the Expire: field. If that field indicates the image has expired dirvish-expire will delete that image from the vault. By default all subdirectories of all banks will be treated as vaults and all directories therein except the one named dirvish will be checked for summary files. The removal of an image will have no effect on other images. Dirvish-expire will not delete an image unless it finds at least one image in that branch that has an intact image tree and Status: success in the summary that is not expired. OPTIONS
Each option on the command line may be specified any number of times. Those options that support lists in the config files will accumulate all of their arguments otherwise each specification will override the ones before. Each option may be unambiguously abbreviated. --time time_expression Execute as though time_expression were the current time. Time_expression is processed by Time::Parsedate(3pm) so relative time and date strings are permitted. See Time::Parsedate(3pm) for more details. --tree Only delete the image tree, leave in place the rest of the image directory with summary, log and any other image administrative files. --vault vault Restrict expiration to the specified vault. --no-run Don't actually do anything. Just display what would have happened. --quiet Run quietly, only report errors. Normally dirvish-expire will report the images deleted. EXIT CODES
To facilitate further automation and integration of dirvish-expire with other tools dirvish-expire provides rationalised exit codes. The exit codes are range based. While the code for a specific error may change from one version to another it will remain within the specified range. So don't test for specific exit codes but instead test for a range of values. To the degree possible higher value ranges indicate more severe errors. 0 success 200-219 An error was encountered in loading a configuration file. 220-254 An error was detected in the configuration. 255 Incorrect usage. FILES
/etc/dirvish/master.conf alternate master configuration file. /etc/dirvish.conf master configuration file. bank/vault/image/summary image creation summary. bank/vault/image/tree actual image of source directory tree. SEE ALSO
dirvish.conf(5) Time::ParseDate(3pm) BUGS
Dirvish-expire will walk the file hierarchy of all banks or the specified vault looking for summary files. Anything non-dirvish in there may cause excess file-walking. DIRVISH-EXPIRE(8)