VCollector Setup: Difference between revisions
Jump to navigation
Jump to search
(Created page with '# Copy vCollector image to ESX #* <code>pscp vCollector.Image.tar.gz user@uklonesxt1:\home\user</code> # Move the image to the appropriate VMFS partition #* <code> mv vCollector....') |
m (Add user/pass) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
# Copy vCollector image to ESX | # Copy vCollector image to ESX | ||
#* <code>pscp vCollector.Image.tar.gz user@uklonesxt1: | #* <code>pscp vCollector.Image.tar.gz user@uklonesxt1:/home/user</code> | ||
# Move the image to the appropriate VMFS partition | # Move the image to the appropriate VMFS partition | ||
#* <code> mv vCollector.Image.tar.gz /vmfs/volumes/DEV-LON-SAN2 </code> | #* <code> mv vCollector.Image.tar.gz /vmfs/volumes/DEV-LON-SAN2 </code> | ||
Line 6: | Line 6: | ||
#* <code>tar -zxvf vCollector.Image.tar.gz</code> | #* <code>tar -zxvf vCollector.Image.tar.gz</code> | ||
# Add machine into inventory | # Add machine into inventory | ||
#* If deploying multiple VM's to a cluster, create clones from this base image | |||
# Set port groups to Promiscuous Mode | |||
# Add networks to VM | |||
# Modify cluster DRS config in order to disable Vmotion for VM (only - not entire cluster!) | |||
# Verify VM is on correct ESX | |||
# Start VM (answer '''Create''' to UID question) | |||
# During start-up, enter '''C''' when prompted to enter Network Comfig screen (or run <code> nlnetcfg --interactive </code> command) | |||
Note that the default user/pass is <code> root / ChangeMe </code> |
Latest revision as of 09:30, 28 October 2009
- Copy vCollector image to ESX
pscp vCollector.Image.tar.gz user@uklonesxt1:/home/user
- Move the image to the appropriate VMFS partition
mv vCollector.Image.tar.gz /vmfs/volumes/DEV-LON-SAN2
- Uncompress image on ESX
tar -zxvf vCollector.Image.tar.gz
- Add machine into inventory
- If deploying multiple VM's to a cluster, create clones from this base image
- Set port groups to Promiscuous Mode
- Add networks to VM
- Modify cluster DRS config in order to disable Vmotion for VM (only - not entire cluster!)
- Verify VM is on correct ESX
- Start VM (answer Create to UID question)
- During start-up, enter C when prompted to enter Network Comfig screen (or run
nlnetcfg --interactive
command)
Note that the default user/pass is root / ChangeMe