Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

Silent Install of NS7

Updated: 26 Mar 2010 | 15 comments
g00ner's picture
0 0 Votes
Login to vote

Anyone know if it is possible to install the Symantec Management Platform silently?

Comments

mclemson's picture
26
Mar
2010
0 Votes 0
Login to vote

Do you mean the agent, or the server itself?

I assume you mean the agent.  Not the server itself.  Right?

Mike Clemson, Senior Systems Engineer
Intuitive Technology Group -- Symantec Platinum Partner

g00ner's picture
26
Mar
2010
0 Votes 0
Login to vote

No i mean the SMP not the

No i mean the SMP not the agent.

jharings's picture
26
Mar
2010
0 Votes 0
Login to vote

I hope it's the agent being referred too

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.

Jim Harings
HP Enterprise Services
1st Rule of Connect Club: Mark the post that helped you the most as a 'solution'. 2nd Rule of Connect Club:You must talk about Connect club.

g00ner's picture
26
Mar
2010
0 Votes 0
Login to vote

The benefit of having a

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.

jharings's picture
26
Mar
2010
1 Vote +1
Login to vote

Then what you are going to want to do

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.

Jim Harings
HP Enterprise Services
1st Rule of Connect Club: Mark the post that helped you the most as a 'solution'. 2nd Rule of Connect Club:You must talk about Connect club.

mclemson's picture
26
Mar
2010
1 Vote +1
Login to vote

Go with Jim

Or install it yourself.  Why trust the "monkeys"?

Mike Clemson, Senior Systems Engineer
Intuitive Technology Group -- Symantec Platinum Partner

g00ner's picture
26
Mar
2010
0 Votes 0
Login to vote

Good idea, but that is just a

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.

mclemson's picture
26
Mar
2010
0 Votes 0
Login to vote

So..

Why not install it yourself?  Or document it so that the local admin can run through the install?

Mike Clemson, Senior Systems Engineer
Intuitive Technology Group -- Symantec Platinum Partner

Christovan153's picture
26
Mar
2010
0 Votes 0
Login to vote

This is what I use: :: if

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)

g00ner's picture
26
Mar
2010
0 Votes 0
Login to vote

Thanks Christovan, but am

Thanks Christovan, but am talking about SMP not that agent.

neil_rogers's picture
06
Apr
2010
0 Votes 0
Login to vote

smc and cms?

do you want both installed silently? 

99six's picture
17
Sep
2010
1 Vote +1
Login to vote

How'd you get on?

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.

Rhys Paterson's picture
20
Sep
2010
0 Votes 0
Login to vote

99six - would you be able to provide us with a sample?

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

99six's picture
28
Sep
2010
0 Votes 0
Login to vote

Will do

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

MrTomahawk's picture
07
Oct
2010
0 Votes 0
Login to vote

Do you have any update on

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.