exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 105 discussion

Actual exam question from Cisco's 350-901
Question #: 105
Topic #: 1
[All 350-901 Questions]

DRAG DROP -

Refer to the exhibit above and click on the resource tabs in the top left corner to view resources to help with this question. Python code using the UCS Python
SDK is creating a server pool named "devcore_pool" and populating the pool with all servers from chassis 7, and then the server pool is associated to existing
Service Profile template "devcore_template". Drag and drop the code from the left onto the item numbers on the right that match the missing sections in the
Python exhibit.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
tswinn
Highly Voted 1 year, 8 months ago
1: HANDLE = UcsHandle(… 2: SERVER_POOL = ComputePool(… 3: HANDLE.add_mo(SERVER_POOL) 4: SERVER = ComputePooledSlot(… 5: SP_TEMPLATE = LsRequirement(… 6: commit 7: logout https://vwannabe.com/2017/01/31/ucs-b-series-configuration-using-the-ucs-sdk-and-python/
upvoted 19 times
...
designated
Most Recent 8 months ago
1. UCSHandle (user interface point for any UCS) 2. ComputePool (Create a Server Pool) 3. add_mo (add a managed object to the UCSHandle commit buffer) - for - looping 4. ComputePooledSlot (Create a Server Pool Slot) 5. LSRequirement (Create Service Profile Template) 6. commit (commits the buffer to the server) 7. logout (disconnect from the server referenced by the UCShandle)
upvoted 2 times
...
ferock
1 year ago
1. UcsHandle 2. ComputePool 3. add_mo 4. ComputePooledSlot 5. LsRequeriment 6. commit 7. logout
upvoted 2 times
...
__al__
1 year, 1 month ago
agreeing with tswinn... not that I know shit about UCS SDK, but just using common sense and background experience with python
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago