- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- ProLiant Deployment and Provisioning
- >
- RDP Imaging Size problems
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
05-30-2006 09:27 PM
05-30-2006 09:27 PM
RDP Imaging Size problems
I am trying to create an image of a Linux server with Oracle installed. The imaging process goes to 60% and hangs all the time. I believe there may be a cap of 2GB as a max size for images, then it creates another one for that server. But in this instance it creates a 3rd and stops there. Is there anyway you can define a max size or the number of images you can create for one server??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 12:05 AM
05-31-2006 12:05 AM
Re: RDP Imaging Size problems
You are right.
The maximum capacity of an image is 2GB.
This can be set up as an option of an image job.
1. Double-click the "Cerate Disk Image" job step.
2. Click "Advanced".
Please attach the following option, when you are using the Deploy command by the "Run script" job step.
-split:2048
Example:(rdeploy command in RunScript)
f:\rdeploy.exe -noprompt -mu -f.\lib\images\****.img -split:2048
Regards, kita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 12:26 AM
05-31-2006 12:26 AM
Re: RDP Imaging Size problems
With that option, will that not just make the Image sizes to 2GB? The server i am trying to image has about a total of 20GB data, and i am trying to image this. But it stops after 60% as it doesnt let me create more images.
With this option you say, can i specify the sizes to be 4GB an image Max size?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 10:03 AM
05-31-2006 10:03 AM
Re: RDP Imaging Size problems
I think that it probably becomes about 10GB of image when you get 20GB of server's image.
In that case, five files are created.
Example:
image.img, image.001, image.002, image.003, image004
> With this option you say, can i specify the sizes to be 4GB an image Max size?
The maximum size is 2048. 4096MB cannot be specified.
Regards, kita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2006 03:03 PM
06-02-2006 03:03 PM
Re: RDP Imaging Size problems
I am sorry, I wrote the wrong number.
Mistake 2048
Correct number 2040
I investigated Mr.PSL Technical's problem and acquired the following information.
http://kb.altiris.com/display/2/kb/article.asp?aid=21196&n=1&s=1
Probably, you need installation of Altiris DS 6.5sp1.
The following is release notes of DS6.5SP1.
http://kb.altiris.com/display/2/kb/article.asp?aid=21759&n=2&s=1
Regards, kita