Walkthrough: Installing on Linux using the unified installer - Documentation for TrueSight Server Automation 23.1
Mia Walsh updates
Click here to see more samples of server import files with properties for each server.
The first example shows the simplest syntax — you simply list the host names of the servers you want to add:
Name
host1
host2
host3The following example shows how to set the Customer property for each server:
Name,Customer
host1,CustomerA
host2,CustomerB
host3,CustomerCIf you need to include spaces in a property value, you must enclose the property value in double quotes:
Name,Customer
host1,"Customer A"
host2,"Customer B"
host3,"Customer C"