- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- ProLiant Deployment and Provisioning
- >
- what quick image do?
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
12-09-2007 08:18 PM
12-09-2007 08:18 PM
what quick image do?
i am new to RDP, and would like to know what will be done by "Quick Disk Image"? will the array config being capture? what should i do if i only want to backup the first partition under a RAID 5 config?
if i have made a Quick Disk Image for a server, then i restore the server from the Quick Disk Image, will all array config be there?
thx a lot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2007 06:01 AM
12-10-2007 06:01 AM
Re: what quick image do?
Look at the "RDP User Guide.pdf" to understand how some of the jobs work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2007 01:26 PM
12-10-2007 01:26 PM
Re: what quick image do?
Thats it. All partitions on 1st drive. Nothing else.
If you want to capture the array you need to run the Job Read ProLiant MLDLBL System and Array Configuration and Windows Image {WinPE} in server replication and delete the two tasks to capture the system and windows system config.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2007 05:15 PM
12-10-2007 05:15 PM
Re: what quick image do?
if delete the two tasks "capture system configuration & capture array configuration", only left is the "create disk image"
but it is confused, how can i know the RAID config via RDP console? using the command "showdisk"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2007 02:43 PM
12-11-2007 02:43 PM
Re: what quick image do?
If there isn't a separate capture windows and system config then you only need to delete one. I think I was thinking of the deploy job where there are 3 tasks. And you only need to keep the deploy array config task.
Anyway to deploy a raid 5 config to a new server you do not need to capture one.
You can just edit the deploy array task to use the file pl-acu-r5.ini which is in
\express\lib\hwconfig\array.
You can just leave it set to pl-acu-rd.ini which if it sees 2 disks will RAID1 and more than 2 disks will RAID5 automatically.
To capture only the 1st partition you have to click on the Advanced button (I think of the top of my head) in the deploy image task and add "-p1" to the command line syntax to capture only 1st partition. If you only have one partition on this physical array then you need not enter this.
You need to set the size of the deployed partition as well or it will fill the available disk! As above ... Click Advanced button on deploy image task.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2007 06:11 AM
12-12-2007 06:11 AM
Re: what quick image do?
thx a lot.
with you help, by putting -p1 -d2 parameter, i can successfully create image for the first partition of Disk two.
but when i try to restore the image with -p1 -d2 parameter, and have set the partition size. but come out it overwrite my whole disk. don't you know why?
thx