Ghost Solution Suite

 View Only

Setting A Network Location As Your Default Image Repository in Ghost Solution Suite 3.x 

Aug 09, 2016 06:22 PM

Ghost images require a significant amount of storage space. If your organiztion maintains multiple images, it may be necessary to utilize a network location for storage. One way to do this while maintaining the same folder structure is to create a symbolic link to the network location. This article will demonstrate how to do this.

1. Choose where you will store images. For this example, I will use a folder on another machine. It must be shared. Right-click on the folder and note its Network Path on the Sharing tab. If there is no Network Path, click on Share.. and share the folder.

Shared_folder_props.JPG

2. On the Ghost Server, open an Administrator Command Prompt.

admin_cmd.JPG

3. Run the following command:

mklink.JPG

In plain text: mklink /d "C:\Program Files (x86)\Altiris\eXpress\Deployment Server\MyImages" \\servername\ImageStorage

This command (mklink /d) creates a symbolic link between between a new directory (C:\Program Files (x86)\Altiris\eXpress\Deployment Server\MyImages in my example, where the directory MyImages did not exist prior to the operation) and the network share.

4. This message will apear if that command is successful:

mklink2.JPG

5. Thereafter, the new directory MyImages can be used as an image store, and is browsable as being in the eXpress share.

This setup combines the ease of accessing images in the default eXpress share, and the need to store large amounts of data on a dedicated storage resource.

More information on the mklink command and symbolic links can be found here.

 

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Related Entries and Links

No Related Resource entered.