Windows Server 2008 Server Core 명령어 & 도구 모음Windows Server 2008 Server Core 명령어 & 도구 모음

Posted at 2010. 1. 7. 11:23 | Posted in 컴퓨터관련/Windows 2008 Server
글자크게글자작게원래사이즈로
Commands and Tools for Managing Windows Server 2008 Server Core

Full server and server core installations are different when it comes to local console administration. With a full server installation, you have a UI that includes a full desktop environment for local console management of the server. With a core server installation, you have a minimal UI that includes a limited desktop environment for local console management of the server. This minimal interface includes:
  • Windows Logon screen for logging on and logging off
  • Notepad for editing files
  • Regedit for managing the registry
  • Task Manager for managing tasks and starting new tasks
  • Command Prompt for administration via the command line
After you log on to a core-server installation, you have a limited desktop environment with an Administrator command prompt. You can use this command prompt for administration of the server. If you accidentally close the command prompt, you can start a new command prompt by following these steps:
1. Press Ctrl+Shift+Esc to display Task Manager.
2. On the Applications tab, click New Task.
3. In the Create New Task dialog box, type cmd in the Open field and then click OK.

You can start Notepad and Regedit directly from a command prompt by entering notepad.exe or regedit.exe as appropriate. To open Control Panel, type intl.cpl.

Tips RSS Feed
At the command prompt, you’ll find that you have all the standard commands and command-line utilities available for managing the server. However, keep in mind that commands, utilities, and programs will only run if all of their dependencies are available in the core-server installation.

While core-server installations support a limited set of roles and role services, you can install most features. The key exceptions are those that depend on the .NET Framework. Because the Microsoft .NET Framework is not supported in the original implementation, you cannot add features such as Windows PowerShell. And you can use Terminal Services to manage a core-server installation remotely.

Here is an overview of key commands and utilities you’ll use for managing server core installations while logged on locally:
Control desk.cpl - View or set display settings.
Control intl.cpl - View or set regional and language options, including formats and the keyboard layout.
Control sysdm.cpl - View or set system properties.
Control timedate.cpl - View or set the date, time, and time zone.
Cscript slmgr.vbs –ato - Activate the operating system.
DiskRaid.exe - Configure software RAID.
ipconfig /all - List information about the computer’s IP address configuration.
NetDom RenameComputer - Set the server’s name and domain membership.
OCList.exe - List roles, role services, and features.
OCSetup.exe - Add or remove roles, role services, and features.
PNPUtil.exe - Install or update hardware device drivers.
Sc query type=driver - List installed device drivers.
Scregedit.wsf - Configure the operating system. Use the /cli parameter to list available configuration areas.
ServerWerOptin.exe - Configure Windows Error Reporting.
SystemInfo - List the system configuration details.
WEVUtil.exe - View and search event logs.
Wmic datafile where name=“FullFilePath” get version - List a file’s version.
Wmic nicconfig index=9 call enabledhcp - Set the computer to use dynamic IP addressing rather than static IP addressing.
Wmic nicconfig index=9 call enablestatic(“IPAddress”), (“SubnetMask”) - Set a computer’s static IP address and network mask.
Wmic nicconfig index=9 call setgateways(“GatewayIPAddress”) - Set or change the default gateway.
Wmic product get name /value “ - List installed MSI applications by name.
Wmic product where name=“Name” call uninstall - Uninstall an MSI application.
Wmic qfe list - List installed updates and hotfixes.
Wusa.exe PatchName.msu /quiet - Apply an update or hotfix to the operating system.


From the Microsoft Press book Microsoft Windows Server 2008 Administrator’s Pocket Consultant by William R. Stanek.

출처 : Windows Server 2008 Tips
//

Windows server 2008 에 대하여 간단한 설명?!Windows server 2008 에 대하여 간단한 설명?!

Posted at 2010. 1. 6. 02:02 | Posted in 컴퓨터관련/Windows 2008 Server
글자크게글자작게원래사이즈로

Windows Server군 제품 이라면 컴퓨터를 하는 사람이라면 누구나 한번쯤 들어 봤을 것이다.

앞서 Windows Server 제품은 2000, 2003, 2008, 2008 R2 등이 있다.

가장 최신에 나온 2008 R2 제품은 우리가 현재 많이 쓰고 있는 Windows 7 과 호환이 가장 잘 되는 서버 제품이다.

Windows 2008은 앞까지 나왔던 2000 이나 2003 과는 달리 power shell 이나 hyper-V 같은 것들이 새로 추가 되었다.

power shell 은 리눅스에서 사용하는 shell 개념과 흡사한 shell 개념이 탑제 되어 있다.
Hyper-V는 가상화 환경을 제공한다. (서버에서 가상화 도입은 상당히 마음에 든다.)

Microsoft Server 2008 step by step guides 주소
http://www.microsoft.com/downloads/details.aspx?FamilyID=518d870c-fa3e-4f6a-97f5-acaf31de6dce&displaylang=en

Windows 2008 만 봐도 알다시피

앞으로의 MS 는 UNIX 나 LINUX 같은 GUI 가 아닌 CUI 환경쪽으로 많이 갈 것으로 보인다.....

Windows 2008 server 설치 과정중 설치 종류가 2개로 나뉘어 있다.

첫번째 우리가 자주 사용하는 GUI 환경이 모델로 되어 있는 Full Install
두번째 앞으로 MS 가 GUI 환경이 아닌 CUI 환경으로 맞추어 가는 Server Core 이라는 설치 과정이다.

GUI - Grapic User Interface      ( 그래픽 사용자 환경 )
CUI - Charactor User Interface  ( 문자 사용자 환경 )


Server Core 을 처음 깔아보면 황당해 할 것이다.

Server Core 에 관한 참고 주소
http://social.technet.microsoft.com/forums/en-US/winservercore/threads/

분명 부팅은 하였는데......
바탕화면에는?!
명령프롬프트 창 하나 밖에 안떠있다.
작업 관리자 창을 띄워 보면 explorer.exe 이 꺼져있는 상태이다. 
즉, Windows 탐색기 기능이 꺼져 있다는 소리다

Server Core 에서는 이런 GUI 환경을 사용하지 않으면서 CUI 만으로 서버의 일들을 처리하겠단 소리다.
컴퓨터에 대해서 잘 모르는 사람은 이해가 어렵겠지만 조금은 아는사람들은 Windows가 왜 편한 GUI 환경을 냅두고
CUI 환경으로 넘어가는지 이해가 되지 않을 것이다.
이건 Linux나 Server 관리를 해보지 않아선 이해가 좀 안될 듯 싶다.

그럼 GUI 환경의 대명사 MS 사가 Server Core 로 시작하여 왜 CUI 환경으로 가는지 생각 해보도록 하자....

Server Core 을 사용하는 이유는 불필요한 리소스 낭비 방지와 보안의 취약점 발생 방지 등이 있다.
(이 두가지가 가장 큰 원인인것 같다.)
Server Core 제품은 Full Install CD 보다 가격이 많이 저렴한 편이다.
그런 면에서는 경제적이기까지 하다?

Server Core 의 장점 ( = CUI 환경의 장점 )
1. 서버의 안정성이 커진다.
2. 불필요한 리소스의 낭비를 방지할 수 있다.
3. 보안 취약점 발생을 줄일 수 있다.
4. 디스크가 차지하는 용량을 줄일 수 있다.
5. CD 값 절약?!


등이 있겠다.

Server Core 의 단점 ( = CUI 환경의 단점? )
1. GUI 에 익숙한 사용자들의 불편함이 크다.
2. 배우는데 오랜 시간이 걸릴 수 있다.


등이 있을 수 있겠다. 그외에는 머리가 안돌아가는 시각이라 ㄱ-;;; 현재 2시쯤 되었다.

앞으로 배워 나갈 Windwos 2008 Server 제품은 나에게 흥미로운 하나의 공부가 되지 않을까 싶다
//

펜티엄 2에 Windows7 Ultimate 설치한 인간도 있다니?!펜티엄 2에 Windows7 Ultimate 설치한 인간도 있다니?!

Posted at 2010. 1. 2. 00:41 | Posted in 컴퓨터관련/잡다한정보
글자크게글자작게원래사이즈로


출처 : http://technabob.com/blog/2009/06/23/windows-7-runs-on-a-pentium-2-how-low-can-you-go/

멋있는 인간이다....

다음번에는 펜티엄 1에도 설치를 해보겠다는 말을 하다니 ㄷㄷ;;;;

저것도 인간인가??

STEC군.... 이분 존경해야할듯 싶소 ㄷㄷ;;;;

우리도 배워보는거요 !!! 이 상태를 기준으로 저 상태로 보일 수 있는 위대함의 근접으로!!
//

아이폰 공짜로 얻는 방법이 있었다!!!아이폰 공짜로 얻는 방법이 있었다!!!

Posted at 2009. 12. 30. 22:52 | Posted in 컴퓨터관련/잡다한정보
글자크게글자작게원래사이즈로

체크아웃 연말 이벤트! 100명에게 아이폰을 쏜다! 이벤트 보기
방법은 간단하였다....
네이버에서 지금 이벤트 중인가보다.
기간은 보다시피 2009년 12월 30일 부터 2010년 1월 8일까지
그냥 로그인 한 후에 Checkout 가입만 하면 된다는 것이다 ㄱ-;;;
별다른 돈도 안들고 당첨되면 나야좋지 ㅋㅋ
아아~~
당첨되면 좋겠구나 ㅋㅋㅋ

또 당첨되었을시 확인 해야 할 것이 있다.


 

아이폰 경품 수령 안내

아이폰 경품 수령 절차

제세공과금 네이버 납부 > KT 온라인 신청서 작성 > 배송 > 개통

KT 온라인 신청서 작성하시려면 아래로 가셔서 작성해주세요.
온라인 신청서 작성하러 가기

경품정보

  • 모델명 : AIP 3GS 16G (블랙/화이트)
  • 출고가 : 814,000원
  • 아이폰 실구매가 396,000원
  • 네이버 지원금 : 실구매가 396,000원 / 채권보전료 30,000원
  • 보조금 : 418,000원 (단말기 할인 120,000원 + 요금할인 298,000원)
  • 요금제 : i 슬림요금제 (35,000원 /월)

아이폰 수령 시 당첨자가 지불해야 하는 금액

  • 제세공과금 93,720원
  • 가입비 24,000원 3개월 분납 청구
    (단, KT고객이 전환신규/보상기변시 가입비는 면제)
  • USIM 7,700원 익월 청구

당첨자가 지불해야 하는 제세공과금의 부담율을 줄이시려면?

기본 요금제인 I슬림요금제(35,000원/월) 에서, 요금제를 업그레이드 하실 경우,
추가 할인금액을 더 받을 수 있으므로 담첨자가 지불해야 할 제세공과금의 부담을
해소할 수 있습니다. (추가할인금액은 24개월동안 매월 자동 차감됩니다)

예) I-라이트로 한 단계 업그레이드 시행 시 132,000원이 추가 할인이 되므로
    제세공과금 및 기타 금액을 제외하고도 13,180원이 남아요
    (요금제 업그레이드에 대한 부분은 02)2040-0725에 문의해 주세요.)

구분 I- 슬림 I- 라이트 I- 미디엄 I- 프리미엄
출고가 814,000 814,000 814,000 814,000
보조금 418,000 550,000 682,000 814,000
단말할인 298,000 358,000 370,000 286,000
요금할인 120,000 192,000 312,000 528,000
최초 실구매가 396,000 264,000 132,000  
네이버 지원금 396,000 396,000 396,000 396,000
추가 할인금액   132,000 264,000 396,000
월 자동 할인금액   5,500 11,000 16,500
기본료(월) 35,000 45,000 65,000 95,000
최종 월 청구금액 35,000 39,500 54,000 78,500
유의사항
  • A/S : 불량시 14일이내 KT MP 내방시 교체폰으로 교체 가능
  • 기존 KT회선 보유 고객의 경우 해지 후 7일 이내 신규가입 불가, 추가 신규가입시
    3개월간 기존 회선을 유지하셔야 합니다.
  • 월 할인 적용되는 단말기 및 요금할인 혜택은 할부 유지와 i 형 지정 요금상품
    이용기간에만 적용됩니다.
  • 중도 완납/보상 기기변경/해지 발생 시 잔여기간에 해당하는 단말기 및 요금할인
    혜택을 받을 수 없습니다.
  • 지정 요금 외 타 요금제로의 변경시에도 요금할인 및 단말할인 혜택이 중단됩니다.
  • 기타 신용불량 및 번호이동 3개월 이내 등 사유로 가입이 불가능할 수 있습니다.
창 닫기

좋구나 좋아~~ ㅋㅋ
나도 당첨 되면 얼마나 좋을꼬ㅋㅋ



 

네이버 체크아웃이란,

네이버 체크아웃 서비스는 네이버 아이디 하나로 다양한 쇼핑몰에서 편리하게 구매할 수 있고, 안심하고 결제할 수 있습니다. 또한 구매한 상품의 이력과 배송 현황을 네이버 체크아웃에서 한눈에 볼 수 있습니다.

이제 네이버 아이디로 구매하세요!

 

 
불편은 그만!
이제, 네이버 아이디 하나로 구매하세요.
마음에 드는 상품이 있을 때마다, 여기저기 쇼핑몰에 가입해야하는 번거로음 없이 네이버 아이디 하나로 구매할 수 있습니다.
네이버 체크아웃에서만 제공하는 나만의 쇼핑수첩!
마음에 드는 상품이 흩어져 있어 불편하셨나요? 네이버 체크아웃으로 여러 쇼핑몰에서 눈여겨봤던 상품을 찜해놓고 한번에 관리하세요.
걱정도 그만!
어디서 무슨 상품을 샀는지,배송은 잘 되고 있는지, 걱정하지 마세요!
여러 쇼핑몰의 구매 내역과 배송 진행 현황을 한꺼번에 확인할 수 있습니다.
손쉽게 처리할 수 있는 나만의 쇼핑 A/S!
주문한 상품을 교환하고 싶은데, 잘 안될까 봐 고민이신가요? 네이버 체크아웃으로 구매한 상품은 취소/교환/반품 처리를 보다 간편하게 해결할 수 있습니다.
 
//

3030

Posted at 2009. 12. 19. 15:54 | Posted in 저장용/저장용
글자크게글자작게원래사이즈로

'저장용 > 저장용' 카테고리의 다른 글

티스토리용 배경음악 테스트 페이지  (0) 2011.06.28
ㄷㅈㄴㅇㄹ  (0) 2011.02.26
아이폰  (0) 2010.11.07
모에한 사진 많은곳  (0) 2010.05.21
overcluk  (0) 2010.01.12
//