Question : DBA Tasks

I need to get a list of the specific tasks that a system-level dba would perform and those that an application-level dba would perform.  Do you a RACI chart for these roles/functions?

Answer : DBA Tasks

Here is a very basic configuration for a point-to-point T1, and assume that all 24 timeslots are used:

1841:

interface serial 0/0/0
 ip address 192.168.255.254 255.255.255.252
 no shutdown
 service-module T1 clock source internal
!
ip route <remote site network> <mask> 192.168.255.253
ip route 0.0.0.0 0.0.0.0 <ip of local firewall>

2611:
interface serial 0/0
 ip address 192.168.255.253 255.255.255.252
 no shutdown
!
ip route 0.0.0.0 0.0.0.0 192.168.255.254

Done.


Random Solutions  
 
programming4us programming4us