{"id":4864,"date":"2011-06-19T06:16:25","date_gmt":"2011-06-19T06:16:25","guid":{"rendered":"http:\/\/www.hbyconsultancy.com\/?p=4864"},"modified":"2011-06-19T06:16:25","modified_gmt":"2011-06-19T06:16:25","slug":"backupexec-support-for-ubuntu-10-and-11-maverick-and-natty","status":"publish","type":"post","link":"https:\/\/hbyconsultancy.com\/2011\/06\/backupexec-support-for-ubuntu-10-and-11-maverick-and-natty.html","title":{"rendered":"BackupExec support for ubuntu 10 and 11 (maverick and natty)"},"content":{"rendered":"

According to Symantec support and many forum posts, Backupexec supports only Ubuntu 9, and nothing for the new versions. Since I have ubuntu 10 running in production and willing to upgrade to 11, I have managed to install support BackupExec agent on my servers without any issue and everything was working fine for the last year or two years (for one server at least). You will find below few tips and ticks in case you face issues while backing up your data with Backupexec 12.5 or 2010.<\/p>\n

\"back-up-exec\"<\/p>\n

 <\/p>\n

I have noticed today that in Ubuntu \u2013 and in debian generally, the port 10000 is reserved for webmin even if it\u2019s not installed, which is a conflict with ndmp service for backupexec agent which run on the same port. A workaround will be to change ndmp port to 12000 for example and everything will be working like charm.<\/p>\n

The only issue here, is that in a datacenter there are more complex architectures, going behind firewalls, with public servers, \u2026 you will need to restrict dynamic ports that Backupexec is using. From a range of 10000 ports to only 4 ports for example. So to make sure that there is no firewall issue, I used to add this rule to iptables (Not required) :<\/p>\n

$ sudo iptables -A INPUT -p tcp --dport 10000:10003 -j ACCEPT
\n$ sudo iptables-save
\n$ sudo iptables --list
\nChain INPUT (policy ACCEPT)
\ntarget prot opt source destination
\nACCEPT tcp -- anywhere anywhere tcp dpts:ndmp:10003
\nChain FORWARD (policy ACCEPT)
\ntarget prot opt source destination
\nChain OUTPUT (policy ACCEPT)
\ntarget prot opt source destination<\/code><\/p>\n

if ndmp is not defined in services, make sure you add it :<\/p>\n

$ sudo vi \/etc\/services<\/code><\/p>\n

# comment webmin line below
\n# webmin 10000\/tcp<\/code><\/p>\n

# add this for backupexec
\nndmp 10000\/tcp # backupexec<\/code><\/p>\n

Then restart RALUS service<\/p>\n

$ sudo \/opt\/VRTSralus\/bin\/VRTSralus.init restart<\/code><\/p>\n

As I have previously mentioned, if 10000 is not working, try with 12000. And you are done.<\/p>\n

Last note, it\u2019s \u201crecommended\u201d to have two different selections for windows and linux servers, and have the backup method<\/strong> for windows servers using the reset archive bit<\/strong>, while the Linux using modified time<\/strong>. Reset archive bit might work fine for linux though even if it\u2019s a recommendation from Symantec.<\/p>\n

Enjoy !<\/p>\n","protected":false},"excerpt":{"rendered":"

According to Symantec support and many forum posts, Backupexec supports only Ubuntu 9, and nothing for the new versions. Since I have ubuntu 10 running in production and willing to upgrade to 11, I have managed to install support BackupExec agent on my servers without any issue and everything was working fine for the last […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[31,62,101,147,238,261],"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/hbyconsultancy.com\/wp-json\/wp\/v2\/posts\/4864"}],"collection":[{"href":"https:\/\/hbyconsultancy.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hbyconsultancy.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hbyconsultancy.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hbyconsultancy.com\/wp-json\/wp\/v2\/comments?post=4864"}],"version-history":[{"count":0,"href":"https:\/\/hbyconsultancy.com\/wp-json\/wp\/v2\/posts\/4864\/revisions"}],"wp:attachment":[{"href":"https:\/\/hbyconsultancy.com\/wp-json\/wp\/v2\/media?parent=4864"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hbyconsultancy.com\/wp-json\/wp\/v2\/categories?post=4864"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hbyconsultancy.com\/wp-json\/wp\/v2\/tags?post=4864"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}