F5 Upgrade Process/UCS - TMOS 201 Flashcards

1
Q

How do you backup the BigIP configuration from the configuration utility?

A

System > Archive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you backup the BigIP configuration via TMSH?

A

tmsh save sys ucs <ucs_file.ucs></ucs_file.ucs>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Where are ucs files located?

A

/var/log/ucs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does UCS stand for?

A

User Configuration Set

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the contents of the UCS file?

A

BigIP specific config files (bigip.conf, etc)
Product licenses
User accounts and passwords
DNS zone files and zonerunner config
SSL certificates and keyes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the command to view the contents of the UCS file?

A

tar -zxOf <ucs_filename> <file_to_extract></file_to_extract></ucs_filename>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the command to extract the UCS file into a directory?

A

tar -zxf <ucs_filename></ucs_filename>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the command to load an UCS file?

A

tmsh sys load ucs <ucs_file></ucs_file>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a SCF file?

A

A single configuration file (SCF) is a flat, text file that contains all of the objects that compose the BIG-IP configuration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the command to load a UCS file without the license?

A

tmsh load sys ucs <file_name>.ucs no-license</file_name>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Where is the bigip license stored?

A

/config/bigip.license

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

When performing a code upgrade to the F5, what are the steps to relicensing the box?

A

1) Check the system license info - tmsh show sys license.
2) Reactivate license on host.
- Copy license from host and input this into the F5 license webpage to get the dossier.
Input the dossier into the F5.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

True or false: the Service Check Date must be before the Licensed On date.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

In TMSH, how do you check licensing information on the F5?

A

tmsh show sys license

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How do you check the license in the advance shell?

A

1) cd /config
2) Run the command: grep “Service check date” bigip.license

How well did you know this?
1
Not at all
2
3
4
5
Perfectly