|
|
#1 (permalink) |
|
Guest
Posts: n/a
|
On a site server with multiple disks, SCCM freely chooses where to place its
shares (package repository, etc.), assuming they should go on the disk with the most free space. Howewer, an admin could want some files to go on the disk *he* chooses, f.e. if the disks with the most free space are the ones used for SQL Server database and transaction logs. Is it at all possible to tell SCCM *where* to place its files? How? Massimo |
|
|
|
#2 (permalink) |
|
Guest
Posts: n/a
|
Here you go: no_sms_on_drive.sms is your trick pony:
http://technet.microsoft.com/en-us/l.../bb632890.aspx "Massimo" wrote: > On a site server with multiple disks, SCCM freely chooses where to place its > shares (package repository, etc.), assuming they should go on the disk with > the most free space. > Howewer, an admin could want some files to go on the disk *he* chooses, f.e. > if the disks with the most free space are the ones used for SQL Server > database and transaction logs. > > Is it at all possible to tell SCCM *where* to place its files? How? > > > Massimo > > |
|
|
|
#3 (permalink) |
|
Guest
Posts: n/a
|
"Sherry Kissinger [MVP]" <SherryKissingerMVP@discussions.microsoft.com> ha
scritto nel messaggio news:3A9EE4DF-C16D-42CF-B410-B785AD053F75@microsoft.com... > Here you go: no_sms_on_drive.sms is your trick pony: > > http://technet.microsoft.com/en-us/l.../bb632890.aspx Great, thanks. Massimo |
|
|
|
#4 (permalink) |
|
Guest
Posts: n/a
|
Disable the role of DP from the site system, and create a new Server Share.
You can then specify the exact location of the DP share, and thus direct SCCM to only use the drive on which the share resides. Shawn "Massimo" <barone@mclink.it> wrote in message news:OsdfaMzzJHA.4116@TK2MSFTNGP04.phx.gbl... > On a site server with multiple disks, SCCM freely chooses where to place > its shares (package repository, etc.), assuming they should go on the disk > with the most free space. > Howewer, an admin could want some files to go on the disk *he* chooses, > f.e. if the disks with the most free space are the ones used for SQL > Server database and transaction logs. > > Is it at all possible to tell SCCM *where* to place its files? How? > > > Massimo > |
|
|
|
#5 (permalink) |
|
Guest
Posts: n/a
|
Disable the role of DP from the site system, and create a new Server Share.
You can then specify the exact location of the DP share, and thus direct SCCM to only use the drive on which the share resides. Shawn "Massimo" <barone@mclink.it> wrote in message news:OsdfaMzzJHA.4116@TK2MSFTNGP04.phx.gbl... > On a site server with multiple disks, SCCM freely chooses where to place > its shares (package repository, etc.), assuming they should go on the disk > with the most free space. > Howewer, an admin could want some files to go on the disk *he* chooses, > f.e. if the disks with the most free space are the ones used for SQL > Server database and transaction logs. > > Is it at all possible to tell SCCM *where* to place its files? How? > > > Massimo > |
|