2 Posts
0
631
January 11th, 2024 13:36
Invalid FQDD Error when Scheduling RAID Deletion Job
Description of the Issue:
I executed the following command to delete a virtual disk:
racadm -r 169.254.0.3 -u root -p calvin raid deletevd:Disk.Virtual.0:AHCI.Integrated.1-1
The output indicated a successful acceptance of the storage configuration operation:
RAC1040: Successfully accepted the storage configuration operation.
Following this, I attempted to schedule the deletion job using the command:
racadm -r 169.254.0.3 -u root -p calvin jobqueue create RAID.AHCI.Integrated.1-1
However, I encountered the following error:
ERROR: SWC0244: Invalid Fully Qualified Device Descriptor (FQDD).
No Events found!


leon_rubin
2 Posts
0
January 11th, 2024 14:41
Solved it!
racadm -r 169.254.0.3 -u root -p calvin raid deletevd:Disk.Virtual.0:AHCI.Integrated.1-1
RAC1040 : Successfully accepted the storage configuration operation.
racadm -r 169.254.0.3 -u root -p calvin jobqueue create AHCI.Integrated.1-1
RAC1024: Successfully scheduled a job.