Sponsored Content
Full Discussion: SAN/NAS Forums
Special Forums Hardware Filesystems, Disks and Memory SAN/NAS Forums Post 61739 by guest100 on Tuesday 8th of February 2005 05:43:57 AM
Old 02-08-2005
I suppose mangolinux was talking about UNIX.com.
If we have any forums in here. Anyway...that's why IP is for ! :-)

Regards

Aris
 

8 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

Differences between SAN and NAS

Hello, can someobody give me the jist of understanding between network-attached storage (NAS) and storage area network (SAN) technologies ? I looked around but didnt find any links.. Jigs (2 Replies)
Discussion started by: jigarlakhani
2 Replies

2. Solaris

Thoughts/experiences of SAN attaching V880 to EMC SAN

Hi everyone, I wonder if I can canvas any opinions or thoughts (good or bad) on SAN attaching a SUN V880/490 to an EMC Clarion SAN? At the moment the 880 is using 12 internal FC-AL disks as a db server and seems to be doing a pretty good job. It is not I/O, CPU or Memory constrained and the... (2 Replies)
Discussion started by: si_linux
2 Replies

3. Linux

FC, iSCSI, and NAS configuration?

I am using Windows Server 2008R2 as a domain controller to 2 other servers and would like to use my Dell Powervault 770N as my NAS for data storage. I have FC that I would like to implement between the servers and the NAS (as an iSCSI target). I am brand new to this world; is this possible? I am... (2 Replies)
Discussion started by: NoviceAdmin
2 Replies

4. Shell Programming and Scripting

deleting columns with NAs

I want to be able to delete columns whose data have more than 10 percent of NAs. x1 x2 x3 x4 1 1 1 1 2 NA 2 2 1 2 1 NA 1 2 1 NA NA 2 1 NA 1 2 1 NA 1 2 1 NA 1 2 1 NA 1 2 1 NA 1 2 1 NA 1 2 1 NA 1 2 1 NA 1 2 1 NA so in this case i will delete x4. lets say there are 100 tables with... (1 Reply)
Discussion started by: johnkim0806
1 Replies

5. AIX

IBM SAN TO SAN Mirroring

Has anyone tried SAN to SAN mirroring on IBM DS SAN Storage. DS5020 mentions Enhanced Remote Mirror to multi-LUN applications I wonder if Oracle High availibility can be setup using Remote Mirror option of SAN ? (1 Reply)
Discussion started by: filosophizer
1 Replies

6. UNIX for Dummies Questions & Answers

NFS / DAS / SAN / NAS - Which is best?

i've used only NFS and as many already found out, it can be or rather i should say, it is very unreliable. based on the collective experiences of the members on this board, i would really appreciate it if someone can tell me what the next best file sharing method is? is it DAS? SAN? NAS? ... (1 Reply)
Discussion started by: SkySmart
1 Replies

7. Filesystems, Disks and Memory

Faster way: SAN hd to SAN hd copying

hi! i got a rhel 6.3 host that already have an xfs filesystem mounted from a SAN (let's call it SAN-1) whose size is 9TB. i will be receiving another SAN (let's call it SAN-2) storage of 15TB size. this new addition is physically on another SAN storage. SAN-1 is on a Pillar storage while the new... (6 Replies)
Discussion started by: rino19ny
6 Replies

8. UNIX for Beginners Questions & Answers

NAS Research

Good Afternoon, Are most NASs compatible with Solaris/RedHat? Specifically, I'm looking at Western Digital ones but none of them say they are - I like My Cloud Pro Series PR4100 My Cloud Pro Series PR4100 – Network Attached Storage | Western Digital (WD) (3 Replies)
Discussion started by: Stellaman1977
3 Replies
IRCD(8) 						      System Manager's Manual							   IRCD(8)

NAME
ircd - The Undernet Internet Relay Chat Daemon SYNOPSIS
ircd [-t] [-d directory] [-f configfile] [-x debuglevel] [-h hostname] DESCRIPTION
ircd is the Undernet Internet Relay Chat daemon. ircd is a server in that its function is to "serve" the client program irc(1) with messages and commands. All commands and user messages are passed directly to ircd for processing and relaying to other servers. irc(1) depends upon there being an ircd server running somewhere for it to connect to and thus allow the user to begin talking to other users. There are many common clients including ircII, EPIC, and BitchX for UNIX, mIRC and pIRCh for Windows, and IRCle and Homer for the Macintosh. OPTIONS
-d directory This option tells the server to change to that directory and use that as a reference point when opening ircd.conf and other startup files. -t Instructs the server run in the foreground and to direct debugging output to standard output. -x# Defines the debug level for ircd. The higher the debug level, the more messages get directed to debugging file (or standard output if the -t option is used). -w interface This option is deprecated. Outgoing connections are bound to the interface specified in the M: line, and incoming connections are accepted only on interfaces specified in the P: lines. -f filename Specifies the ircd.conf file to be used for this server. The option is used to override the default ircd.conf given at compile time. -c This flag must be given if you are running ircd from /dev/console or any other situation where fd 0 isn't a TTY and you want the server to fork off and run in the background. This needs to be given if you are starting ircd from an rc (such as /etc/rc.local) file. -h hostname Allows the user to manually set the server name at startup. The default name is hostname.domainname. -p portname This is deprecated in favor of specifying server ports in P: lines. CONFIGURATION
If you plan to connect your ircd server to an existing IRC network, you will need to alter your local ircd configuration file (typically named ircd.conf) so that it will accept and make connections to other IRC servers. This file contains the hostnames, network addresses, and passwords for connections to other IRC servers around the world. Because the description of the ircd.conf file is beyond the scope of this document, please refer to the INSTALL file in the ircd documentation directory. BOOTING THE SERVER: The ircd server can be started as part of the UNIX boot procedure or just by placing the server into Unix Background. Keep in mind that if it is *not* part of your UNIXES Boot-up procedure then you will have to manually start the ircd server each time your UNIX is rebooted. This means if your UNIX is prone to crashing or going for for repairs a lot it would make sense to start the ircd server as part of your UNIX bootup procedure. In some cases the irc(1) will automatically attempt to boot the ircd server if the user is on the SAME UNIX that the ircd is supposed to be running on. If the irc(1) cannot connect to the ircd server it will try to start the server on it's own and will then try to reconnect to the newly booted ircd server. EXAMPLE
tolsun% ircd Places ircd into UNIX Background and starts up the server for use. Note: You do not have to add the "&" to this command, the program will automatically detach itself from tty. COPYRIGHT
(c) 1988,1989 University of Oulu, Computing Center, Finland, (c) 1988,1989 Department of Information Processing Science, University of Oulu, Finland (c) 1988,1989,1990,1991 Jarkko Oikarinen For full COPYRIGHT see LICENSE file with IRC package. FILES
/etc/utmp "ircd.conf" SEE ALSO
irc(1) BUGS
See the file 'BUGS' included in the distribution. AUTHOR
The current authors of the undernet IRC daemon are coder-com@undernet.org, the original author was Jarkko Oikarinen. 10 July 2000 IRCD(8)
All times are GMT -4. The time now is 04:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy