After beating my head against the wall for a while trying to figure out the settings for connecting Symantec Backup Exec 2012 to an OST container on a Dell DR4000 I finally figured it out.
The instructions seemed simple enough but they left off a few key details. I’m going to assume some familiarity with both products so if I gloss over anything here assume it is in the manual somewhere.
The process is:
- Upgrade your DR4000 firmware to a version that supports OST.
- Stop Backup Exec services and install the Dell OST Plug-in
- Restart Backup Exec (or even better reboot the server). You might want to install the latest LiveUpdates as well but keep in mind this may mean updating Remote Agents.
- Create an OST container in the DR4000
- Login to the DR4000 management portal
- Under Storage->Containers click the Create link.
- Give the container a Name and change the Connection Type to OST.
- You will then have the ability to set a capacity. Click the Create a New Container.
- Add the OST Storage in Backup Exec
- Open the BE 2012 management console and navigate to the Storage tab.
- Click Configure Storage.
- Choose Network Storage and click Next.
- Choose OpenStorage and click Next.
- Give the OST device a name and description. The name does not need to match the OST Container name.
- Select the DELL provider and click Next.
- Provide connection information:
- Server name should be the resolvable DNS name or IP address of the DR4000 appliance.
- Logon account (this is the thing both BE and Dell’s documentation missed) click Add/Edit
- Create a new Logon Credential with the username ‘backup_user’ and the password of ‘St0r@ge!’ without quotes.
- Save this logon information.
- Select the new logon and click Next.
- You should see the name of the OST Container you created on the DR4000. Select it and click Next.
- Set the number of concurrent operations. Absent any recommendations from Dell or Symantec, I’m going to try 8 and will update if that doesn’t work. Click Next.
- You will be prompted to restart BE services. This will kill any running jobs. For me I was prompted repeatedly, so I just restarted the whole server.
This was a huge help, I couldn’t find the credentials to configure the OST through backup exec anywhere. A stab in the dark here, but do you know what the credentials are for a DR4100? We have both devices but backup_user only works for the 4000, not the 4100. 😦
Unfortunately I haven’t worked with the DR4100 yet. Sorry.
Open a SSH connection to DR4100 login with user: administrator pswd: St0r@ge!
From command line issue ‘ost –show’ it should give you the OST username. This works with DR4000, could be the same syntax with DR4100. You can change the ost user password with ‘ost –setpassword’ and also get help typing ‘ost –help’
You are a legend, I can’t believe that neither Dell nor Symantec would give the clue of backup_user in the doco, got me past another hurdle 🙂
Thanks Carl