gcloud
CLI logged into your account:gcloud compute instances \
describe <<vm-name>> \
--project <<project name>> \
--zone <<vm-zone>> \
--format="flattened(disks[].licenses[])"
root
and check available repositories with zypper lr
.SUSEConnect
utility already preinstalled. With SUSEConnect --status-text
you can check the status of your system registration.sudo SUSEConnect --cleanup
sudo SUSEConnect --status-text
Remark: I will includesudo
in commands to make it easier to use with another user who can haveroot
permissions.
--instance-data
with sudo SUSEConnect --help
command.gcemetadata
utility from https://github.com/SUSE/Enceladus/tree/py2-sle11/gcemetadata./usr/bin/gcemetadata
was preinstalled on my instance already. But on other instances, I was able to set it up from Github with:git clone https://github.com/SUSE/Enceladus.git -b py2-sle11
Enceladus/gcemetadata # python ./setup.py install
gcemetadata --help
and it took me some time to get it under control.gcemetadata --query instance --identity http://smt-gce.susecloud.net --identity-format full --xml
smt-gce.susecloud.net
was already in the instance's /etc/hosts
.pint
: https://github.com/SUSE-Enceladus/public-cloud-info-client/tree/master/bin.sudo gcemetadata --query instance \
--identity http://smt-gce.susecloud.net \
--identity-format full \
--xml > myhxeongcp.xml
sudo SUSEConnect --url https://smt-gce.susecloud.net \
--instance-data myhxeongcp.xml
sudo SUSEConnect --status-text
:zypper lr
:/etc/SUSEConnect
.sudo SUSEConnect --list-extensions
,--product <product identifier>
from the list of extensions above, e.g. sudo SUSEConnect --product sle-sdk/12.3/x86_64
.sudo zypper lp
sudo zypper patch
2.00.045
SUSE Linux Enterprise Server for SAP Applications 12 SP3
0.3.22
0.3.3
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
12 | |
10 | |
10 | |
9 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 |