1,350 pts.
 AS/400 disk partition
how to find disk unit partition in as400 with out using navigator

Software/Hardware used:
as400
ASKED: August 30, 2011  5:11 AM
UPDATED: March 31, 2012  5:23 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Please explain what you mean by “disk unit partition”.

Tom

 108,155 pts.

 

WRKDSKSTS ?????

 10,615 pts.

 

What is “Disk unit”?

 3,175 pts.

 

Do you mean the LPAR?

If so, the Retrieve Partition Information (dlpar_get_info) API looks to be what you need.

 5,670 pts.

 

For simple LPAR identification, the Retrieve System Status (QWCRSSTS) API with format SSTS0200 can be the easiest. The Retrieve Partition Information (dlpar_get_info) API is appropriate when the configuration info for an LPAR is needed, but it can take some practice to get full usage of it.

Tom

 108,155 pts.

 

‘Disk Unit’ is a term usually used by the hardware geeks (term of endearment)

you can add DU’s, santise them to DoD standards, etc, but at the software level, they just form part of the storage.

One of the great things about IBMi is that you just don’t need to care about such trivia.

(well, OK, you care – a bit)

 5,505 pts.

 

command-WRKDSKSTS
F24-more keys
F11- disk partitioned 1,2….

Eshwarbose