[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 580: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 636: sizeof(): Parameter must be an array or an object that implements Countable
afewteks.com • ASM Troubleshooting
Page 1 of 1

ASM Troubleshooting

Posted: Wed Oct 31, 2012 9:43 am
by thockman
So here is a start to some issues I have ran into and fixes I have used.
The first one is after rebuilding some servers I couldn't delete the asm disks that already existed.
I found this on OTN and it worked a charm.

Code: Select all

fuser /dev/mapper/ODB_Test_DB_Data
dd if=/dev/zero of=/dev/mapper/ODB_Test_DB_Data bs=1024 count=100
/etc/init.d/oracleasm deletedisk /dev/mapper/ODB_Test_DB_Data
Then I was able to delete.