Well, as much as I hate admitting this, I had my media set to overwrite if no appendable media was available. I wasn't keeping a close eye on just how much data was being written, so....I overwrote my own backups.
I seem to be losing successful backups somewhere in the catalog. I know they completed successfully, but when I look through the available selections under Restore, they aren't there.
Already looked through the Veritas website and followed the instructions for Document ID 272886 'How to...
I can do that, and it appears I can then write to the tapes...I still can't erase it or inventory it (maybe you're not supposed to be able to do this to scratch media?), and I still can't unlock the library through the GUI. Some of this seems to point towards a more hardware related problem, but...
I can't do anything with the tapes from my old server.
If I try to erase, inventory etc, the jobs appear as 'scheduled' but nothing happens. Same thing when I try to unlock the door on the library.
I've checked the scsi settings, the library settings, the OS sees the library, Veritas sees the...
NOw it says that there is an illegal else without matching if!! i`m sure this is right below
float Discount(float *pcost)
{
float amount;
if (*cost <= Limit)
amount = *pcost * disc_1;
else
amount = *pcost * disc_2;
return amount;
}
for some reason this program refuses to compile, all the errors seem to occur on the "Dsicount" function when i can`t see any, any comments ideas would be greatly appreciated #include <stdio.h>
//funtion prototypes
void Cost_of_Purchase(float *pcost); //enter price of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.