Ipf.conf entries needed for netbackup client, server, ssh

Hi,
Could somebody please help me in configuring ipfilter (ipf.conf entries/solaris 10) on two machine,
1. netbackup client
2. netbackup master/media server
I would like to enable icmp echo and ssh on both the machines.
many thanks
Ushas Symon

Hi,
Could somebody please help me in configuring ipfilter (ipf.conf entries/solaris 10) on two machine,
1. netbackup client
2. netbackup master/media server
I would like to enable icmp echo and ssh on both the machines.
many thanks
Ushas Symon

Similar Messages

  • Has the ODI same installable for both Client & Server?

    Has the ODI same installable for both Client & Server?
    i.e. Team with multiple developers is concurrently working on ODI project. Repository is very much same. They just need the Designer Module in their desktop.
    Is there separate installable for development IDE for ODI (Designer Module) instead of complete ODI which may include the server also?
    Thanks In Advance
    priyadarshi.

    Hi ,
    You can install only the client in multiple machine if multiple user are going use/share the same repository ... and you should be having the same
    snps_login_work.xml
    snps_login_security.xml
    in all your client installations....so that you can have multiple users created and share the same repositroy ...
    hope this helps
    Thanks
    Ananda

  • JMS architecture question for fat client/server.

    Hi. Is JMS suitable for fat client-server architecture where a certain number of fat client applications (like a few hundreds) open connections directly to the JMS provider? Is it going to have scalability problem when the number of connections grow?

    Depending on your JMS provider, this may be a very suitable architecture. The Sun MQ JMS Cluster was architected exactly for this problem. If the number of connections onto a single broker becomes too much of a burden for this broker, it can be put into an MQ cluster and share the number of connections. Of course, the number of connections a broker can handle will be totally dependent on the resources available to it. OS, CPU, memory, other applications running on the same machine, etc....
    TE

  • Looking for a client/server that supports multiple protocol and delivery

    Hi all, I don't know if this the right place to ask my question,here it goes.
    I am looking to develop a client-server that supports multiple protocols such as HTTP, HTTPS etc. I am looking for a framework( i don't know if that is correct or I need some kind of web-service (soap etc)) that would manage connection, security etc. I would like to like to devote most of my time in developing business objects with multiple delivery mechanism such as sending serilized java objects, xml message or soap message, or in some case JMS message as well. So I need a client server that can come in via TCP/IP or HTTP or anyother industry standard protocol and I should be able to service him with pub/sub model and also request/response model as well.
    I don't know if I had explained what I need, I would like to know what technologies I should be evaluating and which direction I should be heading... Also the server I'm developing should be free of Java constraints if needed...
    Also this service is not webbased service as now but if need arises I should have a flexibilty to make them web enabled in future. Also I would like to work with open source webservers or appservers if I need

    Inxsible wrote:I installed i3 - along with the i3status - which I still have to figure out. I am liking what I see as of now. It reminds me of wmii -- when I used it way back when. However I do not like the title bar. I would much rather prefer a 1 px border around the focused window.
    "i3 was created because wmii, our favorite window manager at the time, didn't provide some features we wanted (multi-monitor done right, for example), had some bugs, didn't progress since quite some time and wasn't easy to hack at all (source code comments/documentation completely lacking). Still, we think the wmii developers and contributors did a great job. Thank you for inspiring us to create i3. "
    To change the border of the current client, you can use bn to use the normal border (including window title), bp to use a 1-pixel border (no window title) and bb to make the client borderless. There is also bt  which will toggle the different border styles.
    Examples:
    bindsym Mod1+t bn
    bindsym Mod1+y bp
    bindsym Mod1+u bb
    or put in your config file
    new_window bb
    from: http://i3.zekjur.net/docs/userguide.html (you probably already found that by now )

  • Problem with entries from the ical client/server

    Hi together,
    I have the problem that my events are not longer visible in the ical-client of my assistant and I also can not see the events from her. Also I can not see this/my entries on the other clients (iphone, ipad).
    When I add an entry to my calendar on mac Book an then I look the the calendar in the wiki (to have a look on the server local) I can not see my calendar-entries there. So they are not written down. But why?
    In the log I find a lot of this entries:
    127.0.0.1 - "user as xxb" 08/Nov/2010:10:11:58 +0200 "REPORT(CalDAV:calendar-query) /calendars/_uids_/wiki-xxb/calendar/ HTTP/1.1" 207 65 "https://www.xxxx.ch/groups/xxb/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12" i=8012 t=131.9 or=1 responses=0
    and:
    2010-11-08 09:56:29+0100 [-] caldav-8009 [-] http://twistedcaldav.method.propfind#error Error reading property ('DAV:', 'current-user-privilege-set') for resource /calendars/_uids_/wiki-xxb/calendar/: <StatusResponse 401 Access denied while reading property {DAV:}current-user-privilege-set.>
    and:
    2010-11-08 09:56:52+0100 [-] mailgateway 2010-11-08 09:56:52+0100 IMAP4DownloadProtocol,client http://twistedcaldav.mail.IMAP4DownloadProtocol#error IMAP login failed for icaladmin
    Does someone have an idea what the problem may be?
    It worked fine till the begin of last week - I can not remember to change something in this time.
    Thanks
    Marco

    COH-571 is corrected in the 3.2 pre-release. See:
    http://wiki.tangosol.com/display/COH32UG/Release+Notes
    Sorry for the inconvenience :) .. if you prefer a patch for 3.1 or 3.1.1, it will still be available from support at Tangosol.
    Peace.

  • Help Needed With Basic Client/Server App

    I was wondering if anyone can help with a simple blackjack client/server application i've been writting (basically its a moddified chat application). The problem i'm having seems to lie within the connection management i've written.
    What i'm trying to get is that only 4 players can connect at one time and that each player takes a turn (which i've implemented using threads) to play their hand (as you would if you were playing it for real). The problem is that it will allow the players to connect, but oddly enough, it will not allow a new transaction to be created (i.e. allow a player to take their turn) until 2 players have connected.
    Even when it does create the transaction, after taking input from the client once, the server seems to stop doing anything without any error message of any kind.
    Its really annoyed me now, so you guys are my last hope!
    The code can be found in full here:
    Client Application: http://stuweb3.cmp.uea.ac.uk/~y0241725/WinEchoClient.java
    Server Application: http://stuweb3.cmp.uea.ac.uk/~y0241725/ThreadServer.java
    Card Class: http://stuweb3.cmp.uea.ac.uk/~y0241725/Card.java
    Deck Class: http://stuweb3.cmp.uea.ac.uk/~y0241725/Deck.java
    Please feel free to play around with this code as much as you feel necessary!

    (one last bump back up the forum before i give up on this completely)

  • What Specific Firewall Rules are Needed for the DPM Server?

    Hello,
    We want to confirm which firewall ports need to be opened on the DPM server (not protected servers) for all DPM processes, so that we can set these rules in group policy. Below are what we
    think are the needed rules. Note that we have rules for both new DPM 2012 installs and upgrades from DPM 2010 to 2012, since these use different program paths.
    Rule Name
    Program Path
    Protocol
    Local Port
    DPM 2012 DCOM Port
    Any
    TCP
    135
    DPM 2012 AM Port
    Any
    TCP
    6075
    DPM 2012 RTM Agent Coordinator
    C:\Windows\Microsoft Data Protection Manager\DPM\ProtectionAgents\AC\4.0.1908.0\dpmac.exe
    Any
    Any
    DPM 2012 SP1 Agent Coordinator
    C:\Windows\Microsoft Data Protection Manager\DPM\ProtectionAgents\AC\4.1.3313.0\dpmac.exe
    Any
    Any
    DPM 2012 R2 Agent Coordinator
    C:\Windows\Microsoft Data Protection Manager\DPM\ProtectionAgents\AC\4.2.1205.0\dpmac.exe
    Any
    Any
    DPM 2012 AM Service Host (New Install
    %ProgramFiles%\Microsoft System Center 2012\DPM\DPM\bin\AMSvcHost.exe
    Any
    Any
    DPM 2012 AM Service Host (Upgrade Install)
    %ProgramFiles%\Microsoft DPM\DPM\bin\AMSvcHost.exe
    Any
    Any
    DPM 2012 DPM AM Service (New Install)
    %ProgramFiles%\Microsoft System Center 2012\DPM\DPM\bin\DPMAMService.exe
    Any
    Any
    DPM 2012 DPM AM Service (Upgrade Install)
    %ProgramFiles%\Microsoft DPM\DPM\bin\DPMAMService.exe
    Any
    Any
    DPM 2012 MSDPM (New Install)
    %ProgramFiles%\Microsoft System Center 2012\DPM\DPM\bin\msdpm.exe
    Any
    Any
    DPM 2012 MSDPM (Upgrade Install)
    %ProgramFiles%\Microsoft DPM\DPM\bin\msdpm.exe
    Any
    Any
    DPM 2012 DPMRA (New Install)
    %ProgramFiles%\Microsoft System Center 2012\DPM\DPM\bin\DPMRA.exe
    Any
    Any
    DPM 2012 DPMRA (Upgrade Install)
    %ProgramFiles%\Microsoft DPM\DPM\bin\DPMRA.exe
    Any
    Any
    Questions:
    Are any of these rules not needed?
    We know the Agent Coordinator rules are needed on protected servers. Are they also needed on the DPM server (including if we use secondary DPM servers)?
    The DPM Configuring Firewalls TechNet page says DCOM uses TCP 135 and the RPC Dynamic ports. Does that mean we also need a rule that opens all TCP RPC Dynamic ports for
    any program? Or is this not necessary since we have rules for msdpm.exe and dpmra.exe? Reference:
    http://technet.microsoft.com/en-us/library/hh757794
    What other rules may be missing, if any?
    Note that we do not include rules for ports 53 (DNS), 88 (Kerberos), 389 (LDAP), 137-139 & 445 (NetBIOS) because we already open these ports in other group policy objects.
    Also, the below forums post says two exceptions for SQL Server are needed on the DPM server to allow the Remote Administrator console to work. Is there any documentation in the DPM TechNet site on these rules?
    http://social.technet.microsoft.com/Forums/en-US/aa88fd00-6836-46d3-8a93-edb487109118/dpm-2012-remote-administration?forum=dataprotectionmanager
    Thanks,
    -Taylorbox

    Does anyone have any comments on this post? We would especially appreciate some input from Microsoft reps to help us ensure we're setting up the correct firewall rules.
    Thanks,
    -Taylorbox

  • Design Pattern for multithreaded client server program

    I asked this question in another post, but with other stuff, so I'll distill this one.
    I am creating a multi-threaded client server program (just for learning - a chat program at this point). I built the server and client in swing, and I'm wondering what the best design pattern is for this setup. Right now all the swing stuff is in the MyServer class. In that class I have a loop accepting client connections to the serverSocket and creating a new MyServerThread (threaded client connection).
    The problem is that all the work of creating input streams, interacting with the server, all that stuff is done in the MyServerThread class, but I want that text to be written up to the Swing objects - which is in the MyServer class. So right now in the MyServerThread class I pass the MyServer object into it, but I'm not sure if that is really the most robust thing to do. Does anybody have any suggestions as to how this should be done. If somebody has an article they'd like to point to I'll check it out too. But if it's just the run-of-the-mill multithreaded client-server article, I've read alot and most don't specifically address my question.

    Thanks for the reply Kaj, and I think I'll keep my design for now, since it's just quick and dirty. I've read the MVC concept a while ago and I'll revisit it again when I get more serious. But I have a question, why should I be using a callback interface, why an interface at all? And then make MyServer implement that interface...why not just pass MyServer to the thread object? Or is there something down the line that I did not forsee?

  • Need help clarifying client/server TNS communication

    Im trying to get a clearer understanding of service/listener registration in the Oracle client/server architechure. Feel free to point out errors in my understanding.
    When an Oracle client connects to the server, it forms its connect descriptor based on the clients tnsnames.ora file. The client then checks the specified port on the host in the connect descriptor for a listener that is registered with the service defined in the
    (CONNECT_DATA =
    (SERVICE_NAME = TESTSERVICE)
    portion of the client's tnsnames file. Correct?
    Does the listener gets its list of SIDs its registered with from the SID_LIST section of the listener.ora file or the tnsnames file?
    If the listener gets its list of SIDs to register with from the tnsnames file, is that the tnsnames file on the server?
    If so, then what is the SID_LIST used for in the listener.ora file?
    Im trying to connect the dots and any help would be much appreciated.
    Thanks,

    Reading below documents would help you understand how client/server TNS communication works:-
    Listener Architecture
    http://download-east.oracle.com/docs/cd/B14117_01/network.101/b10775/architecture.htm#sthref445
    Configuring Naming Methods
    http://download-east.oracle.com/docs/cd/B14117_01/network.101/b10775/naming.htm
    Configuring and Administering the Listener
    http://download-east.oracle.com/docs/cd/B14117_01/network.101/b10775/listenercfg.htm

  • What SSL certificates needed for the FTP server

    Hi,
    I want to create certificate fot the FTP server is there any specific format for the FTP server. what i have to create for Secure communication.
    plz tell me in detail.
    Thanks
    Ravi

    Does anyone have any comments on this post? We would especially appreciate some input from Microsoft reps to help us ensure we're setting up the correct firewall rules.
    Thanks,
    -Taylorbox

  • Help needed regarding the client server communication

    this is regarding my networking project which at present i am doing it in java...
    the project is abt establishing a server in my lab that controls all the other systems in that lab... now the problem is i have to shut down all the systems in the lab from the server on a click of a button.... this i need to do using socket programming to which i am new....
    So can anyone pls send me a sample code as to how to pass a command from server to shut shut down all the systems(clients) ..i need a java program that uses sockets concept to perform the above mentioned operation...pls note i am trying to establish a linux server
    regards
    lalita

    Dear hiwa
    i can use it but the constraint in my project is to use only the Socket programming due to time lacks.... i have to find a faster way to communicate between the server and the client...
    can u pls help me find a solution for this via sockets...
    hoping a favorable response
    regards
    Lalita

  • Where can i find solaris 11 SUNWscpux package. needed for netbackup

    i am installing netbackup master/media server on solaris 11 11/11 sparc. i need to backup an exchange 2010 server using GRT recovery. this depends on a netbackup process on the solaris side called, nbfsd. this process will not start because it is looking for
    librpcsos.so.1. as you can see below when i try to run it by hand:
    nbfsd -d -v 5 -j 123 -B rgex03_123456789
    ld.so.1: nbfsd: fatal: librpcsoc.so.1: open failed: No such file or directory
    from what i can tell this library is included in the SUNWscpux package which is the old /usr/ucblib and /usr/ucb/bin stuff.
    http://docs.oracle.com/cd/E23823_01/html/816-5173/librpcsoc-3libucb.html
    i cannot seem to find this package on the solaris 11 installation iso i downloaded.
    does anyone know where i can find this package? i know netbackup shouldn't be linking against this obsolete package that is probably going away soon but i need to get this up and running.
    thanks in advance for any help.
    -al
    [email protected]
    Edited by: 952169 on Aug 10, 2012 4:18 PM
    Edited by: 952169 on Aug 10, 2012 7:04 PM

    i figured out how to get the ucb compatibility package installed on solaris 11 and now netbackup is happy.
    i searched the solaris 11 package site at:
    http://pkg.oracle.com/solaris/release/en/index.shtml
    for the library that was misssing and saw the package name is:
    compatibility/ucb
    the command:
    pkg install compatibility/ucb
    installed the package for me.
    Edited by: al.marti on Aug 11, 2012 7:55 AM

  • What do I need for Oracle Http Server with mod_plsql on Linux 64bit?

    I am trying to get the OHS onto a linux box but I am not quite sure I am installing the correct thing!!
    I currently have a windows box running the 10g Application server but everything seems to have changed since then and there seems to be several different things to do with the Fusion Middleware and stuff. I've tried to find an overview in plain english of what all these things are but all I can find are lots of marketing buzzwords!
    All in need to to be able to run the OHS with the mod_plsql so I can run my apex application. I'd be greatfull if someone could point me in the right direction for what I need to install!
    The box it is going on is a CentOS Linux 64bit machine. I've download and installed Oracle WebLogic Server 11g Rel 1 (10.3.3) using the generic installer for the 64 bit java but there seems to be no http server despite it saying there is! Most likely I am doing something wrong but the installer finishes successfully but nothing is running on port 7001.
    Do I actually need the WebTier instead? Is that the best solution for running the OHS with mod_plsql? Do I need the WebLogic install as well? Unfortunately I am fairly new to Linux as well which isn't helping!!
    thanks for any help
    Robert

    Well, you have two options:
    - Use the OHS from the OFM WebTier Utilities distro. (To use 11.1.1.3 version, you need both the 11.1.1.2 and 11.1.1.3 distros)
    - Use the OHS from the DB Companion Disk distro.
    WebLogic Server is a Java EE application with an HTTP server included, but not intended to be used as a replacement of OHS/Apache. It doesn't support mod's...
    HTH,
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Guideline needed for Multi-Remote-Server Management

    Hi all,
    I'm busy with a project with multiple SQL servers, each with its own database.
    The setup up is as follows:
    6 SQL servers, where 1 is at the head office and the other 5 are remote branches.
    I need to configure the following:
    When Head office makes any changes to the Column: AveCost
    in the dbo.STK_ProdPrice Table its needs to sync down to all the branches (when Head office does price increases on products). Now the update can run on a schedule (lets say 12am) so if the Table locks it would not cause any problems.
    The SQL database structure for all SQL Servers are exactly the same (Exact same Tables, Exact same Column headings etc.) 
    What would be the best solution for this configuration?

    One option is Replication : Make your head office server as Publisher and keep all other 5 as subscriber ( transactional replication ). There
    is no limit to to the number of subscribers that a publisher can support.
    Another one is AlwaysON -- You can consider using Always 2012 but it will support only 4 replicas, may be you can think about 2014, this will support 8 Replicas, and this will keeps your data in sync..
    sql 2012 -- https://www.simple-talk.com/sql/database-administration/sql-server-2012-alwayson/
    SQL 2014 -- http://msdn.microsoft.com/en-us/library/gg509118.aspx
    Raju Rasagounder Sr MSSQL DBA

  • RMI or RTSP for Video Client/Server??????

    I am about to write a media streaming server and client in Java using JMF. I would like to use RMI to control the media streams, however, RTSP looks like a good alternative. Can anyone here provide me with any pro's and con's to using either approach.
    Thanks.

    hi, i am currently working on a project that streams video via JMF. the protocol i used is RTSP... it seems quite ok with RTSP to stream local static files through the LAN (Wireless LAN).
    by the way . i am asked to send 2 streams with different resolutions (screen sizes) for laptops and PDAs respectively.... do you have any idea to create the two streams >?

Maybe you are looking for

  • How to define process chain in BI 7.0

    HI All How can i define process chain in bi 7.0 .Please help me .If any step by step documentation is available please send me. Thanks in advance

  • Bringing Yahoo! map markers to the front

    I have a yahoo map that is loading multiple instances of "marker2.swf" onto a map, based upon their addresses.  Each marker, when rolled over, pops up a window displaying information about the location. The problem I have is that the markers get plac

  • OSPF problem: Neighbor Down 1-2 times per day

    Hi We have 4 devices are running OSPF (3 cisco routers and 1 Juniper firewall as show in attachment file). In last few months, we got Neighbot Down message almost 1-2 times per day. Network between them interrupt for a short time and even monitoring

  • Dynamically changing the size of KM document IView.

    Hi All, At present the framework page has 3 KM document Iview. All iviews are calling HTML files. Now if the content in HTML file increases, I get an scroll bar for that Iview. Also based on the resolution of the screen I get the scrollbar. e.g I hav

  • Error 16 while installing iTunes

    I am unable to install iTunes on my Windows Vista computer.. I keep getting error 16 while installing..... Please help...