This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
storage:svc_initialization [2021/02/04 11:49] manu |
storage:svc_initialization [2021/03/26 13:10] (current) manu |
||
---|---|---|---|
Line 53: | Line 53: | ||
You can connect using ssh without password. Generate a pair of ssh keys on your server, and copy the public key to the /tmp of the SVC node. | You can connect using ssh without password. Generate a pair of ssh keys on your server, and copy the public key to the /tmp of the SVC node. | ||
<code> | <code> | ||
- | IBM_2145:svc-c1:superuser> svctask chcurrentuser -keyfile /tmp/id_dsa.pub | + | IBM_2145:svc-c1:superuser> svctask chcurrentuser -keyfile /tmp/id_rsa.pub |
</code> | </code> | ||
Line 59: | Line 59: | ||
For information if you deploy a public key with superuser, the other with less rights are also available. | For information if you deploy a public key with superuser, the other with less rights are also available. | ||
+ | |||
+ | ===== Best practice ===== | ||
+ | |||
+ | To re-enable SCSI Unmap, use the | ||
+ | <cli> | ||
+ | svctask chsystem -backendunmap on | ||
+ | |||
+ | svctask chsystem -hostunmap on | ||
+ | </cli> |