Ask a Question related to IBM DB2, Design and Development.
-
Klemens #1
DB2MSCS with 1 physical and three logikal disks
How can I run db2mscs to set instance profile on a special logical disk of
three defined on a physikal disk.
I tried this:
######################
DISK_NAME=Datenträger Q: F: Z:
INSTPROF_DISK=Z:
######################
But after running I found the Profile on Q:
"Datenträger Q: F: Z:" ist the name of the phsical disk
Thanks
Klemens
Klemens Guest
-
moving the physical log
According to the IDS 9.4 docs, I can move the physical log like this: set IFX=D:\IFMXDATA\ol_bronco copy nul D:\IFMXDATA\ol_bronco\physpace.001... -
Physical Logging performance
Ruediger Yes, this is something I have tried to achieve, it tends to reduce disk I/O to the Physical Log and make the I/O more efficient. I'm... -
Get localhost physical directory?
Hi everyone, I would like to get the path of the virtual directory where my page is running from. For example if I access a page with... -
How to migrate db2v7 DAS using db2iclus (or without using db2mscs utility)?
Hi Seaching throught DB2 docs, i found that its possible to do the same steps that db2mscs v7 do behind scene on common instaces, but i didnt... -
find physical blocks/disks, mapped from Oracle file# and block#, block corruption
Hello "lopera" <prlopera@techie.com> schrieb im Newsbeitrag news:3E1C7C00.9090402@techie.com... I think that we need a bit more data here.... -
Mark Yudkin #2
Re: DB2MSCS with 1 physical and three logikal disks
I'll assume you've mistyped the error message ("Datenträger Q: F: Z:" ist
the name of the phsical disk", and it should be "Datenträger Q: F: Z:" ISNT
the name of the phsical disk"), otherwise "ist" = IS in English isn't an
error but an oxymoron statement of fact. Under these assumption, review note
1 below (explains the error message) and the example (shows the correct
syntax for multiple disks).
From the Admin Guide:
DISK_NAME
The name of the physical disk resources to be moved to the current groups.
Specify as many disk resources as you need.
Notes:
1.. The disk resources must already exist.
2.. When the DB2MSCS utility configures the DB2 instance for MSCS support,
the instance directory is copied to the first MSCS disk in the group. To
specify a different MSCS disk for the instance directory, use the
INSTPROF_DISK parameter.
Example:
DISK_NAME=Disk E:
DISK_NAME=Disk F:
BTW, you may find it simpler to stick to a single drive letter, and use
Windows 2000 dynamic disks to span multiple physical drives into a single
logical drive letter. That way, you don't run out of drive letters.
"Klemens" <klemens.moehlenkamp@maxess.de> wrote in message
news:bkcmp8$6uah$1@ID-155009.news.uni-berlin.de...> How can I run db2mscs to set instance profile on a special logical disk of
> three defined on a physikal disk.
> I tried this:
> ######################
> DISK_NAME=Datenträger Q: F: Z:
> INSTPROF_DISK=Z:
> ######################
> But after running I found the Profile on Q:
> "Datenträger Q: F: Z:" ist the name of the phsical disk
>
> Thanks
> Klemens
>
>
>
>
Mark Yudkin Guest



Reply With Quote

