VCollector Setup: Difference between revisions
Jump to navigation
Jump to search
(Updated proc) |
m (Add user/pass) |
||
Line 13: | Line 13: | ||
# Start VM (answer '''Create''' to UID question) | # 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) | # 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