GFS and GFS2 Questions, 레드헷 리눅스 GFS FAQ 모음 아래 주소를 참고하세요.. 글로벌 파일 시스템이라고.... 일종의 공유디스크인데.... 좋은 것 같습니다. http://sources.redhat.com/cluster/wiki/FAQ/GFS GFS and GFS2 Questions What is GFS and why do I need it? What hardware do I need to run GFS in a cluster? Can I use GFS to take two off-the-shelf PCs and cluster their storage? What is the maximum size of a GFS file system? That's theoretical...So ..
리눅스 현재 또는 이전 런레벨 표시 방법 [root@rhel ~]# /sbin/run runlevel runuser [root@rhel ~]# /sbin/runlevel N 3 [root@rhel ~]# 저렇게 치시면 현재의 런레벨을 보실 수 있습니다. 런레벨 변경은 init 숫자 이렇게 하는거 아시죠??
리눅스에서 런레벨 변경 방법 리눅스는 윈도우와 다르게 런레벨이라고해서 여러 가지 부팅 모드가 있습니다. # 0 - halt (Do NOT set initdefault to this) # 1 - Single user mode # 2 - Multiuser, without NFS (The same as 3, if you do not have networking) # 3 - Full multiuser mode # 4 - unused # 5 - X11 # 6 - reboot (Do NOT set initdefault to this) 이렇게 6가지 모드가 있네용 3, 5번을 많이 사용하는데 그래픽으로 시작할려면 5번으로 설정하셔야 합니다. [root@rhel sysconfig]# cat /etc/inittab # ..
ms-sql2000 db 접속 시 기본적으로 날리는 쿼리들 Query Analyzer Enterprise Manager 원격에서 위의 접속툴로 디비 접속 시 날리는 쿼리문들입니다. 즉, 단순히 접속만해도 디비 속에서는 저런 작업들이 이루어진다고 볼 수 있겠네요. Query Analyzer select 504,c.name,c.description,c.definition from master.dbo.syscharsets c where c.id = convert(tinyint, databasepropertyex ( db_name() , 'sqlcharset')) SELECT ISNULL(SUSER_SNAME(), SUSER_NAME()) select @@spid select @@spid select IS_SR..
리눅스 커널 초기화 확인 방법 간단합니다. /var/log/dmesg 이렇게 아... 앞에 cat 명령어를 넣어주세요 그러면 부팅 시 리눅스 커널이 무슨 짓을 하는지 볼 수 있습니다. 아래는 샘플 [root@rhel ~]# [root@rhel ~]# [root@rhel ~]# cat /var/log/dmesg Linux version 2.6.18-53.el5 (brewbuilder@hs20-bc2-3.build.redhat.com) (gcc version 4.1.2 20070626 (Red Hat 4.1.2-14)) #1 SMP Wed Oct 10 16:34:02 EDT 2007 BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 00000000..
리눅스 grub 새로 설치하는 방법 두 가지 방법이 있습니다. 첫번 째 방법으로 안된다면 2번째 방법으로 다시 시도 해보세용~~~ [root@rhel ~]# /sbin/grub-install /dev/sda 하드타입에 따라 hda 가 될 수도 있음 Installation finished. No error reported. This is the contents of the device map /boot/grub/device.map. Check if this is correct or not. If any of the lines is incorrect, fix it and re-run the script `grub-install'. # this device map was generated by anaconda..