Installing CALM Flashcards
Does CALM support Hyper-V cluster?
No
What are RAM prerequisites for small Prism Central and for large Prism Central to enable CALM?
4GB for small PC and 8GB for large PC
which port number is a target for all CVM on the Prism Element cluster hosting PC VM?
3205
which port number is a target for Virtual IP address of PE cluster hosting the PC VM?
3260
Which port targets Linux VM managed by CLAM?
22 or any ssh port
Which port targets Windows VM managed by CALM and is required to non-ssl communication port for CALM to run Powershell or shell script types?
5985 or any non-SSL port
Which port is used as SSL port for CALM to run Powershell or shell script types?
5986
Which port communicates from PC to the respective endpoint of the API (Cloud API endpoint)?
443
How do you Import Images to PC - 4 steps
- Navigate to images and click Import Images
- Import Images dialog box
- Select either All Images or Images on a cluster
- Click save to begin install
How do you configure a downloadable image?
- Select the blueprint
- Navigate to Configurations on the blueprint editor page
- update required info
- NAvigate to the Downloadable Image Configuration section and update the required fields and save
Adding a downable iamge / consuming an image
- select a Service on the blueprint canvas
- navigate to the disc section on the VM lab
- add a disk
- select the downloadable image and save
Generating SSH keys for VM authentication for Linux
- shell command: ssh-keygen -t rsa to generate RSA key pair (only RSA keys are supported)
- accept the default location
- view the key pair, public key: ~/.ssh/id_rsa.pub private key: ~/ssh/id_rsa
Generating SSH keys for VM authentication for Windows
- Launch PuTTygen hten navigate to the blank area and generate a key
- Select Conversions and then ExportOpenSSH key(converting the private key into an OpenSSH format)