Professional Windows Server 1002003 Security A Technical Reference [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Professional Windows Server 1002003 Security A Technical Reference [Electronic resources] - نسخه متنی

Roberta Bragg

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









bootcfg /dbg1394new in WS2003

Configures IEEE 1394 port debugging
for a specified OS entry.

Syntax


bootcfg /dbg1394 {ON | OFF} [/ch Channel] /id OSEntryLineNum

Options


{ON | OFF}



Enables/disables remote debugging support by adding/removing
/dbg1394 switch to OS entry specified by
OSEntryLineNum.


/ch Channel



Indicates channel used for debugging (must be integer between 1 and
64). Omit if OFF is specified.



Examples


Enable IEEE 1394 debugging by adding the /dbg1394
switch with channel 8 to OS entry 2 in

boot.ini :

bootcfg /dbg1394 ON /ch 8 /id 2
SUCCESS: The OS load options have been changed for the BootID: 2.

Verify the result:

bootcfg
Boot Loader Settings
--------------------
timeout:30
default:multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
Boot Entries
------------
Boot entry ID: 1
OS Friendly Name: WS2003, Enterprise
Path: multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
OS Load Options: /fastdetect /noguiboot
Boot entry ID: 2
OS Friendly Name: WS2003 Enterprise
Path: multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
OS Load Options: /fastdetect /noguiboot /debug /debugport=1394 /channel=8

Now turn off IEEE 1394 debugging:

bootcfg /dbg1394 OFF /id 2
SUCCESS: The OS load options have been changed for the BootID: 2.

Verify:

bootcfg
Boot Loader Settings
--------------------
timeout:30
default:multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
Boot Entries
------------
Boot entry ID: 1
OS Friendly Name: WS2003, Enterprise
Path: multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
OS Load Options: /fastdetect /noguiboot
Boot entry ID: 2
OS Friendly Name: WS2003 Enterprise
Path: multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
OS Load Options: /fastdetect /noguiboot

Notes


Use bootcfg /debug if COM port debugging is
required instead.

See Also


bootcfg,

Recovery Console


/ 415