How can I check which IASP's are defined on iSeries and if online (varied on)?
Use the commands below to check the IASP's and their status on your iSeries.
Issue the following to return the names of IASP's available on your system:
WRKASPBRM
Issue the following to check if IASP's are varied on (AVAILABLE):
WRKCFGSTS CFGTYPE(*DEV) CFGD(*ASP)
To start the iASP's (vary them on), issue the following:
VRYCFG CFGOBJ(PRIMARY1) CFGTYPE(*DEV) STATUS(*ON)
Ref#: 1477818
Still have questions? We can help. Submit a case to Technical Support.