Forum

ibm x series 346 se...
 
Bildirimler
Hepsini Temizle

ibm x series 346 serverda array boot seçimi

5 Yazılar
3 Üyeler
0 Likes
484 Görüntüleme
(@eroldursun)
Gönderiler: 2171
Famed Member
Konu başlatıcı
 

merhaba arkadaşlar ;

 

ibm x series 346 serverda array boot seçimi nereden ayarlanıyor.

 

raid5 arrray var boot olarak ayarlı ben servera 2 disk daha takıp raid1 yapacağım boot disk olarak ayarlayıp ve işletiminin image buraya açağım raid5 array e dokunmayacağım

 

lakin raid1 yaptığım array nereden boot bölümdür diye  sececeğim ?

      

 
Gönderildi : 03/09/2009 14:06

(@fatihkaraalioglu)
Gönderiler: 3039
Illustrious Member
 

Merhaba;


Mevcut IBM Array ayarları üzerinde herhangi bir değişiklik yapmadan, boot.ini dosyası üzerinde değişiklik yaparak çözüme kavuşabilirsiniz.


Açılış array' iç için yeni oluşturacak olduğunuz RAID 1 arrayinde ki Logical Driversi seçimini yaparak çözüme gidebilirsiniz.


How to manually edit the Boot.ini file in a Windows Server 2003 environment



if (!loadTOCNode) {var loadTOCNode = function(){}}

This article was previously published under Q323427



On This Page


var sectionFilter = "type != 'notice' && type != 'securedata' && type != 'querywords'";
var tocArrow = "/library/images/support/kbgraphics/public/en-us/downarrow.gif";
var depthLimit = 10;
var depth3Limit = 10;
var depth4Limit = 5;
var depth5Limit = 3;
var tocEntryMinimum = 1;

Expand all | Collapse all

if (kb_page_object)
{
kb_page_object.kb_imageExpandHoverText = 'Click to expand this image';
}



SUMMARY
This step-by-step article describes how to manually edit the Boot.ini file in a...

loadTOCNode(1, 'summary');

This step-by-step article describes how to manually edit the Boot.ini file in a Windows Server 2003 environment.

The Ntldr file uses information in the Boot.ini file to display the bootstrap loader screen from which you select the operating system. This screen is based on the information in the Boot.ini file. If you do not select an entry before the counter reaches 0 (zero), Ntldr loads the operating system that is specified by the default parameter in the Boot.ini file.

Windows Server 2003 Setup places the Boot.ini file in the root of the system partition.

Before you edit the Boot.ini file, modify your folder options so you can view hidden files, and then back up the Boot.ini file.

NOTE: You can also edit the Boot.ini file by using the System Configuration Utility (Msconfig.exe). To start the System Configuration Utility, click Start, click Run, type msconfig in the Open box, and then click OK.



Modify Folder Options

loadTOCNode(2, 'summary');


  1. Right-click Start, and then click Explore.
  2. On the Tools menu, click Folder Options, and then click View.
  3. Under Advanced Settings, click Show hidden files and folders, click to clear the Hide protected operating system files (Recommended) check box, click Yes, and then click OK.
  4. Locate the system partition, locate and right-click the Boot.ini file, and then click Properties.
  5. Click to clear the Read-only check box, and then click OK.


Save a Backup Copy of the Boot.ini File

loadTOCNode(2, 'summary');


  1. Right-click Start, and then click Explore.
  2. Locate the system partition, locate and right-click the Boot.ini file, and then click Copy.
  3. Locate and click the folder where you want to copy the Boot.ini file, and then click Paste on the Edit menu.


Sample Boot.ini File

loadTOCNode(2, 'summary');


The following is a sample of a default Boot.ini file from a Windows Server 2003-based computer:


[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows .NET Standard Server" /fastdetect
The following is a sample of the same Boot.ini file after the addition of another partition that runs Microsoft Windows XP Professional.

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows .NET Standard Server" /fastdetect
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional"


Edit the Boot.ini File

loadTOCNode(2, 'summary');


  1. Click Start, point to Programs, point to Accessories, and then click Notepad.
  2. On the File menu, click Open.
  3. In the Look in box, click the system partition, in the Files of type box, click All Files, locate and click the Boot.ini file, and then click Open.
  4. Make the changes that you want to the Boot.ini file, and then click Save on the File menu.

    Examples of changes that you can make are described in the following sections of this article.

Remove an Operating System from the Menu

loadTOCNode(3, 'summary');

To remove an operating system from the menu, follow these steps:


  1. In Notepad, select the line that contains information about the operating system that you want to remove, and then click Delete on the Edit menu. For example, select the following line:
    multi(0)disk(1)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional" /fastdetect

  2. On the File menu, click Save.

Modify the Operating System Menu Order

loadTOCNode(3, 'summary');

To modify the operating system menu order, follow these steps:


  1. In Notepad, select the line that you want to move, click Copy on the Edit menu, and then press DELETE.
  2. Click where you want to insert the line, and then click Paste on the Edit menu.
  3. Repeat step 1 and step 2 for each line that you want to move, and then click Save on the File menu.

Modify the Default Operating System

loadTOCNode(3, 'summary');

The default operating system is the operating system that is started if no selection is made before the time-out occurs. (The time-out is the number of seconds in which you can select an operating system from the menu before the default operating system is loaded.) To modify the default operating system, follow these steps:


  1. In Notepad, modify the following line to change the default operating system:
    default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
    For example, to change the default operating system from Windows Server 2003 to Windows XP Professional, modify the following line
    default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
    to the following:
    default=multi(0)disk(0)rdisk(1)partition(2)\WINDOWS

  2. On the File menu, click Save.

Modify the Time-out

loadTOCNode(3, 'summary');

To modify the time-out value, follow these steps:


  1. In Notepad, edit the following line to change the time-out (where the value is 30 seconds):
    timeout=30

  2. On the File menu, click Save.


Troubleshooting

loadTOCNode(2, 'summary');

If there is a problem with the Boot.ini file that you modified, copy the original Boot.ini file (the one that you backed up earlier) to the system partition.







APPLIES TO


  • Microsoft Windows Server 2003, Datacenter Edition (32-bit x86)
  • Microsoft Windows Server 2003, Enterprise Edition (32-bit x86)
  • Microsoft Windows Server 2003, Standard Edition (32-bit x86)
  • Microsoft Windows Server 2003, Web Edition
  • Microsoft Windows Server 2003, 64-Bit Datacenter Edition
  • Microsoft Windows Server 2003, Enterprise x64 Edition
  • Microsoft Windows Small Business Server 2003 Standard Edition
  • Microsoft Windows Small Business Server 2003 Premium Edition








Keywords: 
kbmgmtservices kbfile kbenv kbhowtomaster kbui KB323427

 

 
Gönderildi : 07/09/2009 17:11

(@eroldursun)
Gönderiler: 2171
Famed Member
Konu başlatıcı
 

açıkcası fatih bey sizden bir yanıt gelir umuduyla bekledim :))


ibm ile görüştüm böyle bir bilgiyi bana sunamadılar böyle bir taleble ilk kez karşılaşılıyormuş.


intel serverım vardı boot array seçebiliyordum. ama ibmden de olumlu yanıt alamayınca.


disklerin imagelarını komple alıp arraylar yeniden oluşturulup imajdan geri dönüldü.


uzun oldu ama güzel oldu.


 

 
Gönderildi : 07/09/2009 17:26

(@fatihkaraalioglu)
Gönderiler: 3039
Illustrious Member
 

🙁 Hoş görün. Postu geç görebildim. Sorunuzu gerçek ortamda başıma gelmediği için yazılımsal olarak öneride bulunabildim.


Fakat bu güne kadar array managmnet bolumunde arraylerin yerlerini değiştirmek konusunda bir bolum hiç dikkatimi çekmedi.


İzleyecek olduğum bir post olup, cevap bulursam olumlu - olumsuz geri dönüş gerçekleştireceğim.


Ama yukarıda verdiğim örnek yani boot.ini dosyasını editleyerek yazılımsal çözüme kavuşabilirdiniz. İmage almak başka bir çözüm olmuş..


Kolay gelsin.

 
Gönderildi : 07/09/2009 20:06

(@selahattinsadoglu)
Gönderiler: 826
Prominent Member
 

Merhaba

Eğer IBM sunucu üzerinde iki adet array oluşturursanız örn : C ve  D sürücüsü  1.array     E :  ve F:   G :  sürücüleride RAID 5  olsun.Burada iki adet ayrı olarak dizin olacağından dolayı IBM BIOS altından startup sequence seçeneğinden HD 0  ve  HD 1 olarak iki yazıgöreceksiniz.Bunlar sadece BIOS tarafından görülen fiziksel anlamda ( mantıksal olarak değil ) gördüğü iki adet Array 'dir. Yani,  2.array ait primary olan partition den E:'den OS yüklerseniz o zaman BIOS altından dediğim yerden HD 1 seçeceksiniz.Mantık böyledir.Yok ben bunun altındaik diğer partitionlardan boot etmek istiyorum dersem böyle bir seçenek yok BIOS altında .sadece Windows altından Boot.ini dosyası multiboot olacak şekilde düzenlersin o zaman istediğin olur.

Umarım yardımcı olur.

Saygılarımla,

 
Gönderildi : 23/09/2009 20:04

Paylaş: