fabian1
(fabian)
December 17, 2009, 5:39pm
1
Misters:
I have a two question and I think there can help me.
What is the best practice to implement Raw Device on ADABAS 3.3.2 or other version?
I have a database with raw device of 4GB size ¿Can I do increase the size to 8GB? My storage is hitachi.
Thanks.
Axt
(Axt)
February 24, 2010, 9:39pm
2
What’s your OS?
What’s your container size and blocksize?
Of course you can increase the size of raw device, but It depends on your disks configuration.
Tony_Y
(Tony Yip)
March 15, 2010, 3:05pm
3
Hi,
General hints for raw devices:
Use OS command to create raw device, aware of the block size selection. It always depends on your record size
Set the permission to raw device (e.g. owner: sag, read-write)
Use adabas utility “ADADEV” to initialize the raw device
Determine ASSO,DATA,WORK containers blocksize (every I/O is done on block level)
Use adabas utility “ADAFRM” to create database
Do you have a real need to go with raw disk ? File system is now just as fast as raw disk than in the past OS and a lot easier to manage.
Regards,
Tony