Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Ghost solution suite 2.5 detecting new computers in network

Updated: 21 May 2010 | 12 comments
Freestyle_NL's picture
0 0 Votes
Login to vote

Hello,

My company is using Ghost Solution Suite 2.5

There are about 1000 computers.(yes there is a license)
A few computers are already added tot ghost console.

Is there a way to let ghost automatically detect computers which are newly connected to the network?
When i try to install the client on the machine from ghost console,, there are only about 150 computers visible while there are 500 computers turned on.
On all systems the firewall is turned off. SO, systems are not shown up in ghost console.
Because it is a lot of work to add them all manually.

I hope it is possible , i already took al look at ghost console but i can't find anything about it. Only manually.

Message Edited by Freestyle_NL on 02-26-2009 04:57 AM
Message Edited by Freestyle_NL on 02-26-2009 04:58 AM

discussion Filed Under:

Comments

Krish Jayaratne's picture
01
Mar
2009
0 Votes 0
Login to vote

Hi,

 

It is not possible for Ghost to detect new computers and install the client, but in system of this size, having a group policy in the Domain would be a better solution. Ghost client can be installed silently using command line. There were some posts in the forum about this method.

 

Would that be a solution for you? Other option is looking at some kind of a remote execution script.

 

Krish

 

Freestyle_NL's picture
01
Mar
2009
0 Votes 0
Login to vote

Command line is the best option i think,, i'm using active directory so i can make a group policy.

Which line do i have to add and where?


akukalle's picture
02
Mar
2009
0 Votes 0
Login to vote

I installed client in image. When I install new computer in network it appears in console automatically...

 

I don't know if this is a proper way but it's works...

Freestyle_NL's picture
02
Mar
2009
0 Votes 0
Login to vote

Thank you but no, i have to make an inventory for making images for alle computers so i need to know all hardware. Before i can start i need to install client on every system and place them in ghost.

akukalle's picture
02
Mar
2009
0 Votes 0
Login to vote

Ok then using AD to distribute is easiest way. If you installed gss with defaults you can find msi package from folder C:\Program Files\Symantec\Ghost\ClientInstall (you dont need to do any scripts just a basic msi insallation policy)

 

Message Edited by akukalle on 03-02-2009 12:16 AM

Freestyle_NL's picture
02
Mar
2009
0 Votes 0
Login to vote

But do i have to add them manually to the ghost console after installing the client on the machines?

akukalle's picture
02
Mar
2009
0 Votes 0
Login to vote

In default settings client connects automatically gss. So they will pop up in your default machine group...

Freestyle_NL's picture
02
Mar
2009
0 Votes 0
Login to vote

So if i'm right, you say , If I install ghost remote client on a machine,,  the machine will show up in default machine group.. Is that right?

akukalle's picture
02
Mar
2009
0 Votes 0
Login to vote

Yes

If not, there is firewall blocking connection.

Freestyle_NL's picture
02
Mar
2009
0 Votes 0
Login to vote

Well, i tried,, but when i install the client manually i can give op the computer name of the ghost server. Without filling in the computername it won't connect so the only conclusion is i need to repackage the client MSI to make in an filled in autoinstaller?

akukalle's picture
02
Mar
2009
0 Votes 0
Login to vote

Weird, this has worked when i test it. Could somebody comment who knows what is needed to automatically find GSS server?

 

Are the client and server in same subnet?

Krish Jayaratne's picture
02
Mar
2009
0 Votes 0
Login to vote

Hi,

If you install without any parameters, it will connect to the first console it finds. In case if you have more than one Console, it may connect to the wrong console.


client.msi supports setting the property GHOSTCONSOLENAME (and the install path INSTALLDIR). You can install it with a command line similar to,


msiexec /i <path>\client.msi GHOSTCONSOLENAME="<name of console machine>" /qb


it will set the Console name in the client installation. You can find more info in manual page 588 "Installing from Command line"


Krish