Symantec Management Platform (Notification Server)

 View Only
Expand all | Collapse all

Silent Install of NS7

Migration User

Migration UserMar 26, 2010 11:11 AM

Migration User

Migration UserMar 26, 2010 12:57 PM

Migration User

Migration UserApr 06, 2010 09:08 AM

  • 1.  Silent Install of NS7

    Posted Mar 26, 2010 07:18 AM
    Anyone know if it is possible to install the Symantec Management Platform silently?


  • 2.  RE: Silent Install of NS7

    Posted Mar 26, 2010 08:02 AM
    I assume you mean the agent.  Not the server itself.  Right?


  • 3.  RE: Silent Install of NS7

    Posted Mar 26, 2010 08:24 AM

    I don't really see the benefit of silently installing a fairly complex management platform. I would think you would want to see dialogs and\or errors, at least a progression of where you are in the process.


  • 4.  RE: Silent Install of NS7

    Posted Mar 26, 2010 09:28 AM
    This is what I use:

    :: if the file exists, this batch file has already been executed
    IF EXIST "C:\Program files\altiris\ns7.txt" GOTO END

    :: If we keep going, we know the PC doesn't have the NS7 agent installed yet so we can run clean ups first
     
    "C:\program files\altiris\altiris agent\aexagentutil.exe" /clean
    "C:\program files\altiris\aclient\aclient.exe" -silent -remove

    :: post clean up now install agent
    \\location of this file\aexnsc.exe /install /s /ns=nsservernamehere
     
    :: creates the marker file for future runs as ns7 agent has been run
    CD "c:\program files\altiris"
    ECHO y > ns7.txt
    GOTO END
     
     
    :END

    :: exits batch file
    EXIT

    simple .bat file that is called via a GPO startup script.


    (Yes it could be much cleaner, but I'm not too worried at this point as its not being deployed company wide yet)




  • 5.  RE: Silent Install of NS7

    Posted Mar 26, 2010 11:11 AM
    No i mean the SMP not the agent.


  • 6.  RE: Silent Install of NS7

    Posted Mar 26, 2010 11:13 AM
    The benefit of having a silent/automated install is so that you have a consistent installation of SMP across all networks. I won't always be their to watch the monkeys install the product so need to be happy that SMP is being installed in a consistent manner.

    For NS6,  l  have a installation script which installs the core NS6 console and will then go and install the required solutions l need.


  • 7.  RE: Silent Install of NS7

    Posted Mar 26, 2010 11:14 AM
    Thanks Christovan, but am talking about SMP not that agent.


  • 8.  RE: Silent Install of NS7

    Posted Mar 26, 2010 11:46 AM
    is create an installation package off of a server that is configured how you want to be, using the SIM on that server. I don't think it's silent, but at least it's a consistent repeatable method for installing multiple servers.


  • 9.  RE: Silent Install of NS7

    Posted Mar 26, 2010 12:57 PM
    Or install it yourself.  Why trust the "monkeys"?


  • 10.  RE: Silent Install of NS7

    Posted Mar 26, 2010 03:21 PM
    Good idea, but that is just a selective copy of the solutionsam site. 

    Will fire up a VM on Monday and see what options the SIM has and report back here what l found out.


  • 11.  RE: Silent Install of NS7

    Posted Mar 26, 2010 03:30 PM
    Why not install it yourself?  Or document it so that the local admin can run through the install?


  • 12.  RE: Silent Install of NS7

    Posted Apr 06, 2010 09:08 AM
    do you want both installed silently? 


  • 13.  RE: Silent Install of NS7

    Posted Sep 17, 2010 11:51 PM

    Hi g00ner, did you make any progress?  I have successfully automated the installation of NS 7.0 using a config.xml for SIM.  There is a whole lot of undocumented settings that can be used in the xml (I'm still trying work out how to use some of them). You can choose to install solutions or suites depending on your needs.



  • 14.  RE: Silent Install of NS7

    Posted Sep 20, 2010 07:24 PM

    I'd love to see what kind of settings you have been able to set with the XML file.

    I also agree with the benefits of using a pre-configured automated install.

    Cheers

    Rhys



  • 15.  RE: Silent Install of NS7

    Posted Sep 28, 2010 06:58 AM

    I'm looking at writing an article explaining the whole thing once I get my head around a couple of settings.



  • 16.  RE: Silent Install of NS7

    Posted Oct 07, 2010 10:40 PM

    Do you have any update on this? I would love to have these instructions too...they would be very handy for throwing up a server in a lab enviornment in a repeatable process that would require no user interaction.