HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- DL580 G2 and Scripting Array Build
ProLiant Servers (ML,DL,SL)
1836060
Members
2633
Online
110089
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 02:27 AM
02-13-2003 02:27 AM
DL580 G2 and Scripting Array Build
I am currently working with a customer who uses scripting to build their DL servers. One of the scripting files builds an Array on the local system disks.
The Script is:-
@echo off
cls
echo [ SCRIPT FOR CONFIGURATION OF ARRAY CONTROLLER ]
echo Retrieving State Information...
statemgr /r phase
if errorlevel 0 goto State0
:State0
REM *** Configure the array controllers by reading the configuration information
REM *** in the script file and stamping it onto the array
REM *** controllers of the target server
echo Configuring the Array Controllers...
acr /i dl580g2.ary /p
And the dl580g2.ary file contains:-
Action = Configure
Method = Custom
;Controller specifications
;Controller Compaq Smart Array 5i
Controller = Slot 0
ReadCache = 50
WriteCache = 50
RebuildPriority = Low
ExpandPriority = Low
;Array specifications
Array = A
Drive = 1:0,2:0
OnlineSpare = No
;Unused Space remaining 2
;Drive Specifications
LogicalDrive = 1
RAID = 1
Size = 17359
; Blocks Per dr =35553120, Offset =0
; Blocks = 35553120
Sectors = 32
StripeSize = 128
ArrayAccelerator = Enabled
The DL580G2.bat script works on the initial DL580s with two disks in Port 1:0 and Port 2:0. however subsequent, supposedly identical DL580s delivered - the script does not work on them.
The customer has investigated the DL580s and found that the original ones had the disks set to DUPLEX, whereas the newer ones were set to SIMPLEX. They changed the switch but the script still fails.
Anyone have any suggestions about this.
The Script is:-
@echo off
cls
echo [ SCRIPT FOR CONFIGURATION OF ARRAY CONTROLLER ]
echo Retrieving State Information...
statemgr /r phase
if errorlevel 0 goto State0
:State0
REM *** Configure the array controllers by reading the configuration information
REM *** in the script file and stamping it onto the array
REM *** controllers of the target server
echo Configuring the Array Controllers...
acr /i dl580g2.ary /p
And the dl580g2.ary file contains:-
Action = Configure
Method = Custom
;Controller specifications
;Controller Compaq Smart Array 5i
Controller = Slot 0
ReadCache = 50
WriteCache = 50
RebuildPriority = Low
ExpandPriority = Low
;Array specifications
Array = A
Drive = 1:0,2:0
OnlineSpare = No
;Unused Space remaining 2
;Drive Specifications
LogicalDrive = 1
RAID = 1
Size = 17359
; Blocks Per dr =35553120, Offset =0
; Blocks = 35553120
Sectors = 32
StripeSize = 128
ArrayAccelerator = Enabled
The DL580G2.bat script works on the initial DL580s with two disks in Port 1:0 and Port 2:0. however subsequent, supposedly identical DL580s delivered - the script does not work on them.
The customer has investigated the DL580s and found that the original ones had the disks set to DUPLEX, whereas the newer ones were set to SIMPLEX. They changed the switch but the script still fails.
Anyone have any suggestions about this.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 08:04 AM
02-25-2003 08:04 AM
Re: DL580 G2 and Scripting Array Build
try this:
1. acr /i dl580g2.ary /o
so not with switch /p; /o is needed
2. also: try Size = Max instead of Size = 17359; makes it more flexible
1. acr /i dl580g2.ary /o
so not with switch /p; /o is needed
2. also: try Size = Max instead of Size = 17359; makes it more flexible
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP