similar to: create volumn

Displaying 20 results from an estimated 30000 matches similar to: "create volumn"

2010 May 05
3
NIS question
Hi How can we use NIS to control a user in different servers? eg: serverA /home/userA/javaapplication serverB /export/home/userA/javaapplication serverC /vol/home/javaapplication Thank you
2009 Jan 14
6
hardware info
Hi How can I know the hardware info eg: type of memory No need to turn off the machine Thank you
2004 Mar 02
0
Fail to create OCFS volumn on the hard disk via a QLA2312 fiberchannel card.
/dev/rawctl is part of the "raw block device" driver interface. You need to turn on the raw device driver option (CONFIG_RAW_DRIVER) in your kernel build. I have always created a new file system from my 2.4 kernel (that has all possible modules built and properly configured to load when needed), so I don't know for sure if mkfs.ocfs will work correctly after turning on the raw
2008 Jul 07
3
gentee
Hi what is the different between the gentee and centos? thank you
2008 Oct 17
3
reuse the history
Hi all I want to reuse command in the shell historys Which command I can only select "traceroute 192.168.0.5" to run? $ history |grep traceroute 26 traceroute 192.168.0.5 27 traceroute -n 192.168.0.5 28 traceroute 192.168.0.10 29 traceroute yahoo.com 46 traceroute 192.168.0.33 eg: history |grep traceroute | awk '{ print$2 " " print$3}' | grep
2007 Sep 26
3
remote tar via ssh
Hi all Can I use ssh to have remote tar files from machine A to machine B? ssh from machine A to machine B tar all files in machine B to exact to machine A Thank you ____________________________________________________________________________________ Got a little couch potato? Check out fun summer activities for kids.
2003 Aug 06
1
Standard error of standard deviation: bootstrap or theoretical results?
Dear R users, This is more a statistical question rather than an R question. I'd appreciate it if you can give me some suggestions. I have a sample of a time series (sample size 500, fat tail in density). I am trying to calculate the Standard error of standard deviation of a sub-block-sample (sample size 250). I take 100 this kind of sub-block-sample, randomly. For these 100 subsamples, I
2008 Oct 22
3
Redhat enterprise rpm
Hi all We are difficult to get rpm in our system running redhat enterpirse Can you use the centos rpm to install in redhat eneterprise? ARe they compatible? Thank you
2007 Oct 15
1
networking - Scalable I/O on Linux
Hi all I am looking for the ethernet card for linux. In the intel website 1/ I don't know what is the meaning of Scalable I/O on Linux. 2/ ls the big different between desktop and server card? Thank you http://www.intel.com/network/connectivity/products/pro1000pt_quad_server_adapter.htm Load balancing on multiple CPUs Increases performance on multi-processor systems by efficiently
2011 Jan 08
4
LiveCD System recovery - Mounting LVM?
Hi, I am trying to recover data from my old system which had LVM. The disk had two partitions - /dev/sda1 (boot, Linux) and /dev/sda2 (Linux LVM). I had taken a backup of both partitions using dd. Now I am booting of CentOS live cd for system restore. I recreated partitions like previous system using fdisk and then used dd to dump all the data onto it. I would like to mount sda2 as LVM, but I
2010 Dec 03
4
networking printer
Hi all I would like to ask linux can do the networking printer as window Share it to office environment If yes, any brand name and concern Any documentation also Thank you so much
2011 Mar 22
3
dns question
Hi all How can I know the refresh rate of the dns server? Thank you
1998 Sep 25
2
About File locking
Is there a way to lock an EXE file on a shared volumn in such a way that only one person can use it at a time? With some kind of sharing violation happening if a second person tries? This is the latest version of SAMBA on a Linux box, and Win95 clients. many thanks. Tony Nichols tnichols@bedford-ind.com.au Network Support Officer Bedford Industries South Australia.
2010 Jan 01
3
which program/command (perl, vi, or sed) is better
Hi I have apache log file around 7.6G and record half year Which program/command (perl, vi, or sed) is better to extract the data by date? and finally I can remove that big file and still keep the record. I have problem when using vi and it uses up the server memory Thank you for your help __________________________________________________________________ Get a sneak peak at messages
2011 Feb 15
4
DRBD question
Hi Anyone experienced in DRBD ls it good in using mysql redundant? What is it best to use? Thank you
2007 Nov 26
1
boot is stopping in the system log gor status for a while
Hi all The system is stopping in the system log gor status. what is next? how do I check thank you ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs
2008 Dec 02
2
how to configure the mail server to put the code before sending the mail
Hi All ? How to configure the mail server to put the code before sending out the mail? ? eg: When I send out the mail to yahoo to some receiver's address, it needs me to put the number and letter as same as the box before sending out the mail ? Thank you __________________________________________________________________ Be smarter than spam. See how smart SpamGuard is at giving junk
2007 Nov 15
2
how can I use awk to match? pls help
Hi all I don't have idea how to write this script, please help I have thousand records in this format. eg: file No.3 is File No: 003 Customer: Ann Email address: xxx at info Country: England Created by: 20071102 file No. 4 is: File No: 004 Customer: James Email address: xxx at gov Country: Australia Created by: 20071105 I need to write a
2009 Jan 27
3
network question
Hi How can I clear the arp cache? and ls it possible to setup 2 gateways in centos Thank you for your help
2011 Jan 09
5
replace x86 with x64 system and reuse existing LVM
I want to replace an existing 32bit with a 64bit installation (Centos 5). There's an existing LVM with lots of partitions. Most are used for Xen guests. The system itself uses only one of them plus a separate /boot partition that is not on LVM. What's the best course of action here? Should I do the reinstall with kickstart or better manually and reuse the existing filesystem? As I