Replace a drive
Hello Geeks,
I have an env running with 7.7.X and i would be replacing a drive in it.
I am refering to this below article to replace the drive as do not want to run the device wizard post replacement.
https://www.veritas.com/support/en_US/article.TECH34296
As per the article i should give the old scsi ID to the replced drive , may i know how i can do that and is it a mandatory step ?
Thanks
Shelton Q.
I'm not sure why the TN mentions the scsi ID, it doesn't mater.
The key is this command
tpautoconf with the -replace_drive <drive name> -path <drive path>
... which is well you tell NBU - relace the drive with <this drivename> (which will be in 'missing state' with the drive that is found at <drive path to new drive>, eg. /dev/nst4 (if that was the OS path to the new drive).
Even if the new drive had the same path as the old, you would need to run the command as NBU tracks drives via the serial number, and would therefore know the drive was missing.
I done with the replacement , it worked with tpautoconf method itself.
I have my drives sso enabled,here is the procedure i followed.
1. After repalcement , checked the drive in library for its status (It was showing online)
2. Down the drive from NBU.
3. ran tpautoconf -report_disc (robot control host)
4. It listed me Missing and the New drives.
5. ran tpconf -replace_drive <old Drive Name> -path <new drive path>
6. It shows the message as "Found Matching device found".
7.Now again , ran tpautoconf -report_disc to check is there any missing device (None reported now)
8. Made the drive Up from netbackup end.
9. restarted the device daemon on all media servers sharing the drive .
Command : volmgr/bin/stop ltid & ltid
10. NBU started utilizing the drive.

